﻿body {
	margin: 0;
	padding: 0;
	background: #ffffff url('body_bg.jpg') repeat-x 0 0;
	font-family: Arial;
	font-size: 16px;
}

a {
	outline: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.img_l {
	float: left;
	margin: 0 6px 6px 0;
}

.img_r {
	float: right;
	margin: 0 0 6px 6px;
}

.img_c {
	display: block;
	margin: 0 auto 6px auto;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 882px;
	height: 600px;
	position: relative;
}

#flash-wrapper {
	margin: 0;
	padding: 0;
	width: 880;
	height: 525px;
	background: url('flash_bg.jpg') no-repeat 0 0;
	border-left: 1px solid #88806f;
	border-right: 1px solid #88806f;
	border-bottom: 1px solid #88806f;
	position: relative;
	z-index: 1;
}


/*===================================*/
/*---- TOP SECTION ------------------*/
/*===================================*/
#top {
	margin: 0;
	padding: 0;
	width: 880px;
	height: 117px;
	position: absolute;
	top: 0;
	left: 1px;
	z-index: 10;
}

#top h1#logo {
	margin: 0;
	padding: 0;
	width: 302px;
	height: 99px;
	background: url('logo.png') no-repeat 0 0;
	position: absolute;
	top: 9px;
	left: 10px;
}

#top h1#logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 302px;
	height: 99px;
	outline: none;
	text-indent: -9999px;
}

#top #header-nav {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 20px;
	position: absolute;
	top: 85px;
	left: 570px;
	color: #655e4e;
	font-weight: bold;
	font-size: 0.76em;
}

#top #header-nav a {
	color: #655e4e;
	text-decoration: none;
}

#top #header-nav a:hover {
	color: #353129;
	text-decoration: none;
}


/*===================================*/
/*---- NAVIGATION SECTION -----------*/
/*===================================*/
#nav {
	margin: 0;
	padding: 0 0 0 5px;
	width: 880px;
	position: absolute;
	bottom: 75px;
	left: 0;
	z-index: 10;
}

#nav ul#udm {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul#udm li {
	float: left;
	display: inline;
	margin: 0 0 0 3px;
	padding: 0;
	list-style-type: none;
	width: 142px;
	font-size: 0.70em;
/*	font-weight: bold;*/
	text-align: center;
	position: relative;
	letter-spacing: .05em;
}

a#menu-103-main, a#menu-82-main, a#menu-83-main, a#menu-84-main, a#menu-104-main, a#menu-86-main {
	display: block;
	margin: 0;
	padding: 0 0 0 2px;
	width: 140px;
	height: 29px;
	background: url('nav_bg.png') no-repeat 0 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}

a#menu-103-main:hover, a#menu-103-main.udmR, a#menu-82-main:hover, a#menu-82-main.udmR, a#menu-83-main:hover, a#menu-83-main.udmR, a#menu-84-main:hover, a#menu-84-main.udmR, a#menu-104-main:hover, a#menu-104-main.udmR, a#menu-86-main:hover, a#menu-86-main.udmR {
	display: block;
	margin: 0;
	padding: 0 0 0 2px;
	width: 140px;
	height: 29px;
	background: url('nav_bg.png') no-repeat 0 -40px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}

#nav ul#udm li ul {
	visibility: hidden;
	display: none;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	width: 142px;
	text-align: center;
	position: absolute;
	bottom: 29px;
	left: 0;
}

#nav ul#udm li ul li {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	width: 142px;
	text-align: center;
	position: relative;
	font-size: 1em;
	font-weight: bold;
	background: url('subnav_bg.png') repeat-y 0 0;
}

#nav ul#udm li ul li.first {
	margin: 0;
	padding: 10px 0 5px 0;
	background: url('subnav_top.png') no-repeat 0 0;
}

#nav ul#udm li ul li.last {
	margin: 0;
	padding: 5px 0 10px 0;
}

#nav ul#udm li ul li a {
	margin: 0;
	padding: 5px;
}


/*===================================*/
/*---- BOTTOM SECTION ---------------*/
/*===================================*/
#bottom {
	margin: 20px 0 0 0;
	padding: 0;
	width: 882px;
	height: 40px;
	position: relative;
}

#bottom #search {
	margin: 0;
	padding: 0;
	width: 280px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 14px;
	font-size: 0.70em;
}

#bottom #search input#searchform {
	margin: 0;
	padding: 2px 4px 1px 4px;
	width: 140px;
	height: 15px;
	border: 1px solid #88806f;
	color: #132e54;
	font-size: 0.88em;
	font-weight: bold;
}

#bottom #search label {
	color: #132e54;
	font-size: 0.82em;
	font-weight: bold;
}

#bottom #search label.overlabel {
	display: block;
	width: 70px;
	position: absolute;
	bottom: 22px;
	left: 42px;
	z-index: 1;
	text-align: center;
}

#bottom #search label.overlabel-apply {
	display:block;
	width: 70px;
	position: absolute;
	bottom: 4px;
	left: 42px;
	z-index: 2;
	text-align: center;
}

#bottom #search input#submitsearch {
	margin: 0 0 0 2px;
	padding: 0;
	border: none;
	color: #132e54;
	background: transparent;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.88em;
	letter-spacing: 0.04em;
}

#bottom #footer {
	margin: 0;
	padding: 4px 0 0 0;
	width: 628px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 254px;
	text-align: right;
	color: #88806e;
	font-size: 0.70em;
}

#bottom #footer a {
	color: #88806e;
	text-decoration: none;
}

#bottom #footer a:hover {
	color: #655e4e;
	text-decoration: none;
}

/*===================================*/
/*---- SAFARI-SPECIFIC CSS ----------*/
/*===================================*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	a {
		cursor: pointer;
	}

	#top #header-nav {
		left: 478px;
		text-align:right;
	}

	#nav ul#udm li ul li {
		font-size: 1.06em;
	}

}

