html
{
	background: #ff9c26;
	background-image: url(../images/background_html.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
body
{
	margin:auto;
	font-family: 'Trebuchet MS', sans-serif;
}
strong
{
	font-weight: bold;
}
small
{
	font-size: 10px;
	color: #333333;
}
#siteWrapper
{
	margin-left: auto;
    margin-right: auto;
	width: 992px;

}
#bigheader
{
	width: 1291px;
	height: 640px;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #000000;
}
hr
{
	border: 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
}
#videoPlayer
{
	/*margin-left: 12px;*/
}

#videoArea
{
	text-align: center;
	margin-bottom: 30px;
}
#content
{
	background-color: #ffffff;
	text-align: center;
	color: #93282d;
	font-size: 14px;
	margin-bottom: 30px;
	width: 512px;
}
#innerContent
{
	margin-top: 50px;
	padding: 25px;
}
#left
{
	width: 566px;
	float: left;
	display: inline;
	padding-left: 59px;
	padding-right: 118px;
}
#right
{
	width: 158px;
	padding-left: 45px;
	padding-right: 45px;
	float: right;
}
ul
{
	margin-bottom: 30px;
	margin-left: 0px;
}
li
{
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 3px;
}
p
{
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 14px;
	text-align: center;
	color: #666666;
}
.inputField
{
	background-color: #fff8ee; 
	width:190px; 
	text-align: center; 
	color: #c47200; 
	font-size: 13px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border: 1px solid #d2d2d2;
}
.messageField
{
	background-color: #222222;
	border: 1px solid #93282d;
	text-align: center; 
	color: #999999; 
	font-size: 13px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
}
a
{
	color: #f5242d;	
}
a:hover
{
	color: #f5242d;	
}
.opening
{
	color: #666666;
}
.terms
{
	font-size: 10px;
}
/* Tabs
----------------------------------*/
#tabs
{
	margin-left: 10px;
}
.ui-tabs 
{ 
	padding: .2em; zoom: 1; 
}
.ui-tabs a
{
	color: #ff9c26;
}
.ui-tabs .ui-tabs-nav 
{ 
	list-style: none; 
	position: relative; 
	padding: .2em .2em 0; 
}
.ui-tabs .ui-tabs-nav li 
{
	position: relative; 
	float: left;
	border-bottom-width: 0 !important; 
	margin: 0 .2em -1px 0; padding: 0; 
}
.ui-tabs .ui-tabs-nav li a 
{ 
	float: left; 
	text-decoration: none; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{ 
	padding-bottom: 1px; 
	border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a 
{ 
	cursor: text; 
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a 
{
	cursor: pointer;
	font-weight: bold;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-state-active a 
{
	color: #000000;
}
.ui-tabs .ui-tabs-panel 
{ 
	padding: 1em 1.4em; 
	display: block;
	border-width: 0; 
	background: none; 
}
.ui-tabs .ui-tabs-hide 
{ 
	display: none !important; 
}

