@charset "utf-8";
/* CSS Document */
* 
{
 border: 0;
   margin: 0;
   padding: 0;
}




html {
height: 100%;
margin-bottom: 1px;
}

#header_wrap {
width: 1000px;
height:372px;
float: left;
position: absolute;
z-index:0;
}



#header {
width:1000px;
height: 372px;
float:left;
background-image: url(../images/header_bgS.png);
background-position:top;
background-repeat:no-repeat;
/*
background-color:Green;
*/

}



#phonenumber {
width: 180px;
height:32px;
line-height:normal;

font-size:28px;
font-weight:bold;
margin-top:30px;

float:right;
}




#menu_wrap {
/*background-image:url(../images/navbarbckgrnd.png);
background-repeat:no-repeat;
background-position:top;*/
float:right;
height:35px;
margin-top:70px;

}



#mainmenu {

text-align:right;

height:90px;
margin-top: 14px;
padding-left:30px;

}



#mainmenu ul {
color: #FFF;
display: inline;
list-style:none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}



#mainmenu li {
color: #FFF;
display: inline;
list-style:none;
text-decoration:none;
font-size:18px;
font-weight: bold;
text-decoration:none;
}



#mainmenu li a {
color:#FFF; 
display:inline; 
list-style:none; 
text-align:left; 
text-decoration:none;
/*padding:2px 0px 2px 3px; */
}



#mainmenu li a:hover{
background-color:#650914; 
}

.socmed a:hover{
background-color:none; 
}

