body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: center;
	font-family: Verdana, Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#page {
	width: 1001px;
	margin: 0 auto 0 auto;
	text-align: left;
}
/*
*  TOP MENU
*/
#topmenu {
display: none;
}
/*
*  HEADER
*/
#header {
	position: relative;
	width: 1001px;
	height: 100px;
	margin: 0;
	padding: 1px 0 0 0;
}
#header h1 {
	margin: 15px 0 0 15px;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 270%;
	color: #01EEF6;
text-shadow: 3px 3px 3px #008f8f;
        filter: dropshadow(color=#008f8f, offx=3, offy=3);
}
#header h3 {
	margin: 0 0 0 250px;
font-family: "Times New Roman";
	font-size: 200%;
font-style: italic;
	color: #ff0000;
text-shadow: 2px 2px 2px #8f0000;
        filter: dropshadow(color=#8f0000, offx=2, offy=2);
}
#header p {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	font-size: 144%;
	margin: 0;
	padding: 5px 10px 0 0;
color: #01EEF6;
}
#header p span {
	color: #ff0000;
}
#header p a:link, #header p a:visited {
	color: #ff0000;
	text-decoration: none;
}
#header p a:hover {
	color: #01EEF6;
}
/*
*  MENU
*/
#menu ul {
	float: left;
	list-style: none;
	width: 1001px;
	margin: 0;
	padding: 0;
	background: #202020;
}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu ul a {
	display: block;
	float: left;
	padding: 5px 20px 5px 20px;
	font-size: 120%;
	font-weight: bold;
	color: #00EEF8;
}
#menu ul a:link, #menu ul a:visited {
	color: #00EEF8;
}
#menu ul a.current:link, #menu ul a.current:visited {
	color: #ffffff;
}
#menu ul a:hover {
	color: #ffffff;
	background: #C00707;
}
.popmenu {
	display: none;
	position: absolute;
	z-index: 99;
	text-align: left;
	width: 210px;
	background: #404040;
	padding: 0;
}
.popmenu a {
	display: block;
	padding: 3px 3px 3px 20px;
	font-size: 100%;
	width: 187px;
	border-bottom: solid 1px #000000;
}
.popmenu a:link, .popmenu a:visited {
	color: #ffffff;
}
.popmenu a:hover {
	color: #ffffff;
	background: #C00707;
}
.popmenu b {
	display: none;
}
/*
*  CONTENT
*/
#main {
	position: relative;
	clear: both;
	width: 1001px;
}
#content {
	width: 709px;
	margin: 0 0 20px 20px;
	padding: 10px 0 0 0;
	color: #c0c0c0;
	line-height: 1.3;
}
#content a:link {
	color: #00EEF8;
}
#content a:visited {
	color: #80EEF8;
}
#content a:hover {
	color: #800000;
}
#content h1 {
	font-size: 200%;
	color: #ff0000;
	margin: 10px 0 10px 0;
}
#content h2 {
	font-size: 200%;
	font-style: italic;
	color: #ff0000;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
}
#content h3 {
	font-size: 162%;
	color: #c00707;
	margin: 10px 0 10px 0;
}
#content h4 {
	font-size: 162%;
	color: #ffffff;
	margin: 10px 0 10px 0;
}
#content h5 {
	font-size: 144%;
	color: #c00707;
	margin: 10px 0 3px 0;
}
#content h6 {
	font-size: 144%;
	color: #ffffff;
	margin: 10px 0 3px 0;
}
#content p {
	font-size: 125%;
	margin: 0 0 10px 0;
}
#content ul {
	margin: 0 0 10px 0px;
	padding: 0 0 0 30px;
	font-size: 125%;
}
#content ol {
	margin: 0 0 10px 0px;
	padding: 0 0 0 30px;
	font-size: 125%;
}
#content li {
	padding: 0 0 5px 0;
}
#content blockquote {
	border : thin dotted #363636;
	margin-left : 16px;
	margin-right : 16px;
	padding : 3px;
}
#content blockquote p {
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgcentre {
	margin: 0 auto 0 auto;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #c00707;
}
#content caption {
	font-size: 100%;
	color: #a0a0a0;
}
#content a.minfo:link, #content a.minfo:visited {
	text-decoration: none;
	color: #aaaaaa;
}
#content .normal {
	font-weight: normal;
}
#content a.seolink:link, #content a.seolink:visited, #content a.seolink:hover {
	color: #000000;
	text-decoration: none;
}
#content .tahoma {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}c00707
#content .verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .arial {
	font-family: Arial, Helvetica, sans-serif;
}
#content .courier {
	font-family: "Courier New", Courier, monospace;
}
#content .size48 {
	font-size: 48px;
}
#content .size32 {
	font-size: 32px;
}
#content .size24 {
	font-size: 24px;
}
#content .size20 {
	font-size: 20px;
}
#content .size18 {
	font-size: 18px;
}
#content .size16 {
	font-size: 16px;
}
#content .size13 {
	font-size: 13px;
}
#content .size11 {
	font-size: 11px;
}
#content .redtext {
	color: #FF0000;
}
#content .darkredtext {
	color: #a60000;
}
#content .purpletext {
	color: #611832
}
#content .bluetext {
	color: #012B77;
}
#content .greentext {
	color: #384c33;
}
#content .orangetext {
	color: #F60;
}
#content .maroontext {
	color: #800000
}
#content .highlight {
	background: #ffff00;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  SIDE BAR
*/
#rightcol {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 250px;
	background: #202020;
	text-align: center;
}
.colhead {
	margin: 0;
	padding: 14px 0 4px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background: #000000;
	color: #ffffff;
}
#submenu {
 width: 250px;
}
#submenu h3 {
	margin: 0px 0 0 0;
	font-size: 120%;
	text-align: center;
	background: #C00707;
}
#submenu h3 a {
 display: block;
 width: 240px;
 padding: 3px 5px 3px 5px;
}
#submenu h3 a:link, #submenu h3 a:visited {
	color: #ffffff;
	background: #000000;
	text-decoration: none;
}
#submenu h3 a:hover {
	color: #C00707;
}
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li {
	width: 230px;
	margin: 0 10px 0 10px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 1px #353736;
	text-align: left;
}
#submenu li a {
	display: block;
	width: 220px;
	padding: 4px 5px 4px 5px;
}
#submenu li a:link, #submenu li a:visited {
	text-decoration: none;
	color: #c0c0c0;
}
#submenu li a.current:link, #submenu li a.current:visited {
	color: #C00707;
}
#submenu li a:hover {
	color: #C00707;
}
#submenu li li {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	border-bottom: none;
}
a.feature {
	display: block;
	width: 220px;
	background: #000000;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 0 5px;
	text-align: left;
}
a.feature h3 {
	margin: 5px 0 2px 0;
	font-size: 140%;
	font-weight: normal;
	color: #ff0000;
}
a.feature p {
	font-size: 125%;
	margin: 5px 0 5px 0;
	color: #c0c0c0;
	line-height: 1.3;
}
a.feature p.more {
	font-weight: bold;
	text-align: right;
	color: #C00707;
}
a.feature:link, a.feature:visited {
	text-decoration: none;
	background: #000000;
}
a.feature:hover {
	background: #404040;
}
/*
*  FOOTER
*/
#footer {
	width: 1001px;
	margin: 0;
	padding: 7px 0 7px 0;
	background: #202020;
	text-align: center;
}
#footer a {
	font-size: 80%;
}
#footer a:link, #footer a:visited {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #ff0000;
}
/*
*  CONTACT FORMS
*/
.imsform {
	margin: 0;
	font-size: 125%;
	font-family: Arial;
}
.imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 125%;
}
.imsform .row {
	clear: left;
	padding: 20px 2px 0 2px;
width: 100%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
}
.imsform .ml {
	display: inline;
}
.imsform .ml0, .imsform .m00 {
	width: 100%;
}
.imsform .ml1 {
	width: 24%;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	xmargin-top: -4px;
	max-width: 75%;
}
.imsform .q0 {
	float: none;
	display: inline;
}
.imsform .q1 {
	width: 26%;
}
.imsform .q3 {
	width: 74%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform fieldset {
	clear: both;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	margin: 10px 0 0 25%;
	font-weight: bold;
	background: #DBE0FF;
}
.imsform .req, .imsform .req {
	font-weight: bold;
	color: purple;
}
.imsform input:focus, select:focus, .form textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 162%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.imsform .inactive {
	color: #bbbbbb;
}
/*
*  LIGHT BOX
*/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000 url(/images/spinner.gif) no-repeat scroll center center;
}
#lightbox {
	position: absolute;
	border: solid 5px #ffffff;
}
#lightbox img {
	display: block;
}
/*
*  PRODUCTS
*/
.hproduct {
	clear: both;
	width: 95%;
	margin: 10px 0 30px 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #dddddd;
}
.hproduct .photo {
	float: right;
	margin: 0 0 10px 20px;
}
.hproduct .brand {
	display: none;
}
.hproduct .category {
	display: none;
}
.content .hproduct h3 {
	margin: 0 0 10px 7px;
	font-weight: normal;
	color: #808080;
}
.content .hproduct h4 {
	margin: 0 0 2px 7px;
	font-weight: normal;
	xcolor: #808080;
}
.hproduct .fn {
	color: #9E2738;
	font-weight: bold;
}
.hproduct .price {
	color: #9E2738;
	font-weight: bold;
}
.hproduct label {
	font-size: 100%;
	padding: 0 0 0 7px;
}
.hproduct input {
	margin: 0 0 0 5px;
	border: solid 1px #9E2738;
}
/*
*  SHOPPING CART
*/
#reqshipping {
	margin: 50px auto 0 auto;
	width: 350px;
	border: solid 1px #cccccc;
	padding: 20px 20px 5px 20px;
	background: #ffffff;
}
#reqshipping h3 {
	margin: 0 0 20px 0;
}
#reqshipping label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin: 0 3px 10px 0;
}
#reqshipping input {
	display: block;
	float: left;
	margin: 0 0 10px 0;
}
#reqshipping input.submit {
	display: inline;
	float: none;
	margin: 0;
}
#reqshipping p.footlink {
	clear: both;
	margin: 30px 0 0 0;
	font-size: 88%;
}
.shoppingcart {
	margin: 10px auto 0 auto;
	border: solid 1px #808080;
	padding: 20px;
	background: #ffffff;
	text-align: center;
}
.shoppingcart h3 {
	margin: 0 0 10px 0;
}
.shoppingcart table {
	margin: 0 auto;
	font-size: 100%;
}
.shoppingcart .costs th {
	background: #bbbbbb;
	padding: 3px 5px 3px 5px;
}
.shoppingcart .costs td {
	background: #e4e4e4;
	padding: 3px 5px 3px 5px;
}
.shoppingcart .num {
	text-align: right;
}
.shoppingcart .tot {
	background: #666644;
	text-align: right;
}
.shoppingcart .costs .blank {
	background: #ffffff;
}
.shoppingcart .nav {
	margin: 20px auto 0 auto;
	color: #808000;
	font-weight: bold;
}









