@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}
div.clear {
    clear:both;
	
}
#logo-header {
	float:left;
	width:800px;
	height:203px;
	background:url(/images/header.png) no-repeat;
	text-indent:-9999px;

}
#login {
	float:left;
	width:250px;
	height:20px;
	margin:80px 0 0 70px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

ul {
	list-style-type:none;
}
#powlogo {
	float:left;
	width:271px;
	height:100px;
	
	background:url(/images/pow.png) no-repeat;
	text-indent:-9999px;
	margin:10px 0 0 20px;
    opacity:0.5;filter:alpha(opacity=50);
}

#phone {
	float:right;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	font-weight:bold;
	margin:80px 10px 0 0;
	}
	

	/*HEADER*/

#header {
	width:800px;
	height:120px;
	margin:0 auto;
}


/* navigation */
#nav {
	float:left;
	position:relative;
	width:800px;
	height:28px;
	z-index:10;
	background-color: #000;
	border-top: solid 1px;
	border-top-color: #999;
	border-bottom:solid 2px;
	color:#D3D3D3;
}
#nav li {
	float:left;
}
#nav li a {
	display:block;
	height:28px;
	text-indent:-9999px;
	border-bottom:solid 2px;
	border-bottom-color:#ccc !important;
}
#nav a.assemblies {
	background:url(/images/nav/assemblies.png) no-repeat;
	width:125px;
	color:#D3D3D3;
	
}
#nav a.assemblies:hover {
	background-position: 0 -28px;
	
	color:#666;
	float: left;
}
#nav a.pricing {
	background:url(/images/nav/pricing.png) no-repeat;
	width:125px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}
#nav a.pricing:hover {
	background-position: 0 -28px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}
#nav a.schedule {
	background:url(/images/nav/schedule.png) no-repeat;
	width:125px;
	color:#D3D3D3;
}
#nav a.schedule:hover {
	background-position: 0 -28px;
	color:#D3D3D3;
}
#nav a.setup {
	background:url(/images/nav/setup.png) no-repeat;
	width:125px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}
#nav a.setup:hover {
	background-position: 0 -28px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}
#nav a.booking {
	background:url(/images/nav/booking.png) no-repeat;
	width:125px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}
#nav a.booking:hover {
	background-position: 0 -28px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}

#nav a.login {
	background:url(/images/nav/login.png) no-repeat;
	width:125px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}
#nav a.login:hover {
	background-position: 0 -28px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}

/* subnav */
#nav li ul{
	position:absolute;
	top:-999em;
	left:-9999em;
	z-index:9999;
}
#nav li:hover ul, #nav li.over ul { 
	left:0;
}
#nav li ul.sub_nav {
	position:absolute;
	top:28px;
	width:170px;
	overflow:hidden;
	z-index:9999;
	padding:0 0 12px 0;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-box-shadow: 0px 3px 6px #666;
	-moz-box-shadow: 0px 3px 6px #d6d6d6;
	box-shadow: 0px 3px 6px #666;
	background-color:#FFF;
	border-right:solid 2px #666;
	border-left:solid 2px #666;
	border-bottom:solid 2px #666;
	background-color:#d6d6d6;

	
}
ul#nav li ul.sub_nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	width:162px;
	background:#d6d6d6;
	border-color:#FFF;
	float:left;
	height:auto;
	padding:5px 3px 5px 5px;
	text-decoration:none;
	text-indent:0;
}
#nav li ul.sub_nav li a:hover {
	border-top:1px solid #000;;
    border-bottom:1px solid #000;;
	border-right:solid 10px #000;
	color:#b81b1b;
	font-weight:bold;
	font-size:11px;
	background-color:#FFF;
}
#nav li ul.assemblies {
	margin-left:0px;
}
#nav li ul.schedule {
	margin-left:125px;
}

#nav li ul.setup {
	margin-left:375px;
}
ul#nav li ul.sub_nav.schedule li a  {
	width:185px;
}

/* LINKS */

	

#rollover a {
	display:block;
	width: 230px;
	height:30px;

	padding:10px 10px 10px 7px;
	font: bold 13px sans-serif;
	color:#333;
	background-image:url(/images/rollover.png);
	text-decoration: none;
}
#rollover a:hover { 
background-position: 0 -52px;
color: #049;

}
#rollover a:active {

color:#d6d6d6;

}

