@charset "utf-8";
/* CSS Document */

body { margin-left: auto; margin-right: auto; background:url(../images/bg.jpg) #000000 top center repeat-x; border:0px; padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

a {color:#666666; text-decoration:none;}
a:hover {color:#666666; text-decoration:underline;}
	
	
.content { clear:both; width:900px; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px; }
	.content .header_container { clear:both; height:172px; width:900px; background:url(../images/header_bg.jpg) top center no-repeat; }
	.content .menu_container { clear:both; height:54px; width:900px; background:url(../images/menu_bg.jpg) top center no-repeat; margin-top:5px; }
	.content .main_container { clear:both; min-height:200px; background:#fff; width:900px; margin-top:5px; }
		.content .main_container .home_top { clear:both; width:890px; height:332px; padding:5px; }
		.content .main_container .home_top .home_left { float:left; width:632px; height:332px; }
			.content .main_container .home_top .home_left .featured_container {clear:both; width:632px; height:303px; background:url(../images/featured_bg.jpg) top center no-repeat; padding-top:19px;}
				.content .main_container .home_top .home_left .featured_container .featured_box {clear:both; width:596px; height:210px; background:url(../images/featured_box_bg.jpg) top center no-repeat; margin-left:auto; margin-right:auto; }
				.content .main_container .home_top .home_left .featured_container .shop {clear:both; width:559px; height:39px; margin-top:25px; margin-left:20px;}
			.content .main_container .home_top .home_left .blank_container {clear:both; width:632px; height:10px; background:url(../images/blank_bg.jpg) top center no-repeat;}
		.content .main_container .home_top .home_right { float:left; width:253px; height:332px; padding-left:5px; }
			.content .main_container .home_top .home_right .home_link { clear:both; width:253px; height:80px;}
		.content .main_container .welcome { clear:both; width:880px; height:127px; background:url(../images/welcome_bg.jpg) top center no-repeat; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#fff; line-height:95%; padding:10px; }
	.content .left_container { width:185px; min-height:400px; float:left; margin-top:5px; padding:5px; padding-top:0px;}
	.content .body_container { width:700px; min-height:400px; float:left; margin-top:5px; padding:5px; padding-top:0px; padding-left:0px;}
	.content .footer_container { clear:both; width:900px; height:52px; background:url(../images/footer_bg.jpg) top center no-repeat; margin-top:5px; }
	

/** M A I N  M E N U **/
.content .menu_container .main_menu {width:900px; height:54px; clear:both;}
.content .menu_container .main_menu .menu_link {float:left; padding-left:17px; padding-right:17px; margin-top:18px;}
	
.spacer { clear:both; }

.error_alert { background-color:#FF0; color:#000; font-weight:bold; font-size:14px; text-align:center; padding:2px; border:solid 1px; }
.standard_alert { background-color:#0F0; color:#000; font-weight:bold; font-size:14px; text-align:center; padding:2px; border:solid 1px; }
.system_alert { background-color:#F00; color:#FFF; font-weight:bold; font-size:14px; text-align:center; padding:2px; border:solid 1px #000; }

