@charset "utf-8";
/* CSS Document */

body { 
	margin:0px; padding:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:center;
	color:#ffffff;
	background: #D9500A url(img/fs_bg.jpg) repeat-x; 
}

#header {
	width:997px;
	height:186px;
	background:url(img/fs_header.jpg) no-repeat;
	text-align:center;
}

#menu {
	margin-left:280px;
	width:653px;
	height:53px;
	float:left;
}

.fs_menu_separator {
	float:left;
	width:1px;
	height:53px;
	background:url(img/fs_menu_separator.jpg) no-repeat;
}

a.fs_menu1 { float:left; width:100px; height:53px; background:url(img/fs_menu1.jpg) no-repeat; display:block;}
a.fs_menu2 { float:left; width:107px; height:53px; background:url(img/fs_menu2.jpg) no-repeat; display:block;}
a.fs_menu3 { float:left; width:159px; height:53px; background:url(img/fs_menu3.jpg) no-repeat; display:block;}
a.fs_menu4 { float:left; width:76px; height:53px; background:url(img/fs_menu4.jpg) no-repeat; display:block;}
a.fs_menu5 { float:left; width:208px; height:53px; background:url(img/fs_menu5.jpg) no-repeat; display:block;}
a.fs_menu1:hover { background:url(img/fs_menu1_hover.jpg) no-repeat;}
a.fs_menu2:hover { background:url(img/fs_menu2_hover.jpg) no-repeat;}
a.fs_menu3:hover { background:url(img/fs_menu3_hover.jpg) no-repeat;}
a.fs_menu4:hover { background:url(img/fs_menu4_hover.jpg) no-repeat;}
a.fs_menu5:hover { background:url(img/fs_menu5_hover.jpg) no-repeat;}

.picmenu_left {
	float:left;
	width:91px;
	height:228px;
	background:url(img/fs_picmenu_left.jpg) no-repeat;
}
.picmenu_right { 
    float:left;
	width:73px;
	height:228px;
	background:url(img/fs_picmenu_right.jpg) no-repeat;
}
#picmenu_shadow {
	width:997px;
	height:95px;
	background:url(img/fs_picmenu_shadow.jpg) no-repeat;
}

#fs_content { text-align:left; padding: 30px 100px 30px 100px;}

#footer {
	background:url(img/fs_footer_bg.jpg) repeat-x;
	color:#FFFFFF;
	height:188px;
	padding-top:101px;
	text-align:center;
	clear:both;
	font-size:10px;
}

