@charset "UTF-8";
/* ==== HTML & Body ==== */
html {
	background: url('/img/backgroundColor.jpg') #000 repeat-x fixed;
	background-position: bottom left;
	height: 100%;
	color: #D8D8D8;
	line-height: 1.2em;
}

body {
	color: #D8D8D8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
}

body a {
	color: #A31984;
	text-decoration: none;
}

body a:hover {
	color: #A31984;
}

/* ==== Tables ==== */
table {
	border-collapse: separate;
	border-spacing: 0;
}

table tr, table td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* ==== Header ==== */
#wrapper {
	background: #000;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
}


#headerIntro {
	background: url('/img/backgroundGlass_Available.jpg') #000 no-repeat;
	display: block;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#theHeader {
	background: url('/img/klaaspHero.jpg') #000 no-repeat;
	display: block;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#klaaspLogo {
	display: block;
}

#klaaspLogo a {
	display: block;
}

#klaaspFrame {
	float: right;
	padding-right: 30px;
	margin-top: 10px;
}

#accountLinks {
	margin-bottom: 50px;
	padding-right: 2px;
	text-align: right;
	font-size: 12px;
}

#accountLinks a {
	color: #D8D8D8;
	text-decoration: none;
}

#accountLinks a:hover {
	color: #fff;
}

#klaaspNav {
	background: url('/img/klaaspTitle.png') no-repeat;
	display: block;
	height: 125px;
	width: 500px;
	padding-bottom: 25px;
}

#klaaspNav a {
	display: block;
	height: 110px;
	width: 500px;
}

#klaaspNav span {
	display: none;
}

#klaaspLinks {
	width: 500px;
}

#button1 {
	background: url('/img/linkHowItWorks.png') no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 122px;
	padding-right: 32px;
}

#button1:hover, #button1Selected {
	background: url('/img/linkHowItWorksH.png') no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 122px;
	padding-right: 32px;
}

#button2 {
	background: url('/img/linkPeopleSay.png') no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 159px;
	padding-right: 32px;
}

#button2:hover, #button2Selected {
	background: url('/img/linkPeopleSayH.png') no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 159px;
	padding-right: 32px;
}

#button3 {
	background: url('/img/linkWhoWeAre.png') no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 114px;
}

#button3:hover, #button3Selected {
	background: url('/img/linkWhoWeAreH.png') no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 114px;
}

#button4 {
	background: url('/img/buttonStore.png') no-repeat;
	display: block;
	float: left;
	height: 36px;
	margin-left: 298px;
	margin-top: 25px;
	width: 160px;
}

#button4:hover {
	background: url('/img/buttonStoreRO.png') no-repeat;
	display: block;
	float: left;
	height: 36px;
	margin-left: 298px;
	margin-top: 25px;
	width: 160px;
}

#button5 {
	background: url('/img/buttonBuyKlaaspH.png') no-repeat;
	display: block;
	float: left;
	height: 36px;
	margin-top: 15px;
	width: 160px;
}

#button5:hover {
	background: url('/img/buttonBuyKlaasp.png') no-repeat;
	display: block;
	float: left;
	height: 36px;
	margin-top: 15px;
	width: 160px;
}

#button5 span {
	display: none;
}

#buttonSearch {
	background: url('/img/search.png') no-repeat;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	height: 27px;
	width: 27px;
}

#klaaspLinks span {
	display: none;
}

/* ==== The Body ==== */
#theIntro {
	display: block;
	min-height: 450px;
	padding-left: 470px;
	padding-top: 30px;
	width: 540px;
	top: 300px;
	position: absolute;
	z-index: 9000;
}

#theBody {
	background-color: #000;
	display: block;
	min-height: 495px;
	height: 100%;
	padding-left: 50px;
	padding-top: 30px;
	width: 540px;
}

.aTitle {
	display: block;
	padding-bottom: 15px;
}

.aTitle span {
	display: none;
}

/* ==== Sidebar ==== */
.legend {
	display: block;
	min-height: 351px;
	padding-right: 72px;
	margin-top: 14px;
	width: 301px;
	margin-top: 78px;
}

.sideLink {
	padding-left: 140px;
}

.sidebar {
	display: block;
	float: right;
	padding-right: 72px;
	margin-top: 14px;
	width: 301px;
}

.info {
	padding-left: 21px;
}
/* ==== Footer ==== */
#theFooterNav {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 780px;
}

#theFooterNav ul {
	list-style: none;
	text-align: center;
}

#theFooterNav li {
	font-size: 9px;
	float: left;
	padding: 0 10px 0 10px;
}

#theFooterNav a {
	color: #D8D8D8;
	font-size: 9px;
	text-decoration: none;
}

#theFooterNav a:hover {
	color: #fff;
}

#theFooter {
	background-color: #000;
}

#emailPopup {
	background: url('/img/popup.png') no-repeat;
	color: #d8d8d8;
	display: none;
	min-height: 280px;
	padding-left: 38px;
	padding-top: 3px;
	position: absolute;
	width: 575px;
	top: 100px;
	z-index:9003;
}

#emailClose {
	text-align: right;
}

#emailClose a {
	display: block;
	margin-left: 527px;
	height: 35px;
	width: 35px;
	text-align: right;
}

#emailClose span {
	display: none;
}

.review {
	padding-top: 25px;
}

#emailText {
	padding-top: 55px;
}

a.button {
	background: transparent url('/img/button_right_blk.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 27px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background: transparent url('/img/button_left_blk.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}

.buttons {
	margin-bottom: 10px;
	clear: both;
	padding: 5px 5px 0 5px;
}