@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/bodybg_kw.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 16pt;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 16pt;
	text-align: left;
}

p {
	font-size: 14px;
}

ul {
	width: 500px;
	margin: 0 auto;
	padding: 30px;
	list-style: none;
}

li {
	padding: 5px 0 30px 80px;
}

.yellowtick {
	background: url(images/tickbulletyellow_kw.jpg) top left no-repeat;
}

.yellowarrow {
	background: url(images/arrowbulletyellow_kw.jpg) top left no-repeat;
}

.whitetick {
	background: url(images/tickbulletwhite_kw.jpg) top left no-repeat;
}

.whitearrow {
	background: url(images/arrowbulletwhite_kw.jpg) top left no-repeat;
}

img {
	border: 0;
}

#wrapper {
	width: 759px;
	background-image: url(images/mainbg_kw.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 759px;
	height: 225px;
	background-image: url(images/header_kw.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0 50px;
}
#footer {
	text-align: center;
	width: 759px;
	height: 190px;
	background-image: url(images/footer_kw.jpg);
}

.prehead1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}

.yellow {
	background: yellow;
}

.underlined {
		text-decoration: underline;
}

div.box {
		width: 552px;
		padding: 20px;
		border: 1px solid #929205;
		background: #FFC;
		margin: 20px auto;
		margin-bottom: 0;
}

#orderform {
		width: 544px;
		padding: 20px;
		border: 5px dashed red;
		background: #FFC;
		margin: 20px auto;
}

.shadow {
		margin: 0 auto;
		background: url(images/shadow_kw.jpg);
		width: 592px;
		height: 19px;
}

.italicunderlined {
		text-decoration: underline;
		font-style: italic;
}

.italic {
		font-style: italic;
}

.bold {
		font-weight: bold;
}

.bolditalic {
		font-weight: bold;
		font-style: italic;
}

.strike {
		text-decoration: line-through;
}

.downloadlink {
		text-align: center;
		font-size: 18pt;
		font-weight: bold;
}

.testimonial {
		font-family:"Courier New", Courier, monospace;
}

.centreimg {
		text-align: center;
}

#vid {
		width:652px;
		height:364px;
		background: url(images/vidbg_kw.jpg) no-repeat;
		margin: 0 auto;
		padding: 10px;
		color: white;
}
