body {
	background-color: #a7a9ac;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0 0 0 30px;
}
a img {
	border: none;
}
#outer_wrapper {
    max-width: 1600px;
	min-width: 1240px;
}
* html #outer_wrapper {
	width: expression((document.documentElement.clientWidth < 1240) ? "1240px" : ((document.documentElement.clientWidth > 1600) ? "1600px" : "100%"));
}

/* header, logo and nav-bar */
#header {
	background: #e7e8e9 url(../img/heading_left_bg.gif) repeat-y left top;	
}
/* the main heading */
#heading_wrapper {
	background: #fff url(../img/heading_corner_tr.gif) no-repeat right top;
	float: left;
	height: 80px;
	margin-bottom: 14px;
	padding-left: 2px;
	position: relative;
}
#heading_wrapper div {
	background: url(../img/heading_corner_tl.gif) no-repeat left top;	
	height: 81px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}
#heading_wrapper span {
	background: url(../img/heading_corner_br.gif) no-repeat left top;
	bottom: -1px;
	font-size: 0px;
	height: 11px;
	line-height: 0px;
	position: absolute;
	right: 0px;
	width: 10px;
}
* html #heading_wrapper span  {
	right: -1px;
}
#header  h1 {	
	border-bottom: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;	
	color: #808285;
	float: left;		
	font-size: 2.6em;
	height: 58px;
	letter-spacing: 7px;
	line-height: 46px;
	margin: 0;
	padding: 22px 18px 0;
	text-transform: uppercase;
}
/* the logo */
#logo {
	float: right;
	margin: 17px 48px 0 0;
}
/* the navigation */
#nav_bar {
	clear: left;
	list-style-type: none;
	margin: 0 20px;	
	padding: 0;
}
#nav_bar li {
	background: url(../img/nav_li_bg.gif) right top;
	float: left;
	font-size: 1.6em;
	height: 35px;
	letter-spacing: 3px;
	line-height: 28px;
	margin: 0 14px 0 0;
	padding: 0 14px 0 0;	
	position: relative; 
	text-transform: uppercase;
}
#nav_bar li.active {
	background: url(../img/nav_li_active.gif) right top;
}
#nav_bar  a , #nav_bar  a:visited {
	color: #231f20;
	text-decoration: none;
}
#nav_bar div {
	background-color: #fff;
	border: 1px solid #808285;
	display: none;
	left: -13px;
	padding: 7px 12px 7px;
	position: absolute;
	top: -8px;
	z-index: 10;
}
#nav_bar h6 {
	background: url(../img/nav_li_bg.gif) right top;
	float: left;
	font-size: 1em;
	font-weight: normal;
	height: 35px;
	line-height: 28px;
	margin: 0 14px 2px 0;
	padding-right: 14px;
}
#nav_bar span a {
	background: url(../img/gray_bullet.gif) no-repeat 100% 50%;
	clear: left;
	font-size: 0.875em;
	line-height: 1.3em;
	margin: 0;
	padding: 6px 35px 6px 0;
	white-space: nowrap;
	display: block;
}
#nav_item_5 span {
	display: none;
}

/* an important hack for IEs */
#nav_item_1 {
	z-index: 6;
}
#nav_item_2 {
	z-index: 5;
}
#nav_item_3 {
	z-index: 4;
}
#nav_item_4 {
	z-index: 3;
}
#nav_item_5 {
	z-index: 2;
}
#nav_item_6 {
	z-index: 1;
}

/* clearer */
.clearer {
	clear: both;
	font-size: 0;
	height: 0;
}

#central_wrapper {
	background: url(../img/gradient_bg.gif) repeat-x left top;
	height: 680px;
	position: relative;
}
#central_content {
	background: url(../img/main_bg_2.jpg) no-repeat left top;
	height: 664px;
	overflow: hidden;
	padding: 16px 0 0;
	position: relative;
}
#content_wrapper { float: left; width: 100%;}
#content { margin-left: 300px;}

/* left column */
#left_column {
	float: left;
	width: 268px;
	margin-left: -100%;
	padding-top: 85px;
	
}
#left_column a, #left_column a:visited {
	background: url(../img/gray_bullet.gif) no-repeat 96% 50%;
	font-size: 1.4em;	
	line-height: 1.1em;
	margin: 0 0 6px 51px;
	padding: 6px 35px 6px 15px;
	text-transform: uppercase;
	display: block;
	color: #231f20;
	text-decoration: none;
}
#left_column a.active {
	background-color: #cfd1d2;
}

/* search field and other links */

#search_form {
	bottom: 164px;
	left: 52px;
	margin: 0;
	padding: 0;
	position: absolute;	
}
#search_form a {
	margin-right: 3px;
}
#search_form p {
	margin: 0;
}
#search_form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -7px;
}
.input_text {
	border: 1px solid #f0f1f1;
	border-bottom: 1px solid #dadcdd;
	margin-right: 3px;
	padding: 0 2px;
	width: 90px;
}
.submit_image {
	position: relative;
	top: 7px;
}

/* content */
#content {
	color: #393939;
	height: 578px;
	overflow: auto;
	padding-bottom: 20px;
}
#content h4 {
	font-size: 1.4em;
	font-weight: normal;
  line-height: 1.2em;
  height: 35px;
  margin: 0;
	padding: 14px 0 0;
}
#content h4 a, #content h4 a:visited {
	color: #393939;
}

/* footer information */
#footer {
	bottom: 47px;
	font-size: 1.2em;
	left: 12px;
	line-height: 1.3em;
	position: absolute;
}
#footer  p {
	margin: 0;
	padding: 0;
}

/* gallery */
#gallery {
	overflow: hidden;
}
* html #gallery {
	zoom: 1;
}
.big_one {
	float: left;
	overflow-x: auto;
	width: 97%;
	overflow-y: hidden;
}
.small_ones {
	float: right;
	width: 15%;
}
* html .small_ones {
	zoom: 1;
} 
.small_ones a {
	clear: left;
	display: block;
	float: left;
	margin-bottom: 30px;
}

#nav_bar li.over div{
    display: block;
}
