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

/* -------------------------- reset -------------------------- */

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, caption, tbody, tfoot, thead, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: "Courier", Arial, sans-serif;
	vertical-align: baseline;
	color: white;
}
body {
	line-height: 1.4;
	background-image: url(../images/bggradient.jpg);
	background-repeat: repeat-x;
	background-color: #eb7400;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}


td {
	vertical-align: top;
	padding: 5px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link {
	color: #e97400;
}
a:visited {
	color: #c06002;
}
a:hover {
	color:#c06002;
}

dl {margin: 0 0 10px 0;}

dt {font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff; margin: 20px 0 10px 0; border-bottom: 1px solid white;}
	
.dtcontact { width: 300px;}

dd {margin:0px;}


/* -------------------------- /end reset -------------------------- */





/* -------------------------- general styles -------------------------- */

.clear {
	clear: both;
}
.left {
	float:left;
}


h1 {
	display: block;
	float:left;
	font-family: "Helvetica", Arial, sans-serif;
	font-size:22px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0 20px;
	width: 100%;
}
h2 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
h3 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
h4 {
	font-family:"Helvetica", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #eb7400;
	margin: 5px 0 5px 0;
}
/* -------------------------- END general styles -------------------------- */

/* -------------------------- sitewide specific styles -------------------------- */

#container {
	width: 950px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	background-color: black;
	padding: 10px 0 20px 0;
}

#productDisplay {
float:right;
width: 200px;
padding: 20px 0 0 0;
margin: 0 20px 0 0;
}

#productContainer {
background-color: white;
padding: 10px;
min-height: 300px;
}

#img_caption {
color: black;
}


#header {
width:100%;
padding: 0 20px 0 0;
}


#header li {
float:right;
border-right: 1px solid white;
padding: 3px 10px 0 10px;
}

#header li.last {
border-right: 0px; 
}




#homeLink a {
	text-indent: -9999px;
	float: left;
	width: 280px;
	height:270px;
	position: absolute;
}

#hdrStoreSale {
border-bottom: 1px solid black;
}

.bulleted {list-style: circle inside}

/*--------------------------FOOTER -------------------------------------*/
.footer {
	width: 950px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

.footer li {
	display: inline;
	padding: 0 6px;
}
.footer li.last {
	border-style: none;
}
.footer li a {
	color: #FFF;
	text-decoration: none;
}
.footer li a:hover {
	text-decoration: underline;
}





/*------------------------ NAVIGATION  --------------------------------------*/
#topNav {
	float:right;
     width: 100%;
	 padding: 1.5em 2.0em 0 0;
}

#topNav li {
	display: block;
	margin: 0;
	float:right;
}

#homeButton {
	float: left;
	width: 224px;
	height: 130px;
	text-indent:-9999px;
	display:block;
	margin: 10px 500px 0 0;
}

/*------------------------END NAVIGATION ----------------------------------*/


/*--------------------------HOME PAGE SPECIFIC STYLES -------------------------------------*/

.Home {
	background-image: url(../images/bghome.jpg);
	background-color: black;
	background-repeat: no-repeat;
}
.Home p {
	padding: 20px 0 0px 0px;
}

#flashBanner {
margin: 0px 0 0 30px;
width:675px;
}

#feature {
width: 280px;
border-left: 1px solid white;
border-top: 1px solid white;
float:right;
margin: 0 20px 0 0;
padding: 10px 0 0 10px;
}


/*--------------------------END HOME PAGE SPECIFIC STYLES -------------------------------------*/

/*--------------------------SUBPAGE SPECIFIC STYLES -------------------------------------*/

#contentDisplay {
	height: auto;
	min-height: 422px;
	float: left;
	margin: 0px 0 0 35px;
}

.noSubs {
width: 650px;}

.wSubs {
width: 460px;
}

.noSubsProductdisp {
width: 100%
}

#contentDisplay p {
margin: 10px 0 10px;
}

.Sub {
background:url(../images/bgsub.jpg) no-repeat black;
}

#subNav {
float:left;
width:180px;
padding: 20px 0 0 20px;
}

/*--------------------------END SUBPAGE SPECIFIC STYLES -------------------------------------*/

/*--------------------------PRODUCTS SPECIFIC STYLES -------------------------------------*/



#products tr td h2 {color: black;}
#products tr td p {color: black;}
#products tr td {padding:20px; width:50%;}

#products {
	float: left;
	background-color: white;
	margin: 10px;
	width: 870px;
	border: 2px solid #e97400;
	
}


/*--------------------------END PRODUCTS SPECIFIC STYLES -------------------------------------*/

/*--------------------------CONTACT SPECIFIC STYLES -------------------------------------*/

.Contact {
	background: #f9f9f9;
}


#contactInfo dt, dd{
padding: 5px 0 5px 20px;
}


/*--------------------------END CONTACT SPECIFIC STYLES -------------------------------------*/




