@charset "utf-8";
/* CSS Document */

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}


#menu_container {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 56px;
	width: 794px;
}

	#navbar {
		height:32px;
		margin: 0;
		padding: 0;
	}
	
	#navbar li {
		display: block;
		float: left;
		list-style-type: none;
		padding: 0;
	}
	
	#navbar li a {
		display: block;
		outline: none;
		height: 32px;
		background-repeat: no-repeat;
		background-position: 50% 0;
		text-indent: -9009px;
	}
	
	/*#navbar li a:hover, #navbar li a:active { 
		background-position:0 -32px;
	}*/
	
	#navbar li a.on {
		background-position: 50% -32px;	
	}
	
	#navbar li#nav-aboutus a { width: 93px; background-image: url('../img/btn-aboutus.png'); }
	#navbar li#nav-windows a { width: 93px; background-image: url('../img/btn-windows.png'); }
	#navbar li#nav-doors a { width: 69px; background-image: url('../img/btn-doors.png'); }
	#navbar li#nav-stormshutters a { width: 148px; background-image: url('../img/btn-stormshutters.png'); }
	#navbar li#nav-service a { width: 154px; background-image: url('../img/btn-service.png'); }
	#navbar li#nav-jobs a { width: 56px; background-image: url('../img/btn-jobs.png'); }
	#navbar li#nav-contact a { width: 85px; background-image: url('../img/btn-contact.png'); }
	#navbar li#nav-security a { width: 94px; background-image: url('../img/btn-security.png'); }
	
	
#bar {
	position: relative;
	background: #fff url(../img/barbg.gif) repeat-x 0 0;
	height: 24px;
	overflow: hidden;
}

	.subnavbar {
		height:24px;
		margin: 0;
		padding: 0;
		display: none;
	}
	
	.subnavbar li {
		display: block;
		float: left;
		list-style-type: none;
		padding: 0;
		zoom: 1;
	}
	
	.subnavbar li a {
		display: block;
		float: left;
		outline: none;
		height: 14px;
		line-height: 14px;
		color: #000;
		text-decoration: none;
		font-size: 11px;
		padding: 5px 10px 5px 10px;
		border-right: 1px solid #ccc;
	}
	
	.subnavbar li a:hover, .subnavbar li a:active {
		background-color:#333;
		color: #fff;
	}


#subpages ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#subpages ul a
{
	display: block;
	padding: 10px 0 10px 15px;
	width: 215px;
}

#subpages ul li a:link, #subpages ul li a:visited
{
	color: #333;
	text-decoration: none;
	background: #fff url(../img/menubg.gif) repeat-x 0 100%;
}

#subpages ul li a:hover
{
	text-decoration: none;
	background: #ffecec;
}

#subpages ul li.current_page_item a:link, #subpages ul li.current_page_item a:visited {

	text-decoration: none;
	background: #c30000 url(../img/menubg_active.gif) repeat-x 0 100%;
	color: #fff;
}

#subpages ul li {
	vertical-align:middle;
	line-height: 1.2em;	
	border-bottom: 1px solid #ccc;
}

#subpages ul li.top {
	border-top: 1px solid #ccc;	
}
