/* 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;
}