/* Global */
* { padding: 0px; margin: 0px; }
.clearer { clear: both; }
h1,h2,h3,h4,h5 { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; padding-bottom: 10px; color: #7a7057; font-weight: normal; }
h1 { font-size: 19px; line-height: 20px; }
h2 { font-size: 17px; line-height: 20px; }
h3 { font-size: 15px; line-height: 20px;}
p { margin-bottom: 15px; }
li { margin-left: 18px;}


/* Page */
body {
	font-size: 11px;
	font-family: Verdana,arial;
	line-height: 17px;
	background: #8f7660 url(../img/background-page.gif) repeat-x;
	color: #7a7057;
}

/* Header */
#page {
	padding: 20px 0px 0px 20px;
	width: 876px;
	margin: 0 auto;
}
#head {
	background: transparent url(../img/background-top.gif) no-repeat;
	height: 371px;
	width: 876px;
}
#logo {
	background: transparent url(../img/logo.gif) no-repeat 32px 18px;
	height: 127px;
	width: 109px;
	display: block;
	float: left;
	text-indent: -9999px;
	padding: 18px 0 0 32px;
}
#info-panel {
	color:#F1DABA;
	float:left;
	font-size:10px;
	line-height:19px;
	padding:28px 0 0 31px;
	width:120px;
}
#info-panel a {
	color:#3d2312;
}
#emo-wrap {
	float: right;
	display: block;
	padding:38px 24px 0 0;
	width: 699px;
	height: 312px;
	overflow: hidden;
}
#head-menu-wrap {
	overflow: hidden;
	height: 24px;
	background: transparent url(../img/border.gif) repeat-y 15px 0px;
}
#head-menu-wrap a {
	display: block;
	float: right;
	height: 24px;
	padding: 4px 15px 0px 7px;
	color: #F1DABA;
	text-transform: uppercase;
	text-decoration: none;
}
#head-menu-wrap a:hover,
#head-menu-wrap a.active {
	color: white;
}

/* Body */
#body {
	background: transparent url(../img/background-content.gif) repeat-y;
}
#body-inner {
	background: transparent url(../img/background-content-top.gif) no-repeat;
}
#content-center {
	float:right;
	padding:35px 35px 0 0;
	width:640px;
}
#content-center a {
	color: #7A7057;
}
#content-left {
	float: left;
	width: 154px;
}
#min-height {
	float: left;
	width: 1px;
	height: 300px;
}

/* left Menu */
#left-nav ul {
	list-style: none;
	margin:15px 0 0 19px;
	border-top: 1px solid #c1ab9d;
}
#left-nav ul li {
	list-style: none;
	margin: 0px;
}
#left-nav ul li a {
	display: block;
	color: #F1DABA;
	border-bottom: 1px solid #c1ab9d;
	height: 16px;
	text-decoration: none;
	padding: 4px 0px 4px 3px;
}
#left-nav ul li a.active,
#left-nav ul li a:hover {
	background-color: blue;
	color: white;
	background-color: #3d2312;
	border-bottom: 1px solid #7e6757;
}

/* Footer */
#footer {
	padding: 15px 0 10px 195px;
	background: #8F7660 url(../img/background-content-bottom.gif) no-repeat;
	color: #644c3f;
	text-decoration: none;
}
#footer a {
	color: #644c3f;
	text-decoration: none;
}

/* Contact */
#mailform fieldset {
 border: 0;
}
#mailform label {
 width: 115px;
 display: block;
 float: left;
}
#mailform .csc-mailform-field {
 clear: both;
 padding: 3px;
}

#mailform input,
#mailform textarea {
 width: 300px;
 border: 1px solid #6E6E6E;
 color: #6E6E6E;
 padding: 2px;
}
#mailform input.csc-mailform-submit {
 width: auto;
 margin-top: 10px;
 margin-left: 115px;
 font-weight: bold;
 background-color: #EEE;
}
#mailform input.csc-mailform-check { width: auto; border: 0; }
