html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	font-family: verdana, sans-serif;
	font-size: 85%;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
}

td.black {
	background-color: #000;
}

td.top {
	height: 60px;
	background-image: url('images/top.gif');
	background-repeat: repeat-x;
	border-bottom: 2px solid #000;
}

td.top div.jump {
	float: right;
	margin-right: 30px;
	padding-top: 15px;
	display: inline;
}

td.left {
	background-color: #424242; 
	border-right: 1px solid #000;
	text-align: left;
	color: #BCBDBD;
}

#menu {
	margin-top: 10px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	padding-left: 25px;
	margin-left: -20px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 25px;
}

html>body #menu li a {
	width: auto;
}

#menu li a, #menu li a:active, #menu li a:visited {
	color: #BCBDBD;
	text-decoration: none;
}

#menu li a:hover {
	color: #6E7072;
	text-decoration: none;
}

#menu li a.selected {
	text-decoration: none;
	border-bottom: 1px dashed #BCBDBD;
}

#toggle ul {
	list-style: none;
	margin-left: .25em; 
	padding-left: .25em;
	text-indent: -11px;
}

#toggle li {
	font-size: 11px;
	background-image: none;
}

/* =Featured Product
----------------------------------------------------------------------*/
#feature {
	height: 200px;
	width: 200px;
	text-align: center;
	margin: 5px auto 5px auto;
	background-image: url('images/box.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#feature p {
	padding-top: 10px;
	padding-bottom: 5px;
	width: 80%;
	margin: 10px auto 10px auto;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #BCBDBD;
}

#feature img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 100px;
}

/* End Featured Product
----------------------------------------------------------------------*/
#contact {
	font-size: 12px;
	border-top: 2px solid #BCBDBD;
	text-align: center;
	width: 85%;
	margin: 12px auto 20px auto;
	padding-top: 7px;
}

#contact p {
	text-align: left;
}

#contact p:first-line {
	font-weight: bold;
}

#contact p.email {
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 1em;
	margin-left: -5px;
}

#contact a {
	color: #BCBDBD;
	text-decoration: none;
}

#contact a:hover {
	color: #6E7072;
	text-decoration: none;
}

td.content {
	background-color: #565759;
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
	background-image: url('images/trees.png'); 
	background-position: bottom center; 
	background-repeat: repeat-x; 
	padding-right: 20px;
}

td.content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #F9CA04;
}

td.content h2 {
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
}

td.content .product {
	font-variant: small-caps;
	font-weight: bolder;
	color: #F9CA04;
}

td.content p {
	color: #FFF;
}

div.submenu {
	display: block;
	width: 96%;
	text-align: center;
	color: #F9CA04;
	padding: 7px 0px 7px 0px;
	margin-bottom: 7px;
	border-bottom: 2px solid #F9CA04;
}

td.content a, td.content a:active, td.content a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

td.content a:hover {
	color: #F9CA04;
	text-decoration: none;
	border-bottom: 1px dashed #F9CA04;
}

div.totop {
	color: #F9CA04;
	text-align: right;
	margin-right: 45px;
	font-size: 11px;
}

.tagline {
	font-style: oblique;
}

.underline {
	text-decoration: underline;
}

.smaller {
	font-size: 80%;
}

td.content ul {
	list-style-type: square;
	color: #fff;
}

p.right {
	float: right;
}

/* =Photo Gallery
----------------------------------------------------------------------*/

td.content div.photo {
	margin: 10px 10px 10px 0px;
	width: 96%;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox-vertical, .hoverbox-horizontal {
	cursor: default;
	list-style: none;
}

.hoverbox-vertical a, .hoverbox-horizontal a {
	cursor: default;
}

.hoverbox-vertical a .preview, .hoverbox-horizontal a .preview {
	display: none;
}

.hoverbox-vertical a:hover .preview, .hoverbox-horizontal a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -350px;
	z-index: 1;
}

.hoverbox-vertical img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 100px;
}

.hoverbox-horizontal img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox-vertical li, .hoverbox-horizontal li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox-vertical .preview {
	border-color: #000;
	width: 375px;
	height: 500px;
}

.hoverbox-horizontal .preview {
	border-color: #000;
	width: 500px;
	height: 400px;
}

/* =Hoverbox Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox-vertical a, .hoverbox-horizontal a {
	position: relative;
}

.hoverbox-vertical a:hover, .hoverbox-horizontal a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox-vertical a:hover .preview, .hoverbox-horizontal a:hover .preview {
	top: -38px;
	left: -350px;
}

.hoverbox-vertical li, .hoverbox-horizontal li {
	position: static;
}

/* End Hoverbox Internet Explorer Fixes
----------------------------------------------------------------------*/

/* End Photo Gallery
----------------------------------------------------------------------*/

/* Downloads Section
----------------------------------------------------------------------*/

td.content div.downloads {
	padding: 0px 10px 0px 10px;
	clear: both;
}

div.downloads p {
	line-height: 30px;	
}

div.downloads a, div.downloads a:active, div.downloads a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.downloads a:hover {
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px dashed #ccc;
}

div.downloads a.pdf, div.downloads a:active.pdf, div.downloads a.visited.pdf {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}
div.downloads a:hover.pdf {
	color: red;
	border-bottom: none;
}

div.downloads .gold {
	color: #F9CA04;	
}

/* End Downloads
----------------------------------------------------------------------*/

div.merchant {
	display: block;
	width: 96%;
	line-height: 15px;
	border-bottom: 1px dashed #F9CA04;
}

div.merchant a, div.merchant a:active, div.merchant a:visited {
	display: block;
	padding: 5px;
	color: #fff;
	list-style-type: none;
	text-decoration: none;
}

div.merchant a:hover {
	background-color: #6E7072;
	color: #fff;
	list-style-type: none;
	text-decoration: none;
}

div.merchant img {
	border: 0px;
}

#marketing {
	color: #fff;
}

#marketing h2 {
	color: #F9CA04;
}

#marketing td {
	vertical-align: bottom;
	width: 220px;
}

#marketing td.long {
	width: 660px;
	font-size: 11px;
}

#marketing p {
	text-decoration: underline;
}

div.row {
  	color: #fff;
  	clear: both;
  	padding-top: 5px;
}

div.row span.label {
  	width: 150px;
  	float: left;
  	text-align: right;
  	padding-right: 7px;
}

div.row span.formw input, textarea, textarea {
  	float: left;
  	width: 350px;
  	text-align: left;
	width: 200px;
}

p.submit {
	text-align: left;
	margin-left: 50px;
}

input {
	width: 150px;
}

div.line {
	display: block;
	width: 96%;
	border-bottom: 1px dashed #F9CA04;
	text-align: center;
	clear: both;
}

div.left {
	float: left;
	margin-top: 10px;
}

div.right {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

div.center {
	margin: 0px auto 0px auto;
	text-align: center;
}

.note {
	font-size: 70%;
}

div.baseline {
	display: block;
	padding-bottom: 150px;
}

td.foot {
	height: 40px;
	background-image: url('images/bottom.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #000;
}

td.foot p {
	font-size: 11px;
	text-align: center;
	color: #000;
}

td.foot a, td.foot a:active, td.foot a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

td.foot a:hover {
	color: #424242;
	text-decoration: none;
	border-bottom: 1px dashed #424242;
}
