body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family:"Eras ITC", Arial; font-weight:600;  }
a {text-decoration: none;}
.rest
{
    border-right: 0.2px solid #ffffff;
    margin-right: 5px;
    font-size: 15px;
    padding-right: 5px;
}
.container1 {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background: #add8e6;
	 font-size:20px;
	 text-align:center;
	 
}
.nav ul
{
	display: inline-block;
	
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 29em;
}
.nav a {
    padding: 15px 15px;
    color:black;
	font-weight: 800;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #000000;
}

.nav > li > a {
    display: block;
	cursor:pointer;

}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
#ww
{
margin:0px auto;
}
#www
{
text-align: center;
font-size: 25px;
color: red;

}
#ff
{
	margin: 0px auto;
    text-align: center;
    overflow: hidden;
}
#of
{
	overflow:hidden;
}
.res
{
	width:100%;
}
.map
{
	width:100%
}
#center
{
	text-align:center;
	max-width:900px;
	margin:0px auto;
}

/* @media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

} */
.megamenu
{
	width:100%;
	background-color:#add8e6;
}
.home
{

background: #fcfcfc -webkit-linear-gradient(top, #0f0fea 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
background-repeat: repeat-x;
background-color: #fff7c7;
margin:0px;
padding:0px;

}
