﻿@charset "utf-8";

@import url(style2.css);

.home .page
{
	min-height: 390px;
}


.home h3
{
	color: #A60000;
	font-size: 15px;
	font-family: "Century Gothic";
}

h4{
	color: #A60000;
	font-size: 15px;
	font-family: "Century Gothic";
	font-weight:100;
	padding: 0 0 5px 0;
}

.home .welcome-address
{
	width: 306px;
	float: left;
}
.home .welcome
{
	float: left;
	width: 306px;
}
.home .welcome p
{
	padding: 10px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	padding-left: 0px;
	line-height: 19px;
	font-size:12px;
	color: #5D5D5D;
	font-family:Arial, Helvetica, sans-serif;
}
.read-more
{
	background: transparent url(images/ico_read-more.gif) no-repeat scroll 0 2px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	margin: -10px 0 0 0;
	padding: 0 20px 0 15px;
}

.home .address
{
	background: transparent url(images/home_contact.png) no-repeat scroll 0 0;
	float: left;
	height: 234px;
	margin-left: -5px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-top: 22px;
	width: 306px;
}
.home .address h3
{
	padding-bottom: 10px;
}
.home .address span
{
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}


.home .practise-area
{
	position: relative;
	margin-left:7px;
	margin-top: 30px;
	float: right;
	width: 308px;
	height: 350px;
	background: url(images/bg_practise_area.jpg) no-repeat;
}
.home .practise-area h3
{
	padding: 0px 0px 0px 15px;
	margin-top: -30px;
	margin-bottom: 10px;
}

.home .practise-area ul
{
	padding: 20px 0px 0px 30px;
	list-style: none;
	width: 250px;
}
.home .practise-area li
{
	padding: 10px 0px;
	border-bottom: 1px solid #c9c9c9;
}
.home .practise-area a
{
	background: url(images/arrow-practise.gif) no-repeat 3px 5px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
}
.home .practise-area .see-all
{
	position: absolute;
	z-index: 3;
	bottom: 30px;
	right: 30px;
	background: transparent url(images/ico_see-all.gif) no-repeat top right;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}


.home .right
{
	float: left;
	width: 315px;
	overflow:hidden;
	margin: 30px 0 0 10px;

}
.home .latest-articles
{
	float: left;
	width: 300px;
}
.home .latest-articles .article
{
	border-bottom: 1px dotted #e7e7e7;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 320px;
}
.home .latest-articles .articles-header
{
	width: 200px;
	float: left;
	margin-bottom: 5px;
}
.home .latest-articles .see-all
{
	text-align: right;
	width: 80px;
	float: left;
	background: transparent url(images/ico_see-all.gif) no-repeat center right;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}
.home .latest-articles .article a
{
	font-size: 12px;
	background: url(images/article-ico.gif) no-repeat 3px 5px;
	padding: 4px 0px 0px 20px;
}


.home .latest-articles .date
{
	font-size: 11px;
}

.home .latest-news .news
{
	padding-bottom: 10px;
	padding-top: 15px;
	float: left;
	width: 308px;
}
.home .latest-news
{
	float: left;
	width: 300px;
}
.home .latest-news .news h1
{
	font-size: 11px;
	font-weight: normal;
	float: left;
	padding-right: 3px;
}

.home .latest-news .news .img .catalog-image
{
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding: 5px;
}
.home .latest-news .date
{
	font-size: 11px;
}
.home .latest-news .news-header
{
	margin-top: 15px;
	width: 200px;
	float: left;
}
.home .latest-news a.see-all
{
	margin-top: 20px;
	width: 80px;
	text-align: right;
	float: left;
	background: transparent url(images/ico_see-all.gif) no-repeat top right;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}
.home .latest-news a.more-link
{
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
.home .latest-news .news-content
{
	padding-right: 10px;
	color:#5D5D5D;
}

/* newsletter */
.newsletter
{
	padding: 15px  0px 0px 5px !important;
padding: 40px 0px 0px 5px ;
	position: relative;
	float: left;
	width: 290px;
}

.newsletter .header
{
	color: #fff;
}
.newsletter .header span
{
	color: #fff !important;
}
.newsletter .textbox
{
	padding: 6px 0px 2px 10px;
	vertical-align: middle;
	background: transparent url(images/input_newsletter.jpg) no-repeat;
	width: 208px;
	height: 18px;
	border: 0px;
}
.newsletter .btn
{
	vertical-align: middle;
	background: transparent url(images/newsletter_btn.jpg) no-repeat;
	width: 66px;
	height: 26px;
	border: 0px;
}
.newsletter .rfv, .newsletter .rev
{
	position: absolute;
	z-index: 4;
	bottom: -30px;
	left: 0px;
}
.newsletter .status
{
	position: absolute;
	z-index: 5;
	bottom: -30px;
	left: 0px;
	width: 500px;
}



.ie6.page
{
	min-height: 390px;
}


.ie6 h1
{
	color: #7c461d;
	font-size: 18px;
	font-weight: bold;
	font-family: "Myriad Pro" , Arial;
	border: none;
	
}

.ie6 .welcome-address
{
	width: 306px;
	float: left;
}


.ie6 .welcome .read-more
{
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: 0px 0px 0px 190px;
	background: transparent url(images/ico_read-more.gif) no-repeat 50px 2px;
	padding: 0px 11px 0px 0px;
	float: right;
}


.ie6 .address h1
{
	padding-bottom: 10px;
}
.ie6 .address span
{
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

.ie6 .address p
{
	float: left;
	 padding-left:0px;
	 padding-right:0px;
	/*
	padding: 10px 0px 0px 0px;
	font-size: 11px;*/
}

.ie6 .practise-area
{
	position: relative;
	margin-left: 10px;
	margin-top: 30px;
	float: left;
	width: 308px;
	height: 350px;
	background: url(images/bg_practise_area.jpg) no-repeat;
}
.ie6 .practise-area h3
{
	padding: 0px 0px 0px 15px;
	margin-top: -30px;
	margin-bottom: 10px;
}
.ie .ie6 .practise-area h3
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}
.ie6 .practise-area ul
{
	padding: 20px 0px 0px 30px;
	list-style: none;
	width: 250px;
}
.ie6 .practise-area li
{
	padding: 10px 0px;
	border-bottom: 1px solid #c9c9c9;
}
.ie6 .practise-area a
{
	background: url(images/arrow-practise.gif) no-repeat 3px 5px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
}
.ie6 .practise-area .see-all
{
	position: absolute;
	z-index: 3;
	bottom: 30px;
	right: 30px;
	background: transparent url(images/ico_see-all.gif) no-repeat top right;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}



.ie6 .latest-articles
{
	float: left;
	width: 300px;
}
.ie6 .latest-articles .article
{
	border-bottom: 1px dotted #e7e7e7;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 320px;
}
.ie6 .latest-articles .articles-header
{
	width: 200px;
	float: left;
	margin-bottom: 5px;
}
.ie6 .latest-articles .see-all
{
	text-align: right;
	width: 80px;
	float: left;
	background: transparent url(images/ico_see-all.gif) no-repeat center right;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}
.ie6 .latest-articles .article a
{
	font-size: 12px;
	background: url(images/article-ico.gif) no-repeat 3px 5px;
	padding: 4px 0px 0px 20px;
}


.ie6 .latest-articles .date
{
	font-size: 11px;
}

.ie6 .latest-news .news
{
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	width: 320px;
}
.ie6 .latest-news
{
	float: left;
	width: 300px;
}

.ie6 .latest-news .news .img
{
	margin-right: 10px;
	width: 75px;
	height: 75px;
	float: left;
	border: 1px solid #e7e7e7;
}
.ie6 .latest-news .news .img .catalog-image
{
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding: 5px;
}
.ie6 .latest-news .date
{
	font-size: 11px;
}
.ie6 .latest-news .news-header
{
	margin-top: 15px;
	width: 200px;
	float: left;
}
.ie6 .latest-news a.see-all
{
	margin-top: 20px;
	width: 80px;
	text-align: right;
	float: left;
	background: transparent url(images/ico_see-all.gif) no-repeat top right;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}
.ie6 .latest-news a.more-link
{
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
.ie6 .latest-news .news-content
{
	padding-right: 10px;
}

/* newsletter */

.ie6 .newsletter .header
{
	color: #fff;
}
.ie6 .newsletter .header span
{
	color: #fff !important;
}
.ie6 .newsletter .row
{
	width: 290px;
}
.ie6 .newsletter .textbox
{
	padding: 6px 0px 2px 10px;
	vertical-align: middle;
	background: transparent url(images/input_newsletter.jpg) no-repeat;
	width: 208px;
	height: 18px;
	border: 0px;
}
.ie6 .newsletter .btn
{
	vertical-align: middle;
	background: transparent url(images/newsletter_btn.jpg) no-repeat;
	width: 66px;
	height: 26px;
	border: 0px;
}
.ie6 .newsletter .rfv, .ie6 .newsletter .rev
{
	position: absolute;
	z-index: 4;
	bottom: -30px;
	left: 0px;
}
.ie6 .newsletter .status
{
	position: absolute;
	z-index: 5;
	bottom: -30px;
	left: 0px;
	width: 500px;
}

.ie6 .line
{
	float: left;
	width: 1px;
	background-color: #e6e6e6;
	
	height: 400px;
}

.fuente{
font-size:12px;
color:#5D5D5D;
padding: 0 14px 0 17px;}


.blok{
float:right;
width: 250px;
margin: 0 10px 0 10px;} 