/**
 * top navigation
 */

#nav {
	position: absolute;
	top: 160px;
	height: 46px;
}

#nav ul {
}

#nav li {
	list-style-type: none;
	background-color: #ff5a00;
	float: left;
}

#nav li.nav-firstactive a,
#nav li.nav-first a {
	margin-left: 23px;
}


#search-button a,
#nav a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 46px;
	margin-right: 31px;
}

#nav a {
}

/*
 *#nav a:hover.navact,
 *#nav a:hover {
 *    background-color: #ccc;
 *}
 *
 *#nav a.navact {
 *    background-color: #DEFF6A;
 *}
 */

/**
 * breadcrumb nav
 */


#breadcrumb-nav {
	position: absolute;
	height: 36px;
	top: 206px;
	left: 207px;
}

#breadcrumb-nav span,
#breadcrumb-nav li,
#breadcrumb-nav a {
	line-height: 36px;
}

#breadcrumb-nav ul {
}

#breadcrumb-nav li {
	list-style-type: none;
	display: inline;
}


#breadcrumb-nav span,
#breadcrumb-nav a {
	color: #000;
	text-decoration: none;
	font-size: 9px;
}

.breadcrumb-seperator {
	margin: 0 2px 0 3px;
}


/**
 * secondary navigation
 */

#secondary-nav-title h3 {
	color: #1a171b;
	font-size: 13px;
	line-height: 12px;
	padding-left: 12px;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/elements/orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#secondary-nav {
	margin-left: 12px;
	margin-top: 8px;
}

#nav-sec {
	
}

#nav-sec li {
	list-style-type: none;
}

#nav-sec li.active {
}

#nav-sec li li {
	margin-bottom: 0;
}

#nav-sec li li {
	margin-bottom: 0;
}

#nav-sec a {
	color: #1a171b;
	text-decoration: none;
	line-height: 25px;
	font-size: 11px;
	border-bottom: 1px solid #d7d7d7;
	display: block;
	font-family: Verdana;
	font-weight: bold;
}


/**
 * navigation border
 */

#nav-left-border {
	background-image: url(../images/nav_left/nav_left_bg_loop.gif);
	background-repeat: repeat-y;
	position: relative;
}

.nav-border-elements {
	position: absolute;
	width: 187px;
	height: 5px;
}


/**
 * footer nav
 */

#ft-nav {
	text-align: right;
	width: 1030px;
	height: 30px;
    /*
	 *right: 25px;
	 *top: 43px;
	 *position: absolute;
     */
}

#ft-nav a,
#ft-nav li {
	line-height: 30px;
}

#ft-nav li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

#ft-nav li.ftnavact a {
	text-decoration: underline;
	color: #777;
}

#ft-nav a {
	color: #aaa;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}
