@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body{
	background-color:#f3e9c8;
	color:#180d03;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}
a{
	color:#231404;
	font-weight:bold;
	text-align: right;
}
.clear{
	clear:both;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.height_5px{
	height:20px;
}
.div_container{
	clear:both;
	margin:auto;
	position:relative;
	width:980px;
}
.div_header{
	width:100%;
	height:270px;
	background-image:url(../images/page_top_bg.jpg);
	background-position:center;
}

#logo{
	position:absolute;
	left: 23px;
	top: 39px;
}
#menu{
	position:absolute;
	left: 475px;
	top: 53px;
}

#menu ul{
	background-image:url(../images/navigation_bg.gif);
	background-repeat:repeat-x;
	padding:0px 4px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#menu ul li{
	float:left;
	
}
#menu ul li{
}

#menu ul li a{
	color:#d9ba5f;
	border-left:#d9ba5f solid 1px;
	padding:0px 10px;
	text-decoration:none;
}

#menu ul li a.first{
	border-left:none;
}

#menu ul li a:hover{
	text-decoration:underline;
}

#slogan{
	position:absolute;
	left: 501px;
	top: 136px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	width:500px;
	color:#F3E9C8;
	line-height:30px;
}
.content_title{
}
.content_text{
	padding:15px 17px 0px 17px;
}
.content_border_1{
	border-left:#c29d60 solid 1px;
	border-right:#c29d60 solid 1px;
}
.content_border_2{
	border-left:#ffffff solid 1px;
	border-right:#ffffff solid 1px;
}
.content_bottom{
	background-image: url(../images/content_bottom.jpg);
	height:6px;
}
.box_1{
	width:293px;
	border:#dbd5c6 solid 1px;
	background:#ffffff;
	float:left;
	margin-right:12px;
	margin-top:10px;
	padding:5px;
}
.box_1_last{
	margin-right:0px;
}
.box_1_content{
	background:#f3e9c8;
	padding:3px;
	color:#856504;
}
.box_1 p{
	line-height:16px;
}
.footer_left{
	width:490px;
	float:left;
}
.footer_right{
	width:490px;
	float:left;
	text-align:right;
}
.content_container_text{
	width:640px;
	padding:20px;
	float:left;
	text-align: justify;
}
.content_container_right{
	width:290px;
	float:left;
	padding-top:20px;
}
.border_bottom{
	border-bottom:#d9c896 solid 1px;
}

/* other pages */
#logo2{
	position:absolute;
	left: 27px;
	top: 49px;
}
.menu2{
	position:absolute;
	left: 474px;
	top: 37px;
}

.div_header2{
	width:100%;
	height:166px;
	background-image:url(../images/page_top_bg2.jpg);
	background-position:center;
}

.content_title2{
	background-image:url(../images/title_bg_2.jpg);
	height:32px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:12px 0 0 80px;
}

.content_text2{
	padding:15px 17px 0px 17px;
}

.content_container_text2{
	width:640px;
	padding:20px;
	float:left;
}
.content_container_right2{
	width:290px;
	text-align:center;
	float:left;
}
.zak {
	font-weight: bold;
}
#contact_form{
}
#contact_form label{
	width:200px;
	float:left;
}
#contact_form input, #contact_form textarea{
	border: #666666 solid 1px;
	padding:4px;
}
#contact_form input[type=text]{
	width:400px;
}
#contact_form textarea{
	width:400px;
	height:200px;
}
#contact_form input[type=submit]{
	background:url(../images/send_message.jpg) no-repeat;
	width:143px;
	height:35px;
	border:none;
	margin-left:330px;
	cursor:pointer;
}
#contact_form .clear{
	margin-bottom:5px;
}
