@charset "utf-8";
/* CSS Document */

body {
	background: #3b3a33 url(../images/bkg_body1.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#container {
	width: 980px;
	margin: 0 auto;
	background: #ddd;
	text-align: left;
}

#toolbar {
	background: #000;
	padding: 6px 20px;
	height: 20px;
}

#toolbar, #toolbar a {
	color: #ddd;
}

#masthead {
	background: #000 url(../images/bkg_masthead2.jpg) no-repeat left bottom;
	position: relative;
	height: 151px;
}

#masthead h1, #masthead h2 {
	color: #fff;
	margin: 0;
	padding: 0 20px;
	margin-right: 24px;
	text-indent: -9999px;
}

img#brand {
	position: absolute;
	right: 20px;
	top: 20px;
}

#masthead h2 {
	
}

img#logo {
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#content {
	background:  url(../images/bkg_page.jpg) repeat-y left top;
}

.pageContent {
	font-size: 14px;
	color: #636158;
	padding: 10px 20px;
}

.pageContent h1 {
	font-size: 24px;
}

#secondaryContent {
	background:  url(../images/bkg_sideNav1.jpg) no-repeat left top;
	float: left;
	width: 300px;
	padding-top: 85px;

}

#secondaryContent ul.navigation {
	margin: 0 0 10px 30px;
	padding: 0;
	list-style-type: none;
}

#secondaryContent ul.navigation li {
	margin: 2px 0;
	padding: 0;
	list-style-type: none;
}

#secondaryContent ul.navigation a {
	text-decoration: none;
	margin: 0 0 7px 0;
	padding: 0 10px 0 26px;
	color: #333;
	background: #7e7d78 url(../images/bkg_sideNav.jpg) no-repeat left top;
	text-transform: uppercase;
	width: 175px;
	font-size: 14px;
	display: block;
	height: 31px;
	line-height: 28px;
}

#secondaryContent ul.navigation a:hover {
	color: #790000;
	background: #7e7d78 url(../images/bkg_sideNavOn.jpg) no-repeat left top;
}

#flamingSkull {
	position: relative;
	left: -26px;
}

#mainContent {
	float: left;
	width: 680px;
}

#footer {
	clear: both;
	background: #000;
	color: #ddd;
	padding: 15px;
	
}

#footer ul.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 24px;
}

#footer ul.navigation {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: none;
	float: left;
}

#footer ul.navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ddd;
	float: left;
}

#footer a {
	color: #aaa;
	padding-right: 30px;
	display: block;
	float: left;
	line-height: 24px;
}

#footer a:hover {
	color: #fff;
}

.copyright {
	color: #444;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pad {
	padding: 12px;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* advanced clearing technique 
Apply this class to the last element before the area that needs to clear. 
This eliminates the need for non-semantic extraneous mark-up, such as an empty div with clear:both applied */
.clearfix:after, #container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, #container {display:inline-block;}
* html .clearfix, * html #container {height:1%;}
.clearfix, #container {display:block;}

/* Remove border around linked images */
img, a img {
	border: 0;
}

/* =Formatting
====================================================================== */



/* =Forms
====================================================================== */

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}




.pad {
padding: 7px;
}

img.thb {
float: left;
margin: 0 20px 0 0;
}
.paypal {
border: 2px solid #999;
background: #ccc;
padding: 15px;
}
.paypalTxt {
margin: 0;
color: #333;
float: left;
width: 465px;
}

.buyBtn {
float: right;
width: 110px;
margin: 0 25px;
position: relative;
top: -30px;
}



/* =Tables
====================================================================== */

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* =Google Friend Connect */
.youtubeVideo {
	float: left;
	width: 425px;
	height: 344px;
}


.friends {
	width: 250px;
	float: left;
	height: 344px;
}

.wall {
	margin: 0 auto;	
}

/*= Links */

.pageContent a:link { color:#990000;}

.pageContent a:hover { color:#c87f38}
.pageContent a:visited { color:#790000; }
.pageContent a:active { color:#c87f38}
.pageContent a:visited:hover { color:#c87f38 }

.relatedContent { 
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background: #222;
}

.relatedContent .featured { width: 300px; float: left; background: #000; padding:0 0 10px 0 ; height: 150px; color: #ccc;}
.relatedContent .featured a { display: block;margin: 0 auto; }
.relatedContent .featured a img { display: block; border: none; margin: 0 auto;}
.relatedContent .dealers { width: 680px; padding: 0 0 20px 0; float: right; color: #ccc; }
.relatedContent .featured p { margin: 0 0 20px 0; padding: 8px 20px; background: #222; }
.relatedContent .dealers p { margin: 0 0 20px 0; padding: 8px 20px; background: #333; }
.relatedContent .dealers a { display: block; margin: 0 20px;}
.relatedContent .dealers a img { display: block; border: none;}

.relatedContent p a { display: inline !important; margin: 0 !important; padding: 0 !important;}
.relatedContent a:link, .relatedContent a:visited { color: #fff; font-weight: bold; }
.relatedContent a:hover, .relatedContent a:active { color: #c87f38; font-weight: bold; }


