* { margin: 0px; padding: 0px; }
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	background: #363636 url(/i/v2/bg.png) top repeat-x;
	text-align: center;
}
a {
	cursor: pointer;
	color: #763600;
}
a img {
	border: 0px;
}


h2 {
	position: relative;	
	margin-bottom: 21px;
	font-size: 24px;
	font-weight: normal;
}
h2 small {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 12px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 35px 0px 15px 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
}
h4.subSection {
	padding-top: 15px;
	border-bottom: 1px solid #CCCCCC;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

h3 small,
h4 small,
h3 small a,
h4 small a {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

p {
	margin-bottom: 14px;
}
input {	
	width: 150px;
	border: 1px solid #784c22;
	background: #FFFFFF;
}
input.btn {
	background: #a3c334;
	font-weight: bold;
	font-size: 11px;
	color: #5a5a5a;
	border: 1px solid #dea303;
	background: url(/i/btn_bg.png) repeat-x;
}

.index h2 {
	border: 0px;
}
.index h3 {	
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
}

ul.content
{
	margin: 0px 0px 20px 18px;
}
ul.content li
{
	margin-bottom: 3px;
}

/* --- */

.float_right, .alignright {
	float: right;
	margin: 0px 0px 15px 30px;
}
#content ul.spaced {
	margin-bottom: 20px;
}
ul.spaced li {
	margin-bottom:4px;
}

.bordered
{
	border: 1px solid #CCCCCC;
}

.screen
{
	margin-top: 30px;
}

/* --- */

#container 
{
}

.wrapper
{
	position: relative;
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* --- */

#header
{
	background: #000000;
}
#header .wrapper
{
	position: relative;
	height: 108px;
}

#header h1 a 
{
	position: relative;
	display: block;
	width: 287px;
	top: 10px;
	height: 98px;
	text-indent: -789em;
	background: url(/i/v2/logo.png) left center no-repeat;
}

/* --- */

#nav
{
	list-style: none;
	position: absolute;
	top: 57px;
	right: 0px;
}
#nav li 
{
	float: left;
	margin-left: 30px;
}
#nav li a
{
	font-weight: bold;
	color: #9b9b9b;
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-decoration: none;
}
#nav li a:hover ,
#nav li a.highlight:hover
{ 
	color: #FFFFFF;
}
#nav li a.highlight
{
	color: #fece0a; 
}

/* --- */

#nav_minor
{
	list-style: none;
	position: absolute;
	top: 17px;
	right: 0px;
}
#nav_minor li
{
	float: left;
	margin-left: 23px;
}
#nav_minor li a 
{
	font-size: 11px;
	color: #9b9b9b;
	text-decoration: none;
}
#nav_minor li a:hover
{
	text-decoration: underline;
}

/* --- */

#content
{
	min-height: 330px;
	padding: 50px 40px;
	background: #FFFFFF;
}
#content.wrapper
{
	width: 870px;
}

.sidebar_content #sidebar
{
	float: left;
	width: 205px;
}

.sidebar_content #content
{
	float: left;
	width: 665px;
}

/* --- */

#sidebar h3
{
	margin-bottom: 30px;
}
#sidebar h3,
#sidebar h3 a
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;	
}
#sidebar h3 a:hover
{
	text-decoration: underline;
}

#sidebar h5
{
	margin-bottom: 6px;
	color: #888888;
	font-weight: bold;
	font-size: 13px;
}
#sidebar ul
{
	list-style: none;
	margin: 0px 0px 57px 0px;
}
#sidebar ul li
{
	margin-bottom: 4px;
}
#sidebar ul li a
{
	color: #fece0a;
	text-decoration: none;
}
#sidebar ul li a:hover
{
	text-decoration: underline;
}



/* --- */

.feature_list {
	margin: 0px 0px 21px 15px;
}
.feature_list li {
	margin-bottom: 8px;
}

/* --- */

#content form .row {
	position: relative;
	padding-left: 145px;
	margin-bottom: 7px;
}
#content form label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	text-align: right;
}
*html #content form label { left: -145px; }
#content form input {
	width: 150px;
	margin-right: 10px;
}

/* --- */

.code {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px dashed #5A311E;
	background: #F0F0F0;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
}

/* --- */

.update_list {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 50px 20px;
	border: 2px dotted #FFD739;
	background: #FFFFCC;
}
#update_list img {
	position: absolute;
	top: 20px;
	right: 10px;
}

.update_list h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
}
.update_list h4 {
	margin: 20px 0px 5px 0px;
	font-size: 18px;
	font-weight: normal;
}
.update_list h5 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
.update_list ul {
	margin-left: 22px;
}



/* --- */

#footer 
{
	padding: 24px 19px 25px 19px;
	min-height: 121px;
	background: #000000 url(/i/v2/grad_dark.png) top repeat-x;
}
#footer .c3 
{
	float: left;
	width: 266px;
	padding: 0px 27px 0px 27px;
}
#footer .c3_mid
{
	border-left: 1px solid #4F4F4F;
	border-right: 1px solid #4F4F4F;
}
#footer .c3_first {	padding-left: 0px; }
#footer .c3_last {	padding-right: 0px; }
#footer h6 {
	font-size: 14px;
	color: #dad0b8;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
#footer a { color:#FFFFFF; }
#footer ul { list-style: none; }
#footer ul li { margin-bottom: 8px; }



/* --- */

.screensSimple {
	text-align: center;
}
.screensSimple img {
	margin: 0px 3px 0px 3px;
}

.screens {
	text-align: center;	
}
.screens span {
	float: left;
	display: block;
	width: 256px;
	margin: 0px 9px 0px 9px;
}
.screens cite {
	margin: 5px 0px 15px 0px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}
*html .screens span { margin: 0px 6px 0px 6px; }
 
/* --- */

.float_box {
	float: right;
	margin: 0px 0px 10px 30px;
	width:350px;
	padding:13px;
	border: 1px dotted #CCCCCC; 
	background: #FCF493 url(/i/orange_grad.png) bottom repeat-x; 
}
