@charset "utf-8";
/* EAN */



#page_general_frame{
	width:757px; padding:20px; text-align:left; background: url(../../IMAGES/background_content.gif) no-repeat #F6F4DF;
}
#page_content{
	position:relative;
	float:left;
	border:0px solid red;
	width:100%;
}

/*--- every unordered list on the equipment page and subpages ---*/
.promo_style{
	font-family: Myriad, Arial, helvetica, sans-serif;
	position:relative;
	float:left;
	margin:0;
	padding-bottom:10px;
	list-style:none;
	font-size:9pt;
	font-weight:bold;
	color:#3D1101;
	width:100%;
	border:0px solid green;
}
.promo_style li{
	position:relative;
	float:right;
	padding:4px 15px;
	border-right:1px solid #000;
}
/*--- every unordered list on the equipment page and subpages ---*/


#promo_submenu{
	padding:3px 0;
	border:1px solid #3D1101;
	border-width:1px 0;
	background-color:#E5E3CE;
}

#promo_content{
	float:right;
	text-align:left;
	width:550px;
	border:0px solid red;
	margin:20px 0 0 0;
	font-family: Myriad, Arial, helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#3D1101;
}

#brand_logo{
	float:left;
	width:550px;
	height:100px;
	margin:0;
	border-bottom:1px solid #333;
}




.promoContent{
	background-color:#eee;
}

.product{
	float:left;
	border-bottom:1px solid #3D1101;
	margin-bottom:30px;
}
.product img{
	float:left;
}
.product ul{
	float:left;
	margin-left:0px;
	width:294px;
}
.h5{
	margin:0;
	color:#fff;
	padding:3px;
	font-size:12pt;
	padding-left:10px;
	background-color:#D67448;
}
.offer{
	margin:0;
	color:#fff;
	font-size:7pt;
	padding:3px;
	margin-bottom:5px;
	background-color:#D67448;
	padding-left:10px;
	width:100%;
}
.purchase{
	margin:0;
	padding:13px 0 19px 0;
	font-size:7.5pt;
	padding-left:10px;
	width:100%;
}
.receive{
	margin:0;
	padding:5px;
	font-size:8pt;
	width:100%;
	padding-left:10px;
	background-color:#F7E8B3;
}



/*----- visible and invisible class -----*/
.visible{
	position:static;
}
.invisible{
	position:absolute;
	top:0;
	left:-10000px;
}
/*----- visible and invisible class -----*/