body{
	background: #296543;
}

/* ------ Header Layout -------------------- */
#headerWrapper{
	height: 110px;
	background: url(../images/arzack_background_image.gif) repeat-x;
}
#header{	
	margin: 0px auto;
	width: 960px;
	height: 100px;
}
#header h1{	
	width: 300px;
	float: left;
}

#strapline{
	padding-top: 20px;
	float: right;
	width: 400px;
}
/*----------- end header ------------------- */

/* ---------- Top Menu --------------------- */

#topMenu{
	width: 370px;
	float: right;
	height: 15px;
	margin: 23px 0px 0px 0px;
}
#topMenu li{
	display: inline;
	float: left;
	margin-left: 5px;
	font-size: 1.1em;
	font-family: Georgia, Times New Roman, Times, serif;
}
#topMenu li a{
	background: url(../images/top_menu_bg.png) no-repeat;
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #296543;
	font-weight: bold;
}
#topMenu li a:hover{
	background-position: 0px -30px;
	color: #fff;
}
#topMenu #selected a{
	background-position: 0px -30px;
	color: #fff;
}

/* ---------- menu layout ------------------- */
#nav{	
	padding: 0px;
	margin: 0px;
}

#nav li{
	float: left;
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	font-size: 1em;
	line-height: 1.2em;
}
#nav li a{
	display: block;
	text-decoration: none;
	background: url(file:///Z|/Projects/Arzak%20Global/images/menu_bg.gif) no-repeat;
	color: #3C7CBF;
	height: 32px;
	width: 300px;
	padding: 9px 4px 4px 30px;
	font-size: 1.2em;
}
#nav li a span{
	font-size: 0.7em;
	color: #000;
}
#nav li a:hover{
	color: #1A1A1A;
	background-position: 0px -50px;
}
#nav li a:hover span{
	color: #999;
}
#nav li a:visited{
	color: #D2DBE7;
}
#nav #selected a{
	background-position: 0px -100px;
	color: #FFF;
}
#nav #selected span{
	color: #FFF;
}
#nav #selected ul{
	margin-top: 2px;	
}
#nav #selected li a{
	height: 16px;
	background: #3C7CBF;
	color: #fff;
	width: 270px;
	padding: 6px 0px 3px 30px;
	font-size: 0.9em;
	font-weight: bold;
}
#nav #selected li li a{
	height: 16px;
	background: #CFD9EF;
	color: #3C7CBF;
	width: 270px;
	padding: 6px 0px 3px 30px;
	font-size: 0.9em;
	font-weight: bold;
}
#nav #selected li li a:hover{
	background: #3C7CBF;
	color: #fff;
}
/* ------ end menu ------------------------------- */

/* ---------- Content ---------------- */
#contentWrapper{
	
	background: #FFFFFF;
}
#content{
	margin: 0px auto;
	width: 960px;
	clear: both;
	background: #FFFFFF;
	padding: 50px 0px;
}
.column{	
	float: left;
	display: inline;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#column1{
	width: 640px;
	height: 1%;
}

#column1alt{
	width: 960px;
	height: 1%;
}

#innercolumn1{
	width: 480px;
	
}

#innercolumn2{
	width: 480px;
		
}

#column2{
	width: 300px;
	margin-left: 20px;
	padding-top: 20px;
	height: 1%;
}

#office{
	margin-top: 50px;
	float: right;
	
}

#logoinfo{
	clear:both;
	
	
}

#logo1{
	float: left;	
}

#logo2{		
	margin-left: 400px;	
	width: 500px;
	
}



#footerWrapper{
	
}


#footer{
	margin: 0px auto;
	width: 960px;
	clear: both;
	padding: 10px 0px;
	color: #F9EDBD;
}



#footer p{
	color: #F9EDBD;
	text-align: left;
	margin: 0.2em 0em;
	font-size: 0.9em;
}
#footer a, #footer a:visited{
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:hover:visited{
	color: #003366;
	text-decoration: underline;
}



