@charset "utf-8";
/* Content */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	margin:0px;	
	color:#FFF;
	background-image:url('../images/template/siteBG.png');
	background-repeat:no-repeat;
	background-position:50% 175px;
	background-attachment:fixed;
	background-color:#000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 16px;
	margin-top: 0px;
	margin-left:0px;
	padding-left:0px;
}
h1 {
	font-size:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-variant:small-caps;
}
h2 {
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-variant:small-caps;
}
h3 {
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-variant:small-caps;
	color:#c8aa38;
	margin-bottom:5px;
	margin-top:10px;
}
a {
   color:#666;
   text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.specialList {
	padding-left:15px;
	list-style-image:url('../images/icons/listIcon.gif');
}

/*form end */
form {
	margin: 0px 0px 5px 0px;
}

textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;	
}
input{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}
/*form end */


strong.warning {
	color: #CC0000;
}
.mainBody {	
	color:#FFF;
	padding:10px;
	vertical-align:text-top;
}
.leftBody {	
	color:#FFF;
	padding:10px;
	background-color:#333;
	vertical-align:text-top;
	width:200px;
}
.headerContent {
	padding-left:10px;
	padding-right:10px;
}
.headerBG {
	background-image:url('../images/template/headerBG.png');
	height:150px;
	width:900px;
	color:#A85137;
	font-size:10px;
}
.footerContent {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	/*background-color:#333;*/
}
.footerBG {	
	height:20px;
	color:#333;
}
.footerBG a{	
	color:#333;
}
.footerDisplay{	
	border: 1px solid #333; 
	width:100%;
	background-image:url('../images/template/dspFooterBG.png');
	background-repeat:repeat-x;
}
.footerTitle{
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
	font-style:italic;
}
.horizontal_dotted_line {
	border-bottom: 1px dotted #333;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	width:100%;
	background-color:#CCC;
}

table#displayTable {
	border: 1px solid #333; 
	padding:5px;
	width:100%;
}
table#displayTable td{
	padding:5px;
}

table#displayTableNoBox {
	border: 0; 
	padding:5px;
	width:500px;
}
table#displayTableNoBox td{
	padding:5px;
}

table#displayTableNoBox100 {
	border: 0; 
	padding:5px;
	width:100%;
}
table#displayTableNoBox100 td{
	padding:5px;
}

/* End Content */

/* Site Layout */
.mainTbl {
	border:solid;
	border-color:#111;
	border-width:1px;
	width:898px;
	margin-left:auto; 
	margin-right:auto;
}
.octaneTbl {
	border:solid;
	border-color:#111;
	border-width:1px;
	width:100%;
}
TH {
	text-align:left;
	font-weight:bold;
}
.altRow {
	background-color:#333;
}
.disabledRow {
	color:#F00;
}
.deactive {
	background-color:#900;
}
/* End Site Layout */

/* Navigation */
.nav {
	color:#c8aa38;
	text-decoration:none;	
	padding-right:15px;
	font-size:14px;
	font-variant:small-caps;
}
.nav:hover {
	text-decoration:underline;
}
/* End Navigation */


/* Products */
.productTitle {
	color:#c8aa38;
	font-size:20px;
	font-variant:small-caps;
}

.productDescription {
	color:#fff;
	font-size:12px;
}

.productPrice {
	color:#c8aa38;
	font-size:20px;
}

.shopGearHeader{
	color:#CCC;
	font-size:20px;
	font-variant:small-caps;
}
/* End Products */
