/* reset */

*{margin:0;padding:0;}
  
a:focus{outline:none;}

img{border:0;}

/* core */

body{
	font-size:100%;
	font-family:Arial, Helvetica, Verdana,sans-serif;
	background:transparent url(images/bg.jpg) top left repeat;
	margin:0 auto;
	line-height:1.1;
}

#wrap_main{
	width:840px;
	margin:0 auto;
}

#wrap{
	float:left;
	width:840px;
	background:transparent url(images/bg_main_shadow.png) top left repeat-y;
	margin:0 auto;
}

#masthead{
	width:840px;
	height:133px;
	background:transparent url(images/bg_header_shadow.png) top left no-repeat;
}

#masthead img{
	margin:9px 0 0 9px;
}

h1{
	width:801px;
	height:133px;
	background: transparent url(images/bg_header.jpg) top left no-repeat;
	margin:0 20px 0 19px;
}

#content{
	float:left;
	width:801px;
	min-height:400px;
	background:#ced9db url(images/bg_main.jpg) top left no-repeat;
	margin:0 20px 0 19px;
}

.shim{display:inline;float:right;width:1px;}

.shim400{height:400px;}

a:link,a:visited{color:#000;}

/* hnav */

#hnav{
	width:840px;
	height:27px;
	padding-top:6px;
	background: transparent url(images/bg_nav_shadow.png) top left no-repeat;
}

#hnav ul{
	width:801px;
	height:27px;
	margin:0 20px 0 19px;
	background:transparent url(images/bg_hnav.png) top left repeat-x;
}

#hnav ul li{
	display:inline;
	height:27px;
}

#hnav ul li.home{
	float:left;
	border-right:1px solid #fff;
	background:transparent url(images/bg_hnav_home.png) top left repeat-x;
}

#hnav ul li.left{
	float:left;
	border-right:1px solid #fff;
}

#hnav ul li.right{
	float:right;
	border-left:1px solid #fff;
}

#hnav ul li a:link,#hnav ul li a:visited{
	display:block;
	padding:8px 10px 0 10px;
	color:#f9fcfb;
	text-decoration:none;
	font-weight:bold;
	font-size:.8em;
}

#hnav ul li a:hover{
	color:#eff769;
}

/* line-home page */

div#line{
	display:inline;
	float:left;
	margin-top:20px;
	padding:0 25px;
}

#line ul{
	list-style-type:none;
}

#line ul li{
	float:left;
	width:230px;
	height:18em;
	margin:0 10px 20px;
	text-align:center;
}

div.thumb_specs{
	clear:both;
	padding:0 10px;
}

a.product_name{
	display:block;
	margin-bottom:2px;
	font-size:.9em;
}

div.thumb_specs form{
	display:inline;
	float:left;	
}

div.thumb_specs p.price{
	display:inline;
	float:right;
	font-weight:bold;
	font-size:.9em;
	margin-top:9px;
	color:#064346;
}

/* product page */

#product{
	display:inline;
	float:left;
	padding:30px 30px 30px 30px;
}

#product_image{
	display:inline;
	float:left;
	width:450px;
}

#product_image a:link,#product_image a:visited{
	display:block;
	float:left;
	padding:.5em;
	font-size:.8em;
	color:#000;
	background-color:#9fd1d0;
	border:1px solid #4a8583;
	margin-top:20px;
	text-decoration:none;
}

#product_specs{
	display:inline;
	float:right;
	width:260px;
	text-align:left;
	margin-left:10px 0 0 30px;
}

#product_specs h4{
	margin-bottom:2px;
}

#product_specs p.itemnumber{
	font-size:.6em;
	margin-bottom:10px;
}

#product_specs p.description{
	font-size:.9em;
	margin-bottom:10px;
}

#product_specs p.price{
	font-size:.9em;
	margin-bottom:10px;
}

#product_specs p.quantity{
	font-size:.6em;
	margin-bottom:20px;
}

input.add{
	display:block;
	clear:both;
	margin-top:6px;
}

form span{
	font-size:.9em;
}

form p{
	margin-bottom:3px;
}

/* info page */

#info{
	padding:20px 60px 20px 40px;
}

#info h3{
	font-size:.9em;
	margin-bottom:2px;
}

#info p{
	font-size:.8em;
	margin-bottom:12px;
}

#info address{
	font-size:.8em;
	margin-bottom:12px;
}

/* error */

#error{
	margin:20px 0 0 20px;
	width:400px;
}

/* footer */

#footer{
	float:left;
	width:840px;
	height:111px;
	background:transparent url(images/bg_footer.png);
}

/* cart styles */

#cart_content{
	margin-top:16px;
}

#cart_content,#line_content,#info_content{
	width:760px;
	margin-left:20px;
}

#cart_content table.table_wrap{
	float:left;
}

#cart_content table tr.bask td{
	padding:2px;
}

#cart_content a:link,#cart_content a:visited{
	color:#000;
}

#cart_content a:hover{
	color:#E55C2B;
}