/* 

-----------------------------------------------------------------------------------------------
Author			: Puneet Sakhuja
Contacts		: contact.sakhuja@gmail.com, www.puneetsakhuja.com, +97150-9372493, Dubai
Project Name	: 
Browser Tested	: Mozilla FF 2.0, IE 6,7, Safari
-----------------------------------------------------------------------------------------------
*/





/* -------------------------Reset-------------------------*/

*
	{
		margin:0;
		padding:0;
		outline:0;
	}



/* -------------------------Global Selectors-------------------------*/

body
	{
		background:#281F16 url(../images/bg-body.jpg) top left no-repeat fixed;
	}


h1
	{
		width:680px;
		height:102px;
		display:block;
		text-indent:-9999px;
	}

h1 a
	{
		width:680px;
		height:102px;
		background:url(../images/bg-h1.png);
		text-indent:-9999px;
		display:block;
	}

h2
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		color:#fff;
		font-weight:normal;
	}	

p strong
	{
		font-size:14px;
		color:#fff;

	}


p
	{
		color:#B9A692;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-top:20px;
		line-height:17px;
	}
	
p a
	{
		color:#E3B75D;
		text-decoration:none;
	}	
	
p a:hover
	{
		text-decoration:underline;
		color:#fff;
	}		
	
blockquote
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#B89050;
		font-weight:normal;
		font-style:italic;
		line-height:22px;
		margin-top:20px;
	}
	


/* -------------------------IDs-------------------------*/

#mainNavContainer
	{
		background:url(../images/bg-nav.gif);
		width:100%;
		height:41px;
		margin-top:10px;
	}

#mainNav
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#fff;
		line-height:41px;
		height:41px;
		width:880px;
		margin:0 auto;
	}
	
#mainNav li
	{
		float:left;
		list-style-type:none;
	}	
	
#mainNav li a
	{
		float:left;
		display:block;
		padding:0 14px;
		color:#fff;
		text-decoration:none;
	}		
	
#mainNav li a:hover
	{
		float:left;
		display:block;
		background:url(../images/li-hover.gif);
	}			

.selected
	{
		display:block;
		background:url(../images/li-hover.gif);
	}			


#wrapper
	{
		width:880px;
		margin:0 auto;
	}

#mastHead
	{
		width:880px;
		height:330px;
	}
	
#bgDecoration
	{
		width:880px;
		height:135px;
		background-image:url(../images/bg-decoration.jpg);
	}	

#homeProductsLinks
	{
		font-family:Arial, Helvetica, sans-serif;
		color:#E3B75D;
		font-size:14px;
		width:365px;
		float:right;
		margin-top:26px;
		line-height:23px;
	}
#homeProductsLinks li
	{
		list-style-type:none;
		background:url(../images/bullet1.gif) no-repeat 0 10px;
		padding-left:17px;
	}
	
#homeProductsLinks li a
	{
		color:#E3B75D;
		text-decoration:none;
	}	
	
#homeProductsLinks li a:hover
	{
		text-decoration:underline;
		color:#fff;
	}		



	
#podContainers
	{
		margin-top:20px;
	}	
	
#podHome1
	{
		float:left;
		width:475px;
	}
	
#podHome2
	{
		float:right;
		width:365px;
	}		
	
	
#footerContainer
	{
		width:100%;
		height:40px;
		background:#332A21;
		line-height:40px;
		margin-top:50px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#695C4E;
	}	
	
#footerContainer a
	{
		color:#695C4E;
	}	
	
	
#footer
	{
		width:880px;
		margin:0 auto;
	}	
	
	
	

/* -------------------------Classes-------------------------*/

.clear
	{
		clear:both;
	}
	
.border
	{
		border:6px solid #55300C;
		margin-right:9px;
		float:left;
	}	


/* -------------------------Homepage Slideshow-------------------------*/


#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:880px;
	height:330px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}


#portfolioPics
	{
		width:100%;
	}
	
#portfolioPics li
	{
		float:left;
		margin-top:20px;
		list-style-type:none;
	}	
	
#portfolioPics li a
	{
		float:left;
		margin:0 18px 10px 0;
		list-style-type:none;
	}		
	
.partnersLogo
	{
		margin:0 20px 20px 0;
		float:left;
	}
