/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}
input, textarea {
	border: 1px solid #C9C9C9;
}

select, option {
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
}

fieldset {
	border: 1px solid #8A0000;
	margin-bottom: 10px;
	padding-left: 10px;
}
	
legend {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

.floatleft
{
	float: left;
}

.pic
{
	float: left;
	padding: 4px;
	margin: 0 5px 0 0;
	border: 1px solid #a0a0a0;
	text-align: center;
}

.floatright
{
	float: right;
}

.clearboth
{
	clear: both;
}

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body
{
background: #343434;
margin: 0;
padding: 0;
font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #666;
}

/****************************************************************************************************
Begin Outersection
****************************************************************************************************/
#outersection
{
background: url('images/background_body.jpg') repeat-x;
position:absolute;
top: 50%;
width: 100%;
height: 530px;
margin-top: -265px;
}

/****************************************************************************************************
Begin Innersection
****************************************************************************************************/
#innersection
{
background: url('images/b1.jpg') no-repeat;
position:absolute;
left: 50%; 
top: 50%;
width: 760px;
height: 530px;
margin-left: -380px;
margin-top: -265px;
}

/****************************************************************************************************
Header
****************************************************************************************************/
#langOptions
{
	position: absolute;
	right: 48px; 
	top: 43px;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
}
#langOptions a.enlang
{
	background: url(/images/usflag.gif) center left no-repeat;
	padding: 0 0 1px 22px;
	text-decoration: none;
	color: #FFFFFF;
}

#langOptions a.eslang
{
	background: url(/images/esflag.gif) center left no-repeat;
	padding: 0 0 1px 22px;
	text-decoration: none;
	color: #FFFFFF;
}

#langOptions a.enlang:hover, #langOptions a.eslang:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#langOptions a.enlang:hover, #langOptions a.eslang:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

/****************************************************************************************************
Navigation
****************************************************************************************************/
#navigation
{	
	padding: 82px 32px 0 32px;
	width: 696px;
}

#navigation li
{
	float: right;
	list-style-type: none;
	list-style-image: none;
	margin: 0 3px;
}

#navigation a
{
	color: #FFF;
	line-height: 50px;
	text-align: center;
	padding: 7px 7px 2px 7px;
}

#navigation a:hover
{
	padding: 7px 7px 2px 7px;
	background-color: #8A0000;
	color: #FFF;
}

#navigation .active
{
	padding: 7px 7px 2px 7px;
	background-color: #8A0000;
	color: #FFF;
}

/****************************************************************************************************
Content
****************************************************************************************************/
#content {
	background: url('images/b4.jpg') repeat-y;
	width: 676px;
	padding:0 42px;
	clear:both;
	
}
#content h1, h2 {
	color:#333;
	font-size: 1.3em;
	border-bottom: 1px solid #8A0000;
}

#content h1 {
	margin-top: 10px;
}

#content h1.usertitle, h2.usertitle {
	margin: 0;
	border: 0;	
}

#content p {	
	margin: 12px 0;
}

#content .lighter {
	color: #BE0048;
	font-weight: bold;
}

#content .rangelighter {
	background: #fff;
	font-weight: bold;
	padding: 0 5px;
}

#content .notice {
	background: #F8FAED;
	padding: 5px;
	border: 1px dashed #BBBFA1;
}

#content td.lighter {
	color: #BE0048;
	font-weight: bold;
	padding: 3px 5px 3px 10px;
}

#content td.highlight {	
	background-color: #FEE8E8;
}

#content td {
	padding: 10px 0;	
}

#content td.profile, #content td.value {
	padding: 3px 0 3px 3px;	
}

#content td.profileField, #content td.field {
	padding: 3px 0 3px 3px;
	color: #BE0048;
	font-weight: bold;
	text-align: right;
}

#content td.checkbox {
	padding: 3px 0 0 0;	
}

#content table#results {	
	width: 98%;
}

#content table#results th {	
	background-color: #FEE8E8;
	padding: 0 5px;
}

#content table#results td {	
	padding: 10px;
	text-align: center;
}

#content table#results td.options {	
	padding: 10px;
	text-align: left;
}

#content table#results td.gap {	
	border-top: 1px solid #FF7979;
}

#content div#featured_title span
{
	position: absolute;
	top: 245px;
	left: 200px;
}

#content div#featured_title a.active
{
	background-color: #A80B00;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 2px 5px;
	cursor: pointer; cursor: hand
}

#content div#featured_title a
{
	background-color: #AAA89C;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 2px 5px;
	cursor: pointer; cursor: hand
}

#content div#model_names {
	float: left;
	width: 40px;
	margin-top: 10px;
	padding: 5px;
	background-color: #FFE3E3;
	text-align: center;
}

#content div#model_names ul {
	
	list-style-type: none;
	text-align: center;
}

#content div#model_details {
	float: right;
	margin-top: 10px;
	width: 595px;
}

#content div#model_details h2.model_name {
	color:#333;
	font-size: 1.1em;
	border: 0;
	margin-bottom: 15px;
}

#content div#model_details .photo {
	float: left;
	margin: 0 5px 0 0;
}

#content div#model_details .photo img {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

#content div#model_details .photo a:hover img {
	  padding: 4px;
	  border: 1px solid #b3000a;
}

#content div#model_details div#stats {
	float: left;
	background: #F8FAED;
	padding: 5px 5px 5px 7px;
	border: 1px dashed #BBBFA1;
	width: 143px;
}

#content div#model_details div#stats p {
	margin: 0 0 2px 0;
}

#content div#model_details div#stats .fields {
	float: left;
	text-align: right;
	color: #797E5A;
}

#content div#model_details div#stats .values {
	float: left;
	margin-left: 10px;
}

#content div#model_details div#mainphoto {
	float: left;
	margin: 0 0 0 10px;
}

#content div#model_details div#mainphoto img {

	padding: 4px;
	border: 1px solid #a0a0a0;
}

#content div#model_details div#pics {
	float: right;
	width: 155px;
}

#content div#model_details div#pics img {

	padding: 4px;
	border: 1px solid #a0a0a0;
}

#content div#model_details div#pics a:hover img {
	padding: 4px;
	border: 1px solid #b3000a;
}

#content div#model_gap {
	float: left;
	margin: 10px 7px 0 7px;
	width: 1px;
	height: 300px;
	background-color: #8A0000;
}

#content div#user_content {
	float: left;
	width: 500px;
	margin-right: 10px;	
}

#content div#admin_content {
	float: left;
	width: 99%;
	margin-right: 10px;	
}

#content div#user_menu {
	float: left;
	width: 140px;	
}

#content div.block {
	border: 1px solid #8A0000;
	padding: 10px;	
}

div.featured {
	float:left;
	width:120px;
	margin: 20px 10px 0 0;
	text-align: center;
}

div.featured img {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
}

div.featured a:hover img {
	  padding: 4px;
	  border: 1px solid #b3000a;
}

div.gap {
	border-top: 1px dotted #DED6D6;
	margin: 5px 0;
}

/****************************************************************************************************
Footer
****************************************************************************************************/
#footer_wrapper {
	background: url('images/b2.jpg') no-repeat bottom center;
	height: 80px;
	margin-bottom: 20px;
	clear: both;
}
#footer {
	font-size: 11px;
	color:#fff;
	padding: 57px 29px 0 0;
	text-align:right;
}
#footer a {
	color:#fff;
}
