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


/* G L O B A L S */
body { margin-left: auto; margin-right: auto; background:url(../images/bg.jpg) #ffffff top center no-repeat; border:0px; padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

a {color:#f6a420; text-decoration:none;}
a:hover {color:#f6a420; text-decoration:underline;}#

.welcome_title { font-size:14px; font-weight:bold; }
.spacer { clear:both; }
	
/* M A I N   C O N T A I N E R S */

.content { clear:both; width:940px; margin-left:auto; margin-right:auto; }
	.content .header_container { width:940px; height:194px; background:url(../images/header.jpg) top center no-repeat; clear:both;}
	.content .body_wrapper { clear:both; width:940px; min-height:200px; background:url(../images/wrapper_bg.jpg) top center repeat-y; padding-bottom:10px; }
		.content .body_wrapper .left_container { width:202px; min-height:400px; float:left; margin-left:29px; padding-top:10px; }
		.content .body_wrapper .body_container { width:654px; min-height:400px; float:left; padding-left:20px; padding-right:20px; padding-top:10px; }
			.content .body_wrapper .body_container .shop_content { width:654px; min-height:200px; clear:both; }
				.content .body_wrapper .body_container .shop_content .home_featured { float:left; width:452px; min-height:100px; margin-right:20px; padding-top:10px; }
				.content .body_wrapper .body_container .shop_content .home_right_container { float:left; width:182px; min-height:100px; padding-top:10px; }
	.content .footer_container { clear:both; width:940px; height:83px; background:url(../images/footer_bg.jpg) top center no-repeat; }


/* S T Y L E  &  C L A S S E S */


/* R I G H T   C O N T A I N E R   H O M E */
	
.content .body_wrapper .body_container .shop_content .home_right_container .payments { clear:both; width:182px; height:129px; }
.content .body_wrapper .body_container .shop_content .home_right_container .logos { clear:both; width:182px; height:65px; margin-top:20px; background:url(../images/logos_bg.jpg) top center no-repeat; padding-top:49px; }
	.content .body_wrapper .body_container .shop_content .home_right_container .logos .logo { float:left; width:82px; height:59px; margin-left:7px; }
	.content .body_wrapper .body_container .shop_content .home_right_container .logos .logo2 { float:left; width:82px; height:59px; margin-left:5px; }
	.content .body_wrapper .body_container .shop_content .home_right_container .site_information { clear:both; width:182px; min-height:100px; margin-top:20px; }
		.content .body_wrapper .body_container .shop_content .home_right_container .site_information .info_link { clear:both; width:177px; height:25px; background:#676767; margin-top:2px; padding-top:9px; padding-left:5px; }
			.content .body_wrapper .body_container .shop_content .home_right_container .site_information .info_link a{ color:#fff; text-decoration:none;  }
			.content .body_wrapper .body_container .shop_content .home_right_container .site_information .info_link a:hover{ text-decoration:underline;  }

/* U S E R   M E S S A G E S */

.error_alert { background-color:#FF0; color:#2D2D2D; font-weight:bold; font-size:14px; text-align:center; padding:2px; border:solid 1px; }
.standard_alert { background-color:#0F0; color:#2D2D2D; 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 #2D2D2D; }
