@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-image: url(/Resources/images/lux360_page_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#151515;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
#container {
	width: 960px;
	background-color: black;
	background-image: url(/Resources/images/lux360_container_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#header {
	height:290px;
	background-image: url(/Resources/images/lux360_page_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top:-10px;
}
#header h1 {
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	top: 10px;
	right: 10px;
}
#header h1 a {
	color: white;
}

#localeNavigation {
	
}
#navigation {
	position:absolute;
	top:95px;
}
#navigation ul li{
	float:left;
	text-align:center;
	vertical-align: middle;
	margin-right: 0px;
	width: 230px;
}
#navigation ul li a {
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
}
#navigation ul li a:hover {
	color:#CCCCCC;
}
#mainContent {

}
#mainContent #slideshowWrapper {
	position: absolute;
	top: -171px;
	left: 0px;
}
#mainContent h1 {
	font-size: 18px;
	color: #d0af40;
}
#mainContent h2 {
	margin-top: 1em;
	font-size: 16px;
	color: #d9d9d9;
}
#mainContent h3 {
	margin-top: 1em;
	font-size: 14px;
	color: #ffffff;
}
#mainContent a {
	text-decoration:none;
	color: #d0af40;
}
#footer {
	height: 146px;
	background-image: url(/Resources/images/lux360_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#footer p {
	padding-right:20px;
	padding-top:20px;
	font-size:10px;
	text-align:right
}
#footer a {
	color:#d0af40;
	text-decoration:none;
	background:none;
	font-size:10px;
}
span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}
div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}
.border {
	border: 1px solid white;
}