/* CSS Document */

body {
	background: url(images/background.jpg) repeat-x fixed;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #b4ac9f;
}

#container {
	width: 950px;
	height: 800px;
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	text-align: left; /* put the text back where it should be */
	background: url(images/transparent.png) no-repeat 2px 18px;
	position: relative;
}

#top_box {
   margin: 0;
   width: 850px;
   padding: 0 50px;
   height: 24px;
   line-height: 24px;
   text-align: right;
   color: #2B2521;
   font-weight: bold;
   font-family: arial;
   font-size: 12px;
   text-decoration: none;
}
#top_box a {
   color: #2B2521;
   text-decoration: none;
}
#top_box img {
   vertical-align: top;
   padding-left: 5px;
   border: 0px none;
}

#main_box {
	width: 950px;
	display: block;
	padding-top: 13px;
	padding-left: 24px;
   overflow: hidden;
	
}

/* left container starts here */

#left_container {
	width: 179px;
	height: auto;
	float: left;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

#logo {
	width: 179px;
}

#new-image {
	width: 179px;
	text-align: center;
	margin: 0; padding: 40px 0 0 0px;
	position: absolute;
	left: 20px;
	top: 410px;
}

#md-award {
	width: 179px;
	text-align: center;
	margin: 0; padding: 40px 0 0 0px;
	position: absolute;
	left: 25px;
	top: 580px;
}

#left_buttons {
	background: url(images/left-button-back.jpg) no-repeat;
	height: 527px;
	list-style: none;
   	margin: 0; padding: 0;
}

#left_buttons li {
	clear: both;
   position: relative;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #2B2521;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52483D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A58F78;
	line-height: 20px;
	margin: 0; padding: 0; text-indent: 0;
}

#left_buttons li a{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #2B2521;
	display: block;
	text-decoration: none;
	/*height: 22px;*/
	margin: 0; padding: 0 0 0 30px;
}

#left_buttons li a:hover{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-color: #2B2521;
	display: block;
	text-decoration: none;
	background-color: #BCA186;
	opacity:.70;
	filter: alpha(opacity=70);
}

/* middle container starts here */

#middle_container {
	width: 543px;
	float: left;
	position: relative;
   overflow: hidden;
}

#eco_tag_container {
	position: absolute;
	bottom: 15px;
	right: 0px;
	overflow: hidden;
	width: 139px;
	height: 135px;
	z-index: 2;
}

#large_image {

}

#bottom_buttons {
	background-color:#957E64;
	clear:both;
	height:19px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:-4px 0 0;
	padding:0;
	width:543px;
}

#bottom_buttons li {
	float: left;
	font-family: arial;	font-size: 11px; color: #ffffff;
	padding-left: 20px; 
	padding-top: 5px;
}

/* right container starts here */

#right_buttons {
	list-style: none;
   	margin: 0; padding: 0;
	float: left;
	width: 164px;
}

#right_buttons li {
/*	clear: both;
	display: block; */
   text-align: center;
}

#right_buttons img {
/*	display: block; */
	margin-bottom: 25px;
	padding: 0;
}

.brown_bars {
	/*background: url(../images/brown-bars.jpg) repeat;*/
/*	display: block; */
	height: 51px;
	width: 166px;
	margin: 0; padding: 0;
}

.brown_bars_text {
	display: block;
	width: 150px;
	font-family: tahoma; font-size: 10px; color: #10100F; font-weight: bold;
	margin: 0 0 0 10px; padding: 0;
   text-align: left;
}

.spacer {
	/*display: block;*/
	height: 25px;
	width: auto;
	margin: 0; padding: 0;
}

/*.right_top_spacer {
	display: block;
	height: 0px;
	width: auto;
}*/


/* Sub Menu */

#left_buttons ul.submenu {
   position: absolute;
   left: 179px;
   top: 0px;
   padding: 15px 21px;
   margin: 0;
   background: #9a856c;
   border: 1px solid #FFF;
   border-left: 0 none;
   width: 179px;
	opacity: .90;
	filter: alpha(opacity=90);
}

#left_buttons ul.submenu li {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	display: block;
   border: 0 none;
	line-height: 20px;
	margin: 0; padding: 0; text-indent: 0;
}

#left_buttons ul.submenu li.title {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
   border: 0 none;
	line-height: 20px;
	margin: 0; padding: 0; text-indent: 0;
}

#left_buttons ul.submenu li a{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	display: block;
	text-decoration: none;
	/*height: 22px;*/
	margin: 0; padding: 0;
}

#left_buttons ul.submenu li a:hover{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	display: block;
	text-decoration: none;
	background-color: transparent;
	opacity:1;
	filter: alpha(opacity=100);
}