/*RESET*/
*{text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; color: #FFFFFF;}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }

*{font: 10pt  "Arial"; color:#000000; }


html,body{
	background-color: #FFFFFF;
	min-width:1000px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<;1000?'1000px':''); /* Internet Explorer <= 6.0 */
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, p, blockquote {
	margin: 0;
	padding: 0;
	/*font: 12px "Courier New", monospace;*/
}

h1 {
	padding: 8px 0;
	font-size: 20px;
	color: #612200;
	font-family:"Arial Black", Helvetica, sans-serif
}

h2 {
	font-size: 18px;
	padding: 8px 0;
}

h3 {
	font-size: 16px;
	padding: 8px 0;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	padding: 2px 0;
}

p {
	padding: 5px 0;
}


#layout_head{
	width: 		100%;
	margin:		0px auto;
}

#layout_head  div.left{	
	background:url('/images/head_left.jpg') no-repeat left;
	height:		153px;
	padding: 0px;
	width: 100%;
}

#layout_head  div.center{	
	height:		153px;
	width: 		1000px;
	margin: 	0px auto;
	padding: 	0px;
}

#layout_head  div.right{	
	background:url('/images/head_right.jpg') no-repeat right;
	height:		153px;
	width: 100%;
}


#layout_menu{
	width: 		100%;
	margin:		0px auto;
	
}

#layout_menu  div.left{	
	background:url('/images/menu_left.jpg') no-repeat left;
	height:		42px;
}

#layout_menu  div.center{	
	height:		42px;
	width: 		1000px;
	margin: 	0px auto;
}

#layout_menu  div.right{	
	background:url('/images/menu_right.jpg') no-repeat right;
	height:		42px;
}

#layout_subheader{
	width: 		100%;
	margin:		0px auto;
}

#layout_subheader  div.left{	
	background:url('/images/subheader_left.jpg') no-repeat left;
	height:		22px;
}

#layout_subheader  div.center{	
	height:		22px;
	width: 		1000px;
	margin: 	0px auto;
}

#layout_subheader  div.right{	
	background:url('/images/subheader_right.jpg') no-repeat right;
	height:		22px;
}


#layout_center div.left{	
	background:url('/images/main_bg_left.jpg') repeat-y left;
}

#layout_center div.center{	
	width: 		1000px;
	margin: 	0px auto;
	height:		auto;
	background:url('/images/main_bg.jpg') repeat-y;	
}

#layout_center div.center{	
	width: 		1000px;
	margin: 	0px auto;
	height:		auto;
	background:url('/images/main_bg.jpg') repeat-y;	
}


#layout_center div.right{	
	background:url('/images/main_bg_right.jpg') repeat-y right;
}


#layout_bottom  div.left{	
	background:url('/images/bottom_left.jpg') no-repeat left;
}

#layout_bottom  div.center{	
	height:		345px;
	width: 		1000px;
	margin: 	0px auto;
	background:url('/images/bottom.jpg') no-repeat;

}



#layout_bottom  div.center_bottom{	
	height:		217px;
	width: 		1000px;
	margin: 	0px auto;
}


#layout_bottom  div.center_bottom div, img{	
	margin: 	0px;
	padding: 	0px;
}


#layout_bottom  div.right{	
	background:url('/images/bottom_right.jpg') no-repeat right;
}

#wrap{
	width: 		100%;	
	padding: 0px;
	margin: 0px;
}


#layout{
	width: 		950px;
	margin:		0px auto;
	background-color: #FFFFFF;
	background-image:url('/images/bg_bottom.jpg');
	background-position:bottom;
	background-repeat: no-repeat;

}

#layout_bottom div.mainarea{
	margin: 	0px 35px 0px 370px;
}

div.mainarea{
	margin: 	0px 35px 0px 105px;
}
p{
	text-align:	justify;
}


#layout_footer{
	background:		#8FB152;
	height:			30px;
	width:			950px;
	text-align: 	center;
	display:		table-cell;
    vertical-align: middle;
}

#layout_menu a{
	padding: 0px; margin: 0px;
	text-decoration: none;
}

/*a:link, a:visited {*/
a{
	color: #663333;
	font-weight:bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #612200;
	
}

img.button{
	float:left;
	text-align: center;
	/*width: 170px;*/
	cursor: pointer;
	font-weight:bold;
	color: #FFFFFF;
	padding: 0px; margin: 0px;
	text-decoration: none;
}


.data {
    color:              #000000;
    font-weight:        normal;
    text-align:			justify;
	padding:			10px 5px 5px 20px;
    vertical-align: 	top;
}



/*.header {
    text-align:			justify;
    height:				30px;
    background-color:   #9DBD7A;
    vertical-align: 	middle;
    width:				100%;
}*/

h1.MainTitle{
	padding: 5px 10px;
	background: #83A59E;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 2px 2px 1px #679956;
	width: 100%;
}

a.MenuTitle{
	font-size: 16px;
}

h2.MenuTitle{
	padding: 5px 10px;
	background: #FFFFFF;
	color: #000;
	margin-bottom: 10px;
	text-shadow: 2px 2px 1px #679956;
	
}


h3.PostTitle{
	padding: 5px 10px;
	background: #9CCC8F;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 2px 2px 1px #679956;
	width: 100%;
}

h4.PostSubTitle{
	padding-left: 10px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	background: #fdfdfd;
	color: #54545d;
}

a.toTop {
	float: right;
	font-size: 9px;
	color: #fff;
	margin-top: 4px;
	text-transform: lowercase;
	text-shadow: none;
	text-decoration:underline;
}

.subheader div{
    text-align:			left;
    width:				100%;
    color:				#70797F;
    padding:			5px 5px;
    font-weight:		bold;
}

.header div{
	color:              #5A7D17;
	margin:				1px 5px;
	float: 				left;
}
.header .div_top{
	float: 				right;
	margin:				1px 5px;
	color:				#DBF5A8;
}

.data p{
	text-indent: 5px;
}
li{
	list-style-image: url('/images/li.gif');
	/*list-style:disc;*/
	margin: 0px 0px 0px 0px;
	padding:0px 0px 5px 5px;

}
ul.Options {
	margin-right: 10px;
}
#submenu{
	padding: 0px;
	width: 99%;
	padding: 10px;
	
}
#submenu div{
	height: 20px;
	font-weight: bold;
	width: 99%;
	margin: 1px;
}

b, strong{
	font-weight:	bold;
}

/*PRODUCTS						*/
h3.product_name{
	color: 			#000000;
	font-weight:	bold;
	text-align: 	center;
	font-size:		13px;
}

h4.product_category{
	color: #156393; 
	font-size:10px; 
	text-transform:uppercase;
	text-align:center;
}
/*								*/

h2.title{
	padding: 5px 5px;
	margin-bottom: 5px;
	margin-top: 15px;
}
h3.subtitle{
	padding: 5px 5px;
	margin-bottom: 10px;
}


div.data{
	padding: 5px 0px 30px 10px;
}

/*aftrer message				*/
div.error{
	color: red;
	margin: 5px;
}
div.success{
	color: green;
	margin: 5px;
}
/*								*/

a.product_name{
	color: 			#000000;
	font-weight:	bold;
	text-align: 	center;
	font-size:		13px;
}
a.product_name:hover{
	color: 			#D19B00;

}
center{
	text-align:center;
}


/* PROSPEKT 					*/
table.mdesc{
		width:98%;
		padding:5px;
		margin:5px;
		border:0px;
	}

td.ldesc {
		
        color: #26382A;
        vertical-align: top;
        text-decoration: none;
        text-align: left;
		font-weight:bold;
		width:30%;
}

td.rdesc {
        color: #26382A;
        vertical-align: top;
        text-decoration: none;
        text-align: justify;
}

#news{
	position:absolute;
	display:block;
	width:100px;
	
	top: 200px;
}

#news_desc{
	/*display:none;*/
	/*padding-left: 30px;
	padding-top: 15px;
	width:200px;*/
}

#news h3{
	font-size: 13px;
}

#news div{
	margin-bottom: 10px;
	text-align: justify;
	
}
#news a {
	font-size: 11px;
	text-align: left;
}

/*ACCRODATION*/

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	background: #C6BAA2;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

.de_text{
 	color: 	#424B66;
 	margin-top: 10px;
}

#car_banner{
	position:absolute;
	display:block;
	width:100px;
	
	top: 200px;
}

#car_banner{
	top: 300px;
}

