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 "Verdana", "Trebuchet MS", "Arial", "Tahoma", "Georgia", "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: #7f7e85 url(/gfx/gfx85_color1/bg_top.gif) repeat-x center top;
    color: #1b3455;
}
.banners {
	margin-left: 30px !important;
}
/*
** container
**/
div#container {	
	float: left;
	background: transparent url(/gfx/gfx85_color1/bg_top_img.jpg) no-repeat center top;
	width: 100%;
}
div#content {	
	width: 100%;
	float: left;
	background-color: #fff;
}
div#header {
	width: 980px;
	height: 353px;
	margin: 0 auto;
	position: relative;	
}
div#footer_container {
	float: left;
	background: transparent url(/gfx/gfx85_color1/bg_footer_container.gif) repeat-x center top;
	width: 100%;
	height: 152px;
}
div#footer {
	width: 980px;
	background: transparent url(/gfx/gfx85_color1/bg_footer.gif) no-repeat center top;
	margin: 0 auto;	
	height: 152px;
	color: #fff;	
}
div#footer span {
	float: left;
	width: 350px;
	display: block;
	height: 60px;
	line-height: 50px;
	margin-left: 30px;
	font-size: 13px;
	color: #1c3455;
	text-align: left;
}
div#footer div.bottom_menu {
	float: right;
	line-height: 50px;
	margin-right: 30px;
}
div#footer div.bottom_menu a {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
div#footer div.bottom_menu a:hover {
	text-decoration: underline;
}
div#data {
	float: left;	
	width: 613px;
	min-height: 330px;
	padding: 20px 17px;
}
div#side_right {
	float: left;
	width: 333px;
	position: relative;
}
div#site {
	width: 980px;
	margin: 0 auto;
}
div#frame {
	float: left;	
	width: 980px;
}
div#side_right p {
	line-height: 24px;
}
div#side_right h1 {
	font-size: 24px;
}

/*
** menu
**/ 
div.menu {	
	width: 960px;
	height: 39px;
	padding-left: 20px;
	position: absolute;
	right: 0;
	top: 14px;
}
div.menu a {
	float: left;
	display: block;
	background: transparent url(/gfx/gfx85_color1/bg_menu.gif) no-repeat right top;
	width: 156px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-right: 1px;
}
div.menu a:hover,
div.menu a.hover {
	background-position: left top;
	color: #fff;
}
div.menu_right {
	margin-top: 20px;
}
div.menu_right a {
	float: right;
	display: block;
	background: transparent url(/gfx/gfx85_color1/bg_menu_left.gif) no-repeat left top;
	height: 30px;
	width: 271px;
	line-height: 30px;
	padding-left: 62px;
	color: #1b3455;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
div.menu_right a:hover,
div.menu_right a.hover {
	color: #000;
	text-decoration: none;
}
div.contact {
	position: absolute;
	top: 200px;
	left: 50px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #1b3455;
	width: 265px;
}
div.contact a {
	color: #1b3455;
}
div.contact span {
	font-size: 25px;
	color: #1b3455;
}
div.contact h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #1b3455;
}

/*
** logo
**/
div.logo {
	float: left;
	width: 313px;
	height: 112px;
	text-align: center;
	position: absolute;
	top: 54px;
	left: 20px;
}
div.logo table td {
	width: 313px;
	height: 112px;
	text-align: center;
}
div.logo a,
div.logo a:hover {
	background: none;	
	text-decoration: none;
	padding: 0;
}
div.logo span {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
}
div.logo strong {
	font-size: 18px;
	color: #fff;
}
img.img {
	position: absolute;
	right: 19px;
	top: 18px;
}

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

/*
** Box
**/
div.box {
	float: left;
	width: 600px;
	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: 470px;
}
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 #1B3455;
}
img.margin {
	margin: 10px 20px;
}
/*
** Box border
**/
div.box_border {
	border-bottom: 1px solid #C1C3C2;
}
/*
** button
**/
a.btn,
a.btn2 {
	float: left;
	background-color: #1b3455;
	text-decoration: none;
	padding: 3px;
	color: #fff;
}
a.btn2 {
	background-color: #1b3455;
	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: #7f7e85;
	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 0 6px 5px;
	margin-bottom: 5px;
	position: absolute;
	bottom: 0;
	left: 357px;
}
h1.title span {
	display: block;
	padding: 5px 0 0 0;
	color: #1b3455;
	font-size: 18px;
}

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

/*
** lang
**/
div#header div.lang {
	top: 55px;
	right: -32px;
}
div#footer div.webgenerator {
	bottom: 70px;
}