@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html {
	overflow: auto;
}

a {
	color: rgb(208,118,27);
	text-decoration: none;
	outline-style: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #FDF5E0 url("images/body_bg.jpg") top center repeat-y;
	font-family: "Arial", "Tahoma", "Times New Roman";
	-webkit-text-size-adjust: none;
}

#body_inner {
	width: 848px;
	margin:0 auto;
}

#header {
	position: relative;
	width: 848px;
	height: 100px;
	background: url("images/header_bg.gif") top left no-repeat;
}

#logo {
	float: left;
	width: 311px;
	height: 99px;
	background: url("images/logo.gif") bottom right no-repeat;
	cursor: pointer;
}

#header_inner {
	position: absolute;
	right: 0;
	bottom: 0;
}

#header_menu li {
	float: left;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#header_menu a:link,
#header_menu a:visited {
	float: left;
	padding: 0 20px 4px 0;
	margin: 0 20px 0 0;
	border-bottom: 4px #DACB9C solid;
	color: #847C66;
	text-decoration: none;
}

#header_menu a:hover {
	float: left;
	padding: 0 20px 4px 0;
	margin: 0 20px 0 0;
	border-bottom: 4px #BFA24A solid;
	color: #0B0B0B;
	text-decoration: none;
}

#header_picture_full {
	width: 807px;
	height: 250px;
	margin: 0 0 0 40px;
	border-top: 1px #BFA24A solid;
	border-bottom: 2px #EA8C1B solid;
	border-left: 1px #BFA24A solid;
	background: url("images/header_picture.jpg") left center no-repeat;
}

#header_picture_half {
	width: 807px;
	height: 100px;
	margin: 0 0 0 40px;
	border-top: 1px #BFA24A solid;
	border-bottom: 2px #EA8C1B solid;
	border-left: 1px #BFA24A solid;
	background: url("images/header_picture.jpg") left center no-repeat;
}

span.underlined {
	text-decoration: underline;
}

#side_left {
	float: left;
	width: 271px;
	padding:0 4px 0 40px;
	font-size: 12px;
	color: #404040;
}

#side_left p {
	padding: 20px 4px 0 20px;
}

.menu_left {
	width: 185px;
	padding-left: 30px;
}

.menu_left li {
	padding: 0 0 0 10px;
	margin: 0 0 0 12px;
	list-style: none;
	background: url("images/menu_1_sign.gif") 0px 10px no-repeat;
}

.menu_left a:link,
.menu_left a:visited {
	width: 173px;
	display: block;
	padding: 4px 0 4px 0;
	background: url("images/menu_1_separate.gif") left bottom no-repeat;
	color: #57503D;
	text-decoration: none;
}

.menu_left a:hover {
	color: #57503D;
	text-decoration: underline;
}

.menu_left li.current a {
	color: #57503D;
	font-weight: bold;
}

.menu_left li.current a:hover,
.menu_left li.current a:visited {
	color: #57503D;
	text-decoration: none;
}

.menu_left li.last a {
	background: none;
}

#side_right {
	float: left;
	width: 471px;
	padding: 0 27px 0 34px;
	background: url("images/side_right_top_bg.gif") top repeat-x;
	font-size: 12px;
	line-height: 1.4em;
	color: #404040;
}

#side_right small {
	font-size: 11px;
}

#side_right p {
	padding: 15px 0 0 0;
}

#side_right p.paragraph_head {
	display: block;
	padding: 3px 0 5px 20px;
	margin: 0 20px 0 -20px;
	background: url("images/paragraph_head.gif") left top no-repeat;
	font-family: "Times New Roman", "Tahoma", "Arial";
	font-size: 18px;
	color: #4B4B4B;
	line-height: 1.2em;
}

#side_right p.paragraph_head a {
	color: rgb(208,118,27);
	text-decoration: none;
}

#side_right p.paragraph_head a:hover {
	text-decoration: underline;
}

#side_right p.author {
	font-family: "Times New Roman", "Tahoma", "Arial";
	font-style: italic;
	text-align: right;
}

#side_right p.paragraph_separate {
	clear: both;
	padding: 0;
	height: 25px;
	margin: 15px 0 25px 0;
	background: url("images/paragraph_separate.gif") top center no-repeat;
	border-bottom: 5px #FFFCEE solid;
}

#side_right ul {
	padding: 10px 0 0 15px;
}

#side_right li {
	margin-bottom: 5px;
	padding-left: 14px;
	list-style-type: none;
	background: url("images/list.gif") left 4px no-repeat;
}

.half_width {
	float: left;
	width: 210px;
	margin-right: 20px;
}

.full_width {
	clear: both;
}

#footer {
	clear: both;
	height: 370px;
	background: url("images/footer_bg.jpg") bottom left no-repeat;
}

#footer p {
	padding: 20px 30px 0 0;
	font-size: 11px;
	color: #5B5B5B;
	text-align: right;
}

#footer p a:link,
#footer p a:visited {
	color: rgb(208,118,27);
	font-weight: bold;
	text-decoration: none;
}

#footer p a:hover {
	color: rgb(208,118,27);
	font-weight: bold;
	text-decoration: underline;
}

#copyright {
	width: 790px;
	padding: 288px 0 0 0;
	margin: 0 auto;
	font-size: 11px;
	font-weight: bold;
	color: #5C5541;
	text-align: center;
}

#copyright a:link,
#copyright a:visited {
	color: #61583F;
	text-decoration: none;
}

#copyright a:hover {
	color: #645C46;
	text-decoration: underline;
}

h1 {
	padding: 20px 0 30px 0;
	font-family: "Times New Roman", "Tahoma", "Arial";
	font-size: 22px;
	font-weight: normal;
	color: #4B4B4B;
	text-transform: uppercase;
	line-height: 1.1em;
}

h2 {
	padding: 2px 0 5px 0;
	font-family: "Times New Roman", "Tahoma", "Arial";
	font-size: 20px;
	font-weight: normal;
	color: rgb(208,118,27);
	text-transform: uppercase;
	line-height: 1.2em;
}

h2 a {
	color: rgb(208,118,27);
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	padding: 0 0 1px 20px;
	margin: 20px 0 6px 20px;
	background: url("images/side_left_title.gif") left bottom no-repeat;
	font-family: "Times New Roman", "Tahoma", "Arial";
	font-size: 20px;
	font-weight: normal;
	color: #57503D;
}

a img {
	padding: 3px;
	background-color: rgb(242,230,197);
	border: 1px rgb(218,202,155) solid;
}

.image_gallery_shadow {
	width: 190px;
	height: 156px;
	background: #FDF5E0 url("images/gallery_bg.gif") center center no-repeat;
}

.image_gallery_shadow img {
	padding: 0;
	margin: 19px 17px 18px 12px;
	background-color: transparent;
	border: none;
}

.image_gallery_shadow span {
	position: absolute;
	width: 182px;
	height: 142px;
}

.image_160x120_shadow {
	width: 182px;
	height: 142px;
	font-size: 10px;
	background: #FDF5E0 url("images/image_bg.jpg") center center no-repeat;
}

.image_160x120_shadow span {
	position: absolute;
	width: 182px;
	height: 142px;
	background: url("images/image_fg.gif") top left no-repeat;
}

.image_160x120_shadow img {
	padding: 0;
	margin: 5px 0 0 5px;
	border: 6px #FFFFFF solid;
	background-color: transparent;
}

.image_160x120_shadow p {
	padding: 11px;
}

div.image_left,
.image_160x120_shadow.image_left {
	float: left;
	margin: 0 15px 5px 0;
}

div.image_right,
.image_160x120_shadow.image_right {
	float: right;
	margin: 0 0 5px 15px;
}

#google_div {
	width: 460px;
	height: 460px;
	margin: 0 auto;
	padding: 1px;
	background: #DACA9B;
	border: 4px #F2E6C5 solid;
}

input, textarea {
	font-family: "Arial", "Tahoma", "Times New Roman";
	font-size: 12px;
	color: #756747;
	margin-top: 2px;
	padding: 4px;
	border: 1px #F2E6C5 solid;
	background: #ffffff;
}

input#name {
	width: 180px;
}

input#email {
	width: 290px;
}

textarea#comment {
	width: 290px;
	height: 130px;
}

input#captcha {
	width: 122px;
	margin: 0;
}

input#button_submit {
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px #DACA9B solid;
	background: #F2E6C5;
	color: #4D4D4D;
}

input#button_submit:hover {
	padding: 1px 9px;
	border: 2px #DACA9B solid;
	cursor: pointer;
}

div#ePont {
	position: absolute;
	top: -69px;
	right: 2px;
}

div#ePont img {
	border-top: none;
	border-right: none;
	border-bottom: 1px rgb(218,203,156) solid;
	border-left: 1px rgb(218,203,156) solid;
}

div#ePont img:hover {
	border-top: none;
	border-right: none;
	border-bottom: 1px rgb(191,162,74) solid;
	border-left: 1px rgb(191,162,74) solid;
}

.strike {
	text-decoration: line-through;
}

