


body {
	color: #76684a;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma;
	background: #000 url(layout/filler.jpg) repeat-y center;
}

/* @group Layout Table */



#layout_top {
	background-image: url(layout/top.jpg);
	height: 193px;
	width: 904px;
}

#layout_top:hover{
	cursor: pointer;
}

#layout_middle {
	background-image: url(layout/middle.jpg);
	height: 259px;
	width: 904px;
}

#layout_menu {
	margin: 0;
	background-image: url(layout/menu.jpg);
	height: 62px;
	width: 904px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#layout_content_bg{
	margin: 0;
	padding: 0;
	width: 904px;
	background: url(layout/content-bg.jpg);
}


#layout_content{
	margin: 0;
	padding: 0;
	width: 904px;
	background: url(layout/content.jpg) no-repeat;
}

#layout_content_bottom {
	margin: 0;
	padding: 0;
	background-image: url(layout/content-bottom.jpg);
	height: 230px;
	width: 904px;
}

#layout_bottom {
	margin: 0;
	padding: 0;
	background-image: url(layout/bottom.jpg);
	height: 253px;
	width: 904px;
	font-size: 13px;
}
#content_title {
	color: #fff;
	text-align: right;
	width: 450px;
	padding-top: 70px;
	padding-bottom: 20px;
}
#content_body {
	font: 11px Tahoma;
	color: #bdb197;
	text-align: justify;
	padding-left: 100px;
	width: 350px;
	padding-bottom: 16px;
	padding-top: 7px;
}

#lang  {
	padding-top: 26px;
	font-size: 10px;
}

#lang a{
	text-decoration: none;
	color: #76684a;
}

#lang a:hover{
	color: #bdb197;
}


/* @group Menu */

table#menu_table {
	width: 500px;
	position: relative;
	top: 17px;
	left: 10px;
}
table#menu_table td {
	text-align: center;
	width: 25%;
	line-height: 17px;
}


span.menu_big {
	font-size: 18px;
}

span.menu_small {
	font-size: 10px;
}

#menu_table a  {
	color: #76684a;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#menu_table a:hover  {
	color: #bdb197;
}


/* @end */



/* @end */

#BZD26D37B271DD48708CB1 {
	margin-left: 16px;
}

/* @group Contact form */

#content_body td{
	text-align: right;
}

#content_body textarea {
	width: 266px;
	background-color: #1b1b1b;
	border: 1px solid #bdb197;
	height: 10em;
	color: #fff;
	font: 11px Tahoma;

}

#content_body input {
	width: 265px;
	background-color: #1b1b1b;
	border: 1px solid #bdb197;
	color: #fff;
	font: 11px Tahoma;
}

#content_body .form_submit {
	color: #bdb197;
	letter-spacing: 2px;
}


/* @end */

table#prices_table {
	width: 355px;
	margin-top: 18px;
	margin-bottom: 27px;
}

#prices_table tbody th,#prices_table tbody td {
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
}

img.pano_thumb:hover {
	cursor: pointer;
}

#contact_mesg{
	background:  #76684a;
	padding: 1em;
	padding-top: .2em;
	padding-bottom: .2em;

}



