/* ------------------------------------------------------- TEXT / LINK STYLES */
body {
	border: none;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
}
a {
	cursor: hand;
	cursor: pointer;
}
a:link, a:visited {
	background-color: #FFF;
	color: #EC309D;
	padding-bottom:2px;
	text-decoration: none;
}
a:hover, a:active {
	background-color: #FFF;
	color: #FFF;
	text-decoration: none;
}
a img {
	border: none;
	}


/* ------------------------------------------------------- PAGE LAYOUT */
#page {
	background-image: url(../images/globals/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 960px;
}
#main {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	width: 960px;
}
#links {
	height: 100%;
	margin-left: 300px;
}


/* ------------------------------------------------------- > > > HOME TOP NAV */
ul.top {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 640px;
}
ul.top li {
	line-height: -900px;
	overflow: hidden;
	width: 640px;
}
ul.top li a {
	display: block;
	background-position: -640px 0;
	margin-left: -640px;
}
ul.top li a.one {
	background-image: url(../images/topNav/topNav_01.png);
	height: 48px;
}
ul.top li a.two {
	background-image: url(../images/topNav/topNav_02.png);
	height: 48px;
}
ul.top li a.three {
	background-image: url(../images/topNav/topNav_03.png);
	height: 48px;
}
ul.top li a.four {
	background-image: url(../images/topNav/topNav_04.png);
	height: 48px;
}
ul.top li a.five {
	background-image: url(../images/topNav/topNav_05.png);
	height: 48px;
}
ul.top li a.six {
	background-image: url(../images/topNav/topNav_06.png);
	height: 48px;
}
ul.top li a.seven {
	background-image: url(../images/topNav/topNav_07.png);
	height: 48px;
}
ul.top li a.eight {
	background-image: url(../images/topNav/topNav_08.png);
	height: 48px;
}
ul.top li a.nine {
	background-image: url(../images/topNav/topNav_09.png);
	height: 48px;
}
ul.top li a.ten {
	background-image: url(../images/topNav/topNav_10.png);
	height: 48px;
}
ul.top li a.eleven {
	background-image: url(../images/topNav/topNav_11.png);
	height: 40px;
}

ul.top li a:hover {
	background-position: -1280px 0;
}

/* ------------------------------------------------------- > > > BOTTOM NAV */
#menu {
	margin: 0;
	margin-top: 20px;  
	padding: 0;
	width: 960px;
}
.menuItem {
	float: left;
	line-height: 700px;
}
.menuItem a {
	display: block;
}
.menuItem a.one {
	background: url(../images/globals/sideNav_01.png);
	height: 50px;
	overflow: hidden;
	width: 180px;
}
.menuItem a.two {
	background: url(../images/globals/sideNav_02.png);
	height: 66px;
	overflow: hidden;
	width: 210px;
}
.menuItem a.three {
	background: url(../images/globals/sideNav_03.png);
	height: 69px;
	overflow: hidden;
	width: 250px;
}

.menuItem a:hover {
	background-position: -250px 0;
}


/* -------------------------------------------------------- PNG FIX */
img, div, ul, li, .menu, .menuItem {
	behavior: url(../backend/iepngfix.htc)
}