@charset "utf-8";
html, body, div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border-width: 0px;
}
body {
	position: relative;
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	background-image: url(../images/lux360_page_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#151515;
}
img {
	border-width: 0px;
	vertical-align: middle;
}
#container { 
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	width: 960px;
	background-color: black;
	background-image: url(../images/lux360_container_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
		
	min-height:100%;
}
#header {
	position: relative;
	height:115px;
	background-image: url(../images/lux360_tour_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
}
#header h1 {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	
}
#header a#luxury360Tours {
	display: block;
	position: absolute;
	bottom: 50px;
	right: 0px;
}
#navigation {
	position:absolute;
	top:95px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#navigation ul li {
	float: left;
	padding-right: 5px;
	text-align:center;
	vertical-align: middle;
	margin-right: 0px;
	width: 150px;
}
#navigation ul li ul {
	display: none;
}
#navigation ul li a{
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
}
#navigation ul li a:hover {
	color:#CCCCCC;
}

#mainContent {
	position: relative;
	padding: 10px;
}
#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 {
	color: #d0af40;
}
#footer {
	clear: both;
	height: 146px;
	background-image: url(../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;
}

.clear {
	clear: both;
}
.zend_form textarea {
	width: 300px;
	height: 100px;
}
ul.errors {
	border: 1px solid red;
	font-size: 14px;
	color: red;
}
p.message {
	background-color: green;
	border: 1px solid black;
	padding: 1em;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
p.message.error {
	background-color: red;
}
span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}
div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}