body {
	background: white url("../../images/background.jpg") no-repeat left bottom;
	text-transform: uppercase;
	background-attachment: fixed;
}

html, body {
	height: 100%;
	cursor: default;
}

#page {
	z-index: 10;
	position: relative;
	margin: 0 0 0 60px;
}

#header {
	float: left;
	width: 200px;
	z-index: 2;
	position: relative;
}

#caption {
	font-size: 11px;
}

#caption, #text {
	clear: both;
}
#text {
	background: transparent url("images/trans60.png") repeat 0 0;
}

#logo .inner {
	padding: 30px 10px 15px 70px;
	position: relative;
}
#logo strong {
	top: 61px;
	left: 128px;
	display: block;
	position: absolute;
	font-weight: 300;
	letter-spacing: 0.3px;
}

#nav .inner { padding: 30px 0 0 59px; }

#video,
#vidimg,
#content .image {
	height: 480px;
}

#video { min-width: 640px; }

#content #caption .inner { padding: 5px 0 2px 260px; }
#text { padding: 30px; min-height: 480px; width: 640px; }

#content #caption p { width: 640px; }
#content .inner {
	padding: 0 0 0 260px;
	position: relative;
	background-color: #ebebeb;
	/* background: transparent url('images/trans30.png') repeat 0 0; */
}

#page #content #video {
	top: 0;
	left: 0;
	position: absolute;
}

#vidimg {
	margin-left: 904px;
}

#content #caption .inner {
	/* background-color: transparent; */
	background: transparent url('images/trans30.png') repeat 0 0;
}

#nav {
	top: 0;
	left: 0;
	width: 245px;
	position: absolute;
	line-height: 16px;
}

#nav li {
	padding: 0 1px 0 0;
	list-style-type: none;
}

#nav ul ul {
	padding-left: 15px;
	font-size: 11px;
	line-height: 15px;
}

#nav li.active ul {
	display: block;
}

#caption p { color: #5a6466; }

#content p.disclaimer,
#caption p.disclaimer {
	color: #8a8a8a;
	margin: 3em 0 1em;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 0.25px;
	text-transform: none;
}
#nav a {
	display: block;
	padding: 0 0 0 10px;	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 10px 0;
}

#content {
	float: left;
	color: #545454;
	z-index: 1;
	position: relative;
	line-height: 16px;
	/* padding-bottom: 100px; */
	border-right: 30px solid transparent;
}

.inner {
	clear: both;
}

.column { float: left; }
.row { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }

.right { float: right; }
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.errors {
	clear: both;
	margin-top: 3px;
}


fieldset { border: 0; }

legend {
	padding-bottom: 7px;
}

select,
textarea,
input.text, 
input.password {
	width: 100%; 
	border: 1px solid #c0c0c0;
	padding: 0.05em 0.1em;
	margin-bottom: 3px;
	background-color: white;
}

#content div.login,
#content div.newsletter {
	width: 50%;
}

div.input {
	width: 66%;
	float: left;
	height: 26px;
}

div.input div {
	border: 1px solid #c0c0c0;
	padding: 2px 2px 2px 5px;
	background-color: white;
}

div.input input.text,
div.input input.password {
	border: none;
	padding: 0;
	line-height: 16px;
	margin-bottom: 0;
}

.checkbox {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

#QE_Toolbar .checkbox {
	float: none;
	width: auto;
}

.remember { padding-top: 3px; }

.forget .small {
	padding-top: 9px;
	display: block;
}

.remember .small { line-height: 15px; }

div.label {
	width: 33%;
	float: left;
	clear: both;
	padding-top: 4px;
}

.submit {
	width: auto;
	float: right;	cursor: pointer;	border: medium none;
	background-color: white;
}

.accordion { margin-bottom: 1em; }

#content .accordion .tab {
	margin-bottom: 1em;
}

#content .accordion .tab img {
	float: left;
	margin-right: 14px;
	margin-top: 3px;
	margin-bottom: 7px;
}

#content .accordion .tab ul {
	float: left;
	width: 500px;
	margin-bottom: 7px;
}

.accordion h3 {
	clear: both;
	cursor: pointer;
}

.QE_Link { z-index: 100; }
