/* 

-----------------------------------------------------------------------------------------------
Author			: Puneet Sakhuja
Contacts		: contact.sakhuja@gmail.com, www.puneetsakhuja.com, +97150-9372493, Dubai
Project Name	: GlobeTrotter
Browser Tested	: Mozilla FF 2.0, IE 6,7, Safari
-----------------------------------------------------------------------------------------------
*/








/* -------------------------Reset-------------------------*/

*
	{
		margin:0;
		padding:0;
		outline:0;
	}


/* -------------------------Global Selectors-------------------------*/

body
	{
		background:#000 url(../images/bg-body.jpg) repeat-x;
		margin:0 auto;
	}


h1
	{
		font-family:lucida sans unicode, arial;
		font-size:18px;
		color:#28E8F9;
		font-weight:normal;
	}
	
h2
	{
		font-family:lucida sans unicode, arial;
		font-size:14px;
		color:#FFCC66;
		font-weight:normal;
	}	


p
	{
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:14px;
		line-height:20px;
		margin-top:10px;
		margin-bottom:20px;
	}
	
p a
	{
		color:#FFCC66;
	}

.privacy
	{
		font-size:11px;
		line-height:16px;
	}	
	
p span
	{
		color:#009966;
	}
ul li span
	{
		color:#fff;
		font-size:11px;
	}

/* -------------------------IDs-------------------------*/


#wrapper
	{
		width:950px;
		margin:0 auto;
	}

#mastHeadContainer
	{
		width:100%;
		height:235px;
		background:#000;
	}
	
#home a
	{
		position:absolute;
		top:10px;
		left:330px;
		width:300px;
		height:120px;
		display:block;
		text-indent:-9999px;
	}

#mastHead
	{
		width:950px;
		height:235px;
		margin:0 auto;
		background:url(../images/bg-logo.gif) no-repeat center 15px;
		position:relative;
	}

#mastHead p
	{
		color:#fff;
		font-size:18px;
		font-family:lucida sans unicode, arial;
		text-align:center;
		padding-top:140px;
		line-height:30px;
		width:850px;
		margin:0 auto;
	}


#navContainer
	{
	
		background:#0D253D;
		border-bottom:1px solid #fff;
		border-top:1px solid #fff;
		height:85px;
		width:100%;
	}

#mainNav
	{
		font-family:lucida sans unicode, arial;
		font-size:16px;
		color:#fff;
		margin:0 auto;
		width:720px;
		line-height:85px;
		
	}
	
#mainNav li
	{
		float:left;
		list-style-type:none;
		height:85px;
		display:block;
		margin:0 15px 0 0;
	}
	
#mainNav li a
	{
		color:#fff;
		height:85px;
		display:block;
		text-decoration:none;
	}	
	
#mainNav li a:hover
	{
		text-decoration:underline;
		color:#96EEFF;
	}		
	
.pic
	{
		margin:0 10px 10px 0;
		border:5px solid #fff;
	}	
	
.nav1
	{
		background:url(../images/bg-nav1.gif) no-repeat 0 top;
		width:120px;
		padding-left:60px;
	}		
.nav2
	{
		background:url(../images/bg-nav2.gif) no-repeat 0 top;
		width:82px;
		padding-left:70px;
	}	
.nav3
	{
		background:url(../images/bg-nav3.gif) no-repeat 0 top;
		width:73px;
		padding-left:70px;
	}	
.nav4
	{
		background:url(../images/bg-nav4.gif) no-repeat 0 top;
		width:110px;
		padding-left:75px;
	}	

#contentContainer
	{
		width:100%;
	}
	
#contentHome
	{
		width:950px;
		margin:0 auto;
	}	




#primary
	{
		width:600px;
		float:left;
		margin-top:30px;
	}
	
#primary ul
	{
		font-family:Arial, Helvetica, sans-serif;
		color:#33CCFF;
		font-size:14px;
		margin:20px 0 0 30px;
		line-height:20px;
	}	
	
#primary ul a
	{
		color:#33CCFF;
		
	}	
	
#primary ul a:hover
	{
		text-decoration:none;
	}		
	
.secondary
	{

		width:320px;
		height:496px;
		float:left;
	}	
	
	
.secondaryLiberty
	{

		width:320px;
		height:496px;
		float:left;
		background:url(../images/bg-liberty.jpg) no-repeat;
	}		


.secondaryBen
	{

		width:250px;
		height:496px;
		float:right;
		background:url(../images/bg-3.jpg) no-repeat;
	}	
	
.secondaryBurj
	{

		width:250px;
		height:496px;
		float:right;
		background:url(../images/bg-burj.jpg) no-repeat;
	}		

.secondaryEiffel
	{

		width:250px;
		height:496px;
		float:right;
		background:url(../images/bg-eiffel.jpg) no-repeat;
	}	

.secondaryHolly
	{

		width:320px;
		height:496px;
		float:right;
		background:url(../images/bg-holly.jpg) no-repeat;
	}	





#footerContainer
	{
		width:100%;
		background:#000;
		height:90px;
		line-height:50px;
		border-top:1px solid #fff;

	}
	
#footerNav
	{
		margin:0 auto;
		width:545px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;
	}	
	
#footerNav li
	{
		float:left;
		list-style-type:none;
	}	
	
#footerNav li a
	{
		color:#fff;
		margin:0 20px 0 0;
	}	
	
#footerNav li a:hover	
	{
		text-decoration:none;
	}

.design
	{
		width:280px;
		margin:0 auto;
		color:#444;
		font-size:12px;
	}
	
.design a
	{
		color:#555;
	}	


/* -------------------------Classes-------------------------*/

.clear
	{
		clear:both;
	}
