a, div, dl, dt, dd
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 10px 0px;
	padding: 0px;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Stuff */

body
{
	margin: 0 auto 0 auto;
	width: 800px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #100000;
	position: relative;
}

h1 {
	color: #A82811;
	font-size: 16px;
	padding: 0;
	margin: 8px 0 15px 0;
}

h2 {
	color: #3600FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	color: #3600FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

fieldset {
	margin-bottom: 10px;
}

fieldset tr {
	margin-bottom: 8px;
}

#aspnetForm {
	background-color: white;
}

#mainForm {
	margin: 0px auto 0px auto;
	width: 750px;
	background-color: white;
}

/* Header */

#logo
{
	width: 475px;
	height: 112px;
	background: url(images/logo.png);
	float: left;
}

#logo h1
{
	text-align: left;
	vertical-align: bottom;
	text-indent: -9999px;
}

#language
{
	/* width = 325, height = 24 */
	width: 308px;
	height: 21px;
	text-align: right;
	vertical-align: top;
	background: url(images/Language.png);
	float:left;
	color: white;
	padding-top: 3px;
	padding-right: 17px;
}

#language li
{
	float: left;
}

#login
{
	/* width = 325, height = 88 */
	width: 265px;
	height: 83px;
	padding-left: 60px;
	padding-top: 5px;
	vertical-align: middle;
	background: url(images/Login.png);
	float:left;
	font-family: Arial, Helvetica;
	font-size: xx-small;
	font-weight: bold;
	line-height: 20px;
}

#login input
{
	font-family: Arial, Helvetica;
	font-size: xx-small;
	font-weight: bold;
	background-color: #efefef;
	border: 1px solid #bbbc9b;
}

#login input:hover
{
	background-color: white;
}

#login input.submitButton
{
	color: white;
	background-color: #a42811;
	border: 1px solid #690603;
}

#login input.submitButton:hover
{
	color: white;
	background-color: #ff0000;
	border: 1px solid #bbbc9b;
}

#login a, #login a:hover, #login a:visited
{
	font-weight: bolder;
	font-size: small;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 900;
	margin-top: 55px;
	margin-right: 20px;
	float: right;
}

#login a, #login a:visited
{
	color: #a42811;
}

#login a:hover
{
	color: Red;
}

/* Top Menu */

#topMenu
{
	width: 800px;
	height: 48px;
	text-align: left;
	vertical-align: bottom;
	text-indent: -9999px;
}

#topMenuMenuPage
{
	width: 800px;
	height: 48px;
	text-align: left;
	vertical-align: bottom;
	text-indent: -9999px;
}

#menuDefault
{
	width: 87px;
	height: 48px;
	background: url(images/Home.png);
	float: left;
}

#menuDefault:hover
{
	background: url(images/Home-High.png);
}

#menuAboutUs
{
	width: 101px;
	height: 48px;
	background: url(images/AboutUs.png);
	float: left;
}

#menuAboutUs:hover
{
	background: url(images/AboutUs-High.png);
}

#menuPortfolio
{
	width: 98px;
	height: 48px;
	background: url(images/Models.png);
	float: left;
}

#menuPortfolio:hover
{
	background: url(images/Models-High.png);
}

#menuFashion
{
	width: 88px;
	height: 48px;
	background: url(images/Fashion.png);
	float: left;
}

#menuFashion:hover
{
	background: url(images/Fashion-High.png);
}

#menuEvents
{
	width: 93px;
	height: 48px;
	background: url(images/Events.png);
	float: left;
}

#menuEvents:hover
{
	background: url(images/Events-High.png);
}

#menuCasting
{
	width: 89px;
	height: 48px;
	background: url(images/Casting.png);
	float: left;
}

#menuCasting:hover
{
	background: url(images/Casting-High.png);
}

#menuServices
{
	width: 0px;
	height: 40px;
	background-color: Transparent;
	float: left;
}

#menuServices:hover
{
}

#menuContactUs
{
	width: 244px;
	height: 48px;
	background: url(images/ContactUs.png);
	float: left;
}

#menuContactUs:hover
{
	background: url(images/ContactUs-High.png);
}

/************************ Content ***************************/

#content
{
	width: 800px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	background: #FFFFFF url(images/FullContent.png) no-repeat;
	background-attachment: relative;
	background-position: top left;
}

#content td
{
	vertical-align: top;
}

#mainContent ul
{
	list-style-image: none;
	list-style-position: inside;
}

#mainContent li
{
	list-style-image: none;
}

/* Default Page */

#recentUpdates {
	width: 305px;
	float: left;
	margin: 0px;
}

#recentUpdatesModels
{
	width: 305px;
	height: 300px;
	overflow: scroll;
}

#defaultContent
{
	width: 455px;
	margin: 0px;
	float: left;
	text-align: center;
}

/* Any Full Page */

#fullContent
{
	width: 760px;
	padding: 20px 20px 20px 20px;
	margin: 0px;
	text-align: justify;
	position: relative;
}

/*
#mainContent ul, */ #fullContent ul
{
	list-style-image: url(images/bullet.gif);	
	list-style-position: outside;	
	padding: 0;
}

#fullContent li
{
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}


#recentUpdates li
{
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
}

/* Any Menu Page */

#leftMenu
{
	/* Width = 196 */
	width: 196px;
	background: transparent url(images/MenuSectionBottom.gif) no-repeat;
	background-attachment: relative;
	background-position: bottom;
	padding: 0 0 29px 0;
	margin: 0px;
	float: left;
}

#leftMenuHeader
{
	width: 196;
	height: 24px;
	background: url(images/MenuSectionTop.gif);
	margin: 0;
	padding: 0;
}

#leftMenu h2
{
	/* width = 185, height = 29 */
	width: 175px;
	height: 29px;
	background: url(images/MenuSectionGroup.gif);
	background-color: #F0F49E;
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: left;
	text-transform: lowercase;
	text-indent: 30px;
	padding: 0px 10px 0px 0px;
	margin: 0 0 0 0;
}

#leftMenu ul
{
	width: 185px;
	list-style: none;
	background: #F0F49E;
	text-transform: lowercase;
	text-align: right;
	padding: 5px 0px 5px 0px;
	margin: 0 0 0 0px;
}

#leftMenu li
{
	margin: 0 0 0 0px;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-right: 40px;
	text-indent: 0px;
	background: transparent url(images/bullet4b.gif) no-repeat;
	background-attachment: relative;
	background-position: 145px;
}

#leftMenu a:link, #leftMenu a:visited, #leftMenu a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#leftMenu a:link, #leftMenu a:visited
{
	color: #420000;
}

#leftMenu a:hover
{
	color: #FF0000;
}

#leftMenu li.modelGroupSpecialContent {
	background-image: none;
	font-weight: bolder;
	text-transform: none;
	text-align: center;
	text-indent: 20px;
	font-size: 10px;
	color: black;
}

#leftMenu li.modelGroupSpecialContent img {
	border: 1px #5E2381 solid;
}

#mainContent
{
	/* Width = 604 */
	width: 569px;
	overflow: hidden;
	background: transparent;
	background-attachment: relative;
	background-position: top left;
	padding: 20px 20px 20px 15px;
	float: left;
}

#bottomLinks
{
	width: 800px;
	background: transparent;
	text-align: center;
	padding: 10px 0 10px 0;
	clear: both;
}

/************************ End Content ***************************/

#bottomMenu
{
	width: 800px;
	height: 54px;
	text-align: left;
	vertical-align: bottom;
	clear: both;
	text-indent: -9999px;
}

#bottomMenu span
{
	display: none;
}

#menuSignUp
{
	width: 215px;
	height: 54px;
	background: url(images/SignUp.png);
	float: left;
}

#menuSignUp:hover
{
	background: url(images/SignUp-High.png);
}

#menuSearch
{
	width: 199px;
	height: 54px;
	background: url(images/Search.png);
	float: left;
}

#menuSearch:hover
{
	background: url(images/Search-High.png);
}

#menuTerms
{
	width: 159px;
	height: 54px;
	background: url(images/Terms.png);
	float: left;
}

#menuTerms:hover
{
	background: url(images/Terms-High.png);
}

#menuPrivacy
{
	width: 227px;
	height: 54px;
	background: url(images/Privacy.png);
	float: left;
}

#menuPrivacy:hover
{
	background: url(images/Privacy-High.png);
}

#copyRight {
	width: 800px;
	height: 54px;
	background-color: wheat;
	text-align: center;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: xx-small;
	font-weight: regular;
	padding-top: 10px;
	vertical-align: middle;
}

#copyRight p {
	padding: 3px 0px 3px 0px;
	margin: 0;
	background-color: wheat;
}

/* Portfolio */

.modelInfo, .modelInfoNonActive {
	font-size: 10px;
	width: 270px;
	margin: 8px;
}

.modelInfo {
	background-image: url('Images/back1.png');
	border-right: #857abc 1px solid;
	border-top: #857abc 1px solid;
	border-left: #857abc 1px solid;
	border-bottom: #857abc 1px solid;
}

.modelInfoNonActive {
	background-image: url('Images/back1-nonactive.png');
	border-right: #515151 1px solid;
	border-top: #515151 1px solid;
	border-left: #515151 1px solid;
	border-bottom: #515151 1px solid;
}

.modelInfo td, .modelInfoNonActive td {
	vertical-align: top;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.modelInfo img, .modelInfoNonActive img {
	border: 1px white solid;
}

.modelInfo dt, .modelInfoNonActive dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin: 0px 4px 4px 0px;
}

.modelInfo dd, .modelInfoNonActive dd {
	float: left;
	margin: 0px 4px 4px 0px;
}

.modelInfo ul, .modelInfoNonActive ul {
	margin: 0px 0px 4px 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 166px;
}

.modelInfo li, .modelInfoNonActive li {
	list-style-position: outside;
	list-style-image: none;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
}

.modelInfo strong, .modelInfoNonActive strong {
	font-weight: bold;
}

.navigator
{
	float: left;
}

.letterNavigator
{
	float: right;
}

/* Localization Control */

ul.localization
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 9px;
	color: White;
	list-style-image: none;
	float: right;
	margin: 0; 
	padding: 0; 
}
ul.localization li
{
	float: left;
	padding: 2px;
	margin: 0;
	padding: 0;
	display: inline; 
}
ul.localization a
{
	margin: 0;
	padding: 0;
	padding-left: .5em;
	padding-right: .5em;
	text-decoration: none;
	color: #ebebeb;
	border-left: solid 1px #ebebeb;
}
ul.localization a.first
{
	text-decoration: none;
	border-left: none;
}
ul.localization a:visited
{
	text-decoration: none;
}
ul.localization a:hover
{
	text-decoration: none;
	color: white;
}

/* Forms */

.formSection
{
	background-color:#FFFFC0;
	border-color:#400040;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.formSection td {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: middle;
}
.formSectionTitle
{
	background-color: #881111;
	color: White;
	border-width: 1px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.formSectionTitle td {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.success
{
	color: Green;
	font-weight: bold;
}

.frameControl td {	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

div.trackingInfo {
	width: 100%;
	text-align: center;
	font-size: 9px;
	margin: 20px 0px 20px 0px;
}

/* Photo List Control */

li.photoitem {
	list-style: none;
	float: left;
	margin: 8px;
}

.imageButton {
	cursor: pointer;
}

#thumbnailRegionPanel td {
	padding: 4px;
}

div.ft {
	text-align: center;
}

#panelMainPicture, #panelThumbnailPreview {
	border-right: #0000FF 1px solid;
	border-top: #0000FF 1px solid;
	border-left: #0000FF 1px solid;
	border-bottom: #0000FF 1px solid;
}

img.photoListPicture {
	border-right: #0000FF 1px solid;
	border-top: #0000FF 1px solid;
	border-left: #0000FF 1px solid;
	border-bottom: #0000FF 1px solid;
}

/* Grid Views */

table.tabulardata {
	background-color: Green;
}

table.tabulardata tr {
	background-color: White;
}

table.tabulardata th {
	background-color: Purple;
	color: White;
    padding: 4px;
    font-weight: bold;
}

table.tabulardata td {
    padding: 4px;
    border-style: dashed;
    border-width: 1px;
}

/* Video Section */

#videos td {
	font-weight: bold;
	color: Black;
	font-size: 14;
	text-align: center;
}

#upperLinks {
	font-weight: bold;
	font-size: 16;
	/*font-family: Lucida Console, Monaco, monospace;*/
}

/* Full Sections */

img.columnImage
{
	height: auto;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

/* Fixes Safari, Firefox, IE */

.modellist
{
	clear: both;
}

.topmenu
{
	font-size: 16px;
	margin: 10px;
	clear: both;
}

.topmenu li
{
	float: left;
	margin-right: 20px;
}