html, body{ height:100%;}
/*body{
	margin:0;
  	color:#7a4a39;
	font:10px Arial,sans-serif;
	background:url(../images/site/bg-page.jpg) no-repeat;
}*/
img{border:none;}
a{
	text-decoration:none;
	color:#7a4a39;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% Arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

/*--- MAIN CSS ---*/
#main{
	width:736px;
	margin-left:32px;
	min-height:100%;
	position:relative;
	z-index:1;
}
* html #main{ height:100%;}
.logo{
	position:absolute;
	top:32px;
	left:285px;
	margin:0;
	z-index:100;
}
.logo a{
	text-indent:-6666px;
	display:block;
	overflow:hidden;
	width:199px;
	height:119px;
	background:url(../images/site/logo.gif) no-repeat;
	outline:none;
}
/*---- FOOTER CSS ----*/
#footer{
	position:relative;
	z-index:2;
	width:736px;
	height:20px;
	margin:-130px 0 0 32px;
	background:url(../images/site/bg-footer.gif) no-repeat;
	overflow:hidden;
	padding-top:110px;
}
#footer .address-info{
	font-size:10px;
	font-weight:bold;
	margin:0 -11px 0 0;
	padding:0;
	float:right;
	clear:both;
	list-style:none;
	overflow:hidden;
	display:inline;
}
#footer .address-info li{
	float:left;
	background:url(../images/site/footer-nav-bullet.gif) no-repeat 0 50%;
	padding:0 11px;
	margin-left:-5px;
	display:inline;
}
#footer .address-info strong{ color:#4891dc;}
#footer .address-info span{ color:#7a4a39;}
#footer .address-info a{
	color:#7a4a39;
	text-decoration:none;
}
#footer .address-info a:hover{ text-decoration:underline;}
/*---- CONTENT CSS ----*/
#content{
	width:100%;
	overflow:hidden;
	padding:188px 0 130px;
}

/*--- content text css ---*/
.content-text{
	float:right;
	width:449px;
	color:#7a4a39;
	overflow:hidden;
}
.content-text a{
	color:#4891dc;
	text-decoration:none;
}
.content-text a:hover{ text-decoration:underline;}
.content-text h2{
	font-size:18px;
	margin:0;
	padding-bottom:8px;
}
.content-text p{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding-bottom:22px;
}
/*--- info column css ---*/
/*.info-col{
	float:left;
	width:256px;
	overflow:hidden;
	margin-top:4px;
}
.info-col .page-title{
	width:194px;
	height:64px;
	background:url(../images/site/bg-page-title.jpg) no-repeat;
	overflow:hidden;
	line-height:64px;
	padding:0 31px;
	text-align:right;
	font-size:18px;
	color:#fff;
}
.info-col .page-title h3{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	margin:0;
}*/
/*--- navigation css ---*/
#navigation{
	width:176px;
	margin:32px 32px 0 48px;
	padding:1px 0 0;
	list-style:none;
	font-size:14px;
	text-align:right;
	line-height:23px;
	background:url(../images/site/menu-separator.png) no-repeat 100% 0;
}
#navigation li{
	width:100%;
	background:url(../images/site/menu-separator.png) no-repeat 100% 100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:1px;
}
#navigation ul{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
#navigation .opened ul{ display:block;}
#navigation ul li{
	padding:1px 0 0;
	background:url(../images/site/sub-menu-separator.png) no-repeat 100% 0;
}
#navigation a{
	display:block;
	width:100%;
	color:#7a4a39;
	text-decoration:none;
	outline:none;
}
#navigation a:hover,
#navigation a.active{
	color:#4891dc;
	text-decoration:none;
}
