* {	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: url(../images/body-bg.jpg) top center no-repeat;
	background-color: #000000;
}

.clear {	clear: both;
}

p {
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: 15px;
}

h1 {
	font-family: Cambria, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 10px;
}

h2 {
	font-family: Cambria, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 10px;
}

h3 {
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
}

/*--------------LINKS------------*/

a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

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

a:active {
}

/*--------------FONTS------------*/



/*--------------HEADER------------*/

#header	{
	width: 960px;
	height: 64px;
	margin: 0 auto;
}

#logo {
	float: left;
}

/*--------------NAV------------*/

#nav-area {
	float: right;
	width: 614px;
	height: 46px;
}

ul#nav		{	list-style: none;
				height: 46px;
			}
			
			ul#nav li	{	display: inline;
						}
						
						ul#nav li a	{	display: block;
										height: 31px;
										float: left;
										color: #FFFFFF;
										font-family: Arial, Helvetica, sans-serif;
										font-size: 12px;
										font-weight: bold;
										text-align: center;
										padding: 15px 15px 0 15px;
									}
									
									ul#nav li a:hover	{ background-image: url(../images/nav-bg.png);
									}

/*--------------MAIN AREA------------*/

#main-area {
	width: 960px;
	margin: 0 auto;
}
#content {
	margin: 49px 0 0 6px;
}

#left-col {
	width: 570px;
	float: left;
	padding: 10px;
	min-height: 750px;
}

#right-col {
	width: 295px;
	float: right;
	margin-top: 295px;
	padding-left: 15px;
}

.indent {
	margin: 0 0 0 20px;
}

.video-box {
	text-align: center;
}

.bullet {
	padding-left: 15px;
	background: url(../images/x.png); background-position: top left; background-repeat: no-repeat;
	margin-bottom: 7px;
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.gallery-thumb {
	width: 170px;
	height: 170px;
	float: left;
	margin: 0 10px 10px 0;
}

/*--------------FORM------------*/

.form-element {
	margin-bottom: 10px;
}

.form-field {
	padding: 5px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border: solid 1px #FFFFFF;
}

.buy-form-field {
	padding: 5px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border: solid 1px #FFFFFF;
}

.submit {	
	background-color: #990000;
	color: #ffffff;
	padding:2px 5px 2px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #ffffff;
}

.form-table td {
	padding: 5px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

/*--------------FOOTER------------*/

#footer {
	text-align: center;
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: 15px;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CC0000;
	text-decoration: none;
}
