﻿/* 

-----------------------------------------------------------------------------------------------
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:100px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}
