.whitetext{
	font-family:'AWConquerorSansLight';
	font-size:16px;
	color:#FFFFFF;
}
a {
	font-family: AWConquerorSansLight;
	color:#CC6600;
	text-decoration: none;
}
a:visited {
	color:#CC6600;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: none;
}
a:active {
	color: #444444;
	text-decoration: none;
}
.pageText{
	font-family:'AWConquerorSansLight';
	font-size:14px;
	color:#444444;
}
.buttons{
	font-family:'BebasRegular';
	font-size:16px;
	color:#FFFFFF;
}
.heading{
	font-family:'BebasRegular';
	font-size:30px;
	color:#333333;
}
.subheading{
	font-family:'BebasRegular';
	font-size:20px;
	color:#333333;
}
.pageHeading{
	font-family:'BebasRegular';
	font-size:25px;
	color:#FFFFFF;
}
#logo{
	width:200px;
	height:188px;
	position:absolute;
	top:0;
	left:0;
	z-index:300;
}
.homeSlide{
	width:500px;
	height:375px;
	margin-left:5px;
	margin-right:5px;
}
@font-face {
    font-family: 'AWConquerorSansLight';
    src: url('awfont/awconquerorsans-light-webfont.eot');
    src: url('awfont/awconquerorsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('awfont/awconquerorsans-light-webfont.woff') format('woff'),
         url('awfont/awconquerorsans-light-webfont.ttf') format('truetype'),
         url('awfont/awconquerorsans-light-webfont.svg#AWConquerorSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BebasRegular';
    src: url('Bebas/bebas___-webfont.eot');
    src: url('Bebas/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('Bebas/bebas___-webfont.woff') format('woff'),
         url('Bebas/bebas___-webfont.ttf') format('truetype'),
         url('Bebas/bebas___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#feature_previous{
	position:absolute;
	top:152px;
	left:50%;
	margin-left:-292px;
	cursor:pointer;
	z-index:20;
}
#feature_next{
	position:absolute;
	top:152px;
	right:50%;
	margin-right:-299px;
	cursor:pointer;
	z-index:20;
}
#slideArea{
	position:relative;
	overflow:hidden;
	width:100%;
	height:375px;
}
#slideBox{
	width:2600px;
	height:375px;
	position:absolute;
	top:0px;
	left:50%;
	z-index:15;
	margin-left:-1300px;
}
#videoBox{
	width:800px;
	position:absolute;
	top:80px;
	left:50%;
	z-index:500;
	margin-left:-400px;
}
#coverall{
	background-image:url(images/darkBackground.png);
	background-repeat:repeat;
	height:100%;
	_height:expression(eval(document.body.clientHeight));
	width:100%;
	_width:expression(eval(document.body.clientWidth));
	top:0px;
	left:0px;
	z-index:400;
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	
}