/* CSS Document */

/* LINKS */

a {
	text-decoration: none;
	color: #cd1401;
	}

a:hover {
	text-decoration: underline;
	}
	
#footer a {
	color: #c6c0b3;
	}
	
.featureLink {
	color: #fff;
	font-size: 1.4em;
	}
	
.featureLinkDark {
	color: #8e8168;
	font-size: 1.4em;
	}	
	
/* NAV */

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
	
#nav li {
	position: relative; 
	float: left;
	height: 26px;
	padding: 9px 10px 0 10px;
    margin: 0;
	background: url(../images/nav/nav_right.gif) no-repeat right top;
	}

#nav a {
	float: left;
    display: block;
	color: #aba497;
	font-weight: normal;
	letter-spacing: -0.01em;
	height: 35px;
    }

#nav a:hover {
	padding-bottom: 0;
	}

#nav .selected {
    background: url(../images/nav/nav_right_on.gif) no-repeat right top;
    }
	
#nav .selected a {
	font-weight: bold;
	color: #fff;
	}
	
/* SUBNAV */

#subNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
	
#subNav li {
	position: relative; 
	float: left;
	height: 26px;
	padding: 9px 15px 0 15px;
    margin: 0;
	}

#subNav a {
	float: left;
    display: block;
	color: #fff;
	font-weight: normal;
	height: 35px;
    }

#subNav a:hover {
	padding-bottom: 0;
	}

#subNav .subSelected {
	font-weight: bold !important;
    }
	
#subNav .subSelected a {
	font-weight: bold !important;
	}