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: 12px "Arial", "Georgia", "Verdana", "Trebuchet MS", "Tahoma", "Times New Roman";
    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: #ebe7e4 url(/gfx/gfx108_color1/bg_top.gif) repeat-x center top;
    color: #000000;
}
/*
** container
**/
div#container {	
	float: left;
	background: transparent url(/gfx/gfx108_color1/bg_top_img.jpg) no-repeat center top;
	width: 100%;
}
div#content {	
	float: left;
	background: #fff url(/gfx/gfx108_color1/bg_data.gif) repeat-x center top;
	width: 100%;
}
div#header {
	width: 980px;
	height: 256px;
	margin: 0 auto;
	position: relative;	
}
div#footer_container {
	float: left;	
	width: 100%;
}
div#footer {
	width: 930px;
	margin: 0 auto;
	height: 98px;
	padding: 15px 30px;
	color: #fff;
}
div#footer span {
	display: block;
	font-size: 12px;
	color: #000;
	text-align: left;
	width: auto;
	margin: 5px 0 0 15px;
}
div#footer div.bottom_menu {
	float: right;
	text-align: left;
	width: 240px;
}
div#footer div.bottom_menu a {
	display: block;
	background: transparent url(/gfx/gfx108_color1/bg_bottom_menu.gif) no-repeat left top;
	padding-left: 45px;
	font-size: 12px;
	font-weight: normal;
	color: #187191;
	text-decoration: none;
}
div#footer div.bottom_menu a:hover {
	text-decoration: underline;
}
div#data {
	float: left;	
	width: 688px;
	min-height: 370px;
	padding: 30px;
	position: relative;
}
div#side_right {
	float: right;
	width: 232px;	
}
div#site {	
	width: 980px;
	min-height: 334px;
	background: transparent url(/gfx/gfx108_color1/bg_data_top.gif) no-repeat center top;
	margin: 0 auto;
}
div#frame {
	float: left;	
	width: 980px;
	position: relative;
}
div#side_right p {
	line-height: 24px;
}
div#side_right h1 {
	font-size: 24px;
}

/*
** menu
**/ 
div.menu {	
	width: 980px;
	height: 54px;
	position: absolute;
	left: 0;
	bottom: 0;
}
div.menu a {
	float: left;
	display: block;
	background: transparent url(/gfx/gfx108_color1/bg_menu.png) no-repeat right top;
	width: 137px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-left: -12px;
}
div.menu a.first {
	background-image: url(/gfx/gfx108_color1/bg_menu_first.png);
	margin-left: 0;
}
div.menu a:hover,
div.menu a.hover {
	color: #24c5f0;
}
div.menu_right {
	padding-top: 40px;
	width: 232px;
	min-height: 220px;
}
div.menu_right a {
	display: block;
	background: transparent url(/gfx/gfx108_color1/bg_menu_right.gif) no-repeat 21px 100%;
	height: 28px;
	width: 168px;
	line-height: 28px;
	padding-left: 54px;
	color: #18252b;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
div.menu_right a:hover,
div.menu_right a.hover {
	background-position: 21px 0;
	text-decoration: none;
}
div.contact {
	float: left;
	background-color: #f2f1ef;
	width: 660px;
	height: 58px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #18252b;
	padding: 15px;
}
div.contact div.first {
	float: left;
	width: 300px;
	border-right: 1px solid #18252b;
}
div.contact div.second {
	float: left;
	margin-left: 10px;
}
div.contact a {
	color: #18252b;
}
div.contact h1 {
	text-align: left;
	font-size: 18px;
	font-family: Impact;
	color: #18252b;
	margin-bottom: 0;
}

/*
** logo
**/
div.logo {
	float: left;
	width: 500px;
	height: 200px;
	text-align: left;
	margin: 0 0 0 30px;	
}
div.logo table td {
	width: 500px;
	height: 200px;
	text-align: left;
}
div.logo a,
div.logo a:hover {
	background: none;	
	text-decoration: none;
	padding: 0;
}
div.logo span {
	color: #fff;
	font-size: 42px;
	cursor: pointer;
	font-family: Impact;
}
div.logo strong {
	font-size: 18px;
	color: #18252b;
}
img.img {
	position: absolute;
	top: 0;
	right: 0;
}

/*
** 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: #000;
}
form#form input,
form#form textarea {
	border: 1px solid #2f82a0;
	background-color: #fff;
	width: 300px;
	height: 20px;
	margin-bottom: 2px;
	padding: 2px 3px 0 3px;
	color: #2f82a0;
}
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 #2f82a0;
}
form#form input.readonly,
form#form input.readonly:hover,
form#form input.readonly:focus {
	border: 1px solid #2f82a0;
	background-color: #fff;
}
form#form input.btn {
	float: left;
	display: block;
	background-color: #2f82a0;
	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: #fff;
	color: #000;
	padding: 10px;
}

/*
** Box
**/
div.box {
	float: left;
	width: 650px;
	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: 520px;
}
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 #2f82a0;
}
img.margin {
	margin: 10px 20px;
}
/*
** Box border
**/
div.box_border {
	border-bottom: 1px solid #2f82a0;
}
/*
** button
**/
a.btn,
a.btn2 {
	float: left;
	background-color: #2f82a0;
	text-decoration: none;
	padding: 3px;
	color: #fff;
}
a.btn2 {
	background-color: #2f82a0;
	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: #2f82a0;
	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 {	
	text-align: left;
	margin-bottom: 20px;
	color: #18252b;
	font-size: 30px;
	font-family: Impact;
}

/*
** Table
**/
table.table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.table td,
table.table th {
	border: 1px solid #2f82a0;
	padding: 5px;
}
table.table td.tright,
table.table th.tright {
	text-align: right;
}
table.table th {
	background-color: #2f82a0;
	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;
}
