body {
	background: #131313;
	text-align: center;
	margin: 0px;
}

.more{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CD211D;
	}
.more a{
	color: #CD211D;
	text-decoration:none;
}

.more a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
.newstitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CD211D;
	}
.newstitle a{
    background:#FFF;
	text-decoration:none;
}

.newstitle a:hover{
	background:#FFF;
	text-decoration:none;
}

.newstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight:bold;
	}
	
#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	top: -32px;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 235px;
	background: #3f3f3f url(images/header.png) no-repeat center;
	position: relative;
	border-bottom: 1px solid #4a4a4a;
}
#header h1 {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	top: 30px;
	font-size: 40px;
	color: white;
}
#header h2 {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7e7e7e;
}
hr#header_stripe {
	height: 12px;
	position: relative;
	top: -7px;
	background-color: #191919;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 173px;
	height: 54px;
	background: url(images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 350px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 350px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 354px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	line-height: 35px;
	left: 15px;
	position: absolute;
	top: 10px;
}
#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 80px;
	left: 100px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}
div#login {
	width: 240px;
	height: 150px;
	position: absolute;
	left:40px;
	top: 130px;
	background: #333333;
	text-align: left;
	padding-left: 10px;
}
div#login p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 60px;
	font-size: 13px;
	color: #333333;
}

.join_now_form
	{
	margin:0px;
	padding:0px;
	
	-moz-border-radius: 5px;-webkit-border-radius: 5px;	
	
	}
	.join_now_form fieldset
		{
		border:1px dotted #CCCCCC;
		
		}
	.join_now_form fieldset legend
		{
		font-weight:bold;
		color: #f8a31e;
		}
	.join_now_form ul
		{
		margin:0px;
		padding:0px;
		}
	.join_now_form ul li
		{
		list-style:none;
		padding-bottom:5px;
		
		padding-left:10px;
		border-bottom:5px solid #131313;
		}
	.join_now_form ul li input,select
		{
		width:80%;
	    
		}
	.join_now_form ul li span
		{
		display:block;
		clear:both;
		font-weight:bold;
		}
.model_detail .display_pic
	{
	width:300px;
	border:1px solid #CCCCCC;
	padding:2px;
	background:#FFFFFF;
	}
.models
	{
	margin:5px;
	padding:2px;
	}
.models li
	{
	display:block;	
	width:100px;
	height:100px;
	padding:10px;
	background:#EFEFEF;
	border:1px solid #000000;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;	
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.models li img
	{
		float:left;
	}

.models li
	{
	display:block;	
	width:120px;
	height:100px;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #000000;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;	
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.models li span
	{
		float:right;
		font-size:14px;
		text-align:left;
		color:#FF0000;
		font-weight:bold;
		padding-top:20px;
	}
.compatability_search
	{
	display:block;
	width:550px;
	padding:10px;
	border:1px solid #999999;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;	
	
	}
.compatability_search input
	{
	background:#000000;
	width:250px;
	border:1px solid #333333;
	color:#FFFFFF;
	}
	
.compatability_search #search_button
	{
	cursor:pointer;
	}
#contentLoading
	{
	position:absolute;
	display:none;
	padding:10px;
	background: url(images/wait.png);
	color:#FFFFFF;
	font-size:15px;
	text-align:center;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;	
	}
