@import url("menu.css");
* {
	margin:0;
	padding:0;
}
.clr {
	clear:both;
}
body, html {
	background:url(../../images/common/body_bg.jpg) center;
	text-align:center;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555025;
}
#wraper {
	width:732px;
	height:765px;
	background:url(../../images/headers/header1.jpg) top right no-repeat;
	margin:0 auto;
	margin-top:68px;
}
#left {
	width:238px;
	height:358px;
	background:url(../../images/common/menu_bg.jpg) no-repeat;
	margin-top:0;
	float:left;
}
#left_en {
	width:238px;
	height:358px;
	background:url(../../images/common/menu_en_bg.jpg) no-repeat;
	margin-top:0;
	float:left;
}
#left .menu {
	margin: 188px 35px 33px 71px;
}
#left_en .menu_en {
	margin: 188px 2px 33px 71px;
}
#right {
	width:424px;
	float:right;
	margin-top:358px;
	//margin-top:-1px;
	background:url(../../images/common/content_middle_bg.jpg) repeat-y;
	padding: 0 35px 0 35px;
	text-align:left;
}
#right p {
	line-height:23px;
	text-align:left;
	width:424px;
}
#right .oferte_p {
	line-height:21px;
	text-align:left;
	display:block;
}
#right .oferte_p img {
	background: #fff;
	padding: 5px;
	border:1px dashed #b0a296;
	display:block;
	margin:5px 0 5px 0;
}
#right img {
	background: #fff;
	padding: 5px;
	border:1px dashed #b0a296;
	margin:5px;
	display: block;
}
#right img:hover {
	border:1px dashed #f99d1b;
}
#right p .img_splash {
	float:left
	margin:5px 5px 5px 0;
	border:0;
	background:none;
}
#right ul {
	list-style:none;
	list-style-position:inside;
	margin-bottom:15px;
}
#right ul ul {
	list-style:none;
	list-style-position:inside;
	text-indent:10px;
	margin:0;
}
#right a {
	color:#f99d1b;
	text-decoration:none;
}
#right a:hover {
	color:#000;
}
#right .titles {
	margin-bottom:20px;
}
#right .desp {
	margin: 10px 0 10px 0;
	background:url(../../images/common/desp.gif);
	height:18px;
	width:424px;
	clear:both;
}
.footer {
	width:494px;
	height:40px;
	float:right;
	background:url(../../images/common/content_bottom_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:50px;
	text-align:right;
	color:#505966;
	font-size:10px;
}
.footer p {
	margin-top:40px;
}
.footer a {
	color:#81af40;
	border-bottom:1px solid #505966;
	text-decoration:none;
}
.footer a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #81af40;
}



label {
	display: block;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #73808c;
	text-align:right;
	margin-bottom:15px;
	margin-right:5px;
}
legend {
	margin: 0;
	padding: 0 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #73808c;
}
Textarea {
	width: 250px;
	height: 100px;
	margin-top: 0 !important;
	margin-top /**/: 20px;
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #bbbb92;
	border-top:none;
	border-left:none;
	border-right:none;
	background: #f7f4f4;
	color:#555025;
}
Textarea:focus, Textarea:hover {
	background: #fff;
}

Input.textfield {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555025;
	border: 1px solid #bbbb92;
	border-top:none;
	border-left:none;
	border-right:none;
	background: #f7f4f4;
	width: 150px;
	height: 15px;
}
Input:focus, Input:hover {
	background: #fff;
}


H1 {
	font-size:14px;
	color:#f99d1b;
	font-weight:bold;
	margin-top:15px;
}
H2 {
	font-size:10px;
	color:#86785e;
	font-weight:bold;
	margin-top:-3px;
}

#right p img {
	text-indent: 20px;
	line-height:21px;
	text-align:left;
}

.error {
	color:#d7340e;
	font-weight:bold;
}