html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	color: #ffffff;
	font: 100%/1.125em Helvetica, Arial, sans-serif;
	text-align: left;
	background: #000000 url(../images/bg_tile.jpg) repeat-x;
}

#tabs {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg_tile.jpg) no-repeat -15px -218px;
	margin-top: 0px;
	z-index: 100;
}

#footer {
	width: 920px;
	margin: 10px auto;
	clear: both;
	text-align: center;
	font-size: .75em;
	color: #333333;
	background: url(../images/footer.gif) no-repeat;
	padding-top: 10px;
}

.column-1 {
	width: 390px;
	float: left;
	margin: 0 0 0 2px;
	height: 400px;
}

.column-2 {
	width: 480px;
	height: 360px;
	float: right;
	background: #333 url(../images/vidplayer.jpg) no-repeat;
	margin-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

#fragment-4 {
	height: 400px;
}

#fragment-3 div.column-1 {
	width: 340px;
}

#fragment-5 .column-2, #fragment-6 .column-2 {
	background-image: url(../images/two_cogs.jpg);
}

/* @group flash embeds */

object {
	display: block;
	background-color: #000000;
}

#headerFlash {
	overflow: hidden;
	height: 217px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#logobanner {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#reel {
	width: 480px;
	height: 400px;
	float: right;
	background: #333 url(../images/vidplayer.jpg) no-repeat;
	margin-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

#values {
	width: 480px;
	height: 360px;
	float: right;
	background: #333 url(../images/vidplayer.jpg) no-repeat;
	margin-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

#team {
	width: 540px;
	height: 320px;
	float: right;
	background: #333 url(../images/vidplayer.jpg) no-repeat;
	margin-right: 2px;
	margin-top: 35px;
	margin-bottom: 0;
}



/* @end */

/* @group text */

p {
	font-size: .8em;
	line-height: 1.65em;
	margin: 0 0 14px;
	padding: 0;
}

h2 {
	color: #ffcc66;
	font-weight: normal;
	font-style: normal;
	font-size: 1.875em;
	line-height: 1.875em;
}

a {
	color: #ffcc66;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a:hover {
	color: #fff;
}

#footer a {
	color: #333;
}

.mantra strong {
	width: 6em;
	display: block;
	float: left;
	color: #ffcc66;
}



/* @end */

/* @group tabs */

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

#tabs ul {
	width: 920px;
	overflow: hidden;
	list-style: none;
    margin: 0;
    padding: 0;
}

#tabs ul li {
    float: left;
    margin: 0 24px 0 0;
	padding: 0;
	display: inline;
}

*html #tabs ul li {
	width: 1em;
}

#tabs ul li#log-btn {
	float: right;
	margin-right: 0;
}

.ui-tabs-nav a {
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 11px;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0;
	height: 31px;
	display: block;
	text-align: left;
	padding: 0;
	background: url(../images/arrow.gif) no-repeat 0 10px;
	border-bottom-style: none;
}

.ui-tabs-nav .ui-tabs-selected a {
    background: url(../images/arrow_selected.gif) no-repeat 0 10px;
	border-bottom-style: none;
}

.ui-tabs-nav a span {
    background-position: 0 0;
	padding: 8px 0 0 15px;
	display: block;
	margin: 0;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #ffcc66;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: .75em;
}

.ui-tabs-panel {
    padding: 50px 2px 0;
	text-align: justify;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	color: #fff;
}

/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ui-tabs-hide {
        display: none;
    }



/* @end */

/* @group classes */

.highlight {
	color: #ffcc66;
}

.phone {
	font-size: 2.25em;
}

.hide {
	overflow: hidden;
	text-indent: -1000em;
}

.clear {
	clear: both;
}

.bigger {
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 1em;
}



/* @end */

/* @group forms */

#login input {
	width: 320px;
	height: 22px;
	background-color: #fff;
	border: 1px solid #ffcc66;
	font-weight: bold;
	color: #333;
	font-size: 1.15em;
}

#login label {
	display: block;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

#go-btn {
	width: 135px;
	height: 31px;
	margin: 0;
	padding: 0;
	background-image: url(../images/login_btn.gif);
	display: block;
	border-bottom-style: none;
}



/* @end */
