* {
	margin: 0;
	padding: 0;
}
img {
	border-width: 0;
}
body {
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
	color: #656563;
	font-family: Verdana, Tahoma, Arial;
	background: url(/images/bg.jpg) #232429;
}

a {
	padding-bottom: 3px;
	color: #656563;
}

h1
{
	color:#892367;
	font-size:16px;
}

fieldset
{
	float:left;
	margin: 0px 8px;
	padding:5px;
	width: 690px;
	border:2px solid #323137;
	background-color:#232228;
}

* html fieldset
{
	width: 580px;
}

legend
{
	font-size:14px;
	color:#892367;
	font-weight:bold;
}

input, textarea, select
{
	display:block;
	margin-bottom:10px;
	background-color:#000000;
	border:2px solid #323137;
	color:#ffffff;
}

select
{
width:150px;
}

p
{
	margin-bottom:15px;
}


.long
{
	width:400px;
}

textarea
{
	width: 400px;
	height: 200px;
}

textarea.vsmall
{
width:175px;
height:125px;
}

.short
{
	height:100px;
}

table
{
	width:100%;
}

td
{
	vertical-align:top;
}

#header
{
	border-bottom:1px solid #54555a;
	padding: 0px 0px 3px 13px;
	margin-bottom: 10px;
}

#wrapper
{
	width:900px;
	margin: 15px auto 0px auto;
}

#nav
{
	float:left;
	margin: 0px 8px;
	width: 150px;
	border:2px solid #323137;
	background-color:#232228;
	font-size:12px;
}

#nav img
{
	padding-bottom:1px;
	border-bottom:2px solid #323137;
}


#address
{
	padding:3px;
}

#nav li
{
	list-style:none;
	margin:1px 0px;
	text-align:left;
	font-size:12px;
	color:#6f7e93;
	border-bottom:2px solid #323137;
}

#nav li a
{
	display:block;
	color:#6f7e93;
	text-decoration:none;
	padding:3px;
	background-color:#232228;
}

#nav li a:hover, #nav li.active a
{
	background-color:#892367;
	color:#fefefe;
}

#content
{
	padding: 5px;
position:relative;
height:auto;
}

#middle
{
	width:200px;
	float:left;
	margin: 0px 8px;
}

#intro, #news
{
	border:2px solid #323137;
	background-color:#232228;
	padding:3px;
	font-size:12px;
	margin-bottom:15px;
}

.news
{
	margin-bottom:10px;
}

#models
{
	border:2px solid #323137;
	background: #232228;
	padding:3px;
	width:365px;
	font-size:12px;
	float:left;
	margin: 0px 8px;
	text-align:center;
}

#models img
{
	margin:auto;
}

#model-left
{
width:150px;
float:left;
}

#model-info, #model-bio
{
	border:2px solid #323137;
	background-color:#232228;
	padding:3px;
	font-size:12px;
	margin-bottom:15px;
}

#models-middle
{
	border:2px solid #323137;
	background: #232228;
	padding:3px;
	width:420px;
	font-size:12px;
	float:left;
	margin: 0px 8px;
	text-align:center;
}

#model-right
{
position:absolute;
top:30px;
left:610px;
}

#modellist, #page-wide
{float:left;
	margin: 0px 8px;
	padding:5px;
	width: 690px;
	border:2px solid #323137;
	background-color:#232228;
}

* html #modellist, * html #page-wide
{
	width:680px;
}

#page-narrow
{
	float:left;
	margin: 0px 8px;
	padding:5px;
	width: 350px;
	border:2px solid #323137;
	background-color:#232228;
}

#page-images
{
	float:left;
	margin: 0px 8px;
	padding:5px;
	width: 210px;
	border:2px solid #323137;
	background-color:#232228;
}

.fright{float:right;}
.right{text-align:right;}

#footer {
	border-top:1px solid #54555a;
	font-size: 10px;
	padding: 3px; 10px;
	margin-bottom:5px;
	height: 20px;
	clear: both;
}

#footer a {
	color: #9bff00;
	text-decoration: none;
}

.clear
{
	clear:both;
}

.modelname
{
	display:none;
}

td a
{
	position:relative;
}

* html td
{
width:25%;
padding:0px;
margin:0px;
}

* html td a
{
width:100%;
display:block;
position:static;
}

* html a:hover { border-width: 0; }

a:hover .modelname
{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:#ffffff;
	width:auto;
	text-align:center;
}

* html a:hover .modelname
{
	bottom:0px;
	left:0px;
right:0px;
	width: 100%;
position:static;
}

#modellist td
{
	text-align:center;
	padding:10px;
}

#modeltable
{
	border-collapse:collapse;
}

#modeltable td
{
	padding:1px;
	margin: 0px;
}

#modeltable {
	font-family:arial;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
#modeltable thead tr th, #modeltable tfoot tr th {
	background-color: #ffffff;
color:#892367;
	font-size: 8pt;
	padding: 4px;
	border:1px solid #323137;
}
#modeltable thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#modeltable tbody td {
	padding: 4px;
	vertical-align: top;
}
#modeltable tbody tr.odd td {
	background-color:#0a0a0a;
}
#modeltable thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
#modeltable thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
#modeltable thead tr .headerSortDown, #modeltable thead tr .headerSortUp {
	background-color: #892367;
	color:#ffffff;
}

.profilelink
{
	color:#892367;
	font-size:14px;
	margin:40px;
	text-decoration:none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  color: #333333;
}
#TB_secondLine {
  color:#666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: url(/images/bg.jpg) #232429;
  z-index: 102;
  color: #656563;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) 
+ 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) 
+ 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

table
{
border-collapse:collapse;
border:2px solid #232228;
}

table td
{
border:2px dashed #323137;
vertical-align:middle;
}

#modeltable td
{
border:none;
}

#hometable td
{
width:33%;
}



