/* importing stuff */

@import url('/css/head_slideshow.css');
@import url('/css/p_storage.css');
@import url('/css/p_horizontal.css');
@import url('/css/p_compact.css');
@import url('/css/p_vertical.css');
@import url('/css/p_household.css');
@import url('/css/p_service.css');

body {
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	width: 100%;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #f0f0f0;*/
	background-image:url('/images/back.png');
}

div.main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid blue;*/
	background-color: #ffffff;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}


div.header {
	width: 100%;
	height: 90px;
/*	border-bottom: 1px solid #76cb32;*/
	/*background: url('/images/fields-1000-90.jpg');*/
}

div.header div.logo {
	width: 90px;
	height: 90px;
	float: left;
}

div.header div.logo img {
	border: 0;
	margin: 10px;
}

div.header div.center {
	width: 560px;
	height: 90px;
	float: left;
	text-align: left;
}

div.header div.center a {
	text-decoration: none;
}

div.header div.center a img{
	margin-top: 10px;
	margin-left: 10px;
}
div.header div.center h1 {
	width: 550px;
	margin: 17px 0 0 10px;
	padding: 0;
	color: #696969;
	font-size: 28px;
	font-family: Times New Roman, serif;
}

div.header div.center div.slogan {
	width: 550px;
	margin: 5px 0 0 10px;
	color: #76cb32;
	font-size: 14px;
	text-transform: uppercase;
}

div.header div.phones {
	width: 350px;
	height: 90px;
	float: left;
}

div.header div.phones div.flags {
	width: 345px;
	text-align: right;
	margin-right: 5px;
}

div.header div.phones div.flags a {
	text-decoration: none;
}

div.header div.phones div.flags img {
	margin: 5px 0px 0px 10px;
	border: 0;
}

div.header div.phones div.contacts {
	width: 345px;
	margin-top: 5px;
	text-align: right;
	font-size: 14px;
	color: #696969;
}

div.header div.phones div.contacts span {
	color: #76cb32;
	font-weight: bold;
	font-size: 16px;
}

div.header div.phones div.nav {
	width: 335px; 
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}

div.header div.phones div.nav img{
	border: 0;
	margin-left: 10px;
}

div.header div.banner {
	width: 440px;
	height: 70px;
	position: absolute;
	top: 10px;
	left: 420px;		
	border: 1px dashed #d0d0d0;
	clear: both;
}

div.header a {
	text-decoration: none;
}

div.header a:hover div.banner{	
	text-decoration: underline;
	color: #76cb32;
}

div.header div.banner h6 {
	font-size: 20px;
	color: #76cb32;
	margin: 20px 0 0 0;
	padding: 0;
	text-decoration: uppercase;
}

div.header div.banner span {
	font-size: 14px;
	color: black;
}

/* top menu */

div.topmenu {
	width: 1000px;	
	margin-top: 0px;	
	margin-bottom:10px;
	background:url('/images/bg.png');
	background-repeat:repeat-x;
}

div.topmenu div.items {
	width: 520px;
	height: 34px;
	font-size: 14px;
	color: #696969;
	margin-left: auto;
	margin-right: auto;
}

div.topmenu div.items div.item {
	float: left;
	height: 34px;
}

div.topmenu div.items div.item span {
	margin-top: 8px;
	margin-left: 7px;
	margin-right: 7px;
	display: block;
}

div.topmenu a {
text-decoration: none;
cursor: pointer;
}

div.topmenu a:visited div.item,
div.topmenu a div.item {
	text-decoration: none;
	color: #333333;
}

div.topmenu a:hover div.item {
	
	color: #696969;
	background: url('/images/bg-inv.png');
}

div.topmenu div.items div.sep {
	float: left;
	height: 34px;
	width: 2px;
	margin: 0;
	background:url('/images/sep.png');
	
}


/* Fast menu */

div.fastmenu {
	width: 100%;
	height: 125px;
	margin-top: 10px;
	margin-bottom: 25px;
	
}
div.fastmenu a {
	text-decoration: none;
}
	
div.fastmenu a div.item {
	width: 120px;
	height: 150px;
	float: left;
	text-align: center;
	border: 1px solid #76cb32;
	margin-bottom: 10px;
	
}

div.fastmenu div.sep {
	height: 120px;
	width: 17px;
	float: left;
}

div.fastmenu a div.item img {
	height: 72px;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}

div.fastmenu a div.item h4 {
	color: #76cb32;
	font-size: 14px;
	line-height: 16px;
}

div.fastmenu a:hover div.item {
	border: 1px solid #696969;	
}

div.fastmenu a:hover div.item h4 {
	color: #76cb32;
}


/* Left menu */

div.leftmenu {
	width: 225px;
	text-align: left;
	margin-bottom: 25px;
}

div.leftmenu h1.title {
	width: 210px;

}

div.leftmenu div {
	width: 215px;
	height: 72px;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 8px;
}

div.leftmenu a {
	text-decoration: none;
	}

div.leftmenu a div span , div.leftmenu a:visited div span {
	text-decoration: none;
	color: #999999;
	
}

div.leftmenu a:hover div span {
	text-decoration: underline;
	color: black;
}

div.leftmenu div img {
	border: 0;
	width: 110px;
	height: 72px;
	float: left;
}


div.leftmenu div span {	
	margin-top: 15px;
	margin-left: 5px;	
	display: block;
	width: 90px;
	float: left;
}

div.leftblock {	
	width: 225px;
	text-align: left;
}

div.leftblock a {
	text-decoration: none;
}

div.leftblock a div.pdf {
	width: 215px;
	height: 72px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;	
	text-decoration: none;
}

div.leftblock a div.pdf span,  
div.leftblock a:visited div.pdf span{
	text-decoration: none;
	color: #999999;
}

div.leftblock a:hover  div.pdf span {
	color: black;
	text-decoration: none;
}

div.leftblock a div.pdf img {
	
	border: 0;
	width: 48px;
	height: 48px;
	float: left;
	
	margin-top: 12px;
	margin-left: 31px;
}

div.leftblock a div.pdf span {
	
	margin-top: 18px;
	margin-left: 36px;	
	display: block;
	width: 90px;
	float: left;
}




div.main div.middle div.left {
	width: 225px;	
	float: left;
}

div.main div.middle div.content {
	width: 540px;
	margin: 0 5px 0 5px;
	
	float: left;
	font-size: 13px;
	text-align: left;
}

div.main div.middle div.content h3 {
	color: #76CB32;
	margin-top: 25px;
}

div.main div.middle div.content h3 a {
	text-decoration: none;
	color: inherit;
}

div.main div.middle div.content h4 {
	color: black;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.main div.middle div.content h4 a {
	text-decoration: none;
	color: inherit;
}


div.main div.middle div.content div.nav {
	margin-left: 15px;
	color: #696969;
} 

div.main div.middle div.content div.nav a {
	color: #696969;
	text-decoration: none;
}

div.main div.middle div.content div.nav a:hover {
	color: black;
}

/* content: news archive */

div.news_list {

}

div.news_list div.item{
	width: 100%;
}

div.news_list div.item span.date {
	color: #76CB32; 
	font-weight: bold;
}

div.news_list div.item span.title {
	font-weight: bold;
}

div.news_list div.item span.title a,
div.news_list div.item span.title a:visited {
	color: black;
	text-decoration: none;
}

div.news_list div.item span.title a:hover {
	text-decoration: underline;
}

div.news_list div.item div.text {
	width: 100%;
	color: #696969;
}

div.news_list div.item div.text a {
	text-decoration: none;
	color: #696969;
}

div.news_list div.item div.text a:hover {
	text-decoration: underline;
	color: #696969;
}

div.news_list div.item div.text p {
	margin-top: 5px;
	margin-bottom: 2px;
}

div.news_list div.item div.sep {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
	
}

/* content: clients */

div.clients {
	width: 520px;
	text-align: center;
}

div.clients img {
	margin-left: 10px;
	margin-right: 10px;
}




div.main div.middle div.right {
	width: 225px;		
	float: left;
}


/* right blocks */

div.main div.middle div.right div.block {
	margin-bottom: 25px;
}

div.main div.middle div.right div.block h6 {

	color: #76CB32;
	font-size:22px;
	font-family: Times New Roman, serif;
	font-weight: bold;
	padding-left:15px;
	width:210px;
	margin:0px;
	text-align:left;
	height:27px;
	border-bottom: 1px solid #76CB32;


}

/* right blocks: partners' logos */

div.main div.middle div.right div.block div.partners {	
	width: 208px;
	margin: 5px 10px 5px 10px;
}

div.main div.middle div.right div.block div.partners a{	
	
}

div.main div.middle div.right div.block div.partners a:hover div{
	border: 1px solid #696969;
}

div.main div.middle div.right div.block div.partners div {
	width: 205px;
	margin: 10px 0 10px 0;
	border: 1px solid #e0e0e0;
	
} 

div.main div.middle div.right div.block div.partners img {

}

/* right blocks: news */

div.block div.news {
	margin-left: 10px;
	width: 195px;
	text-align: left;
	margin-top: 5px;
	
}

div.block div.news div.sep {
	height: 1px;
	width: 205px;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-bottom: 10px;
	margin-top: 10px;
	/*border-bottom: 1px solid #76CB32;*/
	border-bottom: 1px solid #d0d0d0;
}

div.block div.news span.date {
	color: #76CB32; 
	font-weight: bold;
}

div.block div.news span.title {
	
	font-weight: bold;
}

div.block div.news div.text {
	color: #696969;
	margin: 10px 0 0 0;
	
}

div.block div.news div.text p {
	margin-top: 2px;
	margin-bottom: 0px;
}

div.block div.news a{
	color: #696969;
	text-decoration: none;
}

div.block div.news a:hover{
	text-decoration: underline;
	color: #696969;
}
div.block div.news a:hover p{
	text-decoration: underline;
	color: #696969;
}

div.block span.news {
	width: 205px; 
	text-align: right;
	
	display: block;
}

div.block span.news a {
	color: #76CB32;
	text-decoration: underline;
}

div.page {
	margin-top: 15px;
	width: 540px;
}

div.page p{
	text-align: left;
}

div.page img {
	border: 1px solid #a0a0a0;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
}




div.page div.thumbs {
	width: 540px;
	text-align: center;
	margin-bottom: 25px;
}

div.page div.thumbs a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

div.page div.thumbs a img {
	border: 0;
	margin: 0 4px 0 0;
	padding: 0;
	width: 125px;
	height: 125px;
}

div.page div.video {
	margin-top: 30px;
	margin-bottom: 45px; 
	text-align: center;
}

div.page div.image_block {

}
div.page div.image_block img {
	margin-bottom: 5px;
	margin-top:	5px;
}

div.page div.image_block a {
	text-decoration: none;
}

div.page div.image_block a:hover img {
	border: 1px solid #696969;
}

div.page table.presses {
	border-collapse: collapse;
	border: 1px solid #696969;
	width: 100%;
}

div.page table.presses tr.header th,
div.page table.presses tr.header td {
	font-weight: bold;
	background-color: #e0e0e0;
}

div.page table.presses tr.odd {
	background-color: #fafafa;
}

div.page table.presses tr.even {
	background-color: #f0f0f0;
}

div.page table.presses tr th {
	border: 1px solid #d0d0d0;
	margin: 0;
	padding: 5px 2px 5px 2px;
	text-align: left;
	font-weight: normal;
}

div.page table.presses tr td {
	border: 1px solid #d0d0d0;
	margin: 0;
	padding: 5px 2px 5px 2px;

	text-align: center;
}





div.footer {
	margin-top: 25px;
	width: 100%;
	height: 150px;
	border-top: 1px solid #76CB32;
}

div.footer div.logo {
	

	width: 150px;
	height: 130px;
	float:left;
	
	/*border: 1px solid blue;*/
}

div.footer div.logo img {
	margin-top: 15px;
	margin-left: 35px;
	margin-right: 15px;
}


div.footer div.right {
	width: 850px;
	height: 130px;
	float: left;
	/*border: 1px solid red;*/
}


div.footer div.right div.lowmenu {
	width: 850px;
	height: 20px;
	margin-top: 5px;
	
}

div.footer div.right div.lowmenu div.item {
	/*width: 100px;*/
	margin-left: 5px;
	margin-right: 5px;
	height: 20px;
	float:right;
	font-size: 10px;
	color: gray;
}

div.footer div.right div.lowmenu div.separator {
	width: 10px;
	height: 20px;
	font-size: 10px;
	color: gray;
	float:right;
	text-align: center;
}

div.footer div.right div.lowmenu a, div.container div.footer div.lowmenu a:visited {
	color: #a0a0a0;
	text-decoration: none;
}

div.footer div.right div.lowmenu a:hover {
	color: #a0a0a0;
	text-decoration: underline;
	cursor: pointer;
}

div.footer div.right div.phone{
	width: 845px;
	margin-top: 15px;
	margin-right: 5px;
	text-align: right;	
	font-size: 10px;
}

div.footer div.right div.copy {
	width: 845px;
	margin-right: 5px;
	margin-top: 25px;
	text-align: right;
	color: #a0a0a0;
	font-size: 10px;
}




