/* theme */
a, p, td, span {
	font-family:Verdana;
	color:#000000;
}

p.error {
	font-size:11px;
}

body {
	background-color:#D8EBEF;
}

td.ff_parent_table{
	background-image: url(../images/sub_paper_repeat.jpg); 
	background-position: top center;
	background-repeat: repeat-y;	
}

body.home td.ff_parent_table {
	background-image: url(../images/home_paper_repeat.jpg); 
}

/* header box start */

#ff_header{
	background-image: url(../images/bg_top_repeat.jpg); 
	background-position: top center;
	background-repeat: repeat-x;	
}
#ff_header div.ff_wrapper {
	height: 353px;
	width: 1000px;
}
body.home #ff_header div.ff_wrapper {
	height:466px;
}

#ff_header div.ff_box{
	background-image: url(../images/bg_top_middle.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
	left: -500px; top: 0px;
	height: 100%;
	width: 2000px;

	text-align:center;
}
#ff_header div.header_box {
	position:relative;
	width: 950px; height: 100%;
	margin:0px auto 0px auto;
	text-align:left;	 		
}


#ff_header div.header_box div.lang {
	position:absolute;
	width:100px; height:20px;
	top:10px; right:10px;
	text-align:right;	
}

#ff_header div.header_box div.lang
#ff_header div.header_box div.lang a {
	font-weight:bold;
	color:#515151;
}

#ff_header div.header_box div.lang a:hover {	
	color:#3DA4B9;
}

#ff_header div.header_box div.nav {
	margin-top:6px;
}

#ff_header div.header_box div.nav table {
	width:100%;
}

#ff_header div.header_box div.nav table td {
	text-align:center;
	padding:0px 5px 0px 5px;
}

#flash_banner {
	position:absolute;
	top:123px; left:-85px;
}

#sub_banner {
	position:absolute;
	top:126px; left:-1px;
}


/* bottom box */

#ff_footer{}
#ff_footer div.ff_wrapper{
	height: 130px;
	width: 1000px;
}
#ff_footer div.ff_box{	
	left: -500px; top: 0px;
	width: 2000px; height: 100%;
	
	text-align:center;
}
#ff_footer div.footer_box {
	width: 950px; height: 100%;
	margin:0px auto 0px auto;
}

#ff_footer div.footer_box div.logo {
	width:605px; height:73px;
	margin:0px auto 0px auto;	
}

#ff_footer div.footer_box div.footer_nav {
	margin-top:10px;
}

#ff_footer div.footer_box div.footer_nav a {
	margin:0px 3px 0px 3px;
}

/* main box */
#ff_main {
	background-image: url(../images/bg_03.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#ff_main #sub_top {
	background-image: url(../images/sub_paper_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

body.home #ff_main {
	background-image: url(../images/home_paper_top.jpg);
	background-repeat: no-repeat;
}

#ff_main {}

#ff_main div.ff_wrapper {
	width: 1000px;	
	text-align:center;
}

#ff_main div.ff_box {
	text-align:center;
}

#ff_main div.ctr_top {
	height:30px;
}
#ff_main div.ctr_bottom {
	height:70px;
}



