#nav_home .active a, #nav_abtProject .active a, #nav_about_us .active a, #nav_first_stage .active a, #nav_sec_stage .active a, #nav_third_stage .active a, #nav_media .active a{
background: #fff url(../images/button_strip.jpg) repeat-x scroll left top;
color:#d47c0b;
/*background-color: #d47c0b;*/
}


h1, h2, h3 {
	font-size: 1.82em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #514F42;
}


p, ol, ul {
	line-height: 1.67em;
}





a, a:link {
text-decoration:none;
color:#a5a598;

}

a:visited {
color:#a5a598;
}

a:hover {
color:#000;
text-decoration:underline;

}



/* Header */

#header {
	/*border: 1px solid green;*/
	width: 940px;
	height: 241px;
	margin: 0 auto;
	position: relative;
}

/* Logo */

#logo {
/*border: 1px solid red;*/
position: absolute;
left:0;
top:30px;
z-index: 1;

}

#logo h1 {
	margin: 0;
	height: 160px;
	padding: 40px 0 0 120px;
	text-indent:-9000px;
	/*background: url(../images/art_container_logo.png) no-repeat left top;*/
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
}




#logo p {

	margin: -118px 0 0 108px;
	background-color:#000033;
	padding:0;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}




#logo a {

	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */




#menu {
position: absolute;
left: 105px;
bottom: 33px;
z-index: 3;

}

/*
body:first-of-type #menu { 
position: absolute;
right: 0;
bottom: 31px;
}
*/

#menu ul {
	/*border: 1px solid red;*/
	margin: 0;

	padding:0;
	
	list-style: none;
}

#menu li {
	display: inline;
}






/*
#menu .active a {
background-color: #d47c0b;
color: #fff;

}
*/

#menu a, #menu a:link {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 15px;
/*	background-color:#000;*/
	background: #fff url(../images/button_strip_normal.jpg) repeat-x scroll left top;
	text-decoration: none;
	text-transform: uppercase;
	/*border-top: 2px solid #EBEAD1;*/
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color:#fff;
	/*color: #182C33;*/
}

#menu a:hover {
	/*background: #fff url(../images/button_strip.jpg) repeat-x scroll left top;*/
	/*color:#d47c0b;*/
	color:#000;
/*
background-color: #d47c0b;
color: #ffffff;*/
}






/*Global Navigation****************/
#global_nav {
margin:0;
padding:1em 0 0 0;
text-align: right;
/*border: 1px solid red;*/
}


#global_nav a, #global_nav a:link {
text-decoration: none;
font-size:0.85em;
color:#FFFEE6;
border-bottom:1px solid #FFFEE6;

}

#global_nav a:visited {
border-bottom: 1px solid #FFF980;
color: #FFF980;

}

#global_nav a:hover{
border:none;
}



/*copyright****************************/
#footer_wrapper {
	clear: both;
	width:100%;
	height:120px;
	background: #f7f6f6 url(../images/line.gif) repeat-x scroll left bottom;

}
#copyright .left {
float:left;
	padding: 62px 0 0 0;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	/*background: #eeedd9;*/
}

#copyright .right {
float:right;
	padding: 62px 0 0 0;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	/*background: #eeedd9;*/

}



#copyright {
width:820px;
margin:0 auto;



}

#copyright a, #copyright a:link {
text-decoration:none;
color:#a5a598;

}

#copyright a:visited {
color:#a5a598;
}

#copyright a:hover, #copyright a:active {
color:#000;
text-decoration:underline;

}




