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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#1e060c;
	}
	
h1, h2 {
	font-family:arial, helvetica, verdana, sans-serif;
	color:#0e221b;
	border-bottom:1px solid #C6BFC1;
	padding-bottom:5px;
	letter-spacing:.05em;
	}
	
h1 {
	font-size:17px;
	text-shadow:1px 1px 1px #777;
	}
	
h2 {
	font-size:14px;
	}	
	
h3 {
	font-family:'arial narrow', arial, helvetica, verdana, sans-serif;
	color:#BDC3C1;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0.1em;
	background:#0e221b;
	margin-left:-30px;
	padding:5px 5px 5px 25px;
	border-top:2px groove #BDC3C1;
	border-bottom:2px ridge #BDC3C1;
	}
	
p+h1, p+h2, p+h3 {
	padding-top:15px;
	}
	
p {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	padding-bottom:7px;
	padding-top:7px;
	color:#1e060c;
	}
 	
#top {
	width:900px;
	height:25px;
	margin:auto;
	padding-bottom:5px;
	background:transparent;
	}
	
#top p {	
	text-align:center;
	font-size:10px;
	font-style:italic;
	color:#B3A9AC;
	margin-top:-5px;
	}
	
#container {
	width:900px;
	margin:0 auto;
	background:#fff;
	}

	
#banner {
	width:100%;
	height:209px;
	background:transparent;
	border-bottom:1px solid #1e060c;
	}
	
#banner img {
	width:900px;
	}
	
#navbar {
	width:100%;
	height:25px;
	background:transparent;
	text-align:center;
	border-bottom:1px solid #1e060c;
	}
	
#navbar li {
	display:inline;
	font-family:'Trebuchet MS', helvetica, arial, verdana, sans-serif;
	font-size:11px;
	letter-spacing:.075em;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	}

#navbar li a, #navbar li a:visited , #navbar li a:active {
	text-decoration:none; 
	line-height:25px;
	color:#1e060c;
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	}

#navbar li a:hover {
	background:transparent url(../images/navbackground.jpg);
	background-repeat:repeat-x;
	color:#fff;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	}

	
#maincontainer {
	width:900px;
	background:transparent;
	padding-top:20px;
	}
	
#main {
	float:left;
	width:400px;
	background:transparent;
	margin:10px 10px 10px 10px;
	padding:0px 20px 20px 20px;
	}
	
#highlight {
	float:right;
	width:200px;
	background:#1e060c;
	margin:10px;
	padding:1px;
	}
	
#highlightbox {
	height:250px;
	background:#1e060c url(../images/hlitebox.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:5px;
	border:solid 1px #fff;
	}
	
#highlightbox h2 {
	width:185px;
	color:#e5e3e4;
	text-align:center;
	font-size:16px;
	line-height:22px;
	font-variant:small-caps;
	border:none;
	padding-top:10px;
	font-style:italic;
	}

#highlightbox p {
	color:#e5e3e4;
	text-align:center;
	padding:2px;
	}
	
#highlightbox a, #highlightbox a:visited, #highlightbox a:active {
	color:#e5e3e4;
	text-align:center;
	padding:5px;
	text-decoration:none;
	}

#highlightbox a:hover {
	text-decoration:underline;
	}
	
#sidebar {
	float:right;
	width:150px;
	height:250px;
	background:transparent;
	margin:10px;
	padding:10px 20px 20px 20px;
	border:solid 1px #C6BFC1;
	}
	
#footer {
	clear:both;
	width:100%;
	text-align:center;
	padding-top:50px;
	}
	
#store {
	width:850px;
	margin:auto;
	background:transparent;
	}	
	
#table {
	width:850px;
	border:none;
	}

#table td {	
	border-bottom:solid 1px #C6BFC1;
	}
	
#table td#products {	
	padding:35px;
	}
	
form td {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#1e060c;
	font-weight:bold;
	}
	
table.productbutton {	
	margin-bottom:10px;
	}
	
a, a:visited , a:active {
	color:#1e060c;
	text-decoration:underline;
	}

a:hover {
	border:0; 
	color:#1e060c;
	text-decoration:none;
	}	
	
img.right {
	float:right;
	width:150px;
	border:solid 5px transparent;
	}

img.product {
	float:left;
	border:solid transparent;
	border-width:0 15px 3px 0;
	}