@charset "UTF-8";

/* GENERAL BODY DEFINITIONS */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(images/back_index.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}

h1{color:#999;font-size:24px;padding:15px 0 10px 0;font-weight:normal;}
h2 {font-size: 16px;margin-bottom:5px;}
h3 {font-size: 14px;margin:25px 0px 20px;}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #646464;
}
a:link {
	color: #47382e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #47382e;
}
a:hover {
	text-decoration: none;
	color: #47382e;
}
a:active {
	text-decoration: underline;
	color: #47382e;
}
hr {
  	border: none;
  	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}

/* CONTAINER */
#wrapper {
	position:relative;
	width:980px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* LOGO */
#logo {
	height: 100px;
	width: 960px;
	clear: both;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* SEARCH */

#search {
	height: 100px;
	width: 240px;
	padding-left:720px;
}
.textfield {
	border:1px solid #FFFFFF;
	width:160px;
	height:18px;
	background-image:url(images/input_back.gif);
	margin-top:30px;
	margin-right:5px;
	padding:5px;
	background-repeat: repeat-x;
	float: left;
}
.button {
	height: 30px;
	width: 60px;
	background-image: url(images/bg-button.png);
	background-repeat: no-repeat;
	border:0px;
	float: right;
	margin-top:30px;
}

/* MAIN MENU */
#mainmenu {
	height: 50px;
	width: 980px;
	background-image: url(images/divider_main.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #49392f;
	clear: both;
	font-weight: normal;
}
#mainmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#mainmenu li {
	float:left;
	height: 42px;
	text-align:left;
	background-image: url(images/divider_main.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px 9px 0 9px;
	cursor:pointer;
}
#mainmenu li:hover{
	background: #fdf1cf;
}
#mainmenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #49392f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
}
#mainmenu li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #49392f;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #81620a;
	height: auto;
	width: auto;
}


/* CONTENT */
p#top
{
float:left;
width:520px;
padding:8px;
margin:6px;
height:267px;
border:1px solid #ccc;
background: #fff ;
}
.clearer {
	clear:both;
}

.leftblock img, .middleblock img, .rightblock img{
	border:1px solid #bfbab3;
	margin-top:5px;
	background-color:#e2ded8;
	padding:4px;
}

.leftblock, .middleblock, .rightblock 
{
	float:left;
	width: 279px;
	padding:21px;
}
.leftblock {
	border-right: 1px solid #e2ded8;
}
.middleblock {
	border-right: 1px solid #e2ded8;
}
.rightblock {

}

.img_container {
	border:1px solid #bfbab3;
	border-bottom:0;
	padding:4px;
	margin-top:5px;
	background-color:#e2ded8;
}
.squarelink {
	display:inline;
	background-color:#47382e;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	cursor:pointer;
}
.squarelink a {
	padding:10px;
	background-color:#47382e;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.squarelink a:hover {
	padding:10px;
	background-color:#d8a81e;
	color:#47382e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

/* FOOTER */
#footer {
	margin:30px 0px 30px 0px;
	padding: 10px 20px 30px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2ded8;
}
.footer_text {
	color:#777;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#footer_left {
	float:left;
	width:560px;
}
#footer_right {
	float:right;
	width:400px;
	text-align:right;
}
#footer_right a img{
	border: 0;padding-bottom:20px;
	}
/* SUBPAGE */
#content {
	background-color: #FFFFFF;
	width: 920px;
	min-height:430px;
	margin-top: 30px;
	padding: 20px 20px 0px 20px;
	background-image: url(images/subpage_back.png);
	background-repeat: no-repeat;
	background-position: top;
}
#main_content {
	width: 599px;
	float:left;
	padding-right: 20px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.rightblock_sub {
	width: 280px;
	min-height:200px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock_sub img {
	width:270px;
}
.img_container_sub {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:20px 20px 10px 0px;
	float:left;
}

form {
	background-color: #e2ded8;
	padding: 20px;
}
.text_field {
	border:1px solid #bfbab3;
	width:274px;
	height:20px;
	margin:5px 0px 5px 0px;
	background-image:url(images/input_back.gif) repeat-x;
	padding:5px;
}
.text_area {
	border:1px solid #bfbab3;
	width:548px;
	height:100px;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.form_button {
	height: 30px;
	width: 90px;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	border:none;
	margin-top:10px;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
label{
	float:right;
	font-weight:bold;color:#222;font-size:11px;
}
.item{
	width:350px;
	float:left;
	padding-right:20px;margin-right:20px;
	border-right: 1px dotted #ccc;
	padding-bottom:20px;
}
.ithumb{
	float:left;
	margin-right:10px;
	width:120px;
	height:80px;
	border:1px solid #ddd;
	background:url(images/bkitem.gif);
}
h1 a:link, h1 a:visited {
	color: #777;text-decoration:none;
}
div#bwrap{
	background:#fff;
	padding:10px;
	border-top: 1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	height:100%;
	margin:6px;
	overflow:auto;
}
#menujos
{
	text-align:center;
	margin-top: 20px;
}
#menujos a{
	padding-left:20px;
	border-left:1px solid #ccc;
	padding-right: 20px;
	color: #000;
	text-decoration:none;
}
#menujos a#first{
	border-left:0px;
}
#sticky{
	position:absolute;
	left:785px;
	top:160px;
	width:180px;
	text-align:center;
	color:#800;
	font-size:18px; 
}
a img{
	border: 0;
}

div#promo{
border:1px solid #bfbab3;padding:4px;margin-top:15px;background-color:#e2ded8;
text-align:center;
width: 580px;
margin: 15px auto;
}
