body{
	margin:0;
	padding:0;
	background: #000000 url("images/new_bg_beatles.jpg") fixed repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eaeae9;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #eaeae9;
}
.bodysm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eaeae9;
}
.bodyboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eaeae9;
}
.bodyboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #949ba1;
}
.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eaeae9;
}
a:link   {font-family:Arial,Helvetica,sans-serif;text-decoration:none;font-size:12px;color:#eaeae9;text-decoration:underline;}
a:visited{font-family:Arial,Helvetica,sans-serif;text-decoration:none;font-size:12px;color:#eaeae9;text-decoration:underline;}
a:active {font-family:Arial,Helvetica,sans-serif;text-decoration:none;font-size:12px;color:#c82c3f;}
a:hover  {font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#c82c3f;text-decoration:underline;}

.titlebox {font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; color: #949ba1; left: auto; clip:   rect(   ); width: auto}



.titlebox_yellow {font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; color: #ffcc33; left: auto; clip:   rect(   ); width: auto}

.titlebox_drivenred {font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; color: #742d29; left: auto; clip:   rect(   ); width: auto}


a.titlebox:link{color:#eaeae9;font-weight:bold;font-size:20px;text-decoration:none;}
a.titlebox:visited{color:#eaeae9;font-weight:bold;font-size:20px;text-decoration:none;}
a.titlebox:hover{color:#c82c3f;font-weight:bold;font-size:20px;text-decoration:underline;}
a.titlebox:active{color:#c82c3f;font-weight:bold;font-size:20px;text-decoration:none;}

/*----- NEW NAV STARTS HERE -----*/
.clearfix:after {
    display:block;
    clear:both;
}

/*----- Menu Outline -----*/
.menu-wrap {
    width:100%;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:#CCCCCC;
}
 
.menu {
    width:895px;
    margin:0px auto;
}
 
.menu li {
    margin:0px;
    list-style:none;
    font-family:'Arial';
	
}
 
.menu a {
    transition:all linear 0.15s;
    color:#ffffff;
	 font-size:11px;
}
 
.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#ffffff;
}
 
.menu .arrow {
    font-size:11px;
    line-height:0%;
}
 
/*----- Top Level -----*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    font-size:11px;
}
 
.menu > ul > li > a {
    padding:5px 5px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#CCCCCC;
}
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
	width:100%;
	padding:2px 2px;
	position:absolute;
	top:3px;
	left:-12px;
	z-index:-1;
	opacity:0;
	transition:opacity linear 0.15s;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	background:#CCCCCC;
}
 
.sub-menu li {
    display:block;
    font-size:9px;
}
 
.sub-menu li a {
    padding:5px 5px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#CCCCCC;
}@charset "UTF-8";
/* CSS Document */