* {
	margin: 0;
	padding: 0;
}
html { 
	height: 100%;
	background: #000 url(../images/bg1.jpg) no-repeat center top;
}
body {
	font-family: Tahoma;
	font-size: 1em;
	background: url(../images/horizontal_bg.gif) repeat-x center 116px;
	color: #666666;
}
.home {
	background: url(../images/horizontal_bg.gif) repeat-x center 116px;
}
.sub {
	background: url(../images/bg2.gif.html) repeat-x center 116px;
}
#body_bg {
	background: url(../images/bg2.jpg) no-repeat center 484px;	
	width: 100%;
	height: 100%;
}

ul, ol {
	list-style-type: none;
}
ul li {
	padding: 0;
	margin: 0;
}
a {
	color: #fa5517;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	outline:none;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.1em;
}
img {
	behavior: url(images/iepngfix.htc.html);
}
div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0px;
}

/** center **/
#center { 
	width: 1095px;
	margin: 0 auto;
	position: relative;
}
.center_wrap {
	width: 963px;
	margin: 0 auto;
}
.center_wrap h1 {
	padding-bottom: 10px;
}

/************************************
	MAIN LAYOUT
*************************************/

/** header **/
#header {
	width: 100%;
	height: 117px;
	position: relative;
}

/** banner **/
#banner {
	width: 100%;
	height: 366px;
	position: relative;
	overflow: hidden;
}

/** Content **/
#content {
	position: relative;
	width: 100%;
	padding: 45px 0 30px 0;
	float: left;
	clear: both;
}

/** footer **/
#footer {
	position: relative;
}



/** header elements **/
#header h1.logo {
	float: left;
	width: 152px;
	height: 66px;
	padding: 25px 45px 0 0;
}
#header p {
	font-size: 0.7em;
	color: #6b6b6b;
}
#header p b {
	color: #818181;
}
#header p.header_text {
	line-height: 2em;
	padding: 25px 0 0 5px;
}


/** banner elements **/
#banner h1.howcan {
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
}




/** Gallery **/
#gallery {
	width: 100%;
	height: 290px;
	overflow: hidden;
	position: relative;
	clear: both;
}
#gallery .ctrl_left {
	width: 44px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#gallery .ctrl_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
}
#gallery .ctrl_left .btn, #gallery .ctrl_right .btn {
	margin-top: 120px;
	cursor: pointer;
}
#gallery .motioncontainer {
	width: 979px;
	height: 290px;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}
#gallery .picture {
	float: left;
	width: 282px;
	padding-right: 70px;
	text-align: center;
	position: relative;
}
#gallery .picture a img {
	position: absolute;
	top: 16px;
	left: 16px;
}
#gallery .picture h2 {
	display: none;
}
#gallery .picture a.title {
	font-size: 0.75em;;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 260px;
	left: 0;
	width: 282px;
} 
#nov_trueContainer {
	position:absolute;
	width: 100%;
}

/** content elements **/
#content {
	font-size: 0.8em;
}
#content h2, #content h3 {
	font-size: 1.4em;
}
#content p {
	line-height: 2em;
	color:#888888;
	font-family:"Helvetica Neue", Helvetica, Arial;
}

/* top text */
#content .top_text {
	padding: 0 10px 55px;
	float: left;
}
#content .top_text .left {
	width: 360px;
	border-right: 1px solid #363636;
	padding-right: 30px;
	float: left;
}
#content .top_text h2 {
	padding-bottom: 5px;
}
#content .top_text .right {
	border-left: 1px solid #363636;
	padding-left: 30px;
	float: left;
	width: 515px;
	margin-left: -1px;
}
#content .top_text p span {
	color: #fff;
}

#content .std_wrap {
	float: left;
}
#content .std_wrap h1 {
	font-size: 1.4em;
}

/* boxes */
#content .box {
	background: #242424;
	padding: 13px 8px 12px;
	width: 293px;
	height: 120px;
	float: left;
	margin: 0 0 40px 0;
	overflow: hidden;
}
#content .box h3 {
	padding-bottom: 5px;
	line-height: 1em;
}
#content .pad {
	float: left;
	width: 18px;
	height: 1px;
}


/** footer elements **/
#footer {
	font-size: 0.7em;
	height: 75px;
	position: relative;
	clear: both;
	border-top: 1px solid #363636;
}
#footer .copy {
	position: absolute;
	top: 10px;
	left: 0;
	
}
#footer .footer_nav {
	position: absolute;
	top: 30px;
	left: 0;
	overflow: hidden;
}
#footer .footer_nav ul, #footer .footer_nav p {
	float: left;
}
#footer .footer_nav ul {
	margin-right: -1px;
}
#footer .footer_nav ul li {
	float: left;
	border-right: 1px solid #515151;
	padding: 0 4px;
}
#footer .developers {
	position: absolute;
	top: 10px;
	right: 0;
	color: #848484;
}
#footer .created {
	position: absolute;
	top: 30px;
	right: 0;
}


/*** Home page ***/
.home #banner {
	background: url(../images/banner_img1_placeholder.jpg.html) no-repeat center;
}


/** Sub Page **/
.sub #banner {
	background: url(../images/banner_img2_placeholder.jpg.html) no-repeat center;
}
.sub #gallery {
	margin: 20px 0 40px;;
}

#banner #new {
	width: 670px;
	height: 285px;
	position: relative;
	float: left;
	top: 50px;
	font-size: 0.8em;
	color: #cdcdcd;
	line-height: 1.9em;
}
#new .bg {
	background: #232323;
	opacity:.75;
	filter:alpha(opacity=75);
	height: 100%;
	width: 100%;
}
#new .text {
	position: absolute;
	top: -10px;
	left: 0;
	padding: 0 15px;
}
#new .text h1 {
	font-size: 1.4em;
}
#new .text p {
	padding: 0 0 20px 0;
	color:#ffffff;
}
#new .text h1.new {
	margin: 0 0 0 -20px;
}
#new .text h1 img {
	margin: 0 5px -10px;
}
#new .button {
	float: left;
	margin-right: 10px;
}
#new p {
	display: block;
	clear: both;
}

#banner #some_site {
	float: right;
	top: 40px;
	width: 282px;
	text-align: center;
	position: relative;
}
#banner #some_site a img {
	position: absolute;
	top: 16px;
	left: 16px;
}
#banner #some_site a.title {
	font-size: 0.75em;;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 260px;
	left: 0;
	width: 282px;
} 

/** GENERAL **/
.floated_right {
	float: right;
	padding: 0 0;
}

/* at top */
.button {
	display: block;
	font-weight: bold;
	position: relative;
	height: 29px;
	line-height: 27px;
	text-align: center;
	background: url(../images/button2.png.html) no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button2.png', sizingMethod='crop');
	cursor: pointer;
}
.button {
	color: #0C5D91;
}
.button:hover {
	color: #000;
	text-decoration:none;
}
.button1 {
	width: 100px;
}
.button2 {
	width: 145px;
	background: url(../images/button1.png.html) no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button1.png', sizingMethod='crop');
}

.small {
	font-size: 0.85em;
}

/**IE **/

/** **/
