@charset "UTF-8";
html
{
	height: 100%;
	min-width: 1000px;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #CCC;
}

#nonFooter
{
	position: relative;
	min-height: 100%;

}

* html #nonFooter
{
	height: 100%;
}

#header
{
	position: relative;
	height: 395px;
	min-width: 1200px;
}

#wrap
{
	position: relative;
	min-width: 1200px;
	height: 700px;
	margin: 0;
	text-align: center;
	background: #000 url(assets/page_bg.jpg) center top no-repeat;
}

#carousel_outer
{
	position: relative;
	top: 130px;
	width: 1200px;
	height: 570px;
	margin: 0 auto;
	overflow: hidden;
}

#carousel
{
	position: absolute;
	color: #FFF;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

#carousel div{
	width: 1200px;
	height: 350px;
	float: left;
	margin: 20px 0 0 0;
	padding: 25px 0 0 0;
	background: url(assets/carousel_bg.jpg) center top no-repeat;
}

#carousel div p.one{
	text-align: left;
	float: left;
	padding-top: 95px;
	margin-left: 130px;
	display: block;
	width: 280px;
}
#carousel div p.two{
	text-align: left;
	float: left;
	padding-top: 95px;
	margin-left: 20px;
	display: block;
	width: 280px;
}


#carousel div p.three{
	text-align: left;
	float: left;
	padding-top: 95px;
	margin-left: 20px;
	display: block;
	width: 300px;
	color:#666;
}

#previous, #next 
{
	z-index: 1000;
}
#next
{
	position: absolute;
	right: -10px;
}
#previous
{
	position: absolute;
	left: -5px;
}

#buttons {
	z-index: 5000;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 20px;
	text-align: center;
}
.buttons {padding:5px;}
.buttons span {color:#666;padding:0 5px;cursor:pointer;font:18px Verdana;}
.buttons span.active {color: #FFF;}
.buttons span:hover {color: #CCC;}

#content
{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 200px 0;
}

#column240
{
	width: 210px;
	padding: 0 0 0 20px;
	margin: 5px;
	float: left;
	font-size: 12px;
}

#column480
{
	width: 480px;
	padding: 0 0 0 20px;
	margin: 5px;
	float: left;
	font-size: 12px;
}

#footer
{
	position: relative;
	min-width: 1200px;
	height: 325px;
	margin: -325px 0 0 0;
}

#footer_inner
{
	position: relative;
	height: 325px;
	min-width: 1200px;
	background: url(assets/footer.png) no-repeat center bottom;
	margin: 0 auto;
}

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

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

p
{
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 10px 10px 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -0.07em;
	margin: 0 0 10px 0;
}

h1
{
	font-size: 40px;
	color: #C00;
}

h2
{
	font-size: 30px;
	color: #C00;
}

h3
{
	font-size: 24px;
	color: #C00;
}

h4
{
	font-size: 16px;
	color: #CCC;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
}


ul
{
	list-style: inside;
	list-style-image: url(images/bullet.gif);
	line-height: 1.4em;
	margin: 0;
}

li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.small
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
}

.clear
{
	clear: both;
}

.border_right
{
	border-right: dotted 1px #CCC;
}

.right
{
	text-align: right;
}
