@charset "utf-8";
/* CSS Document */

/* Reset CSS Styles */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
/*	border: 0 none; */
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

p {
	padding: 0 0 15px 0;
}

body {
	height: 100%;
	background-color: #000000;
	background-image:url(/img/pagebg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 840px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #333333;
}
a {
	font-weight: bold;
	text-decoration: none;
}

ul {
	list-style-type: square;
	padding-left: 5px;
	margin-left: 14px;
}

li {
	margin-bottom: 3px;
}

ol {
	padding-left: 5px;
	margin-left: 19px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

div.clearer {
	clear: both;
	line-height: 0; 
	height: 0;
}

#container {
	margin: 0 auto;
	width: 840px;
	position: relative;
}

#top {
	position: relative;
	width: 840px;	
	height: 115px;
	border: 0;
}

#logo {
	position: absolute;
	width: 130px;
	height: 106px;
	left: 15px;
	top: 5px;
}

#menu {
	position: absolute;
	height: 46px;
	width: 695px;
	right: 0;
	top: 30px;
}

#navlist
{
	margin: 0;
	padding: 0;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist li {
	height: 46px;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 28px;
	margin: 0;
	padding: 9px 5px 9px 5px;
	background:url(/img/line.png) no-repeat;
	background-position: right;
}

#navlist li img {
	border: none;	
}

#submenu {
	position: absolute;
	width: 675px;
	height: 20px;
	top: 85px;
	right: 0;
}

ul#navlist2
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist2 li
{
display: inline;
list-style-type: none;
}

#navlist2 a 
{ 
	padding: 3px 4px 3px 4px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navlist2 a:link, #navlist2 a:visited
{
	color: #fff;
	text-decoration: none;
}

#navlist2 a:hover
{
	color: #000;
	background-color: #fff;
	text-decoration: none;
}



#body {
	padding: 0;
	margin: 0;
	position: relative;
	width: 840px;
	background-color:#FFF;
	background-image:url(/img/middlebg.gif);
	background-repeat:repeat-y;
}

#blog_link {
	position: absolute;
	right: -40px;
	top: 50px;
	z-index: 10000;
	border: none;	
}

#ssp_frontpage {
	padding: 5px 8px 5px 8px;
	width: 824px;
	height: 404px;
}

#announcement {
	border-bottom: 5px solid #fff;
	border-top: 1px solid #eee;
	padding-top: 5px;
	width: 824px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
}

#bodytext {
	position: relative;
	width: 810px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	overflow: hidden; /* For clearing floats */
	text-align: left;
}

* html #bodytext{ height: 1%; } /* for IE/Mac */

#footer {
	position: relative;
	width: 840px;
	padding: 7px;
}

/* PAGE ELEMENTS */

#pagetitle {
	position: relative;
	width: 300px;
	padding: 0;
	margin-left: 2px;
	margin-bottom: 8px;
	text-align: left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: bold;
	color:#333333;
	border-style: solid;
	border-color:#CCCCCC;
	border-width: 0 0 1px 0;
}

.column {
	position: relative;
	float: left;
	padding: 5px;
	width: 140px;
}

.rightpicture {
	position: relative;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

/* TEXT STYLES */

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color:#333333;
}

.title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
}

/* DIVISIONS */

.td_left {
	border-style: solid;
	border-color:#E4E4E4;
	border-width: 0 1px 1px 0;
	text-decoration:none;
	padding: 12px 0 12px 0;
}

.td_mid {
	border-style: solid;
	border-color: #E4E4E4;
	border-width: 0 1px 1px 0;
	text-decoration:none;
	padding: 12px 0 12px 0;
}

.td_right {
	border-style: solid;
	border-color:#E4E4E4;
	border-width: 0 0 1px 0;
	text-decoration:none;
	padding: 12px 0 12px 0;
}

 .td_right a, .td_left a, .td_mid a {
 	text-decoration: none;
 }
 
.profile_pic {
	border-style: solid;
	border-color:#CCC;
	border-width: 0px;
	
	margin-bottom: 3px;
}

.profile_name {
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.profile_name a, .profile_name a:link, .profile_name a:visited, .profile_name a:hover, .profile_name a:active  {
	text-decoration: none;
	color:#333;
}

.directbooking {
	font-size: 11px; 
	font-weight: normal; 
	color:#666;	
}

#model {
	position: relative;
	padding: 20px;
	text-align: left;
}

#model_img_box {
	position: relative;
	float: left;
	padding: 0 15px 0 0;
	width: 200px;
}


.click_enlarge {
	padding-top: 5px;
	font-size: 9px;
	font-weight: bold;
}

#model h1 {
	font-size: 18px;
	border-style: solid;
	border-color:#CCC;
	border-width: 0 0 1px 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	width: 200px;
}

#model h2 {
	font-size: 12px;
	font-weight: bold;
	color:#333;
}

#model_desc {
	position: relative;
	float: left;
	width: 200px;
}

#model_pics {
	position: relative;
	float: right;
	width: 300px;
	text-align: right;
	padding: 0;
	margin: 0;
	top: 0;
}

.model_img, .product_img {
	padding: 2px;
	border:0;
}

.product {
	position: relative;
	padding: 10px;
}

.product_img_box {
	position: relative;
	float: left;
	width: 90px;
	margin: 0 20px 0 0;
	text-align: left;
}

.product_pics {
	position: relative;
	float: right;
	width: 120px;
	text-align: right;
}

.product_desc {
	position: relative;
	float: left;
	width: 500px;
	text-align: left;
}

.product h1 {
	margin: 0 0 1px 0;
	padding: 0 0 3px 0;
	
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.product h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: bold;
	color:#990000;
}

#submissions_info_box {
	position: relative;
	padding: 15px;
	background-color:#CCC;
	background-image:url(/img/form_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 400px;
	margin: 10px;
	overflow: hidden;
}

* html #submissions_info_box { height: 1%; } /* for IE/Mac */
















.hrline {
	position: relative;
	clear: both;
	
	width: 840px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	
	height: 1px;
	line-height: 1px;
	
	padding: 15px 0 0 0;	
	margin: 0 5px 0 5px;
}


.titledropcap {
	margin-right:6px;
	margin-top:0px;
	float:left;
	color:white;
	background:#CCCCCC;
	border:1px solid #999;
	font-size:60px;
	line-height:50px;
	padding-top:3px;
	padding-right:4px;
	padding-left: 4px;
	font-family:times;
}

.infobox {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 260px;
	
	padding: 0 0 0 20px;
	border-style: dotted;
	border-width: 0 0 0 1px;
	border-color:#CCCCCC;
}



.modelstats {
	position: relative;
}

.voicebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-left: 25px;
	margin-bottom: 20px;
	
	width: 300px;

	border-style: solid;
	border-color: #ccc;
	border-width: 0 0 1px 0;
}

.crewbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	
	position: relative;
	clear: both;
}

.crewspecs {
	position: relative;
	float: left;
	top: 5px;
	padding-left: 15px;
}

.line {
	position: relative;
	padding: 0;
	border-width: 0 0 1px 0;
	border-color:#CCCCCC;
	border-style: solid;
	margin-bottom: 10px;
	height: 5px;
	line-height: 5px;
	font-size: 0;
}

#twitter {
	position: absolute;
	right: 15px;
	top: 10px;
	border: none;
}

#facebook {
	position: absolute;
	left: 15px;
	top: 10px;
	border: none;
}

