body 
{
	margin: 0;
	padding: 0;
	background-color: #311C00;
	background-image: url('images/bg.jpg');
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B8767;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E8D6B4;
}

h2, h3 
{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url('images/separator2.gif') repeat-x left bottom;
	letter-spacing: -1px;
}

h2 
{
	font-size: 25px;
}

h3
{
	font-size: 17px;
}

p, ol, ul 
{
	line-height: 160%;
}

ul.links
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.links li 
{
	padding: 2px 0 5px 0;
	background-image: url(images/separator2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.links li.last 
{
	background: none;
}

a 
{
	color: #D9C09A;
	text-decoration: none;
}

a:hover 
{
	border-bottom: dotted 1px #D9C09A;
}

a.nohover:hover
{
	border-bottom: none;
}

strong 
{
	color: #D9C09A;
}

.indent 
{
	margin-top: 0;
	margin-left: 130px;
}

.image 
{
	float: left;
	margin: 0;
}

#wrapper 
{
	background: url(images/header-bg.jpg) repeat-x;
}

/* Header */

#header 
{
	width: 780px;
	height: 250px;
	margin: 0 auto;
}

#header * 
{
	color: #FFFFFF;
}

#header a
{
	border-bottom: none;
}

#header a:hover
{
	text-decoration: underline;
}

#header h1 
{
	float: left;
	padding: 90px 0 0 0;
	letter-spacing: -2px;
	font-size: 36px;
}

#header h2 
{
	float: left;
	padding: 110px 0 0 6px;
	background: none;
	font-size: 12px;
	font-weight: normal;
}

#header h2 a 
{
	text-decoration: none;
}

#header ul 
{
	float: right;
	margin: 0;
	padding: 110px 0 0 0;
	list-style: none;
	font-size: 11px;
}

#header li 
{
	display: inline;
}

#header li a 
{
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #7DD2FA;
}

#header li.first a 
{
	border: none;
}

#header img.logo
{
	padding-top: 50px;
}

/* Content */

#content 
{
	width: 800px;
	margin: 0 auto;
}

#colOne 
{
	float: left;
	width: 600px;
}

#colTwo 
{
	float: right;
	width: 184px;
}

#colTwo h3 
{
	margin-top: 10px;
}

/* Footer */

#footer 
{
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(images/separator2.gif) repeat-x;
}

#footer a
{
	border-bottom: none;
}

#footer a:hover
{
	border-bottom: dotted 1px #D9C09A;
}

#footer p 
{
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Content */
#testimonial img
{
	padding: 0 2px 0 2px;
}

div.quote
{
	color: #D9C09A;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 20px;
}

span.seemore
{
	float: right;
	font-size: 9pt;
	padding-right: 5px;
	font-weight: normal;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

#images
{
	text-align: center;
}

#images a:hover
{
	border: none;
}

table.specs
{
	width: 100%;
}

table.specs th
{
	padding: 5px 15px 5px 2px;
	vertical-align: top;
	white-space: nowrap;
}

table.specs td
{
	vertical-align: top;
	padding: 5px 2px 5px 2px;
}

table.specs td ul, table.specs td ol
{
	margin: 0;
	padding-left: 20px;
}

table.specs tr.row2
{
	background-image: url('images/bg2.jpg');
}

/* Player */
#player
{
	text-align: center;
	margin-bottom: 20px;
}

#player div.bg
{
	background-image: url('images/provac_screen.png');
	height: 319px;
}

#player img.play
{
	margin-top: 90px;
	cursor: pointer;
}

#player div.info
{
	height:16px;
	background-color: #000000;
	background-image: url('images/infobox-bg.png');
	background-repeat: repeat-x;
	opacity: 0.7;
	color: #ffffff;
	margin-top: 91px;
	text-align: left;
	padding: 5px 15px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	cursor: pointer;
}