/****** RESET ******/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td{ 
	margin: 0px; 
	padding: 0px; 
}


/****** BASIC ******/

body{
	background: #B6B6B6 url(../images/page_bg.png) scroll repeat-x 0 0;
	color: #333;
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	line-height: 135%;
	font-size: 12px;
	border-top-style: solid;
	border-top-width: 4px;
	padding-top: 20px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.button{
	border: none;
	color: #FFF;
	font-weight: bold;
	padding: 0 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type='text']{
	padding-left: 4px;
	width: 150px;
	border: 1px solid #DCDCDC;
	color: #A0A0A0;
	height: 18px;
}


/****** PAGE ******/

#wrapper{
	width: 1012px;
	margin: 0 auto;
}

#shadow_l{
	background: transparent url(../images/shadow-l.png) no-repeat scroll 0 55px;
	padding-left: 12px;
}

#shadow_r{
	background: transparent url(../images/shadow-r.png) no-repeat scroll 100% 55px;
	padding: 0 12px 20px 0;
}

#page-border_tl{
	background: #FFFFFF url(../images/main-tl.png) no-repeat scroll 0 0;
}

#bage-border_tr{
	background: transparent url(../images/main-tr.png) no-repeat scroll 100% 0;
}

#page-border_bl{
	background: transparent url(../images/main-bl.png) no-repeat scroll 0 100%;
}

#page-border_br{
	background: transparent url(../images/main-br.png) no-repeat scroll 100% 100%;
	padding: 5px;
}


/****** HEADER ******/

#header{
	background: #EDEDED url(../images/header-bg.png) repeat-x scroll 0 0;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	height: 160px;
}

#logo{
	float: left;
	margin: 60px 30px;
}

#header-right{
	float: right;
}

#header-banner{
	height: 90px;
	width: 728px;
}

#header-banner img{
	border: none;
}

#header-top-line{
	height: 16px;
	margin: 10px 0;
	padding-left: 10px;
}

#header-top-line a, #header-top-line{
	color: #949494;
	font-size: 13px;
	font-weight: bold;
}

#header-top-line img{
	margin-bottom: -3px;
}

#header-top-line form{
	display: inline;
	padding-right: 30px;
}

#header-top-line select{
	width: 150px;
	height: 17px;
	font-size: 90%;
	color: #494A45;
}

#header-cart{
	width: 138px;
	height: 25px;
	float: right;
	margin-left: 7px;
	margin-top: -3px;
}

#header-cart span{
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	float: left;
}

#header-cart img{
	float: left;
	margin-right: 5px;
}

#header-bottom-line{
	height: 16px;
	margin: 10px 0;
}

#header-bottom-line a{
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
}

#search{
	float: right;
	width: 220px;
}

#search input.input{
	padding-left: 4px;
	width: 150px;
	border: 1px solid #DCDCDC;
	color: #A0A0A0;
	height: 18px;
}

#search input.button{
	border: none;
	color: #FFF;
	font-weight: bold;
	padding: 0 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.input{
	color: #666666;
	font-size: 110%;
	height: 20px;
}


/****** MAIN MENU ******/

#main-menu{
	background: #EDEDED url(../images/main-menu_bg.png) repeat-x scroll 0 0;
	height: 41px;
	border: 1px solid #DEDEDE;
}

#main-menu ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#main-menu ul li{
	float: left;
	background: transparent url(../images/spacer.png) no-repeat scroll 100% 60%;
}

#main-menu ul li a{
	color: #555555;
	display: block;
	font-weight: bold;
	height: 41px;
	line-height: 46px;
	overflow: hidden;
	padding: 0 11px;
	text-transform: uppercase;
	z-index: 100;
}

#main-menu ul li a:hover, #main-menu ul li.active a:hover{
	text-decoration: none;
}

#main-menu ul li a:hover, #main-menu ul li.active a, #main-menu ul li.active a:hover{
	border-top-style: solid;
	border-top-width: 5px;
	height: 36px;
	line-height: 36px;
}


/****** SUB-MENU ******/

#sub-menu{
	background: transparent url(../images/sub-menu_bg.png) repeat-x scroll 0 0;
	border: 1px solid #DEDEDE;
	height: 34px;
}

#sub-menu ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#sub-menu ul li{
	float: left;
}

#sub-menu ul li a{
	background: transparent url(../images/spacer.png) no-repeat scroll 100% 50%;
	display: block;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	padding: 0 12px;
	z-index: 100;
}

#sub-menu ul li a:hover, #sub-menu ul li.active a, #sub-menu ul li.active a:hover{
	color: #333333;
	text-decoration: none;
}


/****** MAIN ******/

#spacer{
	height: 0px;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-width: 7px;
}

#main{
	border: 1px solid #DEDEDE;
	background: #D5D5D5;
	padding: 5px;
}

#main-content{
	min-height: 350px;
	padding: 22px 12px 15px;
	border: 1px solid #BBBBBB;
	background: #FFFFFF url(../images/main-content_bg.png) repeat-x scroll 0 0;
}


/****** RIGHT ******/

#right{
	margin-left: 320px;
}

#right h1{
	border-bottom: 5px solid #F7F7F7;
	color: #333333;
	font-size: 250%;
	font-weight: bold;
	line-height: 120%;
	padding-left: 5px;
	margin-bottom: 20px;
}

#right h2{
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	padding-right: 12px;
	font-size: 160%;
	font-weight: bold;
	line-height: 120%;
	padding: 0 0 8px;
}


/****** LEFT ******/

#left{
	float: left;
	width: 320px;
}

#left-content{
	padding: 0 15px 15px 0;
}

#left .box{
	margin-top: 37px;
}

#left h2{
	font-size: 150%;
	font-weight: bold;
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	margin-bottom: 18px;
	margin-left: -5px;
	margin-top: -45px;
	line-height: 120%;
	padding-bottom: 5px;
}

.left-menu a{
	color: #FFF;
}


/****** BOX ******/

.box{
	border: 2px solid #E6E6E6;
	margin-bottom: 15px;
}

.box-tl{
	background: transparent url(../images/box-tl.png) no-repeat scroll 0 0;
	margin-left: -2px;
	margin-top: -2px;
}

.box-tr{
	background: transparent url(../images/box-tr.png) no-repeat scroll 100% 0;
	margin-top: -2px;
	margin-right: -2px;
}

.box-bl{
	background: transparent url(../images/box-bl.png) no-repeat scroll 0 100%;
	margin-bottom: -2px;
}

.box-br{
	background: transparent url(../images/box-br.png) no-repeat scroll 100% 100%;
	margin-bottom: -2px;
}

.box-content{
		padding: 12px;
}

.box-content a.more{
	background: transparent url(../images/arrows.png) no-repeat scroll 2px 6px;
	display: block;
	margin-top: 12px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.box-content li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 3px;
	padding: 3px 0 3px 12px;
	background: transparent url(../images/arrows.png) no-repeat scroll 2px 9px;
}


/****** BOTTOM MENU ******/

#bottom-menu{
	background: transparent url(../images/bottom-menu_bg.png) repeat-x scroll 0 0;
	height: 44px;
	border: 1px solid #CCCCCC;
}

#bottom-menu ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	
}

#bottom-menu ul li{
	float: left;
}

#bottom-menu ul li a{
	color: #333333;
	display: block;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 15px;
	text-transform: uppercase;
}

#bottom-menu ul li a:hover{
	border-top-width: 5px;
	border-top-style: solid;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
}


/****** FOOTER ******/

#footer{
	background: transparent url(../images/footer_bg.png) repeat-x scroll 0 100%;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	height: 75px;
}




#copyright{
	color: #666666;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}


/****** OTHER ******/

.clear{
	clear: both;
}


/****** PRODUCT ******/


#product h2{
	text-transform: uppercase;
}

#product-image{
	border: 1px solid #DEDEDE;
	height: 200px;
	width: 330px;
	float: left;
}

#product-about{
	float:right;
	width: 250px;
}

#product-description{
	width: 100%;
	float: left;
	margin-top: 20px;
}

#product-cost{
	float: right;
	width: 170px;
	line-height: 25px;
}

.line-through{
	text-decoration: line-through;
}

#product-cost .colored{
	font-size: 18px;
	font-weight: bold;
}

#add_to_cart{
	padding-left: 15px;	
}

#add_to_cart #quantity{
	color: #000;
}

#add_to_cart .button{
	font-weight: normal;
	margin-left: 5px;
}

#quantity{
	width: 40px;
	height: 20px;
}


/****** REGISTER USER ******/

#register_user{
	background: transparent url(../images/reg_user_bg.png) scroll repeat-x 0 0;
	margin: -10px;
	padding: 10px;
	min-height: 500px;
	position: relative;
}

#reg_user_content{
	padding-left: 50px;
	color: #666;
}

#register_user h4{
	font-size: 110%;
	color: #949494;
	margin-bottom: 10px;
}

#reg_user_content a{
	text-decoration: underline;
}

#register_user table{
	margin-top: 35px;
}

#register_user table td{
	height: 30px;
	padding-right: 10px;
}

#register_user table input[type='text'], #register_user table select{
	width: 200px;
}

#register_user .button{
	padding: 2px 24px;
	border: 1px solid #000;
	margin-top: 30px;
}

#reg_help{
	width: 370px;
	height: 230px;
	position: absolute;
	top: 120px;
	right: 20px;
	border: 1px solid;
}


/****** LOGIN ******/

.login{
	background: transparent url(../images/reg_user_bg.png) scroll repeat-x 0 0;
	margin: -10px;
	padding: 10px;
	width: 425px;
	color: #666;
	height: 200px;
	margin-bottom: -9px;
}

.login a{
	text-decoration: underline;
}

.login a:hover{
	text-decoration: none;
}

.login h4{
	font-size: 110%;
	color: #949494;
	margin-bottom: 10px;
	line-height: 180%;
}

.login table{
	margin-top: 20px;
}

.login table td{
	height: 30px;
	padding-right: 10px;
	text-align: right;
}

.login table input[type='text'], .login table select{
	width: 210px;
}

.login .button{
	padding: 2px 24px;
	border: 1px solid #000;
	margin-top: 5px;
}


/****** CATEGORIES - PRODUCTS ******/

#filter{
	width: 100%;
	padding: 20px 10px;
	border: 1px solid #A9A9A9;
	margin-bottom: 10px;
}

.categories{
	width: 290px;
	height: 80px;
	margin-bottom: 22px;
	margin-right: 8px;
	background: url(/template/images/product_bg.png) scroll repeat-x 0 0;
	float: left;
	padding: 6px 0;
	color: #5F6468;
}

.categories .image{
	width: 93px;
	height: 65px;
	border: 1px solid #A9A9A9;
	float: left;
	background: #FFF;
	margin-right: 2px;
}

.categories .desc{
	width: 100px;
	padding-right: 20px;
	float: left;
	line-height: 100%;
}

.categories h4 a span{
	color: #353F4B;
	line-height: 120%;
}

.categories h4 a acronym{
	border: none;
}

.categories .other-info{
	float: left;
	width: 60px;
}

.categories a span.more_info{
	text-decoration: underline;
	color: #60615C;
	margin: 3px 0;
	display: block;
}

.categories a span.add_to_cart{
	text-decoration: underline;
	margin: 5px 0;
	display: block;
}

.categories a span.more_info:hover, .categories a span.add_to_cart:hover{
	text-decoration: none;
}

.categories span.cost{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	display: block;
	color: #A9A9A7;
}

.categories span.cost span.dollar{
	font-size: 80%;
}
