* {
margin:0;
padding:0;
}

@font-face {
    font-family: 'DroidSans';
    src: url('font/DroidSans-webfont.eot');
    src: url('font/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-webfont.woff') format('woff'),
         url('font/DroidSans-webfont.ttf') format('truetype'),
         url('font/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('font/DroidSans-Bold-webfont.eot');
    src: url('font/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-Bold-webfont.woff') format('woff'),
         url('font/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('font/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
background:url(../img/bg.png);
font-family:DroidSans;
font-size:16px;
color:#1d1d1d;
}

img{
border:none;
}

#header{
width:100%;
height:104px;
background:#FFF;
box-shadow: 0 2px 12px #686868;
margin-bottom:17px;
}

#footer{
width:100%;
height:85px;
background:#c70007;
}

h1{
font-family:DroidSansBold;
font-size:30px;
color:#c70007;
margin-top: 36px;
margin-bottom: 20px;
}

h2{
font-family:DroidSansBold;
font-size:18px;
color:#FFF;
background:url(../img/icons.png) no-repeat;
}

h2.mail{
font-size: 14px;
background-position: 0 -39px;
position: relative;
padding: 3px;
padding-left: 37px;
top: 15px;
}

h2.phone{
background-position: 0 5px;
position: relative;
padding: 9px;
padding-left: 37px;
top: 8px;
}

h2 a{
color:#FFF;
text-decoration:none;
}


p.copyright{
color:#FFF;
font-size:12px;
float:right;
}

.inner{
width:998px;
margin:auto;
}

.clear{
clear:both;
}

#header img {
float:left;
margin-top:18px;
margin-left:6px;
}

#header ul{
float:right;
margin-top:44px;
}

#header ul li{
display:inline;
padding-left:70px;
}

#header ul li a{
font-family:DroidSansBold;
font-size:18px;
color:#4e4e4e;
text-decoration:none;
}

#header ul li.active a{
color:#c70007;
}

#left{
float:left;
width:540px;
}

#right{
float:right;
width:455px;
}

#left p,#left ul {
margin-bottom:25px;
}

#left ul li{
list-style-image: url('../img/li.png');
margin-left: 15px;
padding-left: 10px;
line-height: 21px;
}

p.strong{
font-family:DroidSansBold;
font-size:18px;
}

p a {
font-size:16px;
color:#1d1d1d;
text-decoration:none;
}

a.button{
display:block;
background:url(../img/button.png) no-repeat;
padding-top: 11px;
width: 140px;
padding-right: 15px;
height:43px;
text-align:center;
font-family:DroidSansBold;
font-size:18px;
color:#FFF;
text-decoration:none;
margin-top:5px;
margin-bottom:35px;
}

#header a.button{
float: left;
margin-top: 35px;
margin-bottom: 0;
margin-left: 90px;
}

.nivo-controlNav {
display:none;
}

.nivo-prevNav,.nivo-nextNav{
background:url(../img/arrows.png) no-repeat;
width:42px;
height:40px;
font-size:0;
top: 85%!important;
}

.nivo-nextNav{
right: 165px!important;
background-position: -57px 0px;
}

.nivo-prevNav{
left: 185px!important;
}

#contact_form{
margin-top:25px;
float: right;
}

#contact_form label{
font-family:Tahoma;
font-size:15px;
color:#767676;
display:block;
width:146px;
position: relative;
top: -6px;
}

#contact_form input,#contact_form textarea{
font-family:Tahoma;
margin-bottom: 11px;
border:1px solid #d8d8d8;
border-radius:6px;
width: 237px;
height: 22px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 25%, #f2f2f2 50%, #eaeaea 75%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#f8f8f8), color-stop(50%,#f2f2f2), color-stop(75%,#eaeaea), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 25%,#f2f2f2 50%,#eaeaea 75%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 25%,#f2f2f2 50%,#eaeaea 75%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 25%,#f2f2f2 50%,#eaeaea 75%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 25%,#f2f2f2 50%,#eaeaea 75%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
padding-left:3px;
padding-right:3px;
}

#contact_form textarea{
height:93px;
resize:none;
}

#contact_form button {
cursor: pointer;
text-align: center;
font-family: DroidSansBold;
font-size: 18px;
color: #FFF;
border: 1px solid #d8d8d8;
border-radius: 6px;
width: 88px;
padding-bottom: 6px;
padding-top: 9px;
background: #ed1c25;
background: -moz-linear-gradient(top, #ed1c25 0%, #d90d16 44%, #c80009 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c25), color-stop(44%,#d90d16), color-stop(100%,#c80009));
background: -webkit-linear-gradient(top, #ed1c25 0%,#d90d16 44%,#c80009 100%);
background: -o-linear-gradient(top, #ed1c25 0%,#d90d16 44%,#c80009 100%);
background: -ms-linear-gradient(top, #ed1c25 0%,#d90d16 44%,#c80009 100%);
background: linear-gradient(to bottom, #ed1c25 0%,#d90d16 44%,#c80009 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c25', endColorstr='#c80009',GradientType=0 );
float: right;
}