@charset "utf-8";

/* 
Global CSS Document
Mike Stiff

Written by Ten4 Design
http://www.ten4design.co.uk
*/


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


body{
	font-family: Helvetica, Arial, sans-serif;
	background-color: #191919;
	color: #FFFFFF;
}

h1{
	font-size: 75px;
	text-transform: uppercase;
	padding: 10px 0px 40px 0px;
}

h2{
	text-transform: uppercase;
	margin-bottom: 15px;
}

a{
	color:#FFFFFF;
	text-decoration: none;
}

a:hover{
	color:#999999;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	display: block;
	overflow: hidden;
	
}

#header{
	background:url(../_images/background-header.gif);
	height: 154px;
	position: relative;
}

#primary-navigation{
	overflow: hidden;
	font-size: 14px;
	position: absolute;
	top: 116px;
	margin-left: 170px;
}

#primary-navigation li{
	float: left;
	margin: 10px 0px 0px 14px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

#primary-navigation li.active{
	background-image: url(../_images/nav-highlight.gif);
	background-repeat: no-repeat;
	background-position: 50% 19px;
}

#content{
	background-image:url(../_images/background-lines.gif);
	color:#000000;
	overflow: hidden;
	padding: 10px 0px;
}

#slideshow{
	width: 827px;
	height: 520px;
	overflow: hidden;
	float: left;
	display: block;
}

#slideshow.single{
	margin-left: 65px;
}

.slide{
	text-align: center;
	width: 827px;
	height: 520px;
}

#previous{
	width: 23px;
	height: 520px;
	background-image: url(../_images/arrow-left.gif);
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-right: 40px;
	text-indent: -9999px;
}

#next{
	width: 23px;
	height: 520px;
	background-image: url(../_images/arrow-right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-left: 40px;
	text-indent: -9999px;
}

#blackbox{
	width: 827px;
	height: 450px;
	background-color: #191919;
	margin: 0 auto;
	display: block;
	color: #FFFFFF;
	padding: 35px;
	text-align: left;
}

#blackbox #column-one{
	width: 370px;
	float: left;
	margin-right: 65px;
}

#blackbox #column-two{
	width: 360px;
	float: left;
}

#blackbox #column-one p, #blackbox #column-two p{
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 18px;
}

#blackbox a{
	color:#FFFFFF;
	text-decoration: underline;
}


#footer{
	text-transform: uppercase;
	font-size: 21px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p.subtxt{
	font-size: 14px;
	padding-bottom: 20px;
}

