* { 
margin: 0;
padding: 0;}

body { background: url("../images/background.jpg") repeat 0 0;
font-family: Gill, Helvetica, sans-serif;
font-size: 16px;
color: #4f4f4e;}

a:link, a:hover, a:visited { text-decoration: none; color: #d7604b;}
p { margin: 0 0 15px;}

.clear { clear: both;}

ul { list-style-type: none;}

#container { 
width: 920px;
margin: 0 auto;
padding: 0;
}

/*---------HEADER----------*/

#header { text-align: center; padding: 20px 0;}

#header a { font-size: 28px; color: #fff;}
#header span { display: block; font-size: 13px; color: #6fb7ba;}

/*Navigation*/
.navi { background: #6fb7ba;
display: block;
margin: 0 auto;
width: 920px;
height: 50px;}

.navi ul li { float: left; 
margin: 5px 15px;
display: inline-block;}

.navi ul li a { font-size:16px ;
line-height: 40px;
color: #fff;
display: block;
text-shadow: 1px 1px 0 rgba(0,0,0,0.3);}

.navi ul li a:hover, .navi ul li.selected { text-decoration: underline;}

/*------CONTENT------------*/

#content { 
background:#f4e6cc;
padding:0 25px 20px 25px;
}

#contactphone {background: url("../images/phone.png") no-repeat 800px 0;
height: 77px;}
#contactphone p { text-align: right; padding: 18px 100px 0 0;}
#contactphone p span { font-size: 20px; font-weight: bold; color: #105569;}

.slider { overflow: hidden;
width: 860px;
height: 455px;
background: #e1cfad;
margin: 0 auto 20px;
padding: 5px;}

ul.slides {width: 860px;
height: 455px;}

ul.slides img { width: 860px; height: 455px;}

#content-main h2 { font-size: 22px; margin: 0 0 10px;}
#content-main h3 { font-size: 17px; margin: 0 0 15px; color:#d7604b;}

#links-img ul li { float: left; width: 210px; height: 200px; margin: 10px 10px 0 0;}

#content-main ul.list { margin-bottom: 20px;}
#content-main ul.list li { background: url("../images/bg-list.png") no-repeat 0 5px; padding-left: 20px; line-height: 25px;}

/*Kitchen*/

.kitchen {
padding: 15px;
background: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
float: left;
margin: 20px 15px 0 0;
width: 250px;
height: 320px;}

.nomargin { margin: 20px 0 0 0;}

.kitchen .image {height: 155px; width: 250px; overflow: hidden;  margin-bottom: 12px;}
.kitchen img { height: 155px; width: 250px;
-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;}

.kitchen img:hover {width: 290px; height: 200px;}
#content-main .kitchen ul li { list-style-type: none; background: no-repeat;}
#content-main .kitchen .info h3 {font-size: 12px;
text-transform: uppercase;
line-height: 1.5;
margin-bottom: 5px;
color: #d7604b;}

.kitchen .info p {color: #4f4f4e;}


/*FORM*/

form { width: 470px; float: left; margin-bottom: 20px;}
span.requared { background: url(../images/marks.png) no-repeat 0 0;
height: 23px;
padding: 0;
margin: 0;
width: 30px;
display: inline-block;
}

label {
font-size: 17px;
padding-left: 10px;
width: 150px;
line-height: 25px;
vertical-align: top;
display: inline-block;
}
input, textarea {
width: 400px;
color: #290018;
padding: 6px;
}

.submit{ background: url(../images/button.png) no-repeat 0 0;
width: 150px;
height: 50px;
border: none;
text-indent: -200px;
font-size: 0.001em;
line-height: 0.001em;}

/*-------FOOTER------------*/
#footer {
background: #105569;
color: #99dde0;
margin: 0 auto;
width: 870px;
padding: 15px 25px;
}

#footer h3 {
color: #f4e6cc;
margin: 0 0 15px;
}

.footerleft, .footerright {
float: left;
min-height: 1px;
padding: 0 15px;
position: relative;}

.footerleft { width: 520px;}

/*colom*/

.col { float: left; margin-right: 30px }
.col_12 { width: 430px }
.col_13 { width: 280px }
.col_23 { width: 500px }
.no_margin_right { margin-right: 0px }


/*Form*/
#contact_form { padding: 0; width: 250px }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field {
	width: 250px;
	padding: 3px;
	color: #036;
	border: 1px solid #669;
	background: #f2f2f9;
}

#contact_form form label { display: block; font-size: 12px; color: #036; margin-bottom: 4px; }

#contact_form form textarea { 
	width: 250px; 
	height: 150px; 
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #036; 
	border: 1px solid #669;
	background: #f2f2f9;
}

#contact_form form .submit_btn { 
	font-size: 12px; 
	background: #BBCCEE; 
	color: #036; 
	cursor: pointer; 
	border: 1px solid #669; 
	padding: 5px 10px;
	margin: 0px;
}
.float_l { float: left }


