<!--
html { overflow-y: scroll; }

body
{
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	color: #506070;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h2 a:link, h2 a:visited { color: black; }
h3
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a
{
	color: #CF7224;
}

a:hover { color: #0066CC; }

#actionbar {
	margin: 20px -40px;
	padding: 10px 40px;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	background-color: #FEFEFF;
}

#actionbar a
{
	color: #272B38;
	font-style: oblique;
}

#actionbar a:hover { color: black; }

#container
{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #FFFBFA;
	text-align: left;
	width: 880px;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}

#header1bar
{
	background-color: #CF7224;
	height: 10px;
}

#header2bar
{
	background-color: #272B38;
	padding: 15px 40px 15px 40px;
	color: white;
}

#header2bar h2 {
	line-height: 60px;
	margin: 0px;
	margin-bottom: 10px;
	color: white;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #CF7224;
}

#header3bar
{
	background-color: #617483;
	padding: 20px 40px;
	color: white;
}

#header3bar p {
	margin: 0;
}

#header3bar a {
	color: #FFCC88;
}

#signupcontainer a.button {
	color: black;
}

#front_promo {
	position: relative;
	background-image: url('../i/front_promo_c.png');
	width: 732px;
	height: 197px;
	font-size: 14px;
	padding: 20px 30px;
	margin-bottom: 10px;
	color: black;
	background-color: white;
	border-style: solid;
	border-width: 3px;
	border-color:  #CF7224;
}

#front_promo_txt {
	width: 400px;
}

.promobuttons a {
	width: 100px;
	margin-right: 15px;
	display: inline-block;
	padding: 7px;
	background-color: #CF7224;
	background: -webkit-gradient(linear, left top, left bottom, from(#CF7224), to(#AF5214));
	background-image: -o-linear-gradient(#CF7224, #AF5214);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF7224', endColorstr='#AF5214');
	background: -moz-linear-gradient(top, #CF7224, #AF5214);
	color: white;
}

#signupcontainer a.button {
	display: block;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E0E4FF));
	background-image: -o-linear-gradient(#FFFFFF, #E0E4FF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E4FF');
	background: -moz-linear-gradient(top, #FFFFFF, #E0E4FF);
	color: #506070;
}

#signupcontainer a.button,
.promobuttons a {
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	/* border: solid 1px #8F4204; */
}

.promobuttons a:hover {
	color: white;
	background-color: #DF8234;
	background: -webkit-gradient(linear, left top, left bottom, from(#DF8234), to(#AF5214));
	background-image: -o-linear-gradient(#DF8234, #AF5214);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF8234', endColorstr='#AF5214');
	background: -moz-linear-gradient(top, #DF8234, #AF5214);
}

#signupcontainer a.button:hover {
	background-color: #F4F8FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#F4F8FF), to(#D8E0FF));
	background-image: -o-linear-gradient(#F4F8FF, #D8E0FF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F8FF', endColorstr='#D8E0FF');
	background: -moz-linear-gradient(top, #F4F8FF, #D8E0FF);
}

#signupcontainer a.button:hover,
.promobuttons a:hover {
	text-decoration: none;
}

.promobuttons {
	position: absolute;
	bottom: 20px;
}

#menu {
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	vertical-align: bottom;
	text-align: right;
	line-height: 30px;
	height: 30px;
}

#menu ul li {
	line-height: 20px;
	display: inline;
	margin-left: 10px;
}

#menu ul li a {
	color: white;
}

.footermenu {
	clear: both;
	border-top: solid 1px #e5e5e5;
	padding-top: 10px;
	margin-top: 40px;
	font-size: 12px;
}

.footermenu div.column {
	color: #666;
	list-style: none;
	float: left;
	width: 180px;
	margin-right: 20px;
}

.footermenu div.column h3 {
	/* color: #CF7224; */
}

.footermenu ul {
	list-style: square;
	padding-left: 20px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#logo
{
	float: left;
	margin-right: 40px;
	position: relative;
	top: 4px;
	left: -4px;
}

#content
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

ul, ol
{
	list-style-type: square;
	padding-left: 2em;
}

#featurecontainers ul {
	list-style-type: none;
	padding-left: 0;
}

#featurecontainers ul li {
	margin-bottom: 1em;
}

#footer
{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#featurecontainers li
{
	margin: 0px;
	padding: 0px;
}

#featurecontainers img
{
	border: 1px;
	border-style: solid;
	color: #CF7224;
}

dl { margin-left: 2em; }

dd
{
	margin-left: 0em;
	margin-bottom: 0.75em;
}

dt { color: #00477D; }

a.button
{
	background: url(http://www.bittads.com/i/button_registration.gif);
	display: block;
	color: #CF7224;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 2px;
	text-decoration: none;
	width: 250px;
}

a:hover.button { color: #0066CC; }

.addaccount
{
	background: url(http://www.bittads.com/i/newuser.gif) no-repeat 20px 8px;
	padding-left: 50px;
	padding-right: 50px;
	display: block;
}

.postreg-img
{
	float: left;
	margin-right: 10px;
}

#forum_nav
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
	float: left;
}

#forum_nav li
{
	display: inline;
	margin-right: 5px;
}

#forum_nav li a { text-decoration: none; }
#forum_nav ul { padding-left: 0px; }

.features_list li
{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	vertical-align: text-top;
	width: 220px;
	background-color: #eee;
	padding: 10px;
}

#examples_container { position: relative; }

#examples_list
{
	position: absolute;
	left: 0px;
}

.manual { background-color: white; }
.manual ol { padding-left: 30px; }
.manual h2 { color: #272B38; }
.manual h3 { color: #CF7224; }
code { font: 0.9em 'Courier New',Courier,Fixed; }

.manual code
{
	background-color: #EEEEEE;
	display: block;
	font: 0.9em 'Courier New',Courier,Fixed;
	max-width: 80%;
	padding: 10px;
	margin-left: 20px;
}

ol li { list-style: inside; }
-->

@media print
{
	#container { overflow: visible; }
	h2 { page-break-before: always; }
	#menu { display: none; }
}

