/**

COLORS

#ffd046 - Orange

**/
body {
	background: url(../images/headerBg.gif) left top repeat-x #000f2e;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}
body, div, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: white;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0px;
}
h1#pageName {
	margin-bottom: 30px;
}
a {
	color: white;
	font-weight: bold;
}
a:hover {
	color: #ffd046;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
ul.bulletedWithDividers {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.bulletedWithDividers li {
	border-bottom: 1px solid #404b62;
	background: url(../images/bullet1.gif) left center no-repeat;
	padding: 12px 0px 12px 20px;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #ffd046;
}

/*** STRUCTURE STUFF ***/

#wrapper {
	width: 840px;
	margin: 0px auto;
	position: relative;
}
#contentWrapper {
	background: url(../images/contentBg.gif) left top repeat-x;
}
#contentWrapper1 {
	background: url(../images/contentBg1.gif) left top no-repeat;
}
#contentWrapper2 {
	background: url(../images/contentBg2.gif) right top no-repeat;
}
#contentWrapperContent {
	padding-top: 20px;
}
#moreInfo #contentWrapperContent {
	padding-top: 30px;
}
#cart #contentWrapperContent {
	padding-top: 30px;
}

/*** HEADER ***/

/** TOP NAV **/

#topNav {
	height: 40px;
	background: url(../images/header1.gif) left top no-repeat;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
}
#topNav ul li a {
	float: left;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0px 10px;
	text-decoration: none;
	font-weight: normal;
}
#topNav ul li a:hover {
	color: #ffc63c;
}
#header2 {
	height: 130px;
	background: url(../images/header2.gif) left top no-repeat;
	position: relative;
}
a#link_home {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 440px;
	height: 40px;
	text-indent: -99999px;
}
a#link_home:focus {
	outline: none;
}

/** MINICART **/

#minicart {
	position: absolute;
	top: 90px;
	right: 350px;
}
#link_minicart {
	font-family: Arial, Verdana;
	background: url(../images/iconCart.gif) left center no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #000;
}

/** NEW TEMPLATES **/

#newTemplates {
	position: absolute;
	top: 30px;
	right: 30px;
}

/** HOMEPAGE BLOCKS **/

#opener {
	padding: 0px 350px 0px 30px;
	margin-bottom: 50px;
}
#opener p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}

/** PRODUCTS **/

#productsWrapper {
	background: url(../images/productListBg1.gif) left top no-repeat #26324b;
}
#productsWrapper2 {
	background: url(../images/productListBg2.gif) left bottom no-repeat;
}
#productsContent {
	padding: 30px 0px 0px 30px;
}
#productsFooter {
	height: 30px;
	background: url(../images/productListBg3.gif) left bottom no-repeat #354565;
	line-height: 30px;
	text-align: center;
}
#productsFooter a {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}
#products {
}
.product {
	width: 150px;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.product.lastProduct {
	margin-right: 0px;
}
.productThumb {
	margin-bottom: 10px;
}
.productName {
	font-size: 14px;
	font-weight: bold;
	color: #5894f3;
	display: block;
	margin-bottom: 10px;
}
.sku {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.linkMoreInfo {
	color: #5894f3;
	margin-bottom: 20px;
	display: block;
}
#products .date {
	display: block;
	margin-bottom: 5px;
}

/** FOOTER INFO BLOCKS **/

#extraInfoWrapper {
	padding: 40px 0px;
	display: inline-block;
}
.infoBlockTitle {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: Arial, Verdana, sans-serif;
}
#news {
	float: left;
	width: 270px;
	padding: 0px 30px 0px 20px;
}
#newsSummary ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#newsSummary ul li {
	margin-bottom: 10px;
}
#newsSummary a {
	font-weight: normal;
}
#newsSummary .date {
	font-weight: bold;
	color: #ffd046;
}
#newsletter {
	float: left;
	width: 230px;
	padding: 0px 30px;
	border: 1px solid #404b62;
	border-top: none;
	border-bottom: none;
}
#newsletter p {
	margin: 0px 0px 20px 0px;
}
#newsletter form {
	margin-bottom: 20px;
}
#inputNewsletter {
	width: 133px;
	height: 16px;
	padding: 2px 0px 0px 5px;
	border: 1px solid white;
	float: left;
	margin-right: 10px;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}
#newsletterLinks {
	font-size: 10px;
}
#newsletterLinks a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#links {
	float: left;
	width: 170px;
	padding: 0px 0px 0px 30px;
}
#linksShort a {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}

/** FOOTER NAV **/

#footerNav {
	background: url(../images/footerBar1.gif) left top no-repeat #354565;
}
#footerNav2 {
	background: url(../images/footerBar2.gif) right top no-repeat;
}
#footerNavContent {
	height: 30px;
}
#footerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav ul li {
	float: left;
}
#footerNav ul li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 15px;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

/** FOOTER **/

#footer {
	padding: 30px;
	text-align: center;
}

/*****************************/
/*** MORE INFORMATION PAGE ***/
/*****************************/

#miLeftCol {
	width: 300px;
	float: left;
	margin-left: 50px;
	margin-bottom: 30px;
}
#miRightCol {
	width: 430px;
	float: right;
	margin-right: 30px;
	margin-bottom: 30px;
}
h1#miProductName {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
#miSKU {
	margin-bottom: 30px;
	display: block;
}
#miPriceBlock {
	height: 30px;
	margin-bottom: 30px;
}
#miPrice {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #ffd046;
}
#btnAddToCartMi {
	float: right;
}
#additionalServices {
	margin-bottom: 20px;
}
#additionalServices table td {
	padding: 0px 0px 10px 0px;
}
#additionalServices a {
	color: #ffd046;
}
#features p {
	font-size: 18px;
	line-height: 24px;
}
#screenshot {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #404b62;
}
#templateSources {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #404b62;
}
#templateSources p {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#templateKeywords p {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#templateKeywords a {
	font-weight: normal;
	font-size: 10px;
}

/************/
/*** CART ***/
/************/

#cartContents {
	padding: 0px 30px 0px 50px;	
}
#cartContents th {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
#cartContents th.hdrCost {
	text-align: right;
}
#cartItems td, #cartItems th {
	padding: 15px;
	border-bottom: 1px solid #404b62;
}
#cartTotal td {
	font-size: 24px;
	color: #ffd046;
}
td.itemCost {
	text-align: right;
}

/*********************/
/*** ALL TEMPLATES ***/
/*********************/

#allTemplatesOpener {
	padding-left: 50px;
}	

/** TAG CLOUD **/
#cloud {
	padding-top: 30px;
}
#cloud a {
	font-weight: normal;
}
#styleCloud {
	margin-bottom: 30px;
}
#styleCloud a {
	font-weight: normal;
}

/***********/
/*** FAQ ***/
/***********/

#faqContent {
	padding: 0px 30px 0px 50px;
}
.faqQuestion, .faqAnswer {
	margin-bottom: 10px;
}
.faqHeading {
	display: block;
	font-size: 18px;
	margin-bottom: 30px;
	background: #404b62;
	padding: 10px;
}
.faqSectionTitle {
	font-size: 14px;
	margin-bottom: 30px;
	font-weight: bold;
}
#faqQA ol {
	margin-top: 0px;
	margin-bottom: 30px;
}
.linkTop {
	text-align: right;
	margin-bottom: 30px;
}

/***************/
/*** CONTACT ***/
/***************/

#contactContent {
	padding: 0px 30px 0px 50px;
}
#contactForm td {
	font-weight: bold;
	padding: 0px 30px 15px 0px;
}
.inputContact, .contactCaptcha {
	border: 1px solid #fff;
	padding: 5px;
	font-family: Arial, Verdana;
	font-size: 12px;
}
.contactCaptcha {
	width: 75px;
}
.textareaContact {
	width: 300px;
	height: 100px;
	border: 1px solid white;
	padding: 5px;
	font-family: Arial, Verdana;
	font-size: 12px;
}