
/**********************
 OVERALL LAYOUT
***********************/

body {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000;
}

#skiptomain {
	display: none;
}

#wrapper {
	width: 786px;
	position: absolute;
	left: 50%;
	margin-left: -393px;
	text-align: center;
	background: #fff;
}

#pagecontainer {
	text-align: left;
	padding: 0px 10px 0px 10px;
	width: 760px;
	border: solid 3px #b96;
	background: #fff;
}

#header {
	width: 740px;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 2px 10px;
	border-bottom: 1px solid #000;
	background: #fff url(/images/headerback.gif) no-repeat top center;

}

	#headerleft {
		width: 300px;
		margin: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
	}

	#headerright {
		width: 440px;
		margin: 0px 0px 0px 0px;
		float: right;
		text-align: right;
		background: transparent;
	}


#topofpage {
	width: 760px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000 url(/images/topheaderback.gif) no-repeat top right;
}

	#topofpageleft {
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 4px 0px;
		float: left;
		text-align: left;
		width: 400px;
	}

	#topofpageright {
		margin: 0px 0px 0px 0px;
		padding: 60px 10px 0px 0px;
		float: right;
		text-align: right;
		width: 350px;
	}

#topnav {
	width: 760px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #a96;
}


#breadcrumb {
	margin: 1px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	float: left;
	text-align: left;
	background: #eed;
	width: 760px;
}


#mainpage {
	width: 760px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/images/mainpageback.gif) no-repeat top left;
}

	#mainpageleft {
		margin: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
		width: 180px;
	}

	#mainpageright {
		margin: 5px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		float: right;
		text-align: left;
		background: transparent;
		width: 580px;
		min-height:400px;
	}


		#pagecontentleft {
			margin: 0px 0px 0px 0px;
			padding: 5px 5px 0px 15px;
			float: left;
			text-align: left;
			background: transparent;
			width: 410px;
		}


		#pagecontentright {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 10px;
			float: right;
			text-align: left;
			background: transparent;
			width: 140px;
		}


#footer {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	border-top: solid 3px #a96;
	background: #fff;
	height: 30px;
}

	#footerleft {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 5px 0px;
		width: 200px;
		float: left;
		text-align: left;
		background: transparent;
	}

	#footerright {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 5px 0px;
		width: 560px;
		float: right;
		text-align: right;
		background: transparent;
	}


/*****************
 BODY FONT
*****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 13px;
}


/**********************
BODY FONT HACK FOR IE
**********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: small;
}


/*****************
 FONTS
*****************/

#header { font-size: 0.8em; color: #000; }
#topofpage { font-size: 0.8em; color: #fff; }
#breadcrumb { font-size: 0.8em; color: #000; }
#pagecontentleft { font-size: 0.9em; color: #000; }
#pagecontentright { font-size: 0.8em; color: #000; }
#footer { font-size: 0.8em; color: #000; }


/*****************
 PARAGRAPHS
*****************/

p { margin-top: 10px; }
p.bodytext { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.9em}



.bodytextbig { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.2em}
.bodytextmed { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.8em}
.bodytextpadded { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.9em; display: block; padding: 3px 3px 3px 3px;}

/*****************
 TOP OF PAGE NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	list-style: none;
	text-transform: lowercase;
	width: 760px;
}

#topnav ul li {
	font-size: 0.9em;
	letter-spacing : -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 36px 0px 10px;
	display: inline;
}

#topnav ul li a {
	color: #fff;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #000;
	text-decoration: none;

}


/*****************
 NO MARGIN UL
*****************/

UL.nomargin {
margin: 0px 0px 0px 0px;
padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
}


/*****************
 UL SIDE NAV
*****************/


ul.sidenavlist{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	font-size: 0.9em;
	letter-spacing : -1px;
	width: 160px;
	background: transparent;
	text-transform: lowercase;
}

ul.sidenavlist li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	line-height:1.6em;
}

ul.sidenavlist a:link, ul.sidenavlist a:visited{
	color: #333;
	text-decoration: none;
}

ul.sidenavlist a:hover, ul.sidenavlist a:active{
	color: #000;
	text-decoration: underline;
}

/* APPLY HERE OVERRIDES */
ul.sidenavlist  li.here {
 	font-weight: bold;
}

/* APPLY HEADER OVERRIDES */
ul.sidenavlist  li.sidenavheader {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000;
 	font-size: 0.9em;
 	font-weight: bold;
 	text-transform: uppercase;
 	letter-spacing : -1px;
	width: 150px;
}

/*****************
 HEADINGS
*****************/

h1 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.4em; display:inline; color: #000; font-weight: normal;}
h2 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.2em; display:inline; color: #a96; display: block; border-bottom: 1px solid #999; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;}


/*****************
 FORMS
*****************/

form.inline { display:inline; }

input.searchinput {
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 110px;
	color: #000;
}

select.searchselect {
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 0.8em;
	width: 175px;
	color: #000;
}

input.searchsubmit {
	border: 1px solid #fff;
	background-color: #b96;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
}

input.newsletterinput {
	border: 1px solid #333;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 110px;
	color: #000000;
}

/*****************
 LINKS
*****************/

#header a:link{ color: #000; text-decoration: none }
#header a:visited{ color: #000; text-decoration: none }
#header a:hover{ color: #000; text-decoration: underline }

#topofpage a:link{ color: #fff; text-decoration: none }
#topofpage a:visited{ color: #fff; text-decoration: none }
#topofpage a:hover{ color: #fff; text-decoration: underline }

#breadcrumb a:link{ color: #000; text-decoration: none }
#breadcrumb a:visited{ color: #000; text-decoration: none }
#breadcrumb a:hover{ color: #000; text-decoration: underline }

.prodnamelink a:link{ font-size: 0.9em; color: #a96; text-decoration: none }
.prodnamelink a:visited{ font-size: 0.9em; color: #a96; text-decoration: none }
.prodnamelink a:hover{ font-size: 0.9em; color: #a96; text-decoration: underline }

#pagecontentleft a:link{ color: #a96; text-decoration: underline }
#pagecontentleft a:visited{ color: #a96; text-decoration: underline }
#pagecontentleft a:hover{ color: #b87; text-decoration: underline }

#pagecontentright a:link{ color: #a96; text-decoration: none }
#pagecontentright a:visited{ color: #a96; text-decoration: none }
#pagecontentright a:hover{ color: #b87; text-decoration: underline }

#footer a:link{ color: #975; text-decoration: none }
#footer a:visited{ color: #975; text-decoration: none }
#footer a:hover{ color: #975; text-decoration: underline }


/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
SPECIAL OFFER DIVS
*****************/

.specialofferitems {
	width: 140px;
	margin-top: 10px;
	background: #eed;
}

	.specialofferpic {
		clear: right;
		float: left;
		width: 50px;
		text-align: center;
	}

	.specialofferpic img {
		border: 0px solid #a97;
	}

	.specialofferlink {
		width: 90px;
		float: right;
		color: #000;
	}

		.specialofferlink a:link, .specialofferlink a:visited {
			font-weight: bold;
			color: #a96;
			text-decoration: none;
		}

		.specialofferlink a:hover, .specialofferlink a:active {
			font-weight: bold;
			color: #a96;
			text-decoration: underline;
		}


/*****************
 IMAGES
*****************/
 
img {
	border: 0;
}

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}


/*****************
 TABLES
*****************/

.prodborderedtable { background: none; }
.prodborderedtable td.prodnamelink { font-weight: bold; }
.prodborderedtable td.prodnamelink  img { margin-bottom: 5px; border: none; }
.prodborderedtable td.prodprice { padding: 3px 2px; font-weight: bold; }



/*****************
 NEWS TEASER
*****************/

.teaserTitle {
	font-size:12px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.teaserDate {
	font-size:10px;
	margin: 0px 0px 0px 0px;
}

#map {
	width: 398px;
	height: 298px;
	border: 1px solid #000000;
}


/***********************
   CUSTOMER SERVICE UL
 ***********************/
ul.custnav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 20px;
	list-style: square;
	line-height: 20px;
	color: #A96;
}

	ul.custnav li {
		margin: 0px 0px 0px 0px;
	}
	
	
	ul.custnav li ul {
		margin: 0px 0px 0px 15px;
		list-style: square;
		font-size: 0.9em;
	}
	
	ul.custnav a:link, ul.custnav a:visited { color: #000; }
	ul.custnav a:hover { color: #B53731; }