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

/* PNG FIX */
img, div, input { behavior: url("iepngfix.htc") }

body {
	background: url(images/layout/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 90%;
}

a {
	text-decoration: none;
	color: #297681;
}

a:hover {
	color: #76b7c0;
}

label {
	width: 100px;
	float: left;
}

form {
	margin-top: 15px;
}

#wrapper {
	position: relative;
	width: 900px;
	padding: 0 50px 0 50px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(images/layout/wrapper_top_bg.jpg) no-repeat;
}

#header {
	height: 90px;
}

#header #logo {
	margin-top: 10px;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	position: relative;
	background: url(images/layout/tabs/tab_off.png) no-repeat;
	display: block;
	float: left;
	margin:0 -20px 0 0;
	width: 119px;
	height: 24px;
	padding: 3px 0 0 40px;
}

#nav li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

#nav li a:hover {
	color: #d9f3f7;
}

#nav li.first {
	background: url(images/layout/tabs/tab_off_first.png) no-repeat;
}

#nav li.active {
	background: url(images/layout/tabs/tab_on.png) no-repeat;
	z-index: 1000;
}

#feature_top {
	background: url(images/layout/feature_bg.png) no-repeat;
	height: 8px;
}

#feature_inner_loading {
	position: absolute;
	background-color: #2b2b2b;
	text-align: center;
	border-style: none;
	/*width: 245px;*/
	width: 900px;
	height: 180px;
	top: 187px;
}

#feature_inner {
	background-color: #2b2b2b;
	overflow: hidden;
}

#feature_inner #feature_nav {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

#feature_inner #feature_nav * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}

#feature_inner #feature_nav li.active {
	background-color: #66ccff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}

#feature_inner #panes {
	text-align: justify;
	border-style: none;
	/*width: 245px;*/
	margin: 0 1em 0 1em;
	width: 875px;
}
		
#feature_inner #panes p {
	margin: 0 auto 0 auto;
	line-height: 1.2em;
	color: #c0c0c0;
}

#feature_inner #panes p.feature_label {
	font-size: 70%;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #666;
}

#feature_inner #panes h2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 200%;
	margin: 0;
	font-weight: normal;
	color: #f0e56a;
	margin: 0 auto 0 0;
}

#feature_inner #panes .feature_left {
	width: 325px;
	float: left;
}

#feature_inner #panes .feature_right {
	width: 500px;
	float: right;
}

#feature_inner #panes .feature_right .feature_visual {
	background-color: #000000;
	height: 150px;
	padding: 10px;
}

#feature_inner #panes div div { overflow: hidden; height: 180px; }
		
#feature_inner #previous { float: none; cursor: pointer; }
#feature_inner #next { float: none; cursor: pointer; }

#feature_bottom {
	background: url(images/layout/feature_footer.png) no-repeat;
	height: 8px;
}

#quick_links {
	margin: 20px 0 10px 0;
}

.clear {
	clear: both;
}

.col290 {
	float: left;
	width: 290px;
	margin: 5px;
}

.smaller {
	font-size: 80%;
}

table {  }

thead { font-weight: bold; }

thead td { border-bottom: 1px solid #ccc; }

tbody { font-size: 80%; }

tbody td { border-right: 1px solid #ccc; }

tbody td.last { border-right: none; }

td { padding: 3px; }
