/*
Official dark grey: #36393d
Official orange: #c78910
Official dark blue: #0f3278
Oficial green: #73880a

*/

/* HEADER */


#header {
	width: 800px;
	background: #fff;
	clear: both;
}

#branding {
	margin: 10px 0px 7px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#tagline {
	margin: 10px 0px 7px 10px;
	padding: 0px 10px 0px 15px;
	float: right;
}

#underDev {
	position: absolute;
	top: 0;
	left: 0;
}

/*MAIN NAVIGATION BAR*/
ul#nav { float: left; clear: both; display: block; width: 800px; list-style: none; z-index: 99;
		background:url(images/btn_bg.png) no-repeat;
}

ul#nav li {
font-size: 11px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
letter-spacing: 5px;
position: relative;
float: left;
display: block; 
z-index: 99;
}

/*MAIN NAV UP STATE*/

ul#nav li a.home {background:url(images/nav/home.png) no-repeat;}
ul#nav li a.about {background:url(images/nav/about.png) no-repeat;}
ul#nav li a.services {background:url(images/nav/services.png) no-repeat;}
ul#nav li a.experience {background:url(images/nav/experience.png) no-repeat;}
ul#nav li a.testimonials {background:url(images/nav/testimonials.png) no-repeat;}
ul#nav li a.contact {background:url(images/nav/contact.png) no-repeat;}


/*MAIN NAV ROLLOVER*/

ul#nav a.home:hover {background:url(images/nav/home_ro.png) no-repeat; }
ul#nav a.about:hover {background:url(images/nav/about_ro.png) no-repeat; }
ul#nav a.services:hover {background:url(images/nav/services_ro.png) no-repeat; }
ul#nav a.experience:hover {background:url(images/nav/experience_ro.png) no-repeat; }
ul#nav a.testimonials:hover {background:url(images/nav/testimonials_ro.png) no-repeat; }
ul#nav a.contact:hover {background:url(images/nav/contact_ro.png) no-repeat; }


ul#nav li a {
display: block; padding: 7px 22px 6px 22px;
float: left; /* to fix Mac IE 5.2 bug */
z-index: 99;
}

ul#nav li.first {
padding: 0px 0px 0px 30px;
}


/*DROP DOWN: BACKGROUND COLOR*/

ul#nav li ul { 
background: #36393d;
font-family:Arial, Helvetica, sans-serif;
}

.subnav{font-size: 11px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
letter-spacing: 5px;}


/*DROP DOWN: WHITE RULE*/

ul#nav li li { 
border-top: 1px solid #ffffff; 
}


/*DROP DOWN: ROLLOVER COLOR*/

ul#nav li ul li a:hover { 
background: #73880a;
}

ul#nav ul li a:hover {
width: 150px;
}


ul#nav ul {
position: absolute;
z-index: 99;
left: -999em;
top: 25px;
margin: 0px 0px 0px -10px;
padding: 0;
width: 165px;
height: auto;
border-top: 0;
border-bottom: 0;
}


/* WHITE LINE LENGHT*/
ul#nav li li {
width: 165px;
}


/* drop down boxes */
ul#nav li li a {
display: block;
width: 150px;
padding: 6px 5px 6px 10px;
font-weight:normal;
font-size:10px;
margin: 0px 0px 0px 0px;
text-decoration: none;
letter-spacing: 1px;
color: #fff;
float: left; /* to fix Mac IE 5.2 bug */
}



/* This "unhides" the sub-menus (left: -999em is what hides them) */
ul#nav li:hover ul, ul#nav li.sfhover ul {
left: 0px;
}
