@font-face {
    font-family: 'Lobster14Regular';
    src: url('js/lobster_1.4-webfont.eot');
    src: url('js/lobster_1.4-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/lobster_1.4-webfont.woff') format('woff'),
         url('js/lobster_1.4-webfont.ttf') format('truetype'),
         url('js/lobster_1.4-webfont.svg#Lobster14Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
background: url(images/bg.png) repeat;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#5F5241;
}

h1{
font-family: 'Lobster14Regular';
font-size:25px;
font-weight:normal;
color:#F77727;
padding:20px 0 20px 0px;
margin:0px;
}

h2{
font-family: 'Lobster14Regular';
font-size:25px;
font-weight:normal;
color:#F77727;
padding:10px 0 10px 0px;
margin:0px;
}

h3{
font-family: 'Lobster14Regular';
font-size:20px;
font-weight:normal;
color:#9F7359;
padding:0px 0 10px 0px;
margin:0px;
}

a{
border-bottom:1px dotted #F77727;
text-decoration:none;
padding:2px;
color:#F77727;
}

a:visited{
color:#F77727;
}

p{
padding:5px 0 5px 0;
margin:0px;
line-height:20px;
}

.clear{
clear:both;
}

#main_container{
width:960px;
height:auto;
margin: auto;
}

.header{
width:960px;
height:30px;
}

.logo{
float:left;
padding:20px 0 0 0px;
}

.logo a{
font-family: 'Lobster14Regular';
font-size:40px; 
color:#5F5241; 
text-decoration:none; 
}

.bigimg{
float:left;
margin-right:40px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 6px 9px 15px #000000;
-webkit-box-shadow: 6px 9px 15px #000000;
box-shadow: 6px 9px 15px #000000;
border:solid 5px #5F5241;
}

.descr{
float:left;
width:600px;
padding:20px 0 0 0;
}

p.home_intro{
height:170px;
text-align:left;
}

.left_content{
width:640px;
float:left;
padding-top:30px;
}

.right_content{
width:310px;
float:right;
padding-top:20px;
}

.social{
float:right;
margin-right:40px;
}

.separateur{
float:left;
margin-left:200px;
}

.feat_box{
width:300px;
float:left;
padding:20px 20px 10px 0px;
}

img.feat_thumb{
width:30px;
height:30px;
float:left;
border:none;
}

.feat_details{
width:215px;
float:left;
padding:0 0 0 14px;
}

p.feat_text{
font-size:13px;
padding:3px 30px 3px 0;
line-height:18px;
}


/*---------------Contact------------------*/
.form_content{
width:310px;
float:left;
padding:10px 0px 10px 0px;
}

.form_row{
width:310px;
clear:both;
float:left;
padding:5px 0 5px 0;
}

.form_row label{
width:80px;
float:left;
font-size:12px;
text-align:right;
padding:0px 10px 0 0;
font-style:italic;
height:30px;
line-height:30px;
}

input.form_input{
width:205px;
height:30px;
background-color:#f0eee5;
color:#4f4f4d;
border:none;
float:left;
padding:0px 0 0 5px;
}

textarea.form_textarea{
width:205px;
height:90px;
font-family:Arial, Helvetica, sans-serif;
background-color:#f0eee5;
color:#4f4f4d;
border:none;
float:left;
padding:10px 0 0 5px;
font-size:12px;
}

input.form_submit{
width:auto;
height:auto;
color:#fff;
font-size:16px; 
text-align:center; 
font-family:Arial, Helvetica, sans-serif;
cursor:pointer;
float:right;
margin:0px;
padding:3px 6px 3px 6px;
background-color:#9F7359;
border:none;
}


/*-----------------------footer-------------------------*/
#footer{
width:960px;
height:30px;
clear:both;
font-size:11px;
text-align:center;
line-height:25px;
padding:50px 0 0 0;
margin:auto;
}

