@charset "utf-8";
/* CSS Document */

/* reset styles */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear:both; height:1px;}

/* MAIN STYLE ---------------------------------------------------------------------------------------------------------- */

body {
	font-size:12px;
	background:#000b39;
	font-family:Arial, Helvetica, sans-serif;
}

#mainwrapper {
	width:980px;
	margin:0 auto;
	background:url(images/body_bg.jpg) repeat-y;
}

#header {
	height:210px;
	background:url(images/header_bg.jpg) bottom left no-repeat;
	padding:0 20px 7px;
}

#logo {
	width:309px;
	height:132px;
	padding-top:49px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:30px;
}

#logo a {
	display:block;
	width:309px;
	height:132px;
	background:url(images/logo.png) top left no-repeat;
}

#navie {
	float:left;
	width:600px;
	margin-top:100px;
}

#navie li {
	float:left; margin-right:30px;
	text-indent:-9999px;
}

#navie li a {
	text-decoration:none;
	display:block;
	height:17px;
	background:url(images/navie.png) top left no-repeat;
}

#navie li.home a { 
	width:52px; 
}

#navie li.programs a { 
	width:141px;
	background-position:-52px 0;
}

#navie li.downloads a { 
	width:111px;
	background-position:-193px 0;
}

#navie li.about a { 
	width:86px;
	background-position:-304px 0;
}

#navie li.contact a { 
	width:102px;
	background-position:-390px 0;
}

#navie li a:hover {
	background-position:bottom left;
}

#navie li.programs a:hover { 
	width:141px;
	background-position:-52px 100%;
}

#navie li.downloads a:hover { 
	width:111px;
	background-position:-193px 100%;
}

#navie li.about a:hover { 
	width:86px;
	background-position:-304px 100%;
}

#navie li.contact a:hover { 
	width:102px;
	background-position:-390px 100%;
}

#showcase {
	margin-bottom:30px;
}

#content {
	padding:0 18px 60px;
	width:544px;
	float:left;
	line-height:1.5em;
}

#content .ad {
	text-align:center;
	margin-bottom:30px;
}

#content a {
	color:#FFF;
}

#content h2 {
	color:#FFF;
	font-size:14px;
	background:#f26e02;
	padding:5px 20px;
	text-align:center;
}

#content .post h2 {
	text-align:left;
	margin-bottom:20px;
}

#content .post {
	color:#FFF;
	margin-bottom:40px;
}

#content .post p {
	line-height:1.5em;
	margin-bottom:2em;
}

#promolist li,
#programlist li {
	margin-bottom:10px;
}

#programlist h3 {
	margin-bottom:5px;
}

#programlist h3 a {
	color:#ff8400;
	font-size:18px;
	text-decoration:none;
}

#programlist li .thumb {
	width:190px;
	float:left;
	margin-right:10px;
	border:solid 1px #42d1fd;
}

#programlist li .nfo {
	width:342px;
	float:right;
}

#programlist li p {
	line-height:1.5em;
	font-size:12px;
	color:#FFF;
}

#programlist li p a {
	color:#ffc600;
	text-decoration:underline;
	font-weight:700;
}

#sidebar {
	width:382px;
	float:left;
	padding-right:18px;
	padding-bottom:60px;
}

#sidebar h2 {
	color:#FFF;
	font-size:14px;
	background:#e8018b;
	padding:5px 20px;
	text-align:center;
}

#sidebar li li {
	line-height:2em;
	border-bottom:dotted 2px #FFF;
	color:#FFF;
}

#mediabox {
	padding:6px 6px 115px;
	background:#00153e url(images/mediabox.jpg) bottom center no-repeat;
	margin-bottom:30px;
	position:relative;
	z-index:1;
}

#footer {
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/footer.jpg) no-repeat;
	height:142px;
}

/* PROMO STYLE */
#promo {
	width:850px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#promo2 {
	width:500px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#promo .content {
	width:410px;
	float:left;
	padding-right:10px;
	border-right:solid 1px #CCC;
	line-height:1.5em;
}

#promo2 .content {
	border-bottom:solid 1px #CCC;
	margin-bottom:10px;
}

#promo .form {
	width:410px;
	float:right;
}

#promo2 h2,
#promo h2 {
	font-size:16px;
	text-align:center;
}

#promo2 p,
#promo p {
	margin:15px 0;
	padding:0 15px;
	line-height:2em;
}

#promo2 form,
#promo form {
	width:80%;
	margin:20px auto;
}

#promo2 .var,
#promo .var {
	float:left; 
	margin-bottom:15px;
	line-height:20px;
	width:25%;
	text-align:right
}

#promo2 .val,
#promo .val {
	float:right;
	margin-bottom:15px;
	text-align:left;
	line-height:20px;
	width:65%;
}

#promo2 .full,
#promo .full {
	margin-bottom:15px;
	text-align:center;
}

#promo2 .full textarea,
#promo .full textarea {
	width:100%;
	height:220px;
	text-align:left;
}

#facebox {
	z-index: 999 !important;
}

/* SHOWCASE */

#flowtabs li {
	float:left;
	margin-right:4px;
	display:block;
	width:12px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
}

#flowtabs li a {
	display:block;
	height:12px;
	width:12px;
	background:url(../images/showcaseselect2.png) top left no-repeat;
}

#flowtabs li a.current {
	background-position:bottom left;
}

/* override the root element to enable scrolling */ 
#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both;
	height:452px;
} 
 
/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
    width:980px; 
    cursor:pointer; 
    font-size:14px; 
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
} 
 
#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px; 
}