@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#1e7b29;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
table
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	tr
	{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	td
	{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
a {
	text-decoration:none;
	outline:none;
	color:#000;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.colr {
	color:#aa1a3b !important;
}
.black {
	color:#000;
}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
.subhead {
	margin-top:20px;
	width:100%;
	float:left;
}
h5 {
	font-size:14px;
	font-weight:normal;
	color:#aa1a3b;
}
h6 {
	font-size:12px;
	font-weight:normal;
	color:#aa1a3b;
}
p {
	line-height:18px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:10px 0px 8px 0px;
	width:100%;
	border-bottom:#dddddd solid 1px;
	margin-bottom:10px;
	color:#aa1a3b;
}
input {
	font-size:11px;
}
/*
=======================================================================
	Buttons
=======================================================================
*/
.cartbtn {
	background-image:url(../images/cart.gif);
	background-position:75px 3px;
	background-repeat:no-repeat;
	padding:3px 32px 3px 10px;
	background-color:#aa1a3b;
	border:#003780 solid 1px;
	color:#abccea;
}
.cartbtn:hover {
	color:#fff;
	background-color:#003780;
}
.simplebtn {
	padding:3px 10px 3px 10px;
	background-color:#aa1a3b;
	border:#2d0710 solid 1px;
	color:#fff;
	cursor:pointer;
}
.simplebtn:hover {
	color:#fff;
	background-color:#2d0710;
}
.proceed {
	padding:6px 15px 3px 15px;
	background-image:url(../images/proceed.gif);
	background-repeat:repeat-x;
	background-color:#b2b2b2;
	border:#a0a0a0 solid 1px;
	color:#000;
	height:20px;
	display:inline-block;
	font-weight:bold;
	margin:5px 0px;
}
.proceed:hover {
	color:#666;
	border:#999 solid 1px;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:940px;
	padding:0px 10px;
	margin:0px auto;
}
/*
=======================================================================
	Head Rules
=======================================================================
*/
#head {
	width:920px;
	height:120px;
	padding:0px 10px;
}
/*
=======================================================================
	Logo Rules
=======================================================================
*/
.logo {
	float:left;
	padding-top:24px;
}
/*
=======================================================================
	right navigation Rules
=======================================================================
*/
.rightnavi {
	float:right;
	height:29px;
	background-image:url(../images/right_navi_bg.gif);
	background-repeat:repeat-x;
}
.rightnavi ul{
	float:left;
	list-style:none;
}
.rightnavi ul li{
	float:left;
	padding:7px 10px 0px 10px;
	background-image:url(../images/sep1.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#bfbfbf;
	height:22px;
}
.rightnavi ul li.first{
	background-image:url(../images/left_curve.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
}
.rightnavi ul li.last{
	background-image:url(../images/right_curve.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:30px;
}
.rightnavi ul li a{
	color:#bfbfbf;
}
.rightnavi ul li a:hover{
	color:#666;
}
/*
=======================================================================
	Language Rules
=======================================================================
*/
.lang {
	float:right;
	list-style:none;
}
.lang li{
	float:left;
	padding-left:10px;
	padding-top:10px;
}
.lang li select{
	width:82px;
}
.lang li.txt{
	padding-left:0px;
	padding-top:12px;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
#crumb {
	width:940px;
	height:50px;
	float:left;
}
#crumb ul.left{
	list-style:none;
	float:left;
	padding-top:7px;
}
#crumb ul.left li{
	float:left;
}
#crumb ul li a{
	float:left;
	background-image:url(../images/crumb_sep.gif);
	background-position:0px 13px;
	background-repeat:no-repeat;
	padding:12px 20px 0px 15px;
	color:#fff;
	text-decoration:underline;
}
#crumb ul li p{
	float:left;
	padding:10px 20px 10px 0px;
	color:#fff;
}
/*
=======================================================================
	Search Rules
=======================================================================
*/
ul.search {
	float:right;
	width:286px;
	height:27px;
	background-image:url(../images/search_bg.gif);
	background-repeat:no-repeat;
	list-style:none;
	margin-top:13px;
}
ul.search li{
	float:left;
}
ul.search li input.bar{
	float:left;
	border:none;
	width:256px;
	height:23px;
	padding:2px 5px;
	margin-top:2px;
	background-color:transparent;
	color:#666;
}
ul.search li input.go{
	float:left;
	border:none;
	width:20px;
	height:13px;
	margin-top:7px;
	background-image:url(../images/go.gif);
	background-repeat:no-repeat;
	background-color:transparent;
}
/*
=======================================================================
	Banner Rules contentslider.css
=======================================================================
*/
/*
=======================================================================
	Top and Bottom Curves
=======================================================================
*/
.top_curve {
	float:left;
	width:940px;
	background-image:url(../images/top_curve.png);
	background-repeat:no-repeat;
	margin-top:10px;
	height:9px;
}
.botm_curve {
	float:left;
	width:940px;
	background-image:url(../images/botm_curve.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	height:48px;
}
.botm_curve_ws {
	float:left;
	width:940px;
	background-image:url(../images/botm_curve_ws.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	height:48px;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec {
	width:940px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
}
.noback {
	background-image:none !important;
}
/*
=======================================================================
	column 1 Rules
=======================================================================
*/
.col1 {
	float:left;
	width:700px;
	padding:0px 10px;
	background-image:url(../images/top_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
/*
=======================================================================
	Featured Slider Rules
=======================================================================
*/
/* slider specific CSS */
.sliderGallery {
    overflow: hidden;
    position: relative;
    width: 685px;
}
.sliderGallery ul {
	position: absolute;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
}
.sliderGallery ul li {
	display:inline-block;
	height:234px;
	width:214px;
	background-image:url(../images/featured_prod_bg.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-right:18px;
}
.sliderGallery ul li.last {
	margin-right:0px;
}
.sliderGallery ul li a.thumb{
	height:153px;
	width:198px;
	margin:8px;
	float:left;
}
.sliderGallery ul li a.title{
	float:left;
	color:#aa1a3b;
	margin:8px 5px 20px 10px;
}
.sliderGallery ul li p.price{
	margin:5px 10px 20px 5px;
}
.sliderGallery ul li a.cartbutton{
	width:190px;
	background-image:url(../images/cart.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
	text-transform:uppercase;
	margin-left:10px;
}
.slider {
	width: 100%;
    height: 17px;
    margin-top: 244px;
    padding: 10px 0px 0px 0px;
    position: relative;
    background: url(../images/slider.gif) no-repeat #FFF;
	float:left;
}
.handle {
	position: absolute;
    cursor: move;
    height: 21px;
    width: 35px;
    top: 0;
    background: url(../images/pan.gif) no-repeat;
    z-index: 100;
}
.slider span {
	color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}
.slider .slider-lbl1 {
	left: 50px;
}
.slider .slider-lbl2 {
	left: 107px;
}
.slider .slider-lbl3 {
	left: 156px;
}
.slider .slider-lbl4 {
	left: 280px;
}
.slider .slider-lbl5 {
	left: 455px;
}
/*
=======================================================================
	Product Listing Rules
=======================================================================
*/
.listing {
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
}
.listing ul{
	float:left;
	width:100%;
	list-style:none;
	border-bottom:#dddddd solid 1px;
	margin-top:10px;
}
.listing ul li{
	float:left;
	width:232px;
	border-right:#dddddd solid 1px;
	padding:10px 0px;
	margin-bottom:10px;
	text-align:center;
}
.listing ul li.last{
	border-right:none;
}
.listing ul li a.thumb{
	width:198px;
	height:153px;
}
.listing ul li a.thumb img{
	width:198px;
	height:153px;
}
.listing ul li a.title{
	color:#aa1a3b;
}
.listing ul li h6{
	margin-bottom:10px;
}
.listing ul li p.price{
	color:#333;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.listing ul li a.addtocart{
	color:#333;
	width:105px;
	height:19px;
	padding:4px 0px 0px 10px;
	background-image:url(../images/addtocart.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
	text-align:left;
	text-transform:uppercase;
}
.listing ul li a.addtocart:hover{
	color:#000;
}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	width:200px;
	float:right;
	padding:0px 10px;
}
.col2 .small_heading{
	width:100%;
	float:left;
	border-bottom:#ddd solid 1px;
}
.col2 a.bigbtn {
	height:21px;
	width:200px;
	padding-top:6px;
	font-size:12px;
	color:#777777;
	background-image:url(../images/bigbtn.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	display:inline-block;
	float:left;
	margin:10px 0px;
}
/*
=======================================================================
	My Account Rules
=======================================================================
*/
.myaccount {
	width:200px;
	float:left;
	min-height:100px;
	padding-bottom:20px;
}
.myaccount h5{
	float:left;
	padding:7px 10px 5px 0px;
	color:#aa1a3b;
}
.myaccount ul{
	width:180px;
	float:left;
	padding:7px 10px;
	list-style:none;
}
.myaccount ul li{
	width:165px;
	padding:7px 0px 7px 15px;
	border-bottom:#e1e1e1 solid 1px;
	background-image:url(../images/crumb_sep.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.myaccount ul li a{
	color:#666;
}
.myaccount ul li a:hover{
	font-weight:bold;
}
.myaccount ul li a.selected{
	font-weight:bold;
}
/*
=======================================================================
	My Cart Rules
=======================================================================
*/
.mycart {
	width:200px;
	float:left;
	min-height:100px;
}
.mycart h5{
	float:left;
	padding:7px 10px 5px 0px;
	color:#aa1a3b;
}
.mycart .right{
	padding-top:7px;
}
.mycart .left{
	padding-top:7px;
}
.mycart .right a{
	text-decoration:underline;
}
.mycart ul{
	float:left;
	list-style:none;
}
.mycart ul li{
	float:left;
	width:200px;
	border-bottom:#e3e3e3 dotted 1px;
}
.mycart p{
	float:left;
	padding:3px 10px;
}
.mycart p.title{
	width:180px;
}
/*
=======================================================================
	Compare Products Rules
=======================================================================
*/
.compareproducts {
	width:200px;
	float:left;
	min-height:100px;
}
.compareproducts h5{
	float:left;
	padding:7px 10px 5px 0px;
	color:#aa1a3b;
}

.compareproducts ul{
	float:left;
	list-style:none;
}
.compareproducts ul li{
	float:left;
	width:200px;
	border-bottom:#e3e3e3 dotted 1px;
	padding:5px 0px;
}
.compareproducts ul li .title{
	width:180px;
}
.compareproducts ul li .right{
	padding-top:3px;
}
/*
=======================================================================
	Community Poll Rules
=======================================================================
*/
.poll {
	width:200px;
	float:left;
	min-height:100px;
	padding-bottom:20px;
}
.poll h5{
	float:left;
	padding:7px 10px 5px 0px;
	color:#aa1a3b;
}
.poll p{
	width:180px;
	float:left;
	padding:7px 10px;
}
.poll ul{
	width:180px;
	float:left;
	padding:15px 10px;
	border-top:#d8d8d8 solid 1px;
	border-bottom:#d8d8d8 solid 1px;
	list-style:none;
}
.poll ul li{
	width:160px;
	float:left;
	padding:2px 10px;
}
.poll ul li input{
	float:left;
	margin-right:10px;
}
.poll a.vote{
	float:left;
	padding:3px 10px;
	background-color:#aa1a3b;
	color:#FFF;
	margin:10px 0px 0px 10px;
}
.poll a.vote:hover{
	background-color:#2d0710;
	color:#FFF;
}
/*
=======================================================================
	Shop Now Rules
=======================================================================
*/
.shopby {
	width:200px;
	float:left;
	min-height:100px;
	padding-bottom:20px;
}
.shopby h5{
	float:left;
	padding:7px 10px 5px 0px;
	color:#aa1a3b;
}
.shopby h6.head{
	width:180px;
	float:left;
	padding:7px 10px 0px 10px;
	background-color:#747474;
	color:#FFF;
}
.shopby h6.options{
	width:180px;
	float:left;
	padding:7px 10px 0px 10px;
	color:#000;
}
.shopby ul{
	width:200px;
	float:left;
	list-style:none;
	padding:7px 10px;
}
.shopby ul li{
	width:200px;
	float:left;
	list-style:none;
	padding:7px 0px;
	border-bottom:#9a9a9a dotted 1px;
}
.shopby ul li a{
	color:#9a9a9a;
}
/*
=======================================================================
	Tags Rules
=======================================================================
*/
.tags {
	width:200px;
	float:left;
	min-height:100px;
	padding-bottom:20px;
}
.tags h5{
	float:left;
	padding:7px 10px 5px 0px;
	color:#aa1a3b;
}
.tags ul{
	width:180px;
	float:left;
	min-height:100px;
	padding:20px 10px;
	list-style:none;
	background-color:#f3f3f3;
}
.tags ul li{
	padding:0px 5px;
	float:left;
}
.tags ul li a{
	float:left;
}
.tags ul li a.twelv{
	font-size:12px;
}
.tags ul li a.ten{
	font-size:10px;
}
.tags ul li a.sixteen{
	font-size:16px;
}
.tags ul li a.fourteen{
	font-size:14px;
}
.tags ul li a.eightn{
	font-size:18px;
}
/*
=======================================================================
	newsletter Rules
=======================================================================
*/
.newsletter {
	width:200px;
	float:left;
	min-height:100px;
	padding-bottom:20px;
}
.newsletter h5{
	float:left;
	padding:7px 10px 5px 0px;
	color:#aa1a3b;
}
.newsletter p{
	width:180px;
	float:left;
	padding:7px 10px;
}
.newsletter ul{
	width:180px;
	float:left;
	padding:7px 10px 15px 10px;
	list-style:none;
}
.newsletter ul li input.bar{
	background-color:#FFF;
	border:#cfcfcf solid 1px;
	width:180px;
	height:23px;
}
.newsletter ul li input.subs{
	background-color:#aa1a3b;
	border:#2d0710 solid 1px;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	padding:3px 7px;
	margin-top:5px;
}
.newsletter ul li input.subs:hover{
	background-color:#2d0710;
}
/*
=======================================================================
	column 3 Rules
=======================================================================
*/
.col3 {
	width:920px;
	padding:10px;
}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
.prod_detail {
	width:700px;
	float:left;
}
.prod_detail .big_thumb{
	width:240px;
	float:left;
}
.prod_detail .desc{
	width:390px;
	float:right;
}
.prod_detail .desc a.email{
	font-weight:bold;
	background-image:url(../images/email.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.margn {
	padding:12px 0px 0px 0px;
}
.addtocart {
	width:368px;
	height:70px;
	padding:5px;
	margin-top:10px;
}
.addtocart h6{
	padding:6px 0px 10px 0px;
}
.addtocart ul{
	list-style:none;
	float:left;
}
.addtocart ul li{
	float:left;
	margin-right:10px;
}
.addtocart ul li.qty{
	width:30px;
	padding-top:2px;
}
.addtocart ul li.or{
	text-align:center;
	width:30px;
	padding-top:3px;
}
.addtocart ul li input.bar{
	float:left;
	width:45px;
	height:21px;
	background-color:#FFF;
	border:#d0d0d0 solid 1px;
}
.addtocart ul li a.add{
	background-image:url(../images/add.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	margin-bottom:5px;
	float:left;
	margin-top:-3px;
	margin-right:20px;
}
.quickreview {
	padding:00px 0px 10px 0px;
	border-bottom:#dddddd solid 1px;
	margin:0px 0px 10px 0px;
}
.qheading {
	border-bottom:#dddddd solid 1px;
	color:#aa1a3b;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.quickreview h5{
	padding:0px 0px 0px 0px;
	float:left;
}
.quickreview p{
	padding:0px 0px 5px 0px;
}
.prod_desc {
	padding:20px 0px;
	float:left;
}
.prod_desc h6.bar{
	margin-bottom:10px;
}

.aditional_info {
	width:700px;
	background-image:url(../images/cont_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
.aditional_info h6{
	width:690px;
	height:24px;
	padding:10px 0px 0px 10px;
	background-image:url(../images/top_curve_big.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.aditional_info ul{
	padding:10px;
	float:left;
	width:680px;
	border-bottom:#CCC solid 1px;
	list-style:none;
}
.aditional_info ul.last{
	border:none
}
.aditional_info ul li{
	float:left;
}
.aditional_info ul li.title{
	float:left;
	width:210px;
}
.aditional_info ul li.desc{
	float:left;
	width:470px;
}
.tags_big {
	width:700px;
	background-image:url(../images/cont_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
}
.tags_big h6{
	width:690px;
	height:24px;
	padding:10px 0px 0px 10px;
	background-image:url(../images/top_curve_big.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.tags_big p{
	padding:10px;
	width:680px;
}
.tags_big ul{
	float:left;
	list-style:none;
	padding:10px 0px;
}
.tags_big ul li{
	float:left;
	padding:0px 10px;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:10px;
}
.tags_big ul li.last{
	background:none;
}
.tags_big input.bar{
	float:left;
	background-color:#fafafa;
	border:#adadad solid 1px;
	height:14px;
	width:190px;
	padding:5px;
	margin:5px 0px 10px 10px;
}
.tags_big input.simplebtn{
	margin:0px 0px 10px 10px;
}

.cont_sec {
	width:700px;
	background-image:url(../images/cont_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.cont_sec p{
	width:680px;
	padding:10px;
}
.cont_sec h6{
	width:690px;
	height:24px;
	padding:10px 0px 0px 10px;
	background-image:url(../images/top_curve_big.gif);
	background-position:top;
	background-repeat:no-repeat;
}
/*
=======================================================================
	Contact Page Rules
=======================================================================
*/
.contact {
	float:left;
	width:700px;
	margin-bottom:20px;
}
.mapsec {
	width:350px;
	float:left;
}
.mapsec h6{
	padding-bottom:10px;
	margin-top:10px;
}
.mapsec p{
	width:300px;
	float:left;
}
.map {
	float:left;
	margin-top:20px;
}
.map iframe{
	border-bottom:#000 solid 1px;
}
.map a.enlarg{
	font-weight:bold;
	padding:5px 0px;
	color:#333;
	float:left;
}
.contact_form {
	width:280px;
	float:right;
}
.contact_form h6{
	padding-bottom:10px;
	margin-top:10px;
}
.contact_form ul{
	float:left;
	list-style:none;
}
.contact_form ul li{
	margin-bottom:5px;
}
.contact_form input.bar{
	width:269px;
	height:24px;
	padding:0px 5px;
	background-image:url(../images/bar.html);
	background-position:left;
	background-repeat:no-repeat;
	border:#dddddd solid 1px;
	font-size:11px;
}
.contact_form textarea{
	width:269px;
	height:154px;
	padding:5px;
	background-image:url(../images/textarea.html);
	background-position:left;
	background-repeat:no-repeat;
	border:#dddddd solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.error {
	color:#F00;
}
.seccess {
	color:#090;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:700px;
	height:27px;
	margin:7px 0px;
	border-bottom:#e9e9e9 solid 1px;
}
.sorting ul{
	float:left;
	list-style:none;
}
.sorting ul li{
	float:left;
	height:23px;
	padding:4px 10px 0px 10px;
}
.sorting ul li.last{
	border-right:none;
}
.sorting ul li.text{
	height:21px;
	padding:6px 10px 0px 10px;
}
/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shoppingcart {
	width:920px;
	float:left;
}
.shoppingcart ul.tablehead{
	width:920px;
	float:left;
	border-bottom:#aa1a3b solid 2px;
	list-style:none;
}
.shoppingcart ul.tablehead li{
	float:left;
	padding:5px 0px;
	font-weight:bold;
	font-size:12px;
	color:#aa1a3b;
}
.shoppingcart ul li.remove{
	width:44px;
	text-align:center;
}
.shoppingcart ul li.thumb{
	width:84px;
	text-align:center;
}
.shoppingcart ul li.title{
	width:568px;
	padding-left:10px;
}
.shoppingcart ul li.price{
	width:75px;
	text-align:center;
}
.shoppingcart ul li.qty{
	width:64px;
	text-align:center;
}
.shoppingcart ul li.qty input{
	width:25px;
	height:25px;
	background-color:#fafafa;
	border:#d5d5d5 solid 1px;
	text-align:center;
	margin-top:6px;
}
.shoppingcart ul li.total{
	width:75px;
	text-align:center;
}

.shoppingcart ul.cartlist{
	width:920px;
	float:left;
	list-style:none;
	padding:5px 0px;
	height:40px;
	background-image:url(../images/cart_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:5px;
}
.shoppingcart ul.cartlist li{
	float:left;
	padding-top:0px;
	padding-bottom:5px;
}
.shoppingcart ul.cartlist li.txt{
	padding-top:13px;
}
.btns {
	border-bottom:#d7d7d7 solid 1px;
	width:100%;
	padding:15px 0px;
	float:left;
}
.btns ul{
	list-style:none;
}
/*
=======================================================================
	Sections Rules
=======================================================================
*/
.sections {
	width:920px;
	float:left;
	padding:20px 0px;
}
.centersec {
	float:left;
	width:280px;
	margin:0px 43px;
}
/*
=======================================================================
	Cart Items Rules
=======================================================================
*/
.cartitems {
	width:244px;
	border:#dbdbdb solid 1px;
	padding:10px;
	float:left;
	margin-bottom:10px;
}
.cartitems h6{
	width:244px;
	float:left;
}
.cartitems h6 span{
	padding-bottom:5px;
}
.cartitems ul{
	float:left;
	list-style:none;
}
.cartitems ul li{
	width:244px;
	border-bottom:#dbdbdb solid 1px;
	float:left;
	padding:20px 0px;
}
.cartitems ul li .thumb{
	float:left;
	width:110px;
	height:77px;
	margin-right:5px;
}
.cartitems ul li .thumb img{
	width:110px;
	height:77px;
}
.cartitems ul li .desc{
	float:left;
	width:125px;
}
.cartitems ul li .desc a.title{
	margin-bottom:5px;
	width:125px;
	float:left;
}
.cartitems ul li .desc p{
	margin-bottom:5px;
	width:125px;
}
/*
=======================================================================
	Discount Coupon Rules
=======================================================================
*/
.discount {
	width:258px;
	border:#dbdbdb solid 1px;
	padding:10px;
	float:left;
	margin-bottom:10px;
}
.discount h6{
	width:258px;
	float:left;
}
.discount h6 span{
	padding-bottom:5px;
}
.discount p{
	width:258px;
	float:left;
	padding-top:5px;
}
.discount ul{
	width:258px;
	float:left;
	list-style:none;
	margin-top:10px;
}
.discount ul li{
	width:258px;
	float:left;
	padding-bottom:5px;
}
.discount ul li input.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}

/*
=======================================================================
	Estimate Rules
=======================================================================
*/
.estimate {
	width:258px;
	border:#dbdbdb solid 1px;
	padding:10px;
	float:left;
	margin-bottom:10px;
}
.estimate h6{
	width:258px;
	float:left;
}
.estimate h6 span{
	padding-bottom:5px;
}
.estimate p{
	width:258px;
	float:left;
	padding-top:5px;
}
.estimate ul{
	width:258px;
	float:left;
	list-style:none;
	margin-top:10px;
}
.estimate ul li{
	width:258px;
	float:left;
	padding-bottom:5px;
}
.estimate ul li input.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
.estimate ul li select.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
/*
=======================================================================
	Grand Total Rules
=======================================================================
*/
.grand_total {
	width:265px;
	border:#dbdbdb solid 1px;
	padding:10px;
	float:left;
	margin-bottom:10px;
}
.grand_total h5{
	font-weight:bold;
}
.grand_total ul{
	float:left;
	list-style:none;
	margin-left:74px;
	margin-bottom:5px;
}
.grand_total ul li{
	float:left;
}
.grand_total ul li.title{
	text-align:right;
	width:100px !important;
}
.grand_total ul li.price{
	text-align:right;
	width:80px !important;
}
/*
=======================================================================
	New Customer Section Rules
=======================================================================
*/
.sections .inner {
	height:210px;
	background-image:url(../images/botm_acount_curve.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:10px;
}
.newcustmr {
	width:446px;
	float:left;
	margin-right:28px;
	background-image:url(../images/top_acount_curve.gif);
	background-repeat:no-repeat;
}
.newcustmr h6{
	width:400px;
	padding:3px 0px 10px 24px;
	border-bottom:#dbdbdb solid 1px;
	float:left;
	font-weight:bold;
	background-image:url(../images/new_cus.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.newcustmr p{
	width:424px;
	padding:10px 0px;
	float:left;
}
/*
=======================================================================
	Registered Customer Section Rules
=======================================================================
*/
.registerdcustmr {
	width:446px;
	float:right;
	background-image:url(../images/top_acount_curve.gif);
	background-repeat:no-repeat;
}
.registerdcustmr h6{
	width:400px;
	padding:3px 0px 10px 24px;
	border-bottom:#dbdbdb solid 1px;
	float:left;
	font-weight:bold;
	background-image:url(../images/regis_cus.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.registerdcustmr p{
	width:424px;
	padding:10px 0px;
	float:left;
}
.registerdcustmr ul{
	list-style:none;
	float:left;
}
.registerdcustmr ul li{
	float:left;
}
.registerdcustmr ul li.txt{
	width:400px;
	padding:5px 0px;
}
.registerdcustmr ul li input.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#d8d8d8 solid 1px;
	margin-bottom:10px;
}
.registerdcustmr ul li input.simplebtn{
	margin-right:10px;
}
.registerdcustmr ul li a{
	margin-top:5px;
	float:left;
}
/*
=======================================================================
	Acount Page Rules
=======================================================================
*/
.account {
	width:700px;
	float:left;
}
.account_title {
	width:700px;
	float:left;
}
.account_title h6{
	width:700px;
	float:left;
	padding:20px 0px 10px 0px;
}
.account_title p{
	width:700px;
	float:left;
}
ul.acount_navi {
	width:100%;
	float:left;
	background-image:url(../images/gray_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style:none;
}
ul.acount_navi li{
	float:left;
	background-image:url(../images/gray_sep.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
ul.acount_navi li a{
	font-weight:bold;
	color:#000;
	padding:5px 10px;
	height:14px;
	display:inline-block;
}
ul.acount_navi li a.selected{
	background-image:url(../images/account_selected.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:11px;
}
ul.acount_navi li a:hover{
	background-image:url(../images/account_selected.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:11px;
}

.acount_info {
	width:700px;
	float:left;
	padding:20px 0px;
}
h6.bar{
	width:678px;
	border:#e2e2e2 solid 1px;
	background-image:url(../images/bar.html);
	background-repeat:repeat-x;
	height:20px;
	padding:10px 10px 0px 10px;
	float:left;
	margin-bottom:20px;
}
.small_sec {
	width:343px;
	background-image:url(../images/section_bg.gif);
	background-repeat:repeat-y;
	min-height:132px;
}
.small_sec .content{
	min-height:80px;
	padding:10px 10px;
	float:left;
}
.small_sec .content p{
	width:100%;
	padding-bottom:5px;
	float:left;
}
.botm_small {
	width:343px;
	height:5px;
	background-image:url(../images/botm_small.gif);
	background-repeat:no-repeat;
	bottom:0;
}
.small_sec .headng{
	float:left;
	width:323px;
	height:22px;
	padding:9px 10px 0px 10px;
	background-image:url(../images/section_heading_bg.gif);
	background-repeat:no-repeat;
}
.small_sec .headng h6{
	float:left;
}
.big_sec {
	width:700px;
}
.big_sec .headng{
	float:left;
	width:700px;
	border-bottom:#e2e2e2 solid 1px;
	padding:5px 0px;
	margin:20px 0px;
}
.big_sec .headng h6{
	float:left;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:920px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	float:left;
}
.static h1{
	float:left;
	width:920px;
	padding:10px 0px;
	color:#666666;
}
.static h2{
	float:left;
	width:920px;
	padding:8px 0px;
	color:#666666;
}
.static h3{
	float:left;
	width:920px;
	padding:6px 0px;
	color:#666666;
}
.static h4{
	float:left;
	width:920px;
	padding:5px 0px;
	color:#666666;
}
.static h5{
	float:left;
	width:920px;
	padding:5px 0px;
	color:#666666;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	float:left;
	width:920px;
	padding:5px 0px;
	color:#666666;
}
.static h5{
	float:left;
	width:920px;
	padding:5px 0px;
	line-height:24px;
	color:#666666;
}
.static ul.imgs{
	float:left;
	list-style:none;
	padding:5px 0px 10px 0px;
}
.static ul.imgs li{
	float:left;
	margin-right:10px;
}
.static .sec1 {
	width:282px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.static .sec1 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec1 a.bordrs{
	margin-bottom:10px;
}
.static .sec2 {
	width:282px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.static .sec2 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec2 a.bordrs{
	margin-bottom:10px;
}
.static .sec3 {
	width:282px;
	float:left;
	margin-top:20px;
}
.static .sec3 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec3 a.bordrs{
	margin-bottom:10px;
}
.static ul.number{
	width:100%;
	float:left;
	list-style:decimal;
}
.static ul.number li{
	padding:4px 0px;
	font-weight:bold;
}
.bigsec {
	width:100%;
	float:left;
	padding:20px 0px;
}
.bigsec a.left{
	margin:0px 20px 10px 0px;
}
.grayborder {
	width:100%;
	border-top:#e1e1e1 solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
/*
=======================================================================
	Featured Product Rules
=======================================================================
*/
.featured_prod {
	float:left;
	width:100%;
	padding:20px 0px;
}
.featured_prod .thumb{
	float:left;
	width:240px;
	text-align:center;
}
.featured_prod .thumb img{
	width:180px;
}
.featured_prod .desc{
	float:left;
	width:460px;
}
.featured_prod .desc h5{
	float:left;
	width:460px;
	padding:0px 0px 5px 0px;
}
.featured_prod .desc h5 a{
	color:#aa1a3b;
}
.rating {
	float:left;
	padding:10px 0px;
}
.rating ul{
	float:left;
	list-style:none;
}
.rating ul li{
	float:left;
	margin-right:2px;
}
ul.reviews{
	float:left;
	list-style:none;
	padding-bottom:10px;
}
ul.reviews li{
	float:left;
	background-image:url(../images/sep3.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 10px 0px 0px;
}
ul.reviews li.last{
	background-image:none;
	padding:0px 0px 0px 10px;
}
ul.reviews li a{
	color:#000;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.categories {
	width:100%;
	float:left;
}
.categories ul{
	width:100%;
	float:left;
	list-style:none;
}
.categories ul li{
	width:214px;
	height:304px;
	float:left;
	background-image:url(../images/category_bg.gif);
	background-repeat:no-repeat;
	margin-right:29px;
	margin-bottom:29px;
}
.categories ul li.last{
	margin-right:0px;
}
.categories ul li h6{
	width:194px;
	padding:10px;
	height:13px;
}
.categories ul li a.thumb{
	width:198px;
	height:153px;
	margin:10px 0px 10px 7px;
	float:left;
}
.categories ul li p{
	width:194px;
	padding:3px 10px 5px 10px;
	height:52px;
}
.categories ul li a.viewnow{
	width:194px;
	padding:10px 10px 5px 10px;
	text-transform:uppercase;
	font-size:14px;
	color:#777777;
	float:left;
}
/*
=======================================================================
	Footer Rules
=======================================================================
*/
#footer {
	width:100%;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:0px -70px;
	background-color:#f0f0f0;
}
#footer .inner_footer{
	width:940px;
	padding:10px 0px 20px 0px;
	margin:0px auto;
}
/*
=======================================================================
	Quick Navigation Rules
=======================================================================
*/
.latestnews {
	float:left;
	width:215px;
	padding:0px 10px;
	min-height:180px;
}
.latestnews h5{
	float:left;
	width:100%;
	padding:9px 0px 5px 0px;
	margin-bottom:5px;
	color:#aa1a3b;
	border-bottom:#dddddd solid 1px;
}
.latestnews ul{
	float:left;
	width:90%;
	margin:0px 5%;
	list-style:none;
}
.latestnews ul li{
	padding:5px 0px;
	width:100%;
	border-bottom:#333 dotted 1px;
}
.latestnews ul li a{
	color:#000;
	font-weight:bold;
}
/*
=======================================================================
	Resources Rules
=======================================================================
*/
.resource {
	float:left;
	width:215px;
	padding:0px 10px;
	min-height:180px;
}
.resource h5{
	float:left;
	width:100%;
	padding:9px 0px 5px 0px;
	margin-bottom:5px;
	color:#aa1a3b;
	border-bottom:#dddddd solid 1px;
}
.resource ul{
	float:left;
	width:90%;
	margin:0px 5%;
	list-style:none;
}
.resource ul li{
	padding:5px 0px;
	width:100%;
	border-bottom:#333 dotted 1px;
}
.resource ul li a{
	color:#000;
	font-weight:bold;
}
/*
=======================================================================
	Newsletter Signup Rules
=======================================================================
*/
.joinnews {
	float:left;
	width:215px;
	padding:0px 10px;
	min-height:180px;
}
.joinnews h5{
	float:left;
	width:100%;
	padding:9px 0px 5px 0px;
	margin-bottom:5px;
	color:#aa1a3b;
	border-bottom:#dddddd solid 1px;
}
.joinnews p{
	padding:5px 0px;
	float:left;
}
.joinnews ul{
	float:left;
	width:100%;
	list-style:none;
	color:#85b1d9;
}
.joinnews ul li{
	margin-bottom:10px;
}
.joinnews ul li input.bar{
	width:162px;
	height:19px;
	padding:1px 5px;
	background-image:url(../images/subs.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}
.joinnews ul li input.subs{
	padding:1px 5px 3px 5px;
	background-color:#aa1a3b;
	border:#2d0710 solid 1px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}
.joinnews ul li input.subs:hover{
	background-color:#2d0710;
}

/*
=======================================================================
	Contact Us Rules
=======================================================================
*/
.contactus {
	float:left;
	width:215px;
	padding:0px 10px;
	min-height:180px;
}
.contactus h5{
	float:left;
	width:100%;
	padding:9px 0px 5px 0px;
	margin-bottom:5px;
	color:#aa1a3b;
	border-bottom:#dddddd solid 1px;
}
.contactus ul{
	float:left;
	list-style:none;
	padding:10px 0px;
}
.contactus ul li{
	padding:5px 0px 5px 20px;
	background-position:left;
	background-repeat:no-repeat;
	width:200px;
}
.contactus ul li.tel{
	background-image:url(../images/tel.gif);
}
.contactus ul li.email{
	background-image:url(../images/email.gif);
}
.contactus ul li.fax{
	background-image:url(../images/fax.gif);
}
.contactus ul li.skype{
	background-image:url(../images/skype.gif);
}
.contactus ul li a{
	color:#000;
}
/*
=======================================================================
	Copyright section Rules
=======================================================================
*/
.copyright_network {
	float:left;
	width:920px;
	padding:10px;
	margin:20px 0px 0px 0px;
	color:#878787;
	height:23px;
	background-image:url(../images/copyright.gif);
	background-repeat:no-repeat;
}
.copyright_network p{
	float:left;
}
.copyright_network ul{
	float:right;
	list-style:none;
	padding-top:3px;
}
.copyright_network ul li{
	float:left;
	margin-right:5px;
}
.copyright_network ul li a.top{
	color:#878787;
	background-image:url(../images/top.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:18px;
	margin-left:10px;
}