* {
margin: auto;
padding: 0;
border: 0;
text-decoration: none; 
}
body {
background-image: url("bg.png");
padding: 0% 0 0;
color: #000000;
font-family: “Arial, sans-serif;
}

/*Прайс наши услуги*/
#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:833px;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:1em;
border:1px solid #e9928f;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#c63965;
color:#ffffff;
}
#customers tr.alt td 
{
color:#000000;
background-color:#f6e1e0;
}
/*Прайс наши услуги*/



/*шапка*/
header{
   height:35px;
}
/*фиксированное плавающее меню*/
#top_nav{
   top: 0px; /*высота шапки в пикселях*/
   position: fixed;
   z-index: 1000;
   width: 100%;
}


.form_box {
  width: 300px;
  margin: 40px auto;
}
.form_box label {
  font-size: 13px;
  font-weight: bold;
  color: #444444;
  display: block;
}
.form_box input {
  display: block;
  border: 2px solid #cfcfcf;
  font-size: 14px;
  color: #444444;
  padding: 7px 7px 8px;
  width: 250px;
  margin-bottom: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.form_box input:focus {
  outline: none;
  border-color: #07a6e6;
}
.form_box .btn_submit {
  border: none;
  width: 180px;
  text-align: center;
  background: #07a6e6;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  height: 35px;
  line-height: 28px;
  padding: 0;
}
.form_box .btn_submit:hover {
  background: #009ac2;
}
.form_box .btn_submit:active {
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}
.form_box .btn_submit.disabled,
.form_box .btn_submit.disabled:hover {
  background: #afdde6;
  cursor: default;
}

/* ------ Стили для mobilyslider
-----------------------------------------------*/

#content {
width:832px;
margin:100px auto 0;
}

.slider {
float:left;
width:832px;
height:210px;
position:relative;
padding-bottom:26px;
background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
float:left;
width:832px;
height:214px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:25px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:25px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:870px;
height:214px;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:10px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}

.tel {
display:block;
z-index:51;
background-image:url(bgslidetel.png);
width:262px;
height:214px;
position:absolute;
margin-left:585px;









body{margin: 0; padding: 0;}

#block1,
#block2,
#block3,
#block4,
#block5,
#block6{ 
	border: 2px solid red;
	width: 800px;
	height: 600px;
	margin: 15px auto;
}
#block1{background-color: #8EC1DA;}
#block2{background-color: #420100;}
#block3{background-color: #FF00AE;}
#block4{background-color: #FF4B37;}
#block5{background-color: #FFFF3C;}
#block6{background-color: #6CE26C;}

div.scrollmenu{
	background-color: #3187D0;
	margin: 0 auto;
	width: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 999;
}
	div.scrollmenu ul{
		width: 70%;
		margin: 0 auto;
		padding: 15px 0 0px;
		text-align: justify;
		overflow: hidden;
	}
	div.scrollmenu ul:after{
    	content: "";
		width: 100%;
		display: inline-block;
	}
		div.scrollmenu ul li{
			display: inline-block;
			color: #fff;
			text-transform: uppercase;
			cursor: pointer;
		}
			div.scrollmenu ul li a{
				color: #fff;
				text-transform: uppercase;
			}
			div.scrollmenu ul li a:hover{
				text-decoration: none;
			}





