* { margin: 0px; padding: 0px; }

BODY {
	background: #faf6e4 url(../images/bg_body.jpg) repeat-x top;
	font: normal 0.9em/1.3em Georgia;
	color: #505050;
	padding-bottom: 50px;
}

H1 {
	color: #742b2b;
	font: bold 1.2em Georgia;
	margin: 9px 0px 30px 0px;
}

DIV#content A {
	color: #505050;
	text-decoration: underline;
}
DIV#content A:hover { text-decoration: none; }

P { margin-bottom: 10px; }

IMG.img_border {
	padding: 1px;
	border: 1px solid #727271;
	background-color: #f2efde;
}

DIV#container {
	width: 781px;
	margin: 0px auto;
	margin-top: 71px;
	position: relative;
}

DIV#top {
	width: 781px;
	height: 75px;
	background: url(../images/top.png);
}

DIV#lang_bar  { position: absolute; }
/*DIV#lang_bar UL { list-style: none; float: right; padding: 16px 40px 0px 0px;}*/
DIV#lang_bar UL { list-style: none; float: left; padding: 16px 40px 0px 650px;}
DIV#lang_bar UL LI { text-indent: -9999px; display:inline; }
DIV#lang_bar UL LI A {
	display: block;
	width: 40px;
	height: 27px;
	outline: 0px;
	float: left;
	margin-right: 3px;
}
DIV#lang_bar UL LI A#lang_hr { background: url(../images/lang01.jpg) 0px 0px; }
DIV#lang_bar UL LI A#lang_hr:hover { background: url(../images/lang01.jpg) 0px -27px; }
DIV#lang_bar UL LI A#lang_en { background: url(../images/lang02.jpg) 0px 0px; }
DIV#lang_bar UL LI A#lang_en:hover { background: url(../images/lang02.jpg) 0px -27px; }

DIV#main {
	padding: 3px 15px 0px 15px;
	width: 751px;
	background: url(../images/glow.png);
}

DIV#h_home { width: 751px; height: 188px; background: url(../images/h_home.jpg); }
DIV#h_apartmants { width: 751px; height: 188px; background: url(../images/h_apartmants.jpg); }
DIV#h_trstenik { width: 751px; height: 188px; background: url(../images/h_trstenik.jpg); }
DIV#h_gallery { width: 751px; height: 188px; background: url(../images/h_gallery.jpg); }
DIV#h_reservations { width: 751px; height: 188px; background: url(../images/h_reservations.jpg); }
DIV#h_prices { width: 751px; height: 188px; background: url(../images/h_prices.jpg); }
DIV#h_trips { width: 751px; height: 188px; background: url(../images/h_trips.jpg); }
DIV#h_winetour { width: 751px; height: 188px; background: url(../images/h_winetour.jpg); }
DIV#h_contact { width: 751px; height: 188px; background: url(../images/h_contact.jpg); }

DIV#three_cols {
	width: 751px;
	background: url(../images/bg_h1.gif) no-repeat 0px 3px;
	float: left;
}

DIV#left_menu { padding-top: 58px; float: left; }
DIV#left_menu UL { list-style: none; }
DIV#left_menu UL LI { margin-bottom: 3px; }
DIV#left_menu UL LI A {
	display: block;
	padding: 7px 15px 9px 21px;
	width: 122px;
	height: 15px;
	background: url(../images/menu_button.jpg) 0px -31px;
	text-decoration: none;
	color: #4f4f4f;
	font: bold 1.05em Georgia;
	line-height: 100%;
}
DIV#left_menu UL LI A:hover, DIV#left_menu UL LI A.active {
	background: url(../images/menu_button.jpg) 0px 0px;
	color: white;
}

DIV#content {
	float: left;
	padding: 0px 0px 0px 30px;
	width: 400px;
}
DIV#content UL {
  margin: 20px 0px 20px 40px;
}
DIV#content UL.prices {
	margin: 0px;
	list-style: none;
	width: 357px;
	margin: 0px 0px 30px 20px;
	background: url(../images/prices_top.jpg) no-repeat;
	float: left;
}

UL.prices LI.prices_top {
	padding: 7px 0px 0px 20px;
	color: white;
	font-weight: bold;
	float: left;
	width: 337px;
}

UL.prices LI {
	font-weight: bold;
	float: left;
	padding: 3px 0px 3px 0px;
}
UL.prices LI.topmargin { padding-top: 15px; }

UL.prices LI.prices_left { 
	padding-left: 20px;
	width: 160px;
	border-left: 1px solid #dad3c2;
	border-bottom: 1px solid #dad3c2;
}

UL.prices LI.prices_right { 
	width: 175px;
	border-right: 1px solid #dad3c2;
	border-bottom: 1px solid #dad3c2;
}

DIV#content UL.gallery_images { list-style: none; margin:0px; }
UL.gallery_images LI { float: left; width: 120px; text-align: center; margin: 0px 10px 10px 0px;}

DIV.highlight {
	background-color: #dfd8c7;
	border: 1px dashed #505050;
	font: bold 1em Georgia;
	padding: 20px 45px 20px 45px;
	margin: 20px auto 20px auto;
	text-align: center;
	color: #742b2b;
	width: 240px;
}

IMG.addstuff {
	float: left;
	margin: 0px 15px 5px 0px;
}

DIV#right_menu {
	float: right;
	padding: 58px 0px 0px 20px;
	width: 137px;
}

DIV#right_menu UL { list-style: none; margin-bottom: 100px;}
DIV#right_menu UL LI {
	padding: 9px 0px 0px 11px;
	width: 126px;
	height: 91px;
	margin-bottom: 3px;
	background: url(../images/bg_right_img.gif);
}

DIV.clear { clear: both; margin-bottom: 20px; }

DIV#footer {
	clear: both;
	padding-top: 25px;
	width: 781px;
	height: 34px;
	background: url(../images/bg_footer.png);
	color: #c9c7c7;
	text-align: center;
	font: normal 0.75em Georgia;
}
DIV#footer A {
	color: #c9c7c7;
	font-weight: bold;
	text-decoration: none;
}

UL#contact {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
UL#contact LI { margin-bottom: 10px; }
DIV.div_c_i {
	width: 314px;
	height: 31px;
	background: url(../images/input_contact.jpg);
	font-weight: bold;
}
DIV.div_c_i DIV {
	padding: 7px 0px 0px 10px;
	width: 110px;
	float: left;
}
DIV.div_c_i INPUT {
	float: left;
	font: normal 1em Georgia;
	background-color: transparent;
	border: 0px;
	padding: 9px 10px 5px 10px;
	width: 170px;
	height: 17px;
}
DIV.div_c_t {
	display: block;
	width: 314px;
	height: 179px;
	font-weight: bold;
	background: url(../images/contact_ta.jpg);
}
DIV.div_c_t DIV {
	padding: 8px 0px 0px 10px;
	width: 299px;
	height: 30px;
	float: left;
}
DIV.div_c_t TEXTAREA {
	float: right;
	padding: 10px;
	overflow: auto;
	width: 294px;
	height: 117px;
	border: 0px;
	background-color: transparent;
	font: normal 1em Georgia;
}

INPUT.submit {
	width: 115px;
	height: 31px;
	background: url(../images/contact_submit.jpg);
	border: 0px;
	color: white;
	font: bold 1em Georgia;
	cursor: pointer;
}