@import url("reset.css");
body {
	background: #fff url(../images/tradestation_main_bg.jpg) repeat-x 0px 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 890px;
	margin: 20px auto;
}
/* header */

#header {
	position: relative;
	background: url(../images/tradestation_hdr_bg.jpg) no-repeat 0px 0px;
	width: 890px;
	height: 100px;
}
a:link {
	color: #0072ff;
}
.ts_logo {
	float: left;
	margin: 14px 0 0 12px;
}
.ts_slogan {
	float: right;
	margin: 14px 10px 0 0;
}

.callus {
	float: right;
	margin-right: 45px;
}
/* Content */

#content {
	background: url(../images/tradestation_content_bg.jpg) no-repeat 0px 0px;
	height: 587px;
	width: 814px;
	padding: 26px 38px 18px;
}
.row {
	overflow: hidden;
}
.hero_content {
	float: left;
	font-size: 15px;
	margin-left: 15px;
}
h2.blue_hdr {
	font-size: 20px;
}
.tab3 a.blue_hdr, .blue_hdr {
	color: #0168ab;
}
h2.orange_hdr {
	font-size: 27px;
}
.orange_hdr {
	color: #ff7129;
}
.hero_content ul {
	margin: 15px 20px;
	padding: 0 20px;
	list-style-image:url(../images/tradestation_orange_arrow.gif);
}
.hero_content ul li {
	margin-bottom: 15px;
}
.buttons {
	display: block;
	clear: both;
	margin-top: 14px;
}
.video_wrapper {
	float: right;
	width: 328px;
	height: 224px;
	margin-right: 15px;
}

.view_video{
position: absolute;
top: 281px;
left: 350px;
/*display: none;*/
}

.float_left, .float_left_wrapper {
	float: left;
	margin: 0 10px 10px 0;
	text-align: right;
}
.float_right, .float_right_wrapper {
	float: right;
	margin: 0 0 10px 10px;
	text-align: left;
}
.float_right_wrapper {
	font-size: 10px;
}
.float_left_wrapper img {
	padding-bottom: 5px;
}
/* Tabbed Area */

ul.tabs {
	float: left;
	list-style: none;
	height: 38px;
	width: 548px;
	font-size: 13px;
	font-weight: bold;
}
ul.tabs li {
	float: left;
	height: 38px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 38px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 2px 18px;
}
.tab1 {
	background: url(../images/tradestation_tab1_bg_no_lt.jpg) no-repeat 0px 0px;
	width: 159px;
}
html ul.tabs li.tab1.active, html ul.tabs li.tab1.active a:hover, .tab1_active, .tab1 a:hover {
	background: url(../images/tradestation_tab1_bg_active.jpg) no-repeat 0px 0px;
}
.tab2 {
	background: url(../images/tradestation_tab2_bg_no_lt.jpg) no-repeat 0px 0px;
	width: 121px;
}
html ul.tabs li.tab2.active, html ul.tabs li.tab2.active a:hover, .tab2_active, .tab2 a:hover {
	background: url(../images/tradestation_tab2_bg_active.jpg) no-repeat 0px 0px;
}
.tab3 {
	background: url(../images/tradestation_tab3_bg_no_lt.jpg) no-repeat 0px 0px;
	width: 268px;
}
html ul.tabs li.tab3.active, html ul.tabs li.tab3.active a:hover, .tab3_active, .tab3 a:hover {
	background: url(../images/tradestation_tab3_bg_active.jpg) no-repeat 0px 0px;
}
/*html ul.tabs li.active, html ul.tabs li.active a:hover  { 
	border-bottom: 1px solid #fff; 
}*/

.tabbed_wrapper {
	float: left;
	width: 552px;
}
.tabbed_content_wrapper {
	overflow: hidden;
	float: left;
	width: 552px;
	height: 325px;
	background: url(../images/tradestation_tab_content_bg.jpg) no-repeat 0 0;
}
.tabbed_content {
	padding: 25px 30px;
	font-size: 12px;
	line-height: 17px;
}
.tabbed_content_row {
	clear: both;
	margin-bottom: 15px;
}
.tabbed_content h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
.tabbed_content p {
	padding-bottom: 15px;
	line-height: 17px;
}
.tabbed_content ul {
	margin: 10px 15px;
	padding: 0 15px;
	list-style-image:url(../images/tradestation_arrow.jpg);
}
.tabbed_content li {
	padding-bottom: 7px;
}
/* Form */

.sidebar_form {
	overflow: hidden;
	float: right;
	width: 253px;
	height: 363px;
	background: url(../images/tradestation_sidebar_bg.jpg) no-repeat 0 0;
}
.sidebar_form h3 {
	font-size: 13px;
	color: #fff;
	text-align:center;
	padding: 34px 30px 0;
}

.sidebar_form .form_row img {
	margin: -5px 25px 0;
}

.form_content {
	position: relative;
	padding: 0 36px 7px 34px;
	margin-top: 87px;
	height: 210px;
	width: 205px;
}

.form_row {
	float: left;
	margin-top: 15px;
}

.form_row.two {
	margin-top: 25px;
}

.form_row.three {
	margin-top: 40px;
}

.submit_row {
	position: relative;
	width: 170px;
}

.bottom_row {
	position: relative;
}

.form_content label {
	font-size: 11px;
	font-weight: bold;
	display: block;
}

.form_content .required, .form_content .required_title{
	font-size: 11px;
	color: #e96227;
	font-weight: bold;
	
}

.form_content .required_title {
float: right;

}

.form_content .required_title{
padding-top: 19px;

}

.form_content label.error {
font-size: 10px;
color: #e96227;
position: absolute;
z-index: 1000;
}


.form_content .col1_fields label.error{
top: 45px;
left: 37px;
width: 82px;
}

.form_content .col2_fields label.error{
top: 45px;
left: 135px;
width: 82px;
}

.form_content .sm_field2 label.error{
left: 37px;
top: 127px;
width: 172px;
}

.form_content .example{
position: absolute;
top: 107px;
left: 37px;
font-size: 10px;
color: #868686;
}

.form_content .ex_line1{
margin-left: 15px;
}

.form_content .intl{
margin-left: 15px;
}

.form_content .ex_number{
margin-left: 12px;
}

* html .form_content .ex_number{
margin-left: 9px;
}

.form_content .big_field label.error{
top: 180px;
left: 37px;
width: 172px;
}

.form_content input {
	border: none;
	background: none;
}

.form_content .col1_fields, .form_content .col2_fields, .form_content .single_field, .form_content .sm_field1, .form_content .sm_field2, .form_content .big_field {
	float: left;
}

.form_content .col1_fields, .form_content .col2_fields {
	margin-top: 10px;
	margin-right: 9px;
	width: 82px;
}
.form_content .col1_fields input, .form_content .col2_fields input {
	width: 76px;
}
.form_content .sm_field1 {
	width: 30px;
}
.form_content .sm_field1 input {
	width: 24px;   
}
.form_content .sm_field2 {
	width: 110px;
}
.form_content .sm_field2 input {
	width: 104px;
}
.form_content .big_field {
	width: 172px;
}
.form_content .big_field input {
	width: 159px;
}
.form_content .spacer{
	float: left;
	padding: 2px 4px;
}

.form_content .spacer.plus{
	padding-top: 5px;
}
.form_content .rounded_field_outer {
	background: url(../images/tradestation_input_lft_bg.jpg) no-repeat left top;
	height: 20px;
	margin-top: 4px;
}
.form_content .rounded_field_outer span {
	background: url(../images/tradestation_input_rt_bg.jpg) no-repeat right top;
	display: block;
	height: 20px;
	padding: 0 4px;
}
.form_content .buttons {
	float: left;
	margin-top: 16px;
	width: 59px;
	height: 25px;
}

/* Response */

.sidebar_form_response {
	overflow: hidden;
	float: right;
	width: 253px;
	height: 363px;
	position: relative;
	background: url(../images/tradestation_sidebar_response_bg.jpg) no-repeat 0 0;
	display: inline;

}
.sidebar_form_response h3 {
	font-size: 13px;
	color: #000;
	text-align:center;
	padding: 0 15px 5px;
}

.sidebar_form_response .form_row{
margin: 0 auto;
padding: 10px 0 0 0;
border-top: 1px dotted #000;
float: none;
width: 206px;
}

.sidebar_form_response .form_row img.buttons {
	margin-top: 30px;
}

.form_response_content {
	position: relative;
	padding: 10px 40px 5px;
	margin-top: 64px;
	font-size: 12px;
}

.form_response_content h3{
font-size: 13px;
}

.form_response_content img{
margin-top: 10px;
}


/* Footer */
#footer {
	position: relative;
	background: url(../images/tradestation_footer_bg.jpg) no-repeat 0px 0px;
	width: 890px;
	height: 246px;
	overflow: hidden;
}
.footer_content {
	margin: 28px 38px 30px;
	font-size: 10px;
}
.footer_content p {
	padding-bottom: 20px;
	line-height: 12px;
}
