/*

 Zest City
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Century Gothic, Trebuchet MS, Verdana;
	font-size: 1em;
	background: #E2E2E2 url(images/bg.jpg);
}

p{
	font-size:0.7em;
	line-height: 1.5em;
	text-align: justify;
}

h1,h2,h3,h4{
	font-family: Century Gothic, Trebuchet MS, Verdana;
}

a:link { text-decoration: none; color: #521B7B } 
a:visited { text-decoration: none; color: #1FOB2F } 
a:hover { color: #6C0000; text-decoration: underline } 
a:active { text-decoration: none; color: #822DC3 } 
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


.clearleft{
	clear: left;
}

div#container{
	width: 1019px;
	margin: 0 auto;	
}


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	width: 1019px;
}

div#header h1{
	width: 500px;
	float: left;
}
div#header h2{
	width: 519px;
	float: left;
}

div#header h1 a{
	width: 500px;
	height: 73px;
	display: block;
	text-indent: -30000px;
	outline: none;
	background: transparent url(images/header.gif) no-repeat top left;
	margin-top: 10px;
}
div#header h2 a{
	width: 519px;
	height: 73px;
	display: block;
	text-indent: -30000px;
	outline: none;
	background: transparent url(images/header.gif) no-repeat top right;
	margin-top: 10px;
}




/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	clear: both;
	min-height: 300px;
	position: relative;
	overflow: hidden;
	font-size: 0.7em;
	font-family: verdana;
}


div#content a:link { text-decoration: none; color: #521B7B } 
div#content a:visited { text-decoration: none; color: #1FOB2F } 
div#content a:hover { color: #6C0000; text-decoration: underline } 
div#content a:active { text-decoration: none; color: #822DC3 } 


div.col{
	width: 300px;
	border: 2px #88898D solid;
	margin: 5px 5px 105px 16px;
	padding: 5px;
	float: left;
	min-height: 300px;
}

div.col2{
	width: 635px;
	border: 2px #88898D solid;
	margin: 5px 5px 15px 16px;
	padding: 5px;
	float: left;
	min-height: 300px;
}

div.col_inner{
	width: 284px;
	float: left;
	display: block;
	margin-right: 45px;
}

div.last{
	margin-right: 0;
}

div#content ul{
	clear: both;
	margin-left: 20px;
	margin-top: 5px;
}

div#content ul li{
	font-size: 0.9em;
}

div#content h2{
	font-weight: normal;
	margin: 10px;
	clear: both;
}

div#content p{
	font-size: 0.9em;
	margin: 10px 10px 0 10px;
	clear: both;
}

div#content img#footlogo{
	position: absolute;
	bottom: 0;
	left: 0;
}

img.img_right{
	float: right;
}

ul#headitems{
	display: block;
	list-style: none;
	margin: 5px 10px 15px 10px!important;
	clear: both;
}

ul#headitems li{
	width: 284px;
	float: left;
	margin: 0!important;
	padding: 0!important;
}

ul#headitems li.last{
	margin-left: 45px!important;
}

ul#headitems li a{
	width: 284px;
	height: 46px;
	display: block;
	text-indent: -30000px;
	outline: none;
}

ul#headitems li a.advantages_head{
	background: transparent url(images/advantages_head.jpg) no-repeat top left;
}

ul#headitems li a.projects_head{
	background: transparent url(images/projects_head.jpg) no-repeat top left;
}

ul#headitems li a.basics_head{
	background: transparent url(images/basics_head.jpg) no-repeat top left;
}
ul#headitems li a.advantages_head_light{
	background: transparent url(images/advantages_head_light.jpg) no-repeat top left;
}

ul#headitems li a.projects_head_light{
	background: transparent url(images/projects_head_light.jpg) no-repeat top left;
}

ul#headitems li a.basics_head_light{
	background: transparent url(images/basics_head_light.jpg) no-repeat top left;
}

/* Footer 
------------------------------------------------------------------------------------------------- */


div#footer{
	width: 1007px;
	background: #250544 url(images/footer.gif) repeat-x top left;
	overflow: hidden;
}

div#footer ul{
	list-style: none;
	display: block;
	float: right;
}

div#footer ul li{
	margin: 3px 15px 5px 5px;
	float: left;
	color: #FFF;
}

div#footer ul li a{
	color: #FFF;
}

div#footer ul li a:hover{
	text-decoration: underline;
}

div#footer ul#nav2{
	font-size: 0.8em;
}

/* Slideshow Styles */
div#slideshow{ width: 284px; margin-left: 8px; }
div#slideshow div#imageContainer{ width: 284px; min-height: 160px; background: #FFF url(images/loader_big.gif) no-repeat center; margin: 20px auto; text-align: center; }
div#slideshow div#thumbsContainer{ width: 284px; margin: 10px auto; }
div#slideshow div.thumb{ width: 90px; height: 90px; background: #FFF url(images/loader.gif) no-repeat center; margin: 2px; float: left; cursor: pointer; }



/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}
