@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
}
#container {
	position: relative;
	width: 915px;
	margin: 0px auto;
	background: #ffffff;
	border: 1px solid #ffffff;
	
	background: url(../images/containerBg.png);
	background-repeat: repeat-y;
	background-position: top left;
}
#header {
	position: relative;
	width:915px;
	height:122px;
	background: url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	/*border: 1px solid red;*/
} 
#header #localeNavigation {
	position: absolute;
	top: 55px;
	left: 700px;
}
#header #localeNavigation a {
	color: #000000;
}
#header #localeNavigation .selectedLocale {
	font-weight: bold;
}
#navigation {
	position:absolute;
	top: 82px;
}
#navigation #customNavigation {
	position:absolute;
	width: 200px;
	top: 40px;
	
	padding: 15px 10px 15px 20px;
	z-index: 1;
	/*background: #EBEBEB;*/
}
#navigation #customNavigation h3, #navigation #customNavigation h4 {
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}
#navigation #customNavigation h3 {
	font-weight: bold;
}

#navigation ul {
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	padding: 8px;
}
#navigation ul li {
	float:left;
	text-align:center;
	vertical-align: middle;
	margin-right: 0px;
	width: 220px;
}
#navigation ul li a {
	font-size: 16px;
	color: #ffffff;
}

#navigation ul li a:hover {
	color: #7d7c7c;
}

#mainContent {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 240px;
	z-index: 10;
}
#mainContent h1 {
	font-weight: normal;
	font-size:15px;
	text-transform: uppercase;
	margin: 10px 0px;
}
#mainContent h2 {
	font-weight: bold;
	font-size:13px;
}
#mainContent h3 {
	font-weight: normal;
	font-size:11px;
}

#footer {
	margin: 0px;
	padding: 10px 10px 10px 25px;
	border-top: 2px solid white;
	background:#DDDDDD;
	color: #7d7c7c;
	font-weight: normal;
	font-size:10px;
}



/** TAGS **/
a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7d7c7c;
}
.message {
	border: 1px solid black;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.message.error {
	background-color: red;
}
.message.success {
	background-color: green;
}
ul.errors {
	border: 1px solid red;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}
.evRed {
	color: #C93227;
}