/* colors
 * grey 1: #BFBFBF;
 * grey 2: #737373;
 * grey 3: #F1F1F1;
 * grey 4: #575757;
 * 
*/

body#main
{
	padding: 0px;
	margin: 0px;
	background-color: white;
}

body#profile
{
	padding: 0px;
	margin: 0px;
}

body#page
{
	padding: 0px;
	margin: 0px;
}

body#splash
{
	padding: 0px;
	margin: 0px;
	background: url(../elements/splash-bg.jpg) repeat-x;
}

#siteFrame
{
	width: 100%;
	margin: auto;
	text-align: center;
}

#header
{
	width: 100%;
}

div#navLogo
{
	width: 100%;
	height: 107px;
	background: url(../elements/logoHeaderNavbar.png) repeat-x;
}

div.LADirectModels
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 107px;
	background: url(../elements/logoHeaderLogo.png) no-repeat top;
}

/* TOP NAVIGATION SECTION A */

.navLeftFloat
{
	float: left;
}

.navRightFloat
{
	float: right;
}

.navIDaColorA
{
	width: 100%;
	background-color: #252525;
}

div#navIDa
{
	height: 25px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}

div#navIDa ul
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 25px;
	white-space: nowrap;
	text-align: right;
}

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

div#navIDa li a
{
	text-decoration: none;
	padding: 5px;
	color: #FFF;
}

div#navIDa li a:link
{
    color: #FFF:
}

div#navIDa li a:hover
{
    color: #FFF;
    background-color: #b30001;
}

/* TOP NAVIGATION SECTION B */

.navIDaColorB
{
	width: 100%;
	background-color: #b30001;
	border-bottom: 1px solid #ececec;	
}

div#navIDb {
	height: 25px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}
div#navIDb ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 22px;
	white-space: nowrap;
	text-align: left;
}
div#navIDb li {
	list-style-type: none;
	display: inline;
}
div#navIDb li a {
	text-decoration: none;
	padding: 7px;
	color: #FFF;
}
div#navIDb li a:link {
    color: #FFF;
}
div#navIDb li a:hover {
    color: #000000;
    background-color: #e2e2e2;
}

.navIDbSelected
{
	color: #000000;
	padding: 7px;
	background-color: #e2e2e2;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}


/* TOP NAVIGATION SECTION C */

.navIDaColorC
{
	width: 100%;
	background-color: white;
}

div#navIDc {
	height: 25px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}
div#navIDc ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	white-space: nowrap;
	text-align: left;
}
div#navIDc li {
	list-style-type: none;
	display: inline;
	padding: 7px;
}
div#navIDc li a {
	text-decoration: none;
	color: #000000;
	padding: 5px 8px;
}

div#navIDc li a:hover {
    color: #ffffff;
    background-color: black;
}

/* MAIN CONTENT AND SUBNAVIGATION */

div#contentSubNav
{
	border-bottom: 1px solid black;
}

.sortbyNavbar
{
	width: 100%;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #737373;
	padding-top: 15px;
}


.sortbyNavbar a
{
	text-decoration: none;
	color: white;		
}

.sortbyNavbar a:link
{
	text-decoration: none;
	color: white;		
}

.sortbyNavbar a:hover
{
	text-decoration: none;
	color: white;		
}

/* AD BANNERS */

.adsColumn
{
	width: 180px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.adsColumn a
{
	text-decoration: none;
	color: #000000;		
}

.adsColumn a:link
{
	text-decoration: none;
	color: #000000;		
}

.adsColumn a:hover
{
	text-decoration: none;
	color: #000000;		
}

/* MAIN CONTENT COTNROL */

div#content
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#pageColumn
{
	width: 900px;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#pageColumn td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#leftColumn
{
	width: 710px;
	text-align: left;
	float: left;
}

#rightColumn
{
	width: 190px;
	text-align: center;
	float: left;
	background-color: #F1F1F1;
	margin-top: 10px;
	padding-top: 15px;
}

#leftColumn td
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

#leftColumn h1
{
	padding-top: 10px;
	font: bold 38px Arial, Helvetica, sans-serif;
	color: #000000;
	display: inline;
}

#rightColumn h2
{
	padding-top: 10px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
	display: inline;
}

#rightColumn td
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

#splashAds
{
	width: 698px;
	text-align: left;
}

/* FEATURED TALENT CONTROL */

#featuredTalent
{
	width: 708px;
	text-align: left;
	margin-top: 15px;
}

.featureTalentHeader
{
	width: 698px;
	height: 37px;
	background: url(../elements/featuredtalentHeader.png) no-repeat;
}

#newestTalent
{
	width: 708px;
	text-align: left;
}


.newestTalentHeader {
	width: 698px;
	height: 37px;
}

.featureFloatLeft
{
	width: 220px;
	height: 375px;
	float: left;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px;
}

.featureLive {
	width: 220px;
	height: 375px;
	float: left;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 2px;
}


.featureImage
{
	width: 220px;
}

.featureImage img {
	width: 220px;
	height: 300px;
	border: 1px solid #575757;
}
.featureName
{
	width: 212px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	height: 35px;
	background-color: #b30001;
	font-size: 1.5em;
	padding: 5px;
}

.featureName a
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.featureName a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
}

.featureName a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;	
}

.featurenamelive {
	width: 222px;
	height: 35px;
	font-size: 1.3em;	
}

#displayTalent
{
	width: 708px;
	text-align: left;	
}

.talentFloatLeft
{
	width: 220px;
	height: 385px;
	float: left;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: gray;
	margin: 25px 5px;
}

.talentImage
{
	width: 220px;
}

.talentImage img {
	width: 220px;
	height: 300px;
}

.talentName
{
	width: 210px;
	height: 25px;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 1.3em;
	color: #737373;
	background-color: black;
}

.talentInfo
{
	width: 220px;
	text-align: left;
	background-color: white;
	color: black;
	line-height: 1.5em;
}

.talentDate
{
	width: 220px;
	text-align: left;
	background-color: white;
	color: black;
	line-height: 2em;
}

.talentName a
{
	font-weight: bold;
	text-decoration: none;
	color: #BFBFBF;
}

.talentName a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #BFBFBF;	
}

.talentName a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: white;	
}

/* Gallery */

#galleryName table img {
	padding: 5px;
	border: 1px solid black;
}

/* FOOTER */

#footer
{
	width: 100%;
	height: 500px;
	background: url(../elements/footerBG.png) repeat-x;
	margin: auto;
}

#footerStuff
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.sectionA
{
	float: left;
	width: 236px;
}

.PremiumPromoFooter
{
	float: left;
	width: 650px;	
}

.sectionB
{
	float: left;
	width: 212px;	
}

.sectionC
{
	float: left;
	width: 234px;
}

.sectionD
{
	float: left;
	width: 218px;	
}

.sectionE
{
	width: 900px;	
}

.footerLogo

{
	padding-top: 13px;
}

div#footerStuff
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #959595;
}

div#footerStuff h2
{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: inline;
}

.sectionAtxt a
{
	text-decoration: none;
	color: #959595;
}

.sectionAtxt a:link
{
	text-decoration: none;
	color: #959595;
}

.sectionAtxt a:hover
{
	text-decoration: none;
	color: #ffffff;
}

.whiteTxt
{
	color: #ffffff;
}

.sectionAtxt
{
	padding-top: 30px;
	line-height: 19px;
}

.sectionBtxt
{
	padding-top: 134px;
	line-height: 19px;
}

.sectionDtxt
{
	padding-top: 134px;
	line-height: 17px;
}




.sectionBtxt a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.sectionBtxt a:link
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.sectionBtxt a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}

.sectionDtxt a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.sectionDtxt a:link
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.sectionDtxt a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}

.pageCenterTxt
{
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;	
}

.enter
{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin-top: -15px;
}


a
{
	text-decoration: underline;
	color: #b30001;
}

a:link
{
	text-decoration: underline;
	color: #b30001;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

td.dataTable
{
	padding: 2px;
	margin: 2px;
	border: 1px solid #000000;
}

td.pageContent
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

.twistys
{
	width: 140px;
	background-color: #ffffff;
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
}


.featureNameTwistys
{
	width: 133px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	height: 29px;
	background-color: #d52a75;
}

.featureNameTwistys a
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.featureNameTwistys a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
}

.featureNameTwistys a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;	
}


#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 128px;
	width: 126px;
	background: url(/latata-corner.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

.layerOne
{
	position: relative;
	z-index: 1:
}

.layerTwo
{
	position: relative;
	z-index: 2:
}

.verifiedCall, .verifiedCall a:hover, .verifiedCall a, .verifiedCall a:link {
	background-color: #60B3DB;
	height: 50px;
}