div.bg{
	background: url(../i/bg_line_light.gif) bottom left repeat-x;
}
div.breadcrumb span{
	color:#757575;
}
a{
	color:#757575;
}
div.contacts-text{
	padding:30px 30px 0 12px;
	color:#342B13;
}
div.contacts-text .text{
	margin:30px 0;
}
div.contacts-text .text p{
	margin-bottom:10px;
}
h2{
	font-size:1.2em;
}
div.contacts-text .text a:link, div.contacts-text .text a:visited, div.contacts-text .text a:hover, div.contacts-text .text a:active{
	color:#70B7B7;
	text-decoration:none;
}
div.contacts-text .text a:hover{
	text-decoration:underline;
}
/* FORM ------------------------------------*/
div.contacts-text form{
}
div.contacts-text form .row{
	width:100%;
	clear:both;
	padding-top:10px;
}
div.contacts-text form .left{
	float:left;
	width:35%;
}
div.contacts-text form .right{
	float:left;
	width:40%;
}
div.contacts-text form input{
	width:100%;
	border:1px solid #C3C0B5;
}
div.contacts-text form select{
	width:101%;
	border:1px solid #C3C0B5;
}
div.contacts-text form textarea{
	width:100%;
	border:1px solid #C3C0B5;
}
div.contacts-text form #send{
	text-align:right;
	width:75%;
}

div.lang-switch a{
	color:#757575;
}