﻿body {
	margin:0px;
	padding:0px;
	background-color:#EEE0CB;
    color:#282828;
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
}

.clear {clear:both;}
object, embed {margin:0px;padding:0px;display:inline;}
img {border:0px;margin:0px;padding:0px;}
h1 {color:#CC1D1A;margin-top:10px;margin-bottom:10px;}
form {margin:0px;padding:0px;}

#wrapper 
{
	width: 100%;
	overflow:hidden;
	border:0px solid red;
}
#header {
	margin:0px;
	padding: 0px;
	height: 100px;
	/*background-image:url(../images/main/bg_head.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;*/
	background-color:#5D3B25;
	border-bottom:1px solid #FFF;
}

#header #menuHead {display:none;}
#header #printLogo {display:none;}
#header #language {display:none;}

#logo {float:right;}

#content {
    margin:0px;
	padding: 20px;
	background-color:#EEE0CB;
    background-position: top right;
    background-repeat: repeat-y;
}
#content h1, h2, h3, h4
{    
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#5d3c26;
    margin:0 0 10px;
	font-weight:normal;
}
#content h1 {font-size:20px;}
fieldset {border:0px;margin:10px 0px 10px 0px;padding:0px;}
label {display:block;float:left;width:145px;}
label.long {width:250px;}
input, textarea {float:left;width:250px;}

input.error, textarea.error {background:#FFF url(../images/error_32.png) no-repeat right top;}
input.error {background-position:right center;}

input.button {width:auto;}
input.button 
{
	border:1px solid #000;
	font-size:10px;
	font-family:Arial, Verdanam, Tahome;
	background-color:#E6E6E6;	
	color:#737373;
	font-weight:bold;
}

fieldset div {float:left;}
fieldset div.error {border-right:10px solid #fa5858;float:left;padding:0px 0px 0px 0px;margin:0px;}
fieldset div.msg
{
	color:#fa5858;
	padding:0px 0px 0px 150px;
	margin:0px;
	float:left;
	border:0px solid brown;
	display:none;
}

fieldset div.error input, fieldset div.error textarea {float:left;border:1px solid #fa5858;}
fieldset label.error {color:#fa5858;margin-left:145px;width:250px;}
fieldset label.errorauto {color:#fa5858;width:auto;}
fieldset div.error div {float:left;border-right:3px solid #000;}

#contentCenter #map .address {height:200px;}
#contentCenter #map h2 {
	margin:5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	color: #e4801c;
}
#contentCenter #map p {font-size:11px;color:#303030;}
#contentCenter #map a {color:#F9941E;font-size:11px;}