/*

 Zest City
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Tahoma, Verdana;
	font-size: 1em;
	background: #000 url(images/bg.jpg) no-repeat top;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Tahoma, Verdana;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


.clearleft{
	clear: left;
}

div#container{
	width: 722px;
	margin: 45px auto;
	background: #FFF url(images/container_bg.gif) repeat-y top left;
	overflow: hidden;	
}


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	width: 722px;
}

div#head_left{
	width: 236px;
	float: left;
}

div#header h1{
	width: 236px;
}

div#header h1 a{
	width: 236px;
	height: 100px;
	display: block;
	text-indent: -30000px;
	outline: none;
	background: transparent url(images/logo.gif) no-repeat top left;
	margin-top: 20px;
}

div#header img{
	float: right;
}


/* Nav 
------------------------------------------------------------------------------------------------- */


div#header ul{
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 236px;
	height: 87px;
}

div#header ul li{
	float: left;
	width: 78px;
	margin: 0;
	padding: 0;
}

div#header ul li a{
	display: block;
	width: 78px;
	text-indent: -30000px;
	height: 87px;
	outline: none;
}

.home_button a{
	background: transparent url(images/home_button.gif) no-repeat top left;
}

.about_button{
	background: transparent url(images/about_button.gif) no-repeat top left;
	border-left: 1px #57646A solid;
}

.contact_button{
	background: transparent url(images/contact_button.gif) no-repeat top left;
	border-left: 1px #57646A solid;
}

/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	overflow: hidden;
	clear: both;
	width: 722px;
}

div#leftcol{
	float: left;
	padding: 0;
	width: 236px;
	margin: 0;
}

div#content div#leftcol p{
	color: #FFF;
	font-size: 0.7em;
	margin: 20px;
}

div#rightcol{
	float: left;
	background: transparent url(images/rightcol_bg.gif) no-repeat bottom right;
	padding: 0;
	width: 486px;
	margin: 0;
}

div#content div#rightcol p{
	color: #3C3C3C;
	margin: 5px 10px 10px 10px;
}

div#content div#rightcol h2{
	color: #354044;
	font-size: 1.2em;
	margin: 10px 10px 5px 10px;
	font-weight: normal;
}

div#content div#rightcol h3{
	color: #3C3C3C;
	font-size: 1em;
	margin: 10px 10px 5px 10px;
	font-weight: normal;
}

div#content div#rightcol h4{
	color: #FFF;
	font-weight: normal;
	font-size: 0.8em;
	margin-bottom: 4px;
	padding: 5px 10px;
	background: #354044 url(images/h4.gif) repeat-x top left;
}

hr{
	border: 1px dashed #404E54;
	margin: 10px 20px;
}

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

div#footer{
	background-color: #000;
	overflow: hidden;
}

div#footer ul{
	list-style: none;
	clear: right;
	float: right;
	color: #999;
	font-size: 0.7em;
	margin-top: 10px;
}

div#footer ul li{
	float: left;
	margin-left: 20px;
}

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

div#footer p{
	clear: right;
	float: right;
	color: #999;
}


/* 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;
}

