/**RESET**/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*{
	font-family: arial;
	color: #1f2720;
}
blockquote {
	margin: 1em 20px;
	padding-left: 50px;
	padding-top: 13px;
	/*background: transparent url('/assets/images/quote.gif') no-repeat;*/
}
blockquote .cite{
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
h1{
	font-size: 20px;
	margin:15px;
}

h2{
	font-size: 16px;
	margin: 10px 0;
}

h3{
	
}

h4{
	font-size: 12px;
	margin: 0px;
}

.clearer{
	clear: both;
}
/**LAYOUT**/
.full_center{
	margin: 0 auto;
	width: 1036px;
}

html, body, #stage{
	height: 100%;
}

body{
	background: #9a9a9a url('/assets/images/bkg.png') top left repeat-x;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body > #stage {
	height: auto; 
	min-height: 100%;
}

#stage{
	background: transparent url('/assets/images/stage_bkg.png') bottom center no-repeat;
}

#stage .left{
	float: left;
	width: 644px;
	padding-bottom: 60px;
}

#stage .left p{
	font-size: 13px;
	line-height: 15px;
	margin: 10px;
}
#left_content{
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

#stage .right{
	float: left;
	width: 370px;
	padding-bottom: 60px;
}

#content{
	padding: 70px 0px;
	margin: 0 6px;
	position: relative;
}

#header{
	height: 185px;
	background: #9a9a9a url('/assets/images/header_bkg.png') top left repeat-x;
	position: relative;
}

#header .shad_left, #header .shad_right{
	width: 6px;
	top: 0px;
	position: absolute;
	height: 185px;
	background: #9a9a9a url('/assets/images/header_bkg_shadow.png') top left repeat-x;
}

#header .shad_left{
	left: 0px;
}

#header .shad_right{
	right: 0px;
}

#header img{
	margin: 40px 5px 0 0;
}

#video{
	width : 473px;
        height : 164px;
	margin: 50px auto 0px;
}

#footer{
	text-align: center;
	position: relative;
	margin-top: -70px;
	height: 70px;
	clear:both;
	background: #a7a7a7 url('/assets/images/footer_bkg.png') top left repeat-x;
}

#footer_center{
	background: transparent url('/assets/images/footer_bkg_center.png') top left no-repeat;
	height: 68px;
}

#footer_content{
	padding-top: 12px;
}

#footer p{
	font-size: 10px;
	margin: 0px;
}

#footer .copy{
	display: block;
	margin: 5px 0;
	color: #808080;
}

#menu{
	position: absolute;
	right: 1px;
	text-align: justify;
	top: -6px;
	height: 28px;
	line-height: 29px;
	background-color: #000;
}

#menu a{
	color:#f39300;
	display:block;
	float:left;
	height:28px;
	padding:0 15px;
	text-decoration:none;
}

#menu a:hover{
	color: #fff;
}

#menu a.selected{
	border-bottom: 10px solid #f39300;
	color: #fff;
	background-color: #353535;
}

.vert_sep{
	float: left;
	margin: 0 -20px;
}

/**PAGE EFFECT**/
.page_container{
	position: relative;
}
.page{
	position: absolute;
	width: 375px;
	top: 0px;
	left: 0px;
}

.page_content{
	margin: 5px;
}

.page .hr{
	margin: 0px;
}

.page p{
	font-size: 13px;
	margin: 6px 0px;
}
