﻿* {
	font-size: 100%;
}
html, body {
	height: 100%;
	font-family: 'century gothic', arial, helvetica, sans-serif;
}
body {
	background: #000 url('../images/page-bg.jpg') no-repeat center top;
	color: #999;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
img {
	border: 0px;
}
form, ul {
	margin: 0px;
	padding: 0px;
}
input[type="radio"] {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'arial black', gadget, sans-serif;
	color: #999;
	margin-top: 0px;
	text-transform: uppercase;
	font-style: italic;
}
h1 {
	font-size: 150%;
	height: 18px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
h1 span {
	display: none;
}
a {
	text-decoration: none;
	color: #f90;
}
a:hover {
	text-decoration: underline;
}
#mainWrapper {
	margin: auto;
	width: 910px;
	min-height: 100%;
	min-height: 670px;
	border: 0px solid #fff;
	border-width: 0px 1px;
	background-color: #000;
}
#headerWrapper {
	background: #000 url('../images/page-header.jpg') no-repeat;
	width: 910px;
	height: 152px;
}
#navigationWrapper {
	text-align: center;
	padding: 4px 0px 3px 0px;
	background: #000 url('../images/nav-bg.gif') no-repeat scroll center bottom;
	color: #fff;
	font-size: 0px;
	width: 100%;
}
#navigationWrapper ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigationWrapper ul li {
	display: inline-block;
	margin: 3px 0px 4px 0px;
}
#navigationWrapper ul li ul {
	display: none;
	position: absolute;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 4px;
}
#navigationWrapper ul li:hover ul {
	display: block;
}
#navigationWrapper ul li ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#navigationWrapper ul li ul li a {
	display: block;
	padding: 2px 0px;
	background-color: #151a2b;
	text-decoration: none;
	color: #fff;
	border: 2px #000 solid;
}
#navigationWrapper ul li ul li  a:hover {
	color: #f90;
}
#contentWrapper {
	padding-bottom: 40px;
}
#pageContent {
}
#contentLeft {
	width: 562px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	border-right: 1px solid #fff;
}
#contentLeft > div {
	min-height: 525px !important;
}
body.home #contentLeft {
	color: #333;
}
#contentRight {
	float: right;
	width: 347px;
}
#formMoreInfo td:first-child {
	text-align: right;
}
#formMoreInfo input[type=text], #formMoreInfo textarea {
	border: 0px;
	width: 100%;
	background-color: #999;
}
#formMoreInfo textarea {
	height: 80px;
}
.error {
	color: #ff9;
	font-size: 90%;
	font-weight: bold;
}
#footerWrapper {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #0a0a0a;
	text-transform: uppercase;
	z-index: 9999;
}
#footerWrapper a {
	color: #999;
	text-decoration: none;
}
#footerWrapper a:hover {
	text-decoration: underline;
}
#footerContent {
	height: 40px;
	width: 910px;
	margin: -1px auto 0px auto;
	background-color: #181818;
	border: 1px #fff solid;
	border-bottom: 0px;
	font-size: 90%;
}
/* <MINISHOP> */
#smallShopWrapper {
	/* background: #000 url('../images/home-shop/shop-bg.jpg') no-repeat center top; */
	background-color: #000;
}
#mainShopImageWrapper {
	padding-top: 50px;
	text-align: center;
}
#mainShopImage {
	border: 1px #333 solid;
}
#shopOptionsWrapper {
	text-align: center;
	padding: 10px;
}
#smallShopImageWrapper {
	height: 130px;
	text-align: center;
	font-size: 0px;
	scrollbar-base-color: #000;
	scrollbar-arrow-color: #f90;
}
#imagesId49 {
	height: 130px;
	overflow: auto;	
	padding-left: 15px;
}
#smallShopImageWrapper img {
	border: 1px #333 solid;
	margin: 2px;
	cursor: pointer;
}
#smallShopImageWrapper img:hover {
	border: 2px #fff solid;
	margin: 1px;
}
#shopAddToCart {
	text-align: center;
	padding-top: 15px;
}
/* <FAQS> */
dl.faqs {
	color: #fff;
	border: 1px #222 solid;
}
dl.faqs dt {
	padding: 2px 4px 2px 20px;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	background-image: url('../images/faqs/arrow-right.png');
	cursor: pointer;
	font-weight: bold;
}
dl.faqs dt.odd {
	background-color: #222;
}
dl.faqs dt.even, dl.faqs dd {
	border-top: 1px #222 solid;
}
dl.faqs dt:hover, dl.faqs dt.expanded {
	background-image: url('../images/faqs/arrow-down.png');
}
dl.faqs dt.expanded:hover {
	background-image: url('../images/faqs/arrow-up.png');
}
dl.faqs dd {
	display: none;
	margin: -1px 0px 0px 0px;
	padding: 8px 10px;
	font-size: 80%;
}
dl.faqs dd.expanded {
	display: block;
}
/* <TEAM> */
#teamDetailsWrapper {
	font: 80% arial, helvetica, sans-serif;
}
#teamDetailsText {
	padding: 20px 75px 10px 565px;
}
#teamDetailsVideo {
	padding-left: 565px;
}
#teamDetailsVideo.facebook {
	padding-left: 513px;
}
#teamDetailsGallery {
	padding-top: 15px;
	text-align: center;
	width: 900px;
	margin: auto;
}
#teamDetailsGallery a img {
	margin: 5px;
	height: 97px;
	width: 130px;
	border: 1px #999 solid;
}
#teamDetailsGallery a:hover img {
	margin: 3px;
	border: 3px #fff solid;
}
/* <CONTACT> */
body.contact #contentLeft {
	color: #fff;
	background: url('../images/contact/contact-bg.jpg') no-repeat;
}

