* {
	margin: 0 auto;
	padding: 0;
}

body {
	background: #c1cacd url(../img/background.jpg) repeat-x;
	font-size: 12px;
}

a {
	color: #3D3D3E;
}
.clear {
	clear: both;
}
#baner span {
	position: relative;
	top: 74px;
	left: -230px;
}

#wrapper {
	width: 956px;
}
#baner {
	margin-top: 7px;
	width: 956px;
}
.logos {
	float: left;
	background: url(../img/logo.png) no-repeat;
	width: 278px;
	height: 86px;
	margin-bottom: 10px;
}
.languages {
	float: right;
	margin-bottom: 40px;
}
.road-menu {
	width:650px;
	float:right;
	display:inline;
	clear:right;
}

#baner ul {
	float:right;
	margin-top: 50px;
	display:inline;
	clear:right;
	zoom:1;

}
#baner li {
	float: left;
	display:inline;
	border-left: solid 1px #9cbe3c;
	list-style: none;
	zoom:1;
}
#baner ul li a {
	color: #3d3d3e;	
	text-decoration: none;
	font-size: 17px;
	padding: 0 15px;
}
#baner .first {
	border-left: none;
	margin-left: 2px;
}

#content {
	margin-top: 30px;
	font-size: 12px;
	font-family: Tahoma;
	color: #3d3d3e;
}
.leftColumn {
	margin-top: 30px;
	line-height: 20px;
	width: 531px;
	float: left;
}
.leftColumn h2 {
	font-size: 24px;
	color: #3D3D3E;
}
.rightColumn {
	float:left;
	
}

.offer {
	background: url(../img/offerBottom.jpg) no-repeat bottom;
	padding: 0 0 4px 0;
}
.offer h2 {
	margin-top: 12px;
	background: url(../img/offerHeader.png) no-repeat top;
	padding: 14px 18px;
	height: 18px;
	color: #f4f4f4;
	font-size: 24px;
}
.offer ul {
	background: #dadfe1 url(../img/offerList.jpg) repeat-y;
	padding: 0 0 0 21px;
}
.offer li {
	list-style: none;
	padding: 0 2px 0 11px;
	background: url(../img/offerPointer.png) no-repeat center left;
}
.offer li a {
	font-size:12px;
	text-decoration: none;
	color: #363638;
	display: block;
	padding: 8px 0 7px 0;
	border-top: solid 1px #c5c5c9;
}
.offer li a:hover {
	font-weight: bold;
}
.offer .first {
	border: none;
}

#footer {
	padding: 5px 18px;
	margin-top: 17px;
	background: url(../img/footer.png);
	height: 71px;
	
}
#footer p {
	float: left;
	width: 300px;
	font-family:Arial;
	font-size:11px;
}
#footer ul {
	float: right;
}
#footer li{
	float: left;
	list-style: none;
}
#footer li a {
	color: #565656;
	text-decoration: none;
	font-size: 11px;
	font-family:Tahoma;
	text-transform: lowercase;
	padding: 0 7px 0 7px;
	border-left: 1px solid #9cbe3c;
}
#footer .first {
	border-left: none;
}
#singleMenu {
	width: 310px;
	float: left;
}
#singleMenu ul {
	list-style: none;
}
#singleMenu ul li {
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}


#singleMenu ul li a {
	color: #e4e4e4;
	text-decoration: none;
	background: url(../img/singleMenuMiddleHover.png) no-repeat;
	display: block;
	height: 37px;
	width: 310px;
	vertical-align: middle;
}
#singleMenu ul li a:hover {
	font-weight: bold;
}

#singleMenu ul li a.firstOfMenu {
	color: #e4e4e4;
	text-decoration: none;
	background: url(../img/singleMenuFirst.png) no-repeat;
	display: block;
	height: 40px;
	padding-top: 5px;
}
#singleMenu ul li a.firstOfMenu:hover {
	background: url(../img/singleMenuFirstHover.png) no-repeat;
}

#singleMenu ul li a.lastOfMenu {
	color: #e4e4e4;
	text-decoration: none;
	background: url(../img/singleMenuLast.png) no-repeat;
	display: block;
	height: 41px;
}
#singleMenu ul li a.lastOfMenu:hover {
	background: url(../img/singleMenuLastHover.png) no-repeat;
}


#singleMenu ul li ul {
	background: #dadfe1;
	padding-left: 17px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 290px;
}
#singleMenu ul li ul li {
	text-align: left;
	text-transform: none;
	background: url(../img/singleListDeco.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 2px;
}
#singleMenu ul li ul li a {
	color: #3d3d3e;
	font-size: 12px;
	background: none;
	border: none;
	padding: 0;height: auto;
}
#singleMenu ul li ul li a:hover {
	font-weight: bold;
	background: none;
}

.singleBefore {
	background: url(../img/singleContentTop.png) no-repeat;
	height: 4px;
}
.singleAfter {
	background: url(../img/singleContentBottom.png) no-repeat;
	height: 4px;
}
#singleView {
	margin-left: 6px;
	width: 639px;
	float: left;
	color: #3d3d3e;
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 10px;
}
#singleView h1 {
	font-size: 19px;
	color: #ffffff;
	background: url(../img/singleHeader.png) no-repeat;
	width: 594px;
	height: 29px;
	padding: 8px 0 0 39px;
	margin-bottom: 25px;
}
.singleContent {
	background: #f1f5f6;
	border-left: solid 1px #c2c3c5;
	border-right: solid 1px #c2c3c5;
}
.singleContent p, .singleContent ul,.singleContent li{
	margin: 0px 25px 0px 25px;
}
.singleContent table {
	border: solid 1px #b5bfc2;
}

.csc-textpic-imagewrap {
	margin: 0 25px 0 25px;
}

.category {
	height: 400px;
	width: 310px;
	background: #dadfe1;
	float:left;
	margin-left: 5px;
}
.categoryHeader {
	background: url(../img/singleMenuFirstHover.png) no-repeat;
	width: 310px;
	height: 45px;
	display: table-cell;	
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.categoryImage {
	height: 142px;
	width: 311px;
	text-align: center;
}
.categoryBig {
	float: left;
	background: url(../img/offerBig.png);
	width: 311px;
	height: 387px;
	margin-left: 5px;
	margin-bottom: 10px;
}



.categoryLil {
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	background: url(../img/offerSmall.png);
	width: 311px;
	height: 262px;
}
.categoryBig img, .categoryLil img {
	margin-top: 1px;
}
.categoryBig ul, .categoryLil ul {
	margin-top: 12px;
	margin-left: 14px;
}
.categoryBig ul li, .categoryLil ul li{
	list-style: none;
	background: url(../img/singleListDeco.png) no-repeat left center;
	padding-left: 20px;
	
}
.categoryBig ul li a,.categoryLil ul li a {
	font-size: 12px;
	color: #3d3d3e;
	font-size: 12px;
	background: none;
	border: none;
	text-decoration: none;
}

.tx-srlanguagemenu-pi1 {
	float: right;
}

.tx-srlanguagemenu-pi1 a{
	margin: 0;
	padding: 0;
	border: none;
}

.cur, .INACT, .NO {
	float: left;
}
.cur img, .INACT img, .NO img{
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	border: none;
}
.cur a img, .INACT a img, .NO a img{
	border: none;
}
#baner ul li.selected a{
	color: #000;
}



.bigContent {
	padding: 20px;	
	width: 909px;
	background: url(../img/bigContent.png) repeat-y;
	overflow: hidden;
}

.bigBottom {
	width: 949px;
	height: 4px;
	background: url(../img/bigBottom.png) no-repeat;
}
.bigTop {
	width: 949px;
	height: 4px;
	background: url(../img/bigTop.png) no-repeat;
}


.clientsAddres {
	background:transparent url(../img/clientsAddres.jpg) no-repeat scroll 0 0;
	float:left;
	display:inline;
	height:149px;
	margin-bottom:4px;
	margin-left:4px;
	margin-top:10px;
	width:295px;
		
}
.clientsAddres h3 {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 10px;
	color: #fff;
	width:295px;
	height: 30px;
	font-size: 11px;
	font-weight:normal;
	font-family:Tahoma;
}
.clientsAddres p {
	margin-left: 10px;
	margin-top: 5px;
	font-size:11px;
	font-family:Tahoma;
}
.clientsRegions {
	width: 485px;
	height: 160px;
	float: left;
	display:inline;
}
.clientsRegions ul {
	float: left;
	display:inline;
}
.clientsRegions ul li{
	list-style: none;
	padding-left: 10px;
	background: url(../img/clientsPointer.jpg) no-repeat center left;
	float: left;
	width: 200px;
	margin-bottom: 2px;
}
.clientsRegions ul li a{
	text-decoration: none;
	color: #3d3d3e;
	margin-bottom: 2px;
}
.clientsRegions ul li a:hover{
	font-weight: bold;
}
.bigContent object{float: left;}
.bigContent ul {
	margin-left: 20px;
}

.clicked {
	font-weight: bold;
}
.contactLeft {
	float: left;
	width: 297px;
}
.contactLeftTop {
	width: 297px;
	height: 5px;
	background: url(../img/contactLeftTop.png) no-repeat;
}
.contactLeftContent {
	height: 399px;
	width: 267px;
	padding: 0 15px;
	background: url(../img/contactLeftContent.png);
}
.contactLeftBottom {
	
	width: 297px;
	height: 9px;
	background: url(../img/contactLeftBottom.png) no-repeat;
}
.contactRight {
	float: left;
	margin-left: 5px;
	width: 639px;
}
.contactRightTop {
	width: 639px;
	height: 4px;
	background: url(../img/contactRightTop.png) no-repeat;
}
.contactRightContent {
	width: 609px;
	padding: 15px 15px;
	background: url(../img/contactRightMiddle.png);
}
.contactRightBottom {
	width: 639px;
	height: 4px;
	background: url(../img/contactRightBottom.png) no-repeat;
	
}
fieldset {
	width: 590px;
	border: solid 1px #cfd1d2;
	background: #eceeef url(../img/formBack.jpg) no-repeat;
	padding: 15px 10px;
	margin-bottom: 10px;
}
fieldset input {	
	width: 207px;
	height: 14px;
	background: url(../img/contactTextField.png) no-repeat;
	border: none;
	color: #000000;
	padding: 5px;
	margin-bottom: 5px;
}
fieldset label {
	width: 220px;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
fieldset textarea {
	color: #000000;
	border: none;
	width: 207px;
	height: 94px;
	padding: 5px;
	background: url(../img/contactTextArea.png) no-repeat;
}
fieldset input[type="submit"] {
	float: left;
	width: 90px;
	height: 32px;
	background: url(../img/contactButton.png) no-repeat;
	font-size: 12px; 
	font-family: Tahoma;
	font-weight: bold;
	color:   #ffffff;
}
.advice-validate-email-uid3 {
	color: #ff0000;
}

blockquote {
	margin-left: 50px;
}
#map {
	border: solid 1px #000000;
}
legend {
	display: none;
}

.bigContent img{
	border: solid 1px #acacac;
	
	padding: 2px;
	margin: 14px;
}
.clientsRegions ul li.selected {
	font-weight: bold;
}
#baner span {
	font-size:11px;
	font-family:Tahoma;
	color:#848484;
}
.clientsAddres-wrap {
	display:inline;
	float:right;
	margin-top:0;
	overflow:hidden;
	width:900px;	
}
.clientsLegend {
	float:left;
	display:inline;
	height:215px;
	width:485px;
	border-bottom:1px solid #C1C2C5;
}
.clientsLegend ul li {
	margin-bottom:6px;
	margin-left:15px;
	float: left;
	width: 190px;
}
.csc-textpic-text p {
	
}
.powermail_mandatory_js {
	color:red;
	font-size:11px;
}

