#header {
width: 940px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 15px;
height: 1%;
position: relative;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 500px;
    height: 80px;
    margin: 5px 0 15px 0;
    text-indent: -9999px;
    background:transparent url(../img/new_logo.png) no-repeat scroll 0 15px;
}

/*#header .twitter {
	display: block;
	width: 180px;
	top: 0px;
	right: 0px;
	padding: 20px 0 0 0;
	margin-right: 0px;
	position: absolute;
	text-indent: -9999px;
	background: transparent url(../img/follow_us.jpg) no-repeat top left;
}

#header .twitter:hover {
	background: transparent url(../img/follow_us.jpg) no-repeat bottom left;
}*/


#header h2.title{
    position:absolute;
    top:35px;
    left:390px;
    font-size:24px;
    font-weight:normal;
    color:#676767;
    line-height:30px;
    margin:0;
}

/*#header .fb:hover {
	background: transparent url(../img/fb3.jpg) no-repeat -42px left;
}*/

#header .phone_header {
	dislplay: block;
	position: absolute;
	top: 75px;
	right: 0px;
	font-size: 14px;
	color: #666;
}

#header .phone_header strong {
	color: #333;
}

/*-------------NAV STYLES----------------*/

.nav li {
position:relative;
float: left;
display: block;
}

#header .nav {
    padding-left: 0px;
    width:940px;
    margin:0 auto;
}

.nav li a {
    color: #333; 
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    line-height: 40px;
    display: block;
    text-align: center;
    height: 40px;
    background: url(../img/nav_bg.png) repeat-x bottom left;
    border-right: 1px solid #aaa;
    padding: 0 36px;
}


.nav li a:hover, #active a, #active a:hover {
background: url(../img/nav_bg.png) repeat-x top left;
color: #333333;
}

.nav .home a{
    -moz-border-radius-topleft:7px;
    border-top-left-radius:7px;          
    -webkit-border-top-left-radius:7px;
    -moz-border-radius-bottomleft:7px;
    border-bottom-left-radius:7px;          
    -webkit-border-bottom-left-radius:7px;
}

.nav .contact a {
    -moz-border-radius-topright:7px;
    border-top-right-radius:7px;          
    -webkit-border-top-right-radius:7px;
    -moz-border-radius-bottomright:7px;
    border-bottom-right-radius:7px;          
    -webkit-border-bottom-right-radius:7px;
}

/*
.nav .home a {
background: url(../img/nav_homebg.png) repeat-x bottom left;
}

.nav .home a:hover, .nav #active.home a {
background: url(../img/nav_homebg.png) repeat-x top left;
}

.nav .contact a {
background: url(../img/nav_contactbg.jpg) repeat-x bottom left;
}

.nav .contact a:hover, .nav #active.contact a {
background: url(../img/nav_contactbg.jpg) repeat-x top left;
}
*/

/*------NAV LINKS WIDTH------*/

/*
.nav .home a {
width: 89px;
}

.nav .blog a{
width: 100px;
}

.nav .funhomeweb a{
width: 209px;
}

.nav .memvid a{
width: 153px;
}

.nav .webcast a{
width: 177px;
}

.nav .support a{
width: 90px;
}

.nav .contact a{
width: 116px;
border-right: 0px;
}
*/

.mvd{
    position:absolute;
    top:25px;
    right:0;
}

.mvd img{
    border:none;
}
