@charset "utf-8";
/* CSS Document */

body 
	{
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#wrapper 
	{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}
	
#main 
	{
	float: left;
	width: 1024px;
	}
	
#top-main 
	{
	float: left;
	width: 1024px;
	height: 625px;
	background-repeat: no-repeat;
	height: 700px;
	}

#top-main.about-us
	{
	background-image: url(images/bkgd/about-us.jpg);
	}

#top-main.planning
	{
	background-image: url(images/bkgd/planning.jpg);
	font: CENTURY GOTHIC;
	}
	
#top-main.application
	{
	background-image: url(images/bkgd/application.jpg);
	}

#top-main.gallery
	{
	background-image: url(images/bkgd/clients.jpg);
	}


#top-main.contact
	{
	background-image: url(images/bkgd/contact.jpg);
	}
	
#top-main.media
	{
	background-image: url(images/bkgd/media.jpg);
	}


#slideshow
	{
	
	position: relative;
	width: 1024px;
	height: 472px;
	clear: both;
	}


#header 
	{
	float: left;
	width: 1000px;
	text-align: center;
	position: relative;
	z-index: 10;
	}
	

#mainnav 
	{
	float: right;
	width: 850px;
	height: 50px;







	margin-left: 20px
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 10;
	}
#mainnav a
	{
	display: table-cell; 
	color: #999;
	text-decoration: none;
	font-size: 11px;
	line-height: 24px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 50px;
	}

#mainnav a:hover
	{
	color: #FF0000;
		}
	
#content-background
	{
	float: right;
	width: 400px;
	height: 560px;
	background-image: url(images/black-trans-shim.png);
	margin-top: -20px;
	}
#content 
	{
	float: none;
	width: 270px;
	color: #FFF;
	height: 350px;
	overflow: visible;
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 30px;
	margin-left: 350px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font: century gothic;
	}
#content2 
	{
	float: none;
	width: 420px;
	color: #FFF;
	height: 400px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 30px;
	margin-left: 90px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	}
	
#content3 
	{
	float: none;
	width: 860px;
	color: #000;
	height: 400px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 30px;
	margin-left: 90px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	}
	
#content 4
	{
	float: none;
	width: 260px;
	color: #FFF;
	height: 350px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 30px;
	margin-left: 350px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font: century gothic;
	}
#bottom-main 
	{
	float: left;
	width: 1024px;
	height: 50px;
	background-image: url(images/footer-leather.jpg);
	background-repeat: no-repeat;
	}
	
#icons
	{
	float: left;
	width: 1024px;
	text-align: left;
	padding-right: 15px;
	margin-top: 75px;
	}

#icons2
	{
	float: left;
	width: 1024px;
	text-align: left;
	padding-right: 15px;
	margin-top: 15px;
	}
	
#footer 
	{
	float: left;
	width: 1024px;
	text-align: right;
	color: #FFF;
	font-size: 10px;
	}
	
#copyright 
	{
	float: left;
	text-align: right;
	width: 1024px;
	padding-top: 10px;
	line-height: 16px;
	}
h1,h2,h3
	{
	margin: 0px;
	color: #CC521D;
	}

h1
	{
	font-size: 18px;
	}
h2
	{
	font-size: 16px;
	}
h3
	{
	font-size: 14px;
	}
	
p
	{
	line-height: 21px;


	*line-height: 18px;
	}
ul
	{
	line-height: 18px;
	}
	
img
	{
	border: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-wrap: normal;
	}
	
a
	{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
a:hover
	{
	color: #000000;
	text-decoration: underline;
	}
	
input
	{
	border: 0px;
	}
	


div.overlay{
	background-color: #FFF;
	border: #CC521D 10px solid;
	padding: 15px;
    /*set the div in the center of the screen*/
    position:absolute;
	text-align: center;
    top:30%;
	left: 30%;
	z-index: 100;
	color: #000;
	display: none;
  }
  
div.overlay a{
	color: #000;
}
#main #top-main #content2 div p strong {
	color: #F00;
}
#main #top-main #content div p strong {
	color: #F00;
}
#main #top-main #content p strong {
	color: #F00;
}
#main #top-main #content2 p strong {
	color: #F00;
}
#main #top-main #content3 p br {
	color: #333;
}
