html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
    margin: 0;
    padding: 0;
    font: 13px "Arial", "Verdana", "Times New Roman", "Tahoma", "Trebuchet MS";
    text-align: left;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block }

*:active, object:focus, embed:focus, a { outline: none }
label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea { font-size: 100% }
.bug { border: 1px solid red }


body {
	background: #bbafa2 url(/gfx/gfx23_color1/bg_top_img.jpg) no-repeat center top;
    color: #000;
}
/*
** container
**/
div#container {	
	float: left;
	width: 100%;
}
div#content {	
	width: 980px;
	margin: 0 auto;	
}
div#header {
	width: 980px;
	height: 292px;
	position: relative;
}
div#footer {
	width: 980px;
	float: left;
	background: transparent url(/gfx/gfx23_color1/bg_footer.jpg) no-repeat right top;
	height: 70px;
	font-size: 11px;
	color: #2b1e18;
}
div#footer span {
	float: left;
	display: block;
	height: 70px;
	line-height: 90px;
	font-size: 11px;
	color: #2b1e18;
	margin-left: 20px;
}
div#footer div.bottom_menu {
	float: right;
	width: 320px;
	height: 70px;
	line-height: 90px;
	text-align: right;
	margin-right: 20px;
}
div#footer div.bottom_menu a {
	background: none;
	font-size: 11px;
	color: #2b1e18;
	text-decoration: none;
}
div#footer div.bottom_menu a:hover {
	text-decoration: underline;
}
div#data {
	float: left;
	width: 660px;
	padding: 15px 20px 20px 20px;
}
div#side_left {
	float: left;
	background: transparent url(/gfx/gfx23_color1/bg_side_left.jpg) no-repeat left top;
	width: 280px;
}
div#frame {
	float: left;
	width: 980px;
	background: transparent url(/gfx/gfx23_color1/bg_data.jpg) repeat-y left top;
}

/*
** menu
**/
div.menu {
	float: right;
	width: 700px;
	height: 51px;
}
div.menu a,
div.menu a:hover {
	display: block;
	float: left;
	background: transparent url(/gfx/gfx23_color1/bg_menu.gif) no-repeat left top;
	width: 114px;
	height: 51px;
	margin-right: 3px;
	line-height: 51px;
	text-align: center;
	text-decoration: none;
	
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
div.menu a.last,
div.menu a:hover.last {
	margin-right: 0;
}
div.menu a:hover,
div.menu a.hover {
	background-position: left bottom;
	color: #d89eab;
}
div.menu_left {
	padding-top: 29px;
}
div.menu_left a,
div.menu_left a:hover {
	display: block;
	background: transparent url(/gfx/gfx23_color1/bg_menu_left.jpg) no-repeat left top;
	height: 35px;
	padding-left: 40px;
	font-size: 10px;
	font-weight: bold;
	
	text-decoration: none;
	color: #2b1e18;
	line-height: 35px;
	margin-bottom: 1px;
}
div.menu_left a:hover {
	color: #d85472;
}
/*
** contact
**/
div.contact {
	width: 220px;
	height: 182px;
	padding: 20px;
	color: #2b1e18;	
}
div.contact p {
	line-height: 20px;
}
div.contact h1 {
	color: #2b1e18;
	font-size: 18px;
	font-weight: bold;
}
div.contact a {
	color: #2b1e18;
}

/*
** logo
**/
div.logo {
	width: 275px;
	height: 135px;
	text-align: center;
	font-size: 24px;
	
	color: #fff;
	position: absolute;
	top: 0;
}
div.logo table td {
	width: 275px;
	height: 135px;
	text-align: center;
}
div.logo a,
div.logo a:hover {
	background: none;	
	text-decoration: none;
	color: #fff;
	padding: 0;
}
div.logo span {
	color: #ffff;
	font-size: 24px;
	
	margin: 0 auto;
	cursor: pointer;
}
div.logo strong {
	display: block;
	margin-top: 4px;
	font-weight: normal;
	cursor: pointer;
	
	font-size: 11px;
}
img.img {
	float: right;
	margin-right: 9px;
}

/*
** form
**/
form#form {
	margin-top: 10px;
}
form#form label {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	padding-top: 5px;
	margin-right: 10px;
	color: #2b1e18;
}
form#form input,
form#form textarea {
	border: 1px solid #2b1e18;
	background-color: #fff;
	width: 300px;
	height: 20px;
	margin-bottom: 2px;
	padding: 2px 3px 0 3px;
	color: #2b1e18;
}
form#form textarea {
	height: 150px;
}
form#form input:hover,
form#form textarea:hover,
form#form input:focus,
form#form textarea:focus {
	background-color: #fff;
	border: 1px solid #2b1e18;
}
form#form input.readonly,
form#form input.readonly:hover,
form#form input.readonly:focus {
	border: 1px solid #2b1e18;
	background-color: #fff;
}
form#form input.btn {
	float: left;
	display: block;
	background-color: #2b1e18;
	width: 105px;
	height: 28px;
	margin-left: 110px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #fff;
	text-align: center;	
	cursor: pointer;
	border: none;
}
h1.error {
	margin: 10px 0 0 0;
}
div.error {
	background-color: #d9ccbd;
	color: #2b1e18;
	border: 1px solid #2b1e18;
	padding: 10px;
}

/*
** Box
**/
div.box {
	float: left;
	width: 610px;
	height: 95px;
	margin: 10px 5px 5px 0;
	position: relative;	
	padding-bottom: 8px;
}
div.details {
	margin-top: 10px;
}
span.date {
	float: right;
}
div.box_long {
	width: 520px;
}
div.cat,
div.gallery {
	width: 122px;
	text-align: center;
	height: auto;
	padding: 0 23px;
	margin: 20px 2px 0 2px;
	font-size: 11px;
}
div.cat span {
	font-size: 11px;
}
div.gallery {
	height: 110px;
}
div.box img,
div.details img {
	margin-right: 5px;
}
div.box div.lead {
	margin: 3px 0;
}
div.params {
	width: 480px;
}
div.price {
	margin-top: 5px;
}
div.box div.price {
	font-weight: bold;
	margin-top: 0;
}
div.box a.btn,
div.box a.btn2 {
	position: absolute;
	left: 125px;
	bottom: 13px;
}
div.box a.btn2 {
	left: 195px;
}
div.box a.title {
	background: none;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
}
div.box a.title:hover {
	text-decoration: none;
}

/*
** Back
**/
a.back,
a.more {
	clear: both;
	float: right;
	margin-top: 10px;
	text-decoration: none;
}
a.back span,
a.more span {
	text-decoration: none;
	cursor: pointer;
}
a.back:hover span,
a.more:hover span {
	text-decoration: none;
}
a.more {
	margin-bottom: 10px;
}

/*
** ul
**/
ul {
	margin: 0 0 10px 30px;
}

/*
** Border
**/
img.border {
	border: 1px solid #83402b;
}
img.margin {
	margin: 10px 20px;
}
/*
** Box border
**/
div.box_border {
	border-bottom: 1px solid #bbafa2;
}
/*
** button
**/
a.btn,
a.btn2 {
	float: left;
	background-color: #2b1e18;
	text-decoration: none;
	padding: 3px;
	color: #fff;
}
a.btn2 {
	background-color: #2b1e18;
	color: #fff;
}

/*
**	additional
**/
.marked { font-weight: bold }
.pointer { cursor: pointer }
.fleft { float: left }
.fright { float: right }
.clear { clear: both }
div { line-height: 20px }
p {
	padding: 5px 0;
}

/*
** ul
**/
ul {
	margin: 0 0 10px 30px;
}

/*
**	links	
**/
a {
    color: #83402b;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/*
** headers
**/
h1, h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
h2 a {
	background: none;
	padding: 0;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
}
h1.title {	
	padding: 0;
	position: absolute;
	left: 300px;
	bottom: 6px;
}
h1.title span {
	font-size: 30px;
	color: #2b1e18;
}

/*
** Table
**/
table.table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.table td,
table.table th {
	border: 1px solid #cabdae;
	padding: 5px;
	background-color: #d9ccbd;
}
table.table td.tright,
table.table th.tright {
	text-align: right;
}
table.table th {
	background-color: #2b1e18;
	font-weight: bold;
	color: #fff;
}
table.table td div.desc {
	margin: 5px 2px;
	font-size: 11px;
}

/*
** ref
**/
div.ref div.params {
	width: 100%;
}
div.ref a.btn {
	left: 0;
}

/*
** calendar
**/
div.calendar {
	margin: 5px 0;
	float: left;
	width: 46%;
	padding: 0 10px;
	
}
div.border_none {
	border: none;
}
div.calendar a.btn {
	left: 10px;
}
div.calendar a.btn,
div.calendar a.btn2 {
	bottom: 20px;
}

/*
** lang
**/
div#header div.lang {
	top: 46px;
	right: -31px;
}
div#footer div.webgenerator {
	bottom: -30px;
}