@charset "utf-8";
/* CSS Document */



body {
	background-color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	
}
div {
	background-color:#fefefe;
}

h1 {
font-size: x-large;
}
.body {
	width:960px;
	height:100%;
	display:block;
	
	margin:auto;
	}	
.header{
	width:100%;
	height:112px;
	display:block;
	
	
	}
.header_l{
	float:left;
	width:505px;
	display:block;
	}
.header_r{
	display:block;
	float:right;
	width:405px;
	font-size:xx-large;
	font-weight:bold;
	text-align:right;
	padding-right:50px;
	}
.phone {
	background:url(img/tel.png) top left no-repeat;
    width:263px;
	float:right;
}
.header_r #hours {
	font-size:medium;
	font-weight:normal;
	margin-top:84px;
}

#mainmenu {
    position: relative;
    overflow:hidden;
   
    margin: 0;
	background-color:#3e3e3e;
}
#mainmenu ul {
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
    left:50%;
    float:left;    
}
#mainmenu ul li {
    position:relative;
    left:-50%;
    float:left;
    margin:0 5px;
    
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-color:#7f7f7f;
	text-transform:uppercase;
}
#mainmenu ul li a {
    display:block;
    text-decoration:none;
    padding: 10px;
	color:#fffbbe;
	
}
#mainmenu ul li a:hover {
	color:#fff;  
   background-color:#484848;
}

.sub_header{
	background-color:f8f9fb;
}

.text{
	padding:0 15px;
}

.footer {
	height: 115px;
	display:block;
	background-color:#f8f9fb;
}
.cop {
	font-size:large;
	width:480px; float:left;
	height:60px;
	padding-top:20px;
	background-color:#f8f9fb;
}
.phone_footer{
	font-size:xx-large;
	font-weight:bold;
	background-color:#f8f9fb;
}
.adress_footer{
	font-size:large;
	background-color:#f8f9fb;

}

.ph_adr{
	width: 420px;
  float: right;
  text-align: right;
  padding-right: 10px;
  background-color: #f8f9fb;
  margin-top: 5px;
  margin-right: 50px;
}

.f_h {
	height:15px;
	background-color:#f8f9fb;
	}

.header_r, .phone a {
	color: black;
	text-decoration: none;
}
.phone_footer a {
	text-decoration: none;
}