@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.leftcolumn ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.leftcolumn ul li {
	display: block;
	background-image: url(/images/li.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 14px;
	margin-bottom: 10px;
}



h1 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'Play', sans-serif; 
}
h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #215c82;
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'Play', sans-serif;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'Play', sans-serif; 
}



a {
	color: #215c82;
	text-decoration: underline;
}
a:hover {
	color: #123349;
	text-decoration: underline;
}



form {
	margin: 0px;
	padding: 0px;
}

.rad2 {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.rad3 {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rad4 {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rad5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rad6 {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.rad50 {
	-webkit-border-radius: 500px;
	border-radius: 500px;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	padding-top: 15px;
	padding-bottom: 15px;
}


.play {
font-family: 'Play', sans-serif; 	
}



.container {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix {
	display: inline-block;
	width: 100%;
}
.slogan {
	text-transform: uppercase;
	text-align: right;
	position: absolute;
	width: 560px;
	margin-left: 400px;
	margin-top: 14px;
}
.langs {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	width: 400px;
	margin-left: 560px;
	position: absolute;
	text-align: right;
	margin-top: 40px;
}

.langs a {
	display: block;
	float: right;
	background-image: url(/images/lang.png);
	text-align: center;
	width: 35px;
	color: #FFF;
	text-decoration: none;
	margin-left: 2px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1px;
}

.langs a:hover {
	color: #FFF;
	text-decoration: none;
}


.langs .active {
	background-position: left top;
}
.mainmenu {
	background-image: url(/images/menu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: inline-block;
	width: 100%;
}

.mainmenu ul {
	font-family: 'Play', Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


.mainmenu ul li {
	display: block;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 17px;
	margin-top: 7px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

.mainmenu ul li a{
	color: #FFF;
	text-decoration: underline;
	font-family: 'Play', Tahoma, sans-serif;
}

.mainmenu ul li a:hover{
	color: #EBEBEB;
}

.mainmenu ul .active {
	background-color: #FFF;
}

.mainmenu ul .active a{
	color: #000;
	text-decoration: none;
}

.mainmenu ul .active a:hover{
	color: #305995;
}
.search {
	display: block;
	width: 200px;
	position: absolute;
	margin-left: 760px;
	background-color: #FFF;
	padding: 1px;
	margin-top: 10px;
}
.searchfield {
	background-color: #FFF;
	border: 0px none #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	float: left;
	width: 160px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-left: 2px;
	margin-top: 3px;
}
.searchbutton {
	background-color: #3F67A3;
	background-image: url(/images/zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	width: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: right;
	margin-right: 1px;
}
.breadc {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	font-size: 11px;
	margin-bottom: 20px;
}
.slider {
	margin-top: 20px;
	margin-bottom: 5px;
}
.leftcolumn {
	display: inline-block;
	float: left;
	width: 700px;
}
.rightcolumn {
	display: inline-block;
	float: right;
	width: 230px;
}
.newsblock {
	background-image: url(/images/news-bg.png);
	display: block;
	padding: 14px;
	color: #FFF;
	font-size: 14px;
}
.newsmore {
	font-size: 10px;
	color: #FFF;
	background-color: #007ab0;
	text-decoration: none;
	display: block;
	padding: 2px;
	float: left;
	margin-top: 6px;
	margin-bottom: 10px;
}

.newsmore:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
.onenews {
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #008ecc;
	margin-bottom: 16px;
	width: 100%;
	text-decoration: none !important;
	padding-bottom: 10px;
}


.rightcolumn .onenews {
	text-decoration: none !important;
	color: #fff !important;
	padding-bottom: 10px;
}


.makemap {
	border: 1px solid #999;
}




.newsblock h3 {
	color: #FFF;
}
.newsblock h3 a{
	color: #FFF;
	text-decoration: underline;
}
.newsblock h3 a:hover{
	color: #E8E8E8;
}
.dater {
	font-size: 10px;
	color: #A2BFDD;
}
.archive {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	display: inline-block;
}

.archive:hover {
	color: #E5E5E5;
}
.footer {
	background-image: url(/images/menu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #FFF;
}
.efir {
	display: block;
	margin-left: 946px;
	position: absolute;
}
.product {
	height: 220px;
	width: 190px;
	display: block;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
}
.innerproduct {
	width: 190px;
	display: block;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	position: absolute;
	border: 1px solid #c4c4c4;
	background-image: url(/images/arrows.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 3px;
	z-index: 100;
	color: #333;
}

.innerproduct h3 {
	margin-bottom: 8px;
}

.innerproduct:hover {
	width: 190px;
	background-color: #FFF;
	display: block;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	position: absolute;
	border: 1px solid #000000;
	background-image: url(/images/arrows2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 4px 0.7px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 4px 0.7px rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.prodpic {
	border: 1px solid #c4c4c4;
}
.pdf {
	display: block;
	background-image: url(/images/pdf.png);
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.texter {
	margin-top: 6px;
	margin-bottom: 10px;
	display: none;
}
.submenu {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	width: 960px;
	margin-bottom: 20px;
}

.submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.submenu ul li {
	background-image: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.submenu ul li a{
}

.submenu ul li a:hover{
}

.submenu ul .active {
	background-color: #3a5e96;
}

.submenu ul .active a{
	color: #FFF;
	text-decoration: none;
}

.submenu ul .active a:hover{
	color: #EEE;
	text-decoration: none;
}
.galleryblock {
	display: block;
	float: left;
	height: 220px;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gpic {
	margin-bottom: 6px;
	border: 1px solid #999;
}

.gpic:hover {
	-webkit-box-shadow: 0px 0px 4px 0.7px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 4px 0.7px rgba(0, 0, 0, 0.7);
	border: 1px solid #000;
}
.form-field {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #333;
	width: 320px;
	padding: 4px;
	margin-top: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.form-field-code {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #333;
	width: 140px;
	padding: 4px;
	margin-top: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.errors {
	color: #900;
}
.form-button {
	background-color: #3A5E96;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-size: 16px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 25px;
}
.catmenu1 {
	display: block;
	width: 700px;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none !important;
	font-size: 14px;
	margin-top: 15px;
}
.catmenu1 img {
	display: block;
	float: left;
	height: auto;
	width: 80px;
	margin-right: 20px;
}
.catmenu1 strong {
	font-size: 18px;
	color: #000;
	display: block;
}

.rightcolumn .catmenu1 {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none !important;
	font-size: 12px;
	margin-top: 0px;
}
.rightcolumn .catmenu1 img {
	display: block;
	float: left;
	height: auto;
	width: 40px;
	margin-right: 10px;
	margin-bottom: 6px;
}
.rightcolumn .catmenu1 strong {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	display: block;
}







.last {
	margin-right: 0px !important;
}
.catblock1 {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none !important;
	padding-left: 60px;
	width: 640px;
	background-image: url(/images/pdf2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.catblock1 strong {
	font-size: 16px;
	display: block;
	color: #000;
	width: 650px;
	margin-bottom: 10px;
}


.droppic {        
	display: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: black;
	padding: 1px;
	position: absolute;
	z-index: 9999;
	margin-top: 53px;
	margin-left: 0px;
}

.droppic .arr {
	display: block;
	width: 7px;
	height: 4px;
	position: absolute;
	z-index: 9999;
	margin-left: 15px;
	margin-top: -5px;
	background-repeat: no-repeat;
}

.droppich {
	display: block;
	position: absolute;
	z-index: 99;
	width: 39px;
	height: 46px;
	margin-left: -55px;
}