@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

img {
	border:0
	}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}

	
.contentBox ul ul {
	list-style: disc;
	padding:10px 0 10px 30px;
	}


body {
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3b0806;
	background-image:url(/images/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:#E4A443;
	}
	
a {
	 text-decoration:none;
	 color:#3b0806;
}

h1, h2 {
	display:block;
	font-weight:bold;
	 }

#Container {
	margin:0 auto;
	width:900px;
	}
	
#LogoContainer {
	background-image:url(/images/bg-logo.jpg);
	background-repeat:repeat-x;
	width:100%
	}

#Logo {
	padding:9px 0 2px 0;
	width:900px;
	margin:0 auto
	}

#Nav {
	background-image:url(/images/bg-nav.png);
	background-repeat:no-repeat;
	padding:8px;
	color:#FFFFFF;
	}
	
#Nav a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-right:17px;
	text-transform:uppercase;
	}
	
#Phone {
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#b8a989;
	float:right;
	width:200px;
	text-align:right;
	padding:8px 0 0 0;
	}
	
#Phone .number {
	color:#f1e4c9;
	}

#Subnav {
	padding:5px 0 ;
	text-align:right;
	margin-bottom:5px;
	}
	
#Subnav a {
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding-left:17px;
	}
	
#Left {
	float:left;
	width:300px;
	margin-right:25px;
	}
	
#Left .contentBox {
	background-color:#F4E1B7;
	border:1px solid #879F31;
	padding:10px;
	margin-bottom:5px
	}
	
#Left .contentBox h1{
	display: block;
	font-size:18px;
	color:#879F31;
	padding-bottom:12px;
	}

#Right {
	float:left;
	width:575px;
	}
	
#Right .featuredBox {
	background-color:#F8F5CC;
	}
	
#Right.cart {
	width:900px;
	}

#Right .featuredBox h1 {
	background-color:#6D9719;
	font-size:18px;
	padding:10px;
	color:#FFFFFF;
	}
	
#Right .contentBox {
	padding:15px 15px 10px 25px;
	}
	
#Right .contentContainer {
	background-color:#F8F5CC;
	margin-top:5px;
	}
	
#Right .contentContainer h2 {
	background-color:#E6DEB9;
	font-size:16px;
	color: #003366;
	padding:10px;
	}

#Footer {
	background-color:#966B27;
	padding:5px;
	color:#C7BF98;
	font-size:10px;
	line-height:1.2em;
	margin-top:20px;
	}
	
#Footer a{
	color:#C7BF98;
	}
	
.slideshow {
	text-align:center;
	padding:10px;
	height:75px;
	}
	
.cartTopnav {
	text-align:right;
	color: #666666
	}
.cartTopnav a {
	color: #666666
	}
	
.cartHeader {
	display:block;
		padding:8px;
	background-color:#6D9719
	}
	
.cartHeader a{
	color:#FFFFFF;
	font-weight:bold;

	}
	
.mainCartNav {
	display:block;
	width:auto;
	padding:10px;
	font-size:13px;

	}
	
b.category {
font-size:12px;
	}
	
a.pdf_link {
	background-image:url(/images/pdf.png);
	display:block;
	padding:5px 0 5px 30px;
	background-repeat: no-repeat;
	font-weight:bold;
	}
