/*####################################### SUB NAV #######################################*/

.header .main_nav{
	position:relative;
}

.header .main_nav a.logo{
	display:block;
	background-image:url(../../../../../assets/im/spritesheet.png);
	background-repeat:no-repeat;
	background-position:-18px 0px;
	width:158px;
	height:40px;
	text-indent:-10000px;
	margin:0px auto 10px auto;
	padding:0px;
	position:absolute;
	left:120px;
	top:50%;
	margin-top:-20px;
}

.header .main_nav ul{
	text-align:right;
}

.header .main_nav > ul > li{
	margin-left:30px;
}

.header .main_nav > ul > li > a{
	font-size:16px;
	width:auto;
	height:70px;
	line-height:70px;
	padding:0px;
	position:relative;
	z-index:1;
}


.desktop .header .main_nav > ul > li > a:hover,
.desktop .header .main_nav > ul > li.active > a{
	color:#ec8d1c;
}

.header .main_nav > ul > li .active_indicator{
	width:16px;
	height:8px;
	position:absolute;
	top:auto;
	bottom:0px;
	left:50%;
	border:none;
	background:url(../../images/nav_active_indicator.png) no-repeat;
}

/*####################################### FORMS #######################################*/
input[type=button],
input[type=submit],
input[type=reset],
a.btn{
	padding:10px;
}

input[type=text],
input[type=password],
textarea,
select{
	font-size:12px;
	text-transform:none;
	text-align:left;
	padding:3px;
}

/* LOADING */
form .loading{
	width:60px;
	height:60px;
	margin:auto;
	background:url(../../../../../assets/im/loading.gif) no-repeat 50% 50% black;
	border-radius:10px;
	display:none;
}

form.loading .loading{
	display:block;
}

form.loading input[type=submit]{
	display:none;
}


/*####################################### SEARCH #######################################*/

.search_form{
	background:#292929;
	color:white;
	padding:10px;
}

/*####################################### LISTING #######################################*/
table.listing{
	border:1px solid black;
	font-size:12px;
	border-collapse:collapse;
}

table.listing th,
table.listing td{
	padding:3px;
	border:1px solid #CCCCCC;
}

table.listing tr{
	vertical-align:middle;
}

table.listing th{
	background:#292929;
	color:white;
	text-transform:none;
}

table.listing input[type=button],
table.listing input[type=submit],
table.listing input[type=reset],
table.listing a.btn{
	font-size:12px !important;
	padding:5px !important;
	line-height:12px !important;
	height:12px !important;
}

/*SORTER*/
table .sorter{
	width:10px;
	display:inline-block;
	vertical-align:middle;
}

table .sorter .ico_sort{
	display:block;
	width:10px;
	height:6px;
	background:url(../../images/ico_sort.png) no-repeat;
	margin:0px 0px 2px 0px;
}

table .sorter .ico_sort_up{
	background-position:-11px 0px;
}

table .sorter .ico_sort_up_active{
	background-position:-1px 0px;
}

table .sorter .ico_sort_down{
	background-position:-11px -7px;
}

table .sorter .ico_sort_down_active{
	background-position:-1px -7px;
}

/*####################################### SUB NAV #######################################*/
.sub_nav{
	position:relative;
	font-style:italic;
}

.sub_nav ul li h2{
	font-style:normal;
}

.sub_nav ul.locale{
	position:absolute;
	right:0px;
	top:0px;
}


/*####################################### MASTHEAD #######################################*/

.masthead{
	background:url(../../images/masthead.jpg) no-repeat 50% 50%;
}


/*####################################### CONTENTS #######################################*/

.content_area .contents{
	width:1000px;
	margin:50px auto 50px auto;
	font-size:14px;
}

.content_area .contents .separator{
	margin:50px 0px 50px 0px;
	height:1px;
	border-top:1px solid #CCCCCC;
}


/*####################################### FOOTER #######################################*/

.footer:hover .sitemap{
	height:164px;
	margin-top:-130px;
}

.footer .sitemap a{
	color:white;
}
