@charset "utf-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #F1F1F1;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #232C2E;
	line-height: 16px;
	min-height:100%;
	height:100%;
}

.spacer {clear:both; font-size:0; line-height:0; visibility:hidden;}

#container{
	border:1px solid #232C2E;
	width:750px;
	margin:10px auto 0 auto;
	background: #F8F8F8;
	position:relative
}

#googleBanner {width:120px; height:600px; position:absolute; top:0px; right:-150px}

#main_col {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
/*	border:1px solid #000;*/
}

#main_col img.header_clamp{
	border:0;
	position:relative;
	top:20px;
	left:368px;
	margin:0;
	padding:0;
	width:62px;
}

.white_space {
	clear: both;
	width: 400px;
	height: 2px;
	background:transparent;
	font-size:1px;
	line-height:1px;
}

h1 {
	margin: 0;
	padding: 0;
	width: 740px;
	background: #F8F8F8 url("../images/site/top.jpg") no-repeat top center;
	height: 200px; 
}

h1 span {
	display: none;
}

#mainNav {
	float:left;
	margin: 0;
	padding: 0 0 0 0;
	width: 497px;
	height: 25px;
	background: #232C2E; 
}

#mainNav ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 497px;	
	background: #232C2E;
}

#mainNav ul li {
	float: left;
	list-style-type: none;
	list-style-position:inherit;
}

#mainNav ul li a {
	display: block;
	line-height: 25px;
	padding: 0px 5px 0px 30px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	background:#232C2E url("../images/site/beans_black.jpg") no-repeat;
	background-position: 10px 2px;
	padding: 0px 3px 0px 35px;
	font-weight: bold;
}

#mainNav ul li a:hover {
	color: #000;
	padding: 0px 5px 0px 5px;
	background:#F8F8F8 url("../images/site/beans_white.jpg") no-repeat;
	background-position: 5px 2px;
	padding: 0px 3px 0px 40px;
	font-weight: bold;
	}

#mainNav ul li a.active {
	color: #000;
	background: #F8F8F8;
	font-weight: bold;
	background:#F8F8F8 url("../images/site/beans_white.jpg") no-repeat;
	background-position: 5px 2px;
	padding: 0px 3px 0px 35px;
}

#langs{
	float:left;
	padding: 0;
	width: 243px;
	height: 25px;
	background: #232C2E;
	border-left:1px dotted #F8F8F8;
	margin:0;
	/*border:1px dotted #ff0000;*/
}

#langs ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #232C2E;
}

#langs ul li {
	float: left;
	list-style-type: none;
	list-style-position:inherit;
	padding:0 20px 0 20px;	
}

#langs ul li a {
	display: block;
	line-height: 25px;
	padding: 0px 5px 0px 30px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding:0 3px 0 3px;
}

#langs ul li a:hover {
	color: #232C2E;
	font-weight: bold;
	background:#F8F8F8;
	padding:0 3px 0 3px;
}

#langs ul li a.active {
	color: #000;
	background: #F8F8F8;
	font-weight: bold;
	padding:0 3px 0 3px;
}

#wrapper {
	float: left;
	margin:0 1px 0 1px;
	padding:0;

}
#wrapperr {
	float: left;
	margin:0 1px 0 1px;
	background-color: #232C2E;

}

/* --- [ Main content column ] --- */

#content {
	float: left;
	width: 500px;
	border-right:1px dotted #232C2E;
	margin:0;
	padding:0;
	text-align:left;
	min-height:100%;
}
* html #content {height:100%;}


#content a, #content a:link, #content a:visited, #content a:active{
	color: #a10000;
	text-decoration: none;
	border-bottom: 1px dotted #a10000;
}

#content a:hover{
	color: #608117;
	text-decoration: none;
	border-bottom: 1px dotted #608117;
}

#content ul li{
	list-style-type:square;
	text-align:left;
	font-style:italic;
}

#content ul.contacts li {list-style-type:none;}

#content p a, #content ul li a{
	color: #a10000;
	text-decoration: none;
	border-bottom: 1px dotted #a10000;
	list-style-type: none;
}

#content p a:hover, #content ul li a:hover {
	color: #232C2E;
	border-bottom: 1px solid #232C2E;
}

h2 {
	clear: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 5px 0px 15px;
	padding: 5px 5px 1px 25px;
	text-align: left;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #232C2E;
	background: #F8F8F8 url("../images/site/leaf.jpg") no-repeat top left;
	line-height:30px;
}

 h2 em{
	color: #a10000;
	font-style:normal;
	clear: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align: left;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
}

#content p, #content div {
	margin: 15px;
	text-align: left;
	font-size: 12px;
	color: #232C2E;
	line-height: 1.7em;
	text-align:justify;
	padding-left:3px;
	padding-right:3px;
}

#content img.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 1px;
	border-top: 1px dotted #232C2E;
	border-right: 1px dotted #232C2E;
	border-bottom: 1px solid #232C2E;
	border-left: 1px solid #232C2E;
	background: #F8F8F8;
}

/* --- [ Sidebar ] --- */

#sidebar {
	float: right;
	width: 240px;
	margin:0;
	padding:0;
}

#sidebar p {
	margin: 10px;
	text-align: left;
	font-size: 12px;
	color: #a10000;
	line-height: 1.7em;
	text-align:justify;
}

#sidebar .img_top {
	padding: 1px;
	border-top: 1px dotted #a10000;
	border-right: 1px dotted #a10000;
	border-bottom: 1px solid #a10000;
	border-left: 1px solid #a10000;
	background: #F8F8F8;
	margin-top:5px;
}

.img_gallery{
	float:left;
	padding: 1px;
	border-top: 1px dotted #232C2E;
	border-right: 1px dotted #232C2E;
	border-bottom: 1px solid #232C2E;
	border-left: 1px solid #232C2E;
	background: #F8F8F8;
	margin:20px 20px 10px 20px;
}

a:hover img.img_gallery{
	float:left;
	border-top: 1px dotted #608117;
	border-right: 1px dotted #608117;
	border-bottom: 1px solid #608117;
	border-left: 1px solid #608117;
	background: #D2DBC3;
	margin:20px 20px 10px 20px;
}

#sidebar p a.view_more, #sidebar a.view_more{
	color:#232C2E;
	text-decoration: none;
	padding: 0px 7px 2px 7px;
}

#sidebar p a.view_more:hover, #sidebar a.view_more:hover {
	color: #232C2E;
	background:#F0F0F0;
	border-bottom:1px dotted #ccc;
}

#content a.view_more{
	float:right;
	font-size: 12px;
	color:#232C2E;
	text-decoration: none;
	margin:0 30px 5px 0;
	border-bottom:1px dotted #fff;
}

#content  a.view_more:hover, #content a.view_more:hover {
	color: #232C2E;
	background:#F0F0F0;
	border-bottom:1px dotted #ccc;
	margin:0 30px 5px 0;
}

.copy_rights{
	font-size:12px;
	color:#232C2E;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	height:20px;
	margin-bottom:10px;
}

.copy_rights a, .copy_rights a:active{
	font-size:12px;
	color:#232C2E;
	text-decoration:none;
}


.copy_rights a:hover{
	font-size:12px;
	color:#232C2E;
	text-decoration:underline;
}

.bottom_line{
	height:2px;
	background-color: #232C2E;
	margin-top:1px;
	width:752px;
	margin-left:auto;
	margin-right:auto;
	line-height:1px;
}

#paging {
	font-size: 12px;
	color: #a10000;
	text-align: center;
	height:20px;
	display:inline;
	width:500px;
}

#paging a {
	color: #608117;
	text-decoration: none;

}

#paging strong {
	color: #a10000;
	background:#F0F0F0;
	border-bottom:1px dotted #ccc;
}


#paging a:hover {
	color: #a10000;
	background:#F0F0F0;
	border-bottom:1px dotted #ccc;

}


/* --- [ Contacts section ] --- */
form.contact_form {
	margin: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
	color: #232C2E;
	line-height: 1.5em;
	float:left;
}

form.contact_form label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

form.contact_form input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#232C2E;
	font-size:12px;	
	width:250px;
	border:1px solid #232C2E;
	height:20px;
	margin:3px;
	border-top:1px dotted #232C2E;
	border-right:1px dotted #232C2E;
}

form.contact_form input.btn {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width:auto;
	height:auto;
	background:#232C2E;
	color:#f1f1f1;
	border-style:dotted;
	border-width:1px;
	border-color:#f1f1f1;
	font-size:12px;	
}

form.contact_form textarea {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#232C2E;
	font-size:12px;	
	width:400px;
	border:1px solid #232C2E;
	height:100px;
	border-top:1px dotted #232C2E;
	border-right:1px dotted #232C2E;
	overflow:auto;
}

.form_required{
	font-size:12px;	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#a10000;
}

#content .err{
	font-size:12px;	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#a10000;
	height:20px;
	margin:0;
	padding:0;
	display:inline;
}


