@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #777777;
	background-image: url(../../img/page-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.kh #container {
	width: 900px;
	background: #616367;
	margin: 0 auto;
	text-align: left;
}
.kh #header {
	width: 900px;
	height: 247px;
	position: relative;
	background: #ffffff; 
	padding: 0;
	background-image: url(../../img/header-bg.jpg);
	background-repeat: no-repeat;
}
.kh #header h1 {
	margin: 0;
	padding: 10px 0;
	display: none;
}
.kh #header #menu { 
	position: absolute; 
	top: 210px; 
	left: 10px;
	margin: 0;
	padding: 0; 
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.kh #header #menu li {
	display: inline;
	color: #ffffff;
}
.kh #header #menu li a {
	color: #ffffff;
	padding: 0 10px;
	text-decoration: none;
}
.kh #mainContent {
	width: 900px;
	height: 920px;
	position: relative;
	overflow: visible;
	background: #616367 url(../../vouchers/images/teendrivingbg.jpg) no-repeat;
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.kh #quicklinks {
	width: 150px;
	height: 300px;
	position: absolute;
	top: 25px;
	left: 650px;
}
.kh #vouchertxt {
	width: 250px;
	position: absolute;
	top: 500px;
	left: 20px;
}
.kh #vouchertxt h1 {
	font-size: 1em;
	color: #fff200;
	margin: 0;
	padding: 0 0 10px 0;
}
.kh #vouchertxt p {
	font-size: .8em;
	color: #ffffff;
	margin: 0;
	padding: 0 0 5px 0;
}
.kh #vouchertxt p.pic {
	padding: 25px 0 0 0;
}
.kh #vouchertxt .yellow {
	color: #fff200;
}
.kh #voptions {
	width: 550px;
	height: 400px;
	position: absolute;
	top: 500px;
	left: 300px;
	padding: 0 0 0 20px;
}
.kh .optionbox {
	width: 230px;
	height: 375px;
	float: left;
	margin: 0 40px 0 0;
	background: url(../../vouchers/images/optionsboxbg.jpg) repeat-x;
}
.kh .optionbox h2 {
	background: #000000;
	padding: 5px;
	margin: 0;
	color: #ffffff;
	font-size: .8em;
}
.kh .optionbox #vinfo {
	width: 230px;
	height: 250px;
}
.kh .optionbox #vinfo2 {
	width: 230px;
	height: 225px;
}
.kh .optionbox p {
	margin: 8px;
	padding: 0;
	color: #000000;
	font-size: 10px;
	text-align: justify;
}
.kh #footer {
	width: 900px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #FF0000 url(../../vouchers/images/footerbg.jpg) repeat-x;
}
.kh #footer p {
	margin: 0; 
	padding: 0; 
}
.kh #footer .options {
	list-style-type: none;
	padding: 20px 0 10px 20px;
	margin: 0;
}
.kh #footer .options li {
	display: inline;
	font-size: .8em;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
.kh #footer .options li a:link, .options li a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
.kh #footer .options li a:hover, .options li a:active {
	color: #ffffff;
	text-decoration: underline;
}
.clear-content {
	clear: both;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.black {
	color: #000000;
	font-weight: bold;
}
.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
