@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Average+Sans);

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
p {
	text-indent: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: justify;
}
em{
	font-style: italic; 
}
strong{
	font-weight: bold;
}
table{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
td{
	vertical-align: top;
}
ol li{
	list-style-position:inside;
	list-style-type:decimal;
}
caption, th{
	text-align: left;
}
sup{
	vertical-align: text-top;
}
sub{
	vertical-align: text-bottom;
}
label{
	cursor: pointer;
}
input, textarea, select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
label{
	margin: 0 0 0 3px;
}
img{
	border: 0px;
}
li{
	list-style: none;
}

a {
	text-decoration: none;
	color: #cb5234;
}
a:hover {
	color: #8e2c19;
}
.cb {
	clear:both !important;
	height:0 !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	line-height:0 !important;
	font-size:0 !important;
}

.fr{
	float: right;
}

.fl{
	float: left;
}

h1 {font-size:18px; line-height:22px;}
h2 {font-size:16px; line-height:20px;}
h3 {font-size:15px; line-height:19px;}
h4 {
	font-size: 11px;
	color: #858585;
	font-weight: bold;
}
h5{font-size:13px; line-height:17px;}
h6 {font-size:12px; line-height:18px;}

h1, h2, h3, h4, h5, h6{
    font-family: 'Average Sans', sans-serif;
	text-transform: uppercase;
}

#middle,
.mShadow,
.mBorder,
input, textarea{
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


input, textarea, select, button {font-family:Tahoma, "Geneva CY", sans-serif;font-size:100%;margin:0;}
input {vertical-align:middle}
textarea {overflow:auto;vertical-align:top;}
button, input[type="button"], input[type="submit"], input[type="reset"]{border: 0; padding: 0;margin: 0;}

textarea{
	resize: none;
	height: 100px;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
   line-height: 25px;
   margin: 10px 0 0 0;
   padding: 0 5px;
   background: #d35e3c;
   background: -moz-linear-gradient(top, #d35e3c 0%, #bb3e27 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d35e3c), color-stop(100%,#bb3e27));
   background: -webkit-linear-gradient(top, #d35e3c 0%,#bb3e27 100%);
   background: -o-linear-gradient(top, #d35e3c 0%,#bb3e27 100%);
   background: -ms-linear-gradient(top, #d35e3c 0%,#bb3e27 100%);
   background: linear-gradient(top, #d35e3c 0%,#bb3e27 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35e3c', endColorstr='#bb3e27',GradientType=0 );
   color: #FFF;
   text-shadow: 0px 1px #822716;
   -webkit-box-shadow: inset 0 0 7px #c84e31,0px 3px #882a19;
   -moz-box-shadow: inset 0 0 7px #c84e31,0px 3px #882a19;
   box-shadow: inset 0 0 7px #c84e31,0px 3px #882a19;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
   -webkit-box-shadow: inset 0 0 10px #d86a4a,0px 3px #882a19;
   -moz-box-shadow: inset 0 0 10px #d86a4a,0px 3px #882a19;
   box-shadow: inset 0 0 10px #d86a4a,0px 3px #882a19;
}
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
   -webkit-box-shadow: inset 0 0 15px #7a2516,0px 1px #882a19;
   -moz-box-shadow: inset 0 0 15px #7a2516,0px 1px #882a19;
   box-shadow: inset 0 0 15px #7a2516,0px 1px #882a19;
}

/* Main */

body{
	background-color: #e8e8e8;
	font-family: 'Tahoma';
	font-size: 12px;
	color: #555;
}

.wrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#topBar{
	position: relative;
	height: 40px;
	line-height: 40px;
	
	background-color: #fff;
	border-top: 3px solid #cb5234;
	border-bottom: 1px solid #d5d5d5;
}

.bShadow{
	width: 100%;
    height: 3px;
    background: url(images/black-4.png);
    position: absolute;
    left: 0;
    bottom: -4px;
}

#header{
	position: relative;
	margin: 30px 0;
}

#topNav{
	float: right;
}

#topNav li{
	float: left;
	padding: 0 10px;
	margin-left: 10px;
}

#topNav li{
	display: inline;
}

h1#logo{
	font-size: 20px;
	padding: 0; margin: 0;
	color: #cb5234;
	font-family: 'Average Sans', sans-serif;
}

#middle{
	position: relative;
	
	background-color: #fff;
}

.mShadow,
.mBorder{
	position: absolute;
	width: 100%;
	height: 100%;
}

.mShadow{	
	left: -4px;
    top: -4px;
    padding: 4px;
	z-index: -1;
    background: url(images/black-4.png);
}

.mBorder{
    left: -1px;
    top: -1px;
    border: 1px solid #d5d5d5;
    z-index: 3;
}

.nBlock{
    height: 30px;
    position: relative;
    z-index: 4;
    
    border-left: 3px solid #cb5234;
    background: #fff url(images/pattern.png) repeat;
}

.nBlock h4 {
	z-index: 4;
	padding: 0 30px 0 27px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
        
	background-color: #fff;
	color: #858585;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.nContent{
	padding: 20px;

}

ul.more li{
	padding: 5px 0 5px 20px;
}
.nContent ul.more li{
	background: url(images/list-check.png) no-repeat 0 8px;
}


/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

#footer{
	margin: 20px;
}

.labrera{
	font-family: 'Average Sans', sans-serif !important;
	text-transform: uppercase;
	font-weight: 500;
}

.labrera b{
	color: #cb5234;
	font-weight: 450;
}
	
.hContacts{
	float: right;
	height: 39px;
	background-color: #cb5234;
	padding: 0 10px;
	color: #fff;
}

span.phone{
	background: url(images/icon-16-call.png) no-repeat left center;
	padding: 0 20px;
}

span.email{
	background: url(images/icon-16-mail.png) no-repeat left center;
	padding: 0 20px;
}

.tabLeft{
	width: 220px;
	margin-right: 10px;
}

.tabLeft img{
	max-width: 200px;
}

#slider1 img,
#slider2 img{
	width: 310px;
	height: 208px;
}

.tabLeft,
.tabRight{
	float: left;
	position: relative;
	display: inline;
}

.tabRight{
	float: left;
	width: 700px;
}


#slider1,
#slider2 {
    width:310px;
	height: 208px;
    overflow: hidden;
    position:relative;
    list-style: none outside none;
    padding:0;
    margin: 0px 20px 7px 0;
}
#slider1 li,
#slider2 li {
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;
}
#slider1 li:first-child,
#slider2 li:first-child {
    display:block;
}
#counter {
    display: none !important;
}

.sRight{
	float: left;
	width: 220px;
	border-left: 3px solid #cb5234;
	padding-left: 20px;
}

.sRight,
.sLeft{
	float: left;
	position: relative;
	display: inline;
	z-index: 5;
}

.sLeft{
	width: 690px;
	max-width: 690px;
	margin-right: 20px;
}

.contacts{
	padding-top: 0;
}

.contacts > h4{
	padding-bottom: 10px;
}

.contacts > p{
	padding-bottom: 10px;
}

#contact-form input[type="text"],
#contact-form input[type="email"]{
	background-color: transparent;
	border: 1px solid #d5d5d5;
	height: 25px;
	padding: 0 5px;
	width: 680px;
	margin-bottom: 10px;
}

textarea{
	border: 1px solid #d5d5d5;
	width: 680px;
	padding: 0 5px;
}

#contact-form input:focus,
#contact-form textarea:focus{
	border: 1px solid #cb5234;
}

.cTitle{
	margin-bottom: 10px;
}

.firstInput{
	margin-right: 10px;
}

#descr{
	background-color: #f0f0f0;
	padding: 20px;
	text-align: center;
	font-size: 14px;
}

#nocenter { text-align: left !important; }

#footer{
	margin: 0 auto;
	width: 980px;
	padding: 15px 0;
}

/* etc. */
.leftimg, .rightimg { width: 310px; height: 208px; }
.leftimg {
	float:left; 
	margin: 7px 20px 7px 0; 
}
.rightimg  {
	float: right; 
	margin: 7px 0 7px 20px; 
}
.nomargin { margin-bottom: 0px !important; }