/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}





/* MAIN styles
-------------------------------------------*/
body{
	background: #A49F83 url(../images/bg_body.jpg) center top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #363636;
}

h1{
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin: 5px 0px 5px 0px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #003399;}
a:visited{color: #003399;}
a:hover{color: #0000FF;}
a:active{color: #003399;}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 778px;
	position:relative;
	left: 50%;
	margin: 34px 5px 5px -393px;
	background: transparent url(../images/bg_container_cart.gif) 0 0 repeat-y;
}

body.home #container{
	background: transparent url(../images/bg_container.gif) 0 0 repeat-y;
}




/* HEADER styles
-------------------------------------------*/
#header{
	background: transparent url(../images/bg_header.jpg) 0 0 no-repeat;
	height: 125px;
	position: relative;
}
		#header h1{
			position: absolute;
			top: 6px;
			left: 23px;
			margin: 0px;
		}
		#header h1 a {
		background: transparent url(../images/logo.gif) 0 0 no-repeat;
		display: block;
		height: 74px;
		width: 118px;
		color: #DADFCE;
		padding: 74px 0px 0px 0px; 
		height: 0px !important;
		height /**/:74px;
		overflow:hidden;
		font-size: 1px;
		}

		#header h2{
		position: absolute;
		top: 46px;
		left: 151px;
		margin: 0px;
		background: transparent url(../images/tagline.gif) 0 0 no-repeat;
		display: block;
		height: 24px;
		width: 294px;
		color: #DADFCE;
		padding: 24px 0px 0px 0px; 
		height: 0px !important;
		height /**/:24px;
		overflow:hidden;
		font-size: 1px;
		}



	#header-nav{
		position: absolute;
		bottom: 0px;
		background: #50778F url(../images/bg_navbar.gif) 0 0 repeat-x;
		width: 772px;
		height: 33px;
		text-align: right;
		margin: 0px 0px 0px 3px;
	}
	#header-nav ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		/* width: 494px; */
		position: absolute;
		right: 0px;
		top: 0px;
	
	}
	#header-nav ul li{
		display: inline;
		padding: 0px;
		margin: 3px 0px 0px 0px;
	}
	#header-nav ul li a:link, #header-nav ul li a:visited{
		border-left: 1px solid #3F5B6D;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		line-height: 25px;
		padding: 0px 13px;
		margin: 0px;
		display: block;
		float: left;
	}
	#header-nav ul li a:hover, #header-nav ul li a:active{
		color: #fff;
		background: transparent url(../images/bg_nav_hover.gif) 0 0 repeat-x;
	}


	#cartnav{
		width: 215px;
		height: 37px;
		background: transparent url(../images/bg_cart_hdr.gif) 0 0 no-repeat;
		position: absolute;
		top: 0px;
		right: 0px;
		margin: 0px;
		padding: 0px 0px 0px 40px;
		list-style: none;
	}
	#cartnav li{
		margin: 0px 10px 0px 0px; 
		padding: 0px 10px 0px 0px;
		display: inline;
		border-right: 1px solid #1A5183;
	}
	#cartnav li a{
		color: #1A5183;
		line-height: 37px;
	}
	
	#subsearch{
		position: absolute;
		top: 45px;
		right: 5px;
	}
		#subsearch td{
			vertical-align: middle;
		}
	
	
	

/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 5px 5px 20px 5px;
	padding: 10px;
	width: 425px;
	float: left;
	display: inline;
	line-height: 1.6em;
}

body.home #content{
	margin: 20px 25px 20px 20px;
	padding: 0px;
	width: 560px;
	float: right;
	display: inline;
}

h1{
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
	color: #592016;
	margin: 5px 0px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #363636;
	margin: 10px 0px 0px;
}


div.paging{
	 text-align:left; 
	 padding-top:5px;
	 font-size: 12px;
}

div.product-ad{
	width: 175px;
	padding: 0px;
	margin: 10px 10px 10px 0;
	border: 2px solid #819fb7;
	float: left;
	display: inline;
}

div.product-ad ul{
	margin-left:-15px;
}
	div.product-ad h2{
		background: transparent url(../images/bg_product_ad.gif) 0 0 repeat-x;
		margin: 0px;
		padding: 5px;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		line-height: 16px;
	}
	div.product-ad p{
		height: 75px;
		margin: 0px;
		padding: 10px;
	}
	div.product-ad p image{
		margin: 0px;
	}
		div.product-ad p.product-ad-link{
			margin: 0px;
			padding: 0px;
			color: #fff;
			height: auto;
		}
		div.product-ad p.product-ad-link a{
			color: #fff;
			background: #819fb7;
			display: block;
			text-align: right;
			padding: 5px;
			font-weight: bold;
			text-decoration: none;
		}
		div.product-ad p.product-ad-link a:hover{
			background: #8fabc4;
		}


.backlink{
	font-size: 11px;
}

/* Homepage Flash show*/
#flash-show{
	width: 560px;
	height: 225px;
}


/* SIDEBAR styles
-------------------------------------------*/
#sidebar-a{
	margin: 0px 0px 0px 3px;
	padding: 10px;
	width: 149px;
	float: left;
	display: inline;
}

	ul.sidebar-nav{
		margin: 0px -10px 0px -10px;
		padding: 0px;
		border-top: 1px dashed #D8DDDC;
		list-style: none;
		width: 169px;
	}
	ul.sidebar-nav li a:link, ul.sidebar-nav li a:visited{
		display: block;
		text-decoration: none;
		color: #05446c;
		background: #E7E2D5;
		padding: 3px 0 3px 10px;
		width: 159px;
		border-bottom: 1px solid #F4F2EB;
		border-top: 1px solid #DFD8C6;
	}
	ul.sidebar-nav li a:hover{
		color: #fff;
		background: #84A1B1;
	}
	#sidebar-a h2{
		font-family: "Times New Roman", Times, serif;
		color: #696347;
		font-size:16px;
	}

#sidebar-b{
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	width: 120px;
	float: left;
	display: inline;
}


/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/bg_footer.gif) 0 0 no-repeat;
	height: 32px;
}
	#footer p{
		padding: 1px 10px;
		margin: 0px 0px 0px 200px;
		color: #535143;
		font-size: 10px;
	}
	#footer p.firstp{/* remove border from first floated p */
		border: 0px;
	}
