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

body{
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#header{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	float: left;
	width: 400px;
	height: 100px;
}
#header_right{
	margin-top: 15px;
	width: 330px;
	height: 100px;
	float: right;
	text-align: left;
}
.facebookComments{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
#nav{
	width: 1000px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_topnav.jpg);
	/*background-color: #7d0d05;*/
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 13px;
}
#nav_left{
	float: left;
}
#nav_right{
	float: right;
}
#sub_nav{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
	height: 20px;
}
.nav_link{
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.nav_link:hover{
	color: #ff9933;
	text-decoration: underline;
}
#body, #footer_body{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#left{
	width: 743px;
	float: left;
}
.left_header{
	background-image: url(images/bg_left_header.jpg);
	/*background-color: #7d0d05;*/
	background-repeat: no-repeat;
	width: 728px;
	height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 15px;
}
#right{
	width: 238px;
	float: right;
	border-left: 2px solid #cccccc;
	padding-left: 8px;
}
.right_header{
	background-image: url(images/bg_right_header.jpg);
	/*background-color: #7d0d05;*/
	background-repeat: no-repeat;
	width: 223px;
	height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.right_list{
	width: 228px;
	padding: 10px 5px 10px 5px;
	background-color: #f2f1f1;
	margin-bottom: 5px;
}
.promotion_list{
	width: 340px;
	height: 140px;
	padding: 15px 15px 15px 15px;
	float: left;
}
.full{
	width: 680px;
	height: 120px;
	padding: 10px 15px 10px 15px;
	float: left;
}
.full p{
	line-height: 22px;
	color: #454343;
	font-size: 14px;
}
.promotion_img{
	width: 125px;
	float: left;
	margin-right: 5px;
}
.promotion_count{
	background-image: url(images/bg_count.jpg);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	position: absolute;
	margin-top: 100px;
}
.promotion_count .count{
	width: 32px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	margin-top: 2px;
	font-weight: bold;
}
.promotion_count .rolls{
	width: 32px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}
.promotion_count_big{
	background-image: url(images/bg_count.jpg);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	position: absolute;
	margin-top: 250px;
}
.promotion_count_big .count{
	width: 32px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	margin-top: 2px;
	font-weight: bold;
}
.promotion_count_big .rolls{
	width: 32px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}
.promotion_desc{
	width: 210px;
	float: left;
}
.promotion_name{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
	color: #454343;
	margin-top: 15px;
	margin-bottom: 5px;
}
.promotion_text{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #454343;
}
.promotion_priceNbutton{
	width: 210px;
	margin-top: 10px;
}
.price_large{
	float: left;
	color: #9a0000;
	font-size: 18px;
	font-weight: bold;
}
.btn_large{
	float: right;
}
.pproll{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #454343;
	width: 210px;
}
.product_icon{
	width: 60px;
	float: left;
}
.product_icon img{
	margin-bottom: 5px;
}
a.moreinfo{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-left: 7px;
	color: #ec953d;
	/*color: #a90b00;*/
}
.product_desc{
	width: 160px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #454343;
	line-height: 14px;
}
.product_desc b{
	font-size: 14px;
	line-height: 18px;
}
.priceNbutton{
	padding-top: 8px;
	width: 160px;
}
.price_small{
	width: 72px;
	padding-top: 3px;
	color: #9a0000;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.btn_small{
	width: 83px;
	float: left;
}
#product{
	width: 728px;
	margin-top: 25px;
}
#product_left{
	width: 300px;
	float: left;
}
#product_right{
	width: 400px;
	float: right;
}
#productNprice{
	width: 400px;
}
#productName{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #454343;
	font-weight: bold;
	width: 200px;
	float: left;
}
#productPrice{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #9a0000;
	font-weight: bold;
	width: 200px;
	float: right;
	text-align: right;
}
#productDesc{
	width: 400px;
	margin-top: 15px;
}
#productHeader{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #454343;
	margin-bottom: 14px;
}
#productSize{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #454343;
	line-height: 20px;
}
#productSmallText{
	margin-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #454343;
}
#productBtn{
	margin-top: 15px;
	width: 400px;
	text-align: right;
}
#product_img_icon{
	margin-top: 25px;
}
#product_img_icon img{
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #cccccc;
}
#productDesc b{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #454343;
}
#productDesc p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #454343;
	line-height: 14px;
	padding-top: 10px;
}
.txt_orange{
	color: #ff9933;
}
.clear{
	clear: both;
}
th{
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #454343;
	padding-bottom: 5px;
	color: #454343;
}
table.productSpec{
	margin-top: 25px;
}
td.leftText{
	width: 100px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #454343;
	font-weight: bold;
	border-right: 1px solid #454343;
	border-bottom: 1px solid #454343;
	padding-right: 10px;
	background-color: #eeeeee; 
}
td.rightText{
	width: 290px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #454343;
	font-size: 12px;
	color: #454343;
}
#footer{
	margin-top: 20px;
	width: 100%;
	background-color: #333333;
	/*background-color: #7d0d05;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_left{
	width: 285px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
#footer_right{
	float: right;
	width: 700px;
}
#footer_right p{
	text-align: right;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-right: 15px;
}
#footer_right p a{
	text-decoration: none;
	color: #ec953d;
	margin-left: 10px;
	margin-right: 10px;
}
#footer_right p a:hover{
	text-decoration: underline;
}


.tabsmenucontentclass{
	clear: left;
	width: 900px;
	height: 24px;
	margin: auto;
}

.tabsmenucontentclass ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabsmenucontentclass li{
	float: left;
	margin-right: 1em;
}
.tabsmenucontentclass a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.tabsmenucontentclass a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
#text{
	margin-left: 15px;
	margin-right: 15px;
}
.text_small{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.small_bold{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
#text h4{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
#text p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.addthis_button_expanded{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ec953d;
}
