BODY {font-family: Verdana, Geneva, sans-serif;font-size: 1em;color: #333; background-image: url(images/g_gradient_bg.png);}
small {line-height:1.6em;color:#444;}
A IMG {border:none;}
A {text-decoration:none;border:none;outline:none;color:#0B8DC3;}
/*
-----------------------------------
* INTROMOVIE
-----------------------------------
*/
#intro-movie {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0; top:0;
	z-index: 9999;
	text-align: center;
}
#intro-movie .bg {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0; top:0;
	z-index: 9999;
	background-color: #000;
	opacity:0.7;
	z-index: 10;
	text-align: center;
}
#intro-movie .QTP {
	margin-top: 100px;
	padding: 10px;
	background-color: #f4f4f4;
	position: relative;
	line-height: 0em;
	z-index: 20;
	-webkit-box-shadow: 0px 1px 5px #111;-moz-box-shadow: 0px 1px 5px #111;box-shadow: 0px 1px 5px #111;
	border: 1px solid #fff;
}
#intro-movie .close {
	position: absolute;
	display: block;
	padding: 10px;
	background-color: #fff;
	z-index: 30;
	cursor: pointer;
	top: 30%;
	left: 0;
	color: #ff0040;
}

/*
-----------------------------------
* CSS HELPER
-----------------------------------
*/
.red {color: red}
.clear {display:block;clear:both;height:0;line-height:0;}

/*
-----------------------------------
* CONTAINER
-----------------------------------
*/
#container {
	width: 960px;
	height:auto;
	margin:auto;
	display:block;
	margin-top:50px;
	}
#globalnav {
	display:block;
	width:790px;
	height:97px;
	background-image:url(images/g_navigation_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	padding-left:170px;
	position: relative;
	}
#content {
	display:block;
	min-height: 200px;
	background-image: url(images/g_page_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	float:left;
	font-size:0.8em;
	line-height:1.5em;
	width:960px;
	position:relative;
	padding-bottom:50px;
	}
	#content .content_holder {
		display: block;
		width: 880px;
		margin-left: 10px;
		padding: 30px;
		}
		
#footer {
	background-image: url(images/g_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height:50px;
	width: 780px;
	float:left;
	padding-top:50px;
	padding-left:90px;
	padding-right:90px;
	font-size:9px;
	}
#footer div {
	display: block;
	width: 25%;
	height: 100px;
	float: left;
	}
.spacer {
	clear:both;
	display:block;
	height:50px;
	}
#footer a {
	color: #f4f4f4;
}
#footer a:hover {
	color: #5cdafd;
}	
/*
-----------------------------------
* GLOBAL NAVIGATION
-----------------------------------
*/
#globalnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#globalnav ul li {
		float: left;
		display: inherit;
		}
		#globalnav ul li ul {
			display: none;
			}
#globalnav a#home {
	padding: 0;
	position:absolute;
	left:10px;
	top:0;
	width:160px;
	height: 90px;
	background: none;
	border: none;
	overflow: hidden;
	}
	#globalnav a#home:hover {
		background-image: url(images/g_navigation_hover.png);
	}
#globalnav a {
	display: block;
	float: left;
	font-size: 14px;
	height: 52px;
	line-height: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:9px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 35px;
	position: relative;
	text-decoration: none;
	color: #666;
	text-shadow: 0px -1px 1px #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #C6C6C6;
	}
	#globalnav a#current,#globalnav a.currentAncestor,
	#globalnav a:hover {
		color:#000;
		background-image: url(images/g_navigation_hover.png);
		}

/*
-----------------------------------
* SLIDER
-----------------------------------
*/
#slider_wrapper {
	display:block;
	width:960px;
	background-image: url(images/g_pageslider.png);
	background-repeat: no-repeat;
	background-position: left 100px;
	margin-top:50px;
	margin-left: -40px;
	position: relative;
	z-index:0;
}
#slider {
	display:block;
	width:830px;
	margin-left:60px;
	position:relative;
	overflow:hidden;
	height:350px;
}
#slider div.items {
	width:20000em;
	position:absolute;
}
#slider div.items a {
	color: #222;
}
#slider div.items .item_holder {
	float:left;
	padding-top:30px;
	width:200px;
	margin-right:56px;
	margin-left:30px;
}
#slider div.items .item_holder h3 {
	margin:0;
	padding:0;
	margin-top: -25px;
}
#slider div.items .item_holder span {
	line-height:1.3em;
	font-size:0.9em;
	display:block;
	margin-top:5px;
	color:#666;
}
/*NAVIGATION FOR SLIDER*/
a.prevPage {
	width:50px;
	height: 50px;
	display: block;
	position: absolute;
	left:0;
	top:125px;
	cursor: pointer;
	background-image:url(images/btn_prev.png);
	background-position: left top;
	line-height:0;
}
a.prevpage:active, a.prevPage:hover {
	background-position: left -50px;
}
a.prevPage.disabled {
	background-position: left -100px;
}
.nextPage {
	width:50px;
	height: 50px;
	display: block;
	position: absolute;
	right:0;
	top:125px;
	cursor: pointer;
	background-image:url(images/btn_next.png);
	background-position: left top;
	line-height: 0;
}
a.nextPage:active, a.nextPage:hover {
	background-position: left -50px;
}
a.nextPage.disabled {
	background-position: left -100px;
}

/*
-----------------------------------
* TABLE DETAILS
-----------------------------------
*/
table .head td {
	background: #f4f4f4;
	line-height:1.3em;
	text-align:center;
	padding: 10px;
}
/*
-----------------------------------
* DOWNLOADS DETAILS
-----------------------------------
*/
.pdf {
	padding-left: 25px;
	background-image:url(images/pdf_icon.png);
	background-repeat:no-repeat;
	padding-top: 2px;
	padding-bottom:3px;
	color:#0B8DC3;
}
.pdf:hover {
	color: #7CAE30;
}
/*
-----------------------------------
* TYPO
-----------------------------------
*/
h1 {
	font-weight: normal;
	font-size:2.8em;
	color:#000;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.3em;
	margin-bottom:10px;
}
/*
-----------------------------------
* COLUMN
-----------------------------------
*/
.col2_1 {
	width:220px;
	margin-left:20px;
	float:left;
	display:block;
	/*clear:both;*/
	margin-top:10px;
}
.col2_2 {
	width:500px;
	margin-left:90px;
	float:left;
	display:block;
	margin-top:10px;
}
.col_info {
	display:block;
	float: left;
	margin-left:80px;
	width:300px;
	margin-top:50px;
}
.col_bigPic {
	display:block;
	width:460px;
	float:left;
	margin-top:50px;
	margin-left:50px;
}
.detail {
	color:#666;
	line-height:1.5em;
	margin-top:50px;
}

.list_bg {
	display: block;
	background-image:url(images/list_bg_divider.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:60px;
	clear: both;
}

/* @group Extra Buttons */
.btn_dl_extras,
.btn_dl_rwTheme {
	background-image: url(images/btn_sb_dl_rwTheme.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 20px;
	font-size: 15px;
	height: 60px;
	width: 160px;
	overflow: hidden;
	display: block;
	color: #333;
	margin-left: -5px;
	}	
.btn_dl_extras:hover,
.btn_dl_rwTheme:hover {
	background-position: bottom left;
	}	
.btn_dl_extras span,	
.btn_dl_rwTheme span {
	font-size: 10px;
	line-height: 1.3em;
	display: block ;
	margin-top: 3px;
	font-weight: normal;
	}

.btn_dl_rwTheme_small {
	background-image: url(images/btn_sb_dl_rwTheme_small.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 4px;
	font-size: 13px;
	height: 50px;
	width: 110px;
	overflow: hidden;
	display: block;
	color: #333;
	margin-left: 0px;
	margin-top: 5px;
	}	
.btn_dl_rwTheme_small:hover {
	background-position: left -54px;
	}	
.btn_dl_rwTheme_small span {
	font-size: 10px;
	line-height: 1.3em;
	display: block ;
	margin-top: 3px;
	font-weight: normal;
	}		



.btn_download-2010 {
	display: block;
	position: relative;
	width: 180px;
}
.btn_download-2010:hover ul {
	display: block;
}
.btn_download-2010 .btn_download-grap {
	display: block;
	height: 69px;
	width: 180px;
	background-image: url(images/btn_download-2010.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn_download-2010:hover .btn_download-grap{
	background-position: left bottom;
}
.btn_download-2010 ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(images/btn_download-2010-top.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	width: 180px;
	position: absolute;
	left: 0;
	top: 69px;
}
.btn_download-2010 li.btn_download-end {
	display: block;
	height: 10px;
	width: 180px;
	overflow: hidden;
	float: left;
	background-image: url(images/btn_download-2010-bottom.png);
	background-repeat: no-repeat;
}
.btn_download-2010 ul li {
	display: block;
	padding-top: 5px;
	padding-bottom:5px;
	background-image: url(images/btn_download-2010-middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 180px;
}
.btn_download-2010 ul li a {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px dashed #ccc;
	padding-left: 10px;
	padding-right: 10px;
}
.btn_download-2010 ul li a:hover {
	background-color: #e7ecf7;
}

/* @end */
