/* Dark Red: #cc0000 */
/* Light grey: #f0f0f0 */

@import "category.css";
@import "item.css";
@import "cart.css";
@import "typography.css";
*
	{
	margin: 0;
	padding: 0;
	}
abbr
	{
	cursor: help;
	}
*:active, *:focus, *:link
	{
	outline: none;
	}
html, body
	{
	height: 100%;
	}
body
	{
	width: 800px;
	margin: 0 auto;
	background: #f5f5f5 url(../images/page2.jpg) center repeat-y;
	}
img
	{
	border: none;
	}
div#container
	{
	min-height: 100%!important;
	width: 100%;
	}
div#masthead
	{
	height: 110px;
	background: url(../images/head2.jpg) center top no-repeat;
	}
div#masthead h1
	{
	float: left;
	width: 335px;
	height: 73px;
	display: block;
	margin: 25px 0 0 22px;
	background: url(../images/logo.jpg) no-repeat;
	}
div#masthead h1 span
	{
	display: none;
	}
div#wrapper
	{
	clear: both;
/*	background: #fff url(../images/page.jpg) center repeat-y; */
	padding-left: 10px;
	padding-right: 10px;
	}
#linkslist
	{
	list-style-type: none;
	float: right;
	margin: 20px 26px 40px 40px;
	}
#linkslist li a
	{
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin: 0 0 0 15px;
	
	}
#quickcart
	{
	clear: right;
	float: right;
	margin: 50px 26px 0px 0px;
	width: 200px;
	}
.cc_note {
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	margin-top: 10px;
	text-align: center;
	display: block;
}
.cc_sum {
	margin-top: 0px;
	display: block;
	margin-left: 20px;
}
.cc_sum label {
	width: 80px;
	display: block;
	float: left;
}
.cc_sum a {
	color: #fff;
	font-weight: bold;
}
.cc_sum p {
	margin-top: 4px;
}
	
#icon1,#icon2,#icon3 {
	width: 50px;
	height: 50px;
	border: 0;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
#icon1 span,#icon2 span,#icon3 span {
	display: none;
	}

#icon1 {
	background: url("../images/home_icon.gif") top left no-repeat;
}
#icon2 {
	background: url("../images/about_icon.gif") top left no-repeat;
}
#icon3 {
	background: url("../images/contact_icon.gif") top left no-repeat;
}
#section_nav
	{
	float: right;
	list-style-type: none;
	clear: right;
	margin: 10px 26px; 0 0;
	/* background: #fff url(../images/page.jpg) center repeat-y; */
	}
ul#section_nav li
	{
	text-align: center;
	}	
ul#section_nav li a
	{
	float: left;
	height: 10px;
	padding: 3px 7px 7px 7px;
	background: #cccccc;
	}
ul#section_nav li a:hover
	{
	background: url(../images/section_over.gif) no-repeat;
	}
ul#section_nav li a.mhigh, ul#section_nav li a:hover.mhigh
	{
	background: url(../images/active_section.gif) no-repeat;
	}
div#left_box
	{
	float: left;
	width: 195px;
	padding: 10px 0 0 0px ;
	/* background: url("../images/back_l.jpg") top left no-repeat; */
	background: #fff;
	}
div#nav {
   background: #fff;
}
div#nav ul
	{
	list-style-type: none;
	}
div#nav ul li a
	{
	display: block;
	padding: 3px 0 3px 8px;
	}
div#nav ul a {
	color: #000;
	background: url("/images/menbk.jpg") top left repeat-x;
}
div#nav ul a:hover {
	color: #cc0000;
	font-weight: bold;
}
div#nav ul li a.section
	{
	padding: 4px 0 4px 10px;
	margin: 1px 0 0 0;
	font: 11px;
	color: #000;
	line-height: 14px;
	font-weight: bold;
	}
div#nav ul li a:hover.section 
	{
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
	}
div#nav ul li a#current
	{
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
	}
div#nav ul li a#current.section 
	{
	}
div#nav ul li ul li ul li a
	{
	background: url(../images/sub.png) no-repeat left center; 
	padding-left: 25px;
	}
div#nav ul li ul li
	{
	padding-left: 15px;
	}
div#nav ul li ul li ul li
	{
	padding-left: 10px;
	}
div#nav ul li {
	display: block;
}
	
#quote {
	width: 170px;
	height: 225px;
	background: url("../images/quote.jpg") top left no-repeat;
	margin-left: 10px;
}
div#right_box
	{
	margin: 0px 0 0 0px;
	padding-top: 10px;
	/* background: url("../images/back_r.jpg") top right no-repeat; */
	background: #fff;
	width: 580px;
	float:right;
	}
#right_box.noback {
	background: none;
	}
h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 18px;
}
#content h2 {
	margin-top: 10px;
}
#content #contact_phone h3,#content #contact_email h3 {
	font-size: 16px;
}
#content h4 {
	font-size: 14px;
}
#search_box, #by_manufact, #test_mode, #mailsign
	{
	padding: 10px;
	margin: 10px 0 0 0;
	width: 170px;
	overflow: auto;
	border-top: 1px solid #ccc;
	}
#mailsign {
	font-weight: bold;
}
#mailsign input {
	margin: 5px;
	font-size: 10px;
	padding: 3px;
}
#mailsign #email {
	width: 150px;
}
#test_mode
	{
	margin: 1px 0 10px 0;
	clear: right;
	}
#search_box:hover, #by_manufact:hover
	{
	background: #cc0000;
	}
#search_box label, #by_manufact label
	{
	display: block;
	margin: 0 0 5px 0;
	}
#search {
    margin-left: 5px;
	width: 100px;
	height: 17px;
}
.big_button
	{
	margin: 0;
	font-size: 11px;
	font-family: tahoma,sans;
	padding: 1px 2px 2px 2px;
	}
div#content
	{
	margin: 0 0 0 10px;
	width: 570px;
	float:right;
	}
div#content p {
	line-height: 13px;
	font-size: 11px;
}

div#content div#copy p
	{
	margin: 20px 30px 5px 0;
	line-height: 13px;
	font-size: 11px;
	margin-right: 180px;
	/* put background image in here to top right - remember we can source any product, etc. */
	}
#prodbank {
	margin-left: 20px;
}
.grayfade {
	background: url("/prodheads/grayfade.jpg") top left repeat-x;
	clear:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer
	{
	clear: both;
	text-align: center;
 	background: #f5f5f5 url(../images/foot2.jpg) left top no-repeat;
	}
div#footer_left
	{
	padding: 5px 1% 0 1%;
	float: left;
	width: 48%;
	height: 90px;
	margin-bottom: 20px;
	}
div#footer_right
	{
	padding: 5px 1% 0 1%;
	margin-bottom: 20px;
	}
div#footer_bottom
	{
	clear: both;
	margin-bottom: 10px;
	}
.right_align
	{
	text-align: right;
	}
.right
	{
	float: right;
	clear: right;
	margin: 0 30px 10px 0;
	}
.headright {
	float:right;
	margin-right:20px;
	margin-top:20px;
}
.left
	{
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	}
.leftimg
	{
	float: left;
	margin: 0;
	border:0;
	}
#brand_list
	{
	overflow: auto;
	clear: right;
	list-style-type: none;
	margin: 10px 0 20px 0;
	}
#brand_list li
	{
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
	}
#contact_wrap fieldset
	{
	border: none;
	border-top: 1px solid #ccc;
	margin: 0 30px 10px 0;
	padding: 10px 0 0 0;
	}
#contact_wrap legend
	{
	padding-right: 20px;
	}

#contact_wrap label
	{
	display: block;
	float: left;
	width: 125px;
	}
#contact_email input[type="text"]
	{
	width: 200px;
	}
.contact_submit
	{
	padding: 10px;
	}
div#contact_phone, div#contact_post
	{
	padding: 20px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	width: 500px;
	}
div#contact_email
	{
	padding: 20px;
	margin: 0;
	width: 500px;
	}
div#contact_phone p
	{
	margin-left: 60px;
	font-size: 18px;
	}
div#contact_post address
	{
	margin-left: 60px;
	}
div#contact_email form
	{
	margin-left: 60px;
	}
input#email
	{
	vertical-align: middle;
	}
input#join
	{
	padding: 0 0 0 5px;
	vertical-align: middle;
	}
div#latest
	{
	text-align: center;
	border: 1px solid;
	overflow: auto;
	margin: 5px 40px 10px 0;
	}
div#latest div.product
	{
	float: left;
	clear: right;
	width: 150px;
	height: 180px;
	padding: 5px 0 5px 0;
	margin: 0 15px 0 0;
	margin-left: 20px;
	text-align: center;
	}

div#latest div.product p.prod_price
	{
	text-align: center;
	width: 150px;
	}
div.branch
	{
	margin: 0 0 20px 0;
	}
.prevnextnav
	{
	float: right;
	clear: left;
	margin-right: 40px;
	}

#hm_welcome {
	background: url("../images/hm_welcome.jpg") top left no-repeat;
	width: 232px;
	height: 478px;
	float: left;
}
#hm_ontime {
	background: url("../images/hm_ontime.jpg") top left no-repeat;
	width: 208px;
	height: 146px;
	margin-right: 5px;
	float: left;
}
#hm_calc {
	background: url("../images/hm_calc.jpg") top left no-repeat;
	width: 208px;
	height: 146px;
	margin-right: 5px;
	float: left;
}
#hm_tracking {
	background: url("../images/hm_track.jpg") top left no-repeat;
	width: 208px;
	height: 146px;
	margin-right: 5px;
	float: left;
}
#hm_welcome, #hm_ontime, #hm_calc, #hm_tracking {
	padding: 20px;
	padding-bottom: 0px;
	padding-right: 40px;
	font-size: 11px;
	line-height: 13px;
}
#hm_ontime h2, #hm_calc h2, #hm_tracking h2 {
    margin-left: 60px;
	margin-bottom: 30px;
}
#hm_welcome p, #hm_ontime p, #hm_calc p, #hm_tracking p {
	margin-bottom: 10px;
}
 #hm_tracking a {
 	color: #000;
	font-weight: bold;
}
#hm_welcome ul {
	margin-left: 40px;
	line-height: 17px;
}

.costtable {
	margin: 0 auto;
	background: #fff;
	font-size: 11px;
	line-height: 10px;
}
.costtable th {
	padding-right: 15px;
	margin: 0;
	border: 0;
}
.costtable td {
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #cccccc;
}
.costtable input {
    margin-top: 8px;
    margin-right: 5px;
	height: 14px;
}

#gconds {
	font-size: 10px;
	color: #444;
	clear:right;
	text-align:right;
}
#gconds a {
	text-decoration: none;
	color: #444;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }


#elephantad {
	background: url("../images/elephant_advert.jpg") 0 0 no-repeat;
	display: block;
	width: 190px;
	height: 190px;
	margin: 0 auto;
	margin-top: 30px;
}
#elephantad span {
	display: none;
}