/* CSS Document */
body
{
	background: #000;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
}

.cleared:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#container
{
	background: url(/images/pinstripe.gif) repeat-y left;
}

#header
{
	height: 63px;
	background: #666 url(/images/header-bg.gif) repeat-x top;
	color: #FFFFFF;
	margin-bottom: 0px;
}

#header2
{
	height: 38px;
	background: #323232 url(/images/header-bg3.gif) repeat-x top;
	color: #FFFFFF;
	margin-bottom: 0px;
}

#header3
{
	height: 62px;
	width: 940px;
	background: #191919 url(/images/pinstripe.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}

#must-container1
{
 	margin: 0px;
 	padding: 0px;
 	width: 915px;
}

#must-container2
{
 	margin: 0px;
 	padding: 0px;
 	width: 915px;
}

#must-img1
{
	float: left;
 	margin: 0px;
 	padding: 0px;
 	width: 337px;
}

#must-img2
{
	float: left;
 	margin: 0px;
 	padding: 0px;
 	width: 337px;
}

#irs-logo
{
	float: left;
 	margin: 0px;
 	padding:10px 0px 0px 105px;
}

#nav
{
	float: left;
 	margin: 0px;
	padding:10px 0px 10px 140px;
}
	
#content
{
	position: relative;
	width: 780px;
/*	height: 718px;*/
	margin-left: 160px;
	margin-right: 15%;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #191919 url(/images/parts-bg.gif) no-repeat bottom right;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 0px;
}

#contentPad
{
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 16px;
}
		
div#footer
{
	height: 101px;
	background: #666 url(/images/footer-bg.gif) repeat-x top;
	color: #999;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#footer_inside {
	width: 820px;
	margin: 0 auto 0 120px;	
}
.padding { padding: 10px; }
.mouser { font-size: 10px; }
	
.mouser a:link, .mouser a:visited, .mouser a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}

.mouser a:hover {
	color: #ccc;
}

#page_counter {
	float: right;
	font-size: .9em;
}

#page_counter_num {
	color: #bbb;
	font-size: 1.25em;
	font-weight: bold;
}

#upgraded_part_link {
	color: #ecba35;
	font-size: 1.15em;	
}

/*

// TEXT //

*/
a {
	color: #D7CE68;
	text-decoration: underline;
}
a:hover {
	color: #E7EA9F;
/*	color: #f00;*/
	text-decoration: underline;
}
a:visited {
	color: #D0CFB3;
	text-decoration: underline;
}
div#nav a
{
	color: #fff;
	text-decoration: none;
}
div#nav a:hover
{
	color: #ECBA35;
	text-decoration: underline;
}
/*a.nav:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}*/
h1
{
	margin: 0;
	padding: 5px;
}
		
h2
{
	margin: 0px;
	padding-top: 0px;
}
h3 {

}

#gallery_showcase {
	width: 700px;
	margin: 0 auto;
}

#gallery_thumbs {
	margin-top: 8px;	
}

.gallery_item {
	float: left;
	width: 180px;
	height: 130px;
	margin: 6px;
	text-align: center;
	cursor: pointer;
}

/*  SELECTED TEXT */

::-moz-selection{
	background:#ECBA35;
	color:#fff;
}

::selection {
	background:#ECBA35;
	color:#fff;
}

.photo_frame { 
	font-size: .9em;
	text-align: center;
}
.photo_frame img {
	display: block;
	margin: 0 auto 6px;
}


/*SCOTTS ADDS*/

/*SIDEBAR*/	 
	 

.sidebar
{
	float: left;
	padding: 10px;
    /*background-color:#f0f0f5;*/
	background: #f0f0f5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #f0f0f5, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #f0f0f5, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #f0f0f5, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #f0f0f5, #ffffff); /* Standard syntax (must be last) */
	border-right: solid #457190;
	/*border-top: solid #457190;*/
	border-radius: 5px;
	width: 200px; 
	height: 60em;
    position: absolute;
    top: 18em;
	margin-left: 10px;
	}
 
.scotthead {
	margin-left: 1em; 	  
	}

.round-ridge-border {
	border: 4px;
    border-radius: 8px;
	border-color: #457190;
	border-style: ridge;
	padding: .33em;
	margin-right: 2em;
	}


/*SIDEBAR NAV*/

.bmenu{
	padding: 50px 0px;
	margin: 0 auto;
	position: relative;
	background: rgba(0,0,0,0.7);
	width: 500px;
	height: 400px;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

.bmenu li{
	font-size: 40px;
	display: block;
	line-height: 66px;
}
	
.bmenu li a{
	white-space: nowrap;
	color: transparent;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #fff;
	letter-spacing: 1px;
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	-webkit-transform: scale(0.8); 
	transform: scale(0.8);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
	
.bmenu:hover li a{
	text-shadow: 0px 0px 10px #fff;
}
.bmenu li a:hover{
	text-shadow: none;
	color: #fff;
	background: rgba(129,6,29,0.8);
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1); 
}

.bmenusub{
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	padding: 00px 0px;
    margin-left: 3em;
	margin-top: 1em;
    position: relative;
	}

.bmenusub li{
    font-size: 0.9em;
    display: block;
	margin-bottom: 18px;
	}
	
.bmenusub li a{
	color: transparent;
	display: block;
	/*text-transform: uppercase;*/
	font-variant:small-caps;
	text-shadow: 0px 0px 0px #000;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
	
.bmenusub:hover li a{
	text-shadow: 0px 0px 1px #000;
	}
	
.bmenusub li a:hover{
	color: #000;
	text-shadow: 0px 0px .5px #000;
	padding-left: 5px;
	text-decoration: none;
	}
