﻿/* 

-----------------------------------------------------------------------------------------------
Author			: Puneet Sakhuja
Contacts		: contact.sakhuja@gmail.com, www.puneetsakhuja.com, 9372493, Dubai
Project Name	: 
Browser Tested	: Mozilla FF 2.0, IE 6,7, Safari
-----------------------------------------------------------------------------------------------
*/





/* -------------------------Reset-------------------------*/
*
	{
		padding:0;
		margin:0;
		outline:0;
	}


/* -------------------------Global Selectors-------------------------*/

body
	{
		background:#fff url(../images/bg-nav.gif) repeat-x;

	}


h1
	{
		color:#922179;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		font-weight:bold;
		margin:20px 0;
	}
	
h2
	{
		color:#444;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		margin:0 0 10px 0;
	}	
	
h3
	{
		color:#444;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		margin:0 0 10px 0;
	}		
	
h3 a
	{
		color:#444;
	}	
	
p
	{
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:17px;
		margin-bottom:15px;
	}		
	
p a
	{
		color:#9C2C7F;
	}		
	

/* -------------------------IDs-------------------------*/

#talent
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666;
		
	}
	
#talent li
	{
		list-style-type:none;
		float:left;
		margin:0 22px 22px 0;
	}	
	
#talent li a
	{
		text-decoration:none;
		color:#333;
	}	



#wrapper
	{
		width:980px;;
		margin:0 auto;
	}
	
#mainNav
	{
		width:980px;
		height:40px;
		color:#fff;
		line-height:40px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
	}	
	
#mainNav li
	{
		list-style-type:none;
		float:left;
	}	


#mainNav li a
	{
		display:block;
		color:#fff;
		text-decoration:none;
		padding:0 12px;
	}
	
#mainNav li a:hover
	{
		background:#570942;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;

	}	
	
#mainNav li a.selected
	{
		background:#570942;
	}		
	
	
#mastHead
	{
		width:980px;
		height:160px;
		background:url(../images/bg-masthead.jpg);
		position:relative;
	}	
	
#mastHead p
	{
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		position:absolute;
		width:490px;
		top:205px;
		left:0;
		line-height:17px;
	}	
	
#mastHead p a
	{
		color:#9C2C7F;
	}	
	
	
#mastHeadInside
	{
		width:980px;
		height:160px;
		background:url(../images/bg-masthead.jpg);
		position:relative;
	}		
	
	
	
#showcase
	{
		
		width:980px;
		height:262px;
	}	
	
	
#showcaseInside
	{
		background-image:url(../images/banner-inside.jpg);
		width:980px;
		height:170px;
		border-top:5px solid #922179;
	}		
	
	
	
#bio
	{
		width:100%;
		height:200px;
		border-bottom:1px dashed #888;
		float:left;
		margin:0 0 40px 0;
	}	
	
.leftPic
	{
		float:left;
		margin:0 15px 15px 0;
	}	
	
	
#features
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333;
	}	
	
#features li
	{
		list-style-type:none;
		height:22px;
	}	
	
#features li a
	{
		color:#333;
	}	
		
	
#features li ul
	{
		float:left;
		font-size:11px;
		line-height:15px;
		margin:5px 0 0 12px;
	}	

#features li ul li
	{
		height:16px;
	
	}
	
#features li ul li a
	{
		color:#666;
	}
	
#features li ul li a:hover
	{
		text-decoration:none;
	
	}	



.thumbMaleModels a
	{
		width:312px;
		height:90px;
		display:block;
		background:url(../images/tmb-male-models.jpg) top left;
		text-indent:-9999px;
		cursor:default;
		margin-right:20px;
		float:left;
	}
	
.thumbMaleModels a:hover
	{
	cursor:hand;
		width:312px;
		height:90px;
		display:block;
		background:url(../images/tmb-male-models.jpg) top right;
		text-indent:-9999px;
		float:left;
	}	
	
.thumbFemaleModels a
	{
		width:312px;
		height:90px;
		display:block;
		background:url(../images/tmb-female-models.jpg) top left;
		text-indent:-9999px;
		cursor:default;
		float:left;
		margin-right:20px;
	}
	
.thumbFemaleModels a:hover
	{
		width:312px;
		height:90px;
		display:block;
		background:url(../images/tmb-female-models.jpg) top right;
		text-indent:-9999px;
		float:left;
	}		
	

.thumbKidsModels a
	{
		width:312px;
		height:90px;
		display:block;
		background:url(../images/tmb-kids-models.jpg) top left;
		text-indent:-9999px;
		cursor:default;
		float:left;
	}
	
.thumbKidsModels a:hover
	{
		width:312px;
		height:90px;
		display:block;
		background:url(../images/tmb-kids-models.jpg) top right;
		text-indent:-9999px;
		float:left;
	}			

.filter
	{
		width:312px;
		float:left;
		margin-right:20px;
	}
	
	.filterLast
	{
		width:312px;
		float:left;
	}



/* -------------------------Classes-------------------------*/

#footer p
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666;
		margin:20px 0;
		height:30px;
		line-height:30px;
		border-top:1px solid #888;
		
	}
	

.clear
	{
		clear:both;
	}



















#formContainer
	{
		width:550px;
		margin-left:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:32px;
		color:#666;
		font-weight:normal;
	}	

.fileds
	{
		width:300px;
		height:22px;
		border:1px solid #000;
		margin-bottom:9px;
	}
	
.btn
	{
		background:#444;
		color:#fff;
		border:0;
		height:30px;
		width:80px;
	}	
		
.fileds1
	{
		width:300px;
		border:1px solid #000;
		margin-bottom:9px;
	}	
	
#leftForm
	{
		width:150px;
		float:left;
	}
	
#rightForm
	{
		width:320px;
		float:left;
	}	

.selectbtn
{
	width:115px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.location a 
		{ 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		font-weight:normal; 
		text-decoration: none; 
		color:#666666;
		}
		
.location a:hover 
		{color:#999999; 
		text-decoration:underline;
		}
		

#crumb 
		{
		width:950px; 
		margin:0 0 10px 0
		}
		
		
		
.location-tlink 
		{ 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		font-weight:normal; 
		text-decoration: none; 
		color:#922179;
		}
		
.location-tlink a 
		{ 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		font-weight:normal; 
		text-decoration: none; 
		color:#666666;
		}
		
.location-tlink a:hover 
		{ 
		text-decoration:underline;
		}
		

.location-tlink a.selected
		{ 
		 color:#922179;
		}
		
		
/* ------------------------- Start Showreel & Stills Button-------------------------*/		
#showreel_div 
		{ 
		width:202px; 
		height:45px; 
		float:left
		}
		
#stills_div 
		{ 
		width:202px; 
		height:45px; 
		float:left; 
		margin:0px 0px 0px 5px
		}
		
/* ------------------------- End Showreel & Stills Button-------------------------*/	

#stills_container 
		{ 
		width:980px; 
		height:auto; 
		float:left;
		margin:15px 0px 10px 0px
		}
		
/* ------------------------- Start Stiils Thumbnail Box-------------------------*/	
		
#stills_container .still
		{ 
		width:200px; 
		height:300px; 
		float:left; 
		margin:10px 30px 10px 0px; 
		float:left
		}
		
#stills_container .imagename
		{ width:200px; 
		height:20px; 
		float:left; 
		margin:3px 35px 10px 0px; 
		font-family:Arial, Helvetica, sans-serif; 
		size:10px; 
		text-align:center; 
		color:#999999;
		}

/* ------------------------- End Stiils Thumbnail Box-------------------------*/	

#shoreel_container 
		{ 
		width:980px; 
		height:auto; 
		float:left; 
		margin:15px 0px 10px 0px
		}
		
/* ------------------------- Start Shoreel Video Imges Box-------------------------*/
	
#shoreel_container .shoreel
		{ 
		width:214px; 
		height:152px; 
		float:left; 
		margin:5px 15px 0px 0px
		}
		
#shoreel_container .shoreelname
		{ width:214px; 
		height:20px; 
		float:left; 
		margin:3px 15px 10px 0px; 
		font-family:Arial, Helvetica, sans-serif; 
		size:10px; 
		text-align:center; 
		color:#999999;
		}
/* ------------------------- End Shoreel Video Imges Box-------------------------*/

/* ------------------------- Start Play Video Container-------------------------*/
		
#shoreel_container .videos 
		{ 
		width:640px; 
		height: auto; 
		float:left
		}
		
#shoreel_container .all_videos 
		{ 
		width:250px; 
		height:360px; 
		float: right; 
		border:1px #CCCCCC solid;
		}
		
#shoreel_container .all_videos .overflow 
		{ 
		overflow: auto; 
		height:360px; 
		width:270px
		}
		
#video 
		{ 
		width:250px; 
		height:115px; 
		float:left
		}
		
#video .image 
		{ 
		width:150px; 
		height:107px; 
		float:left; 
		margin:5px 5px 5px 5px
		}
		
#video .text 
		{ 
		width:70px; 
		height:107px; 
		float:left; 
		margin:5px 5px 5px 5px; 
		font-family:Arial, Helvetica, sans-serif; 
		color:#0066FF; 
		font-size:12px; 
		font-weight:bold
		}
		
#line 
		{ 
		width:250px; 
		height:1px; 
		float:left; 
		border-bottom:1px #CCCCCC solid; 
		margin:5px 0px 0px 0px
		}
		
/* ------------------------- End Play Video Container-------------------------*/

