/*

	Site Name: PageScroller Theme Builder
	Site URI: http://www.pagescroller.com
	Author: Dairien Boyd

	--------------------------------
	
	1.	Document Styles
	2.	Page Structure
	3.	Global Classes
	4.	Home
	5.	Work
	6.	Our History
	7.	Contact Us
	8.	Theme Builder
	9.	Footer

*/

/*---------- 1. DOCUMENT STYLES [start] ----------*/

/*:::::::::: [ STANDARD NAV STYLES ] - BEGIN ::::::::::*/

.pageScrollerNav{
	z-index: 4;
}

/* Universal Styles */

.standardNav{
	position: fixed !important;
	overflow: visible;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	padding: 5px;
}

.standardNav ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px;
}

.standardNav.left{
	margin-left: -645px;
}

.standardNav.right{
	margin-left: 495px;
}

.standardNav li a{
	display: block;	
	font-weight: normal;
	padding: 8px 10px;
	text-decoration: none;
}

.standardNav li.link_1,
.standardNav li.link_1 a{
	border:none !important;
}

.standardNav li.link_last,
.standardNav li.link_last a{
	border-bottom:none !important;
}

.standardNav li.active a{
	filter: none;
	font-weight: bold;
}

.standardNav li a:hover{
	text-decoration: none;
}

/* Light Styles */

.standardNav.light ul,
.standardNav ul{
	border: 7px solid #fff;
	background: #fff;
}



/*:::::::::: [ TOP NAV STYLES ] - BEGIN ::::::::::*/

/* Universal Styles */

.topNav{
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	height: 80px;
}

.topNav.bottom{
	top: auto;
	bottom: 0;
}

.topNav ul{
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	display: block;
	margin: 0;
	list-style: none;
}

.topNav li{
	float: left;
	margin: 0 5px 0;
}

.topNav li a{
	display: block;
	height: 28px;
	margin: 15px 0 0;
	line-height: 26px;
	padding: 7px 15px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-size:28px;
}

.topNav li.active a{
	font-weight:bolder;
}

/* Light Styles */

.topNav,
.topNav.light{
	background: #fff;
}

.topNav li.active a,
.topNav.light li.active a{
	background: #ffffff; /* Old browsers */
}

.topNav li a,
.topNav.light li a{
	color: #444444;
	text-decoration: none;
}

