
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #585858;
	background: #C1E3EC url(../images/page-bg.jpg) no-repeat top center;
}

a, a img {
  border: none;
}

#header, #content {
	width: 990px;
	margin: 0 auto;
}

#header #logo {
	margin: 30px 0 0 35px;
}

#header #logo, #header #logo a {
	width: 300px;
	height: 48px;
	text-indent: -10000px;
	display: inline-block;

}

#header #logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
}

#header #logo a:hover {
	opacity: 0.6;
}

#header #slogan {
	display: none;
}

#header ul.navigation {
	height: 40px;
	width: 920px;
	background: url(../images/nav-bg.png) no-repeat left bottom;
	padding: 15px 35px 0 35px;
}

#header ul.navigation li {
	float: left;
	list-style-type: none;	
	background: url(../images/nav-border.png) no-repeat bottom left;
}

#header ul.navigation li a {
	display: block;
	padding: 9px 20px 10px 20px;
	font-size: 16px;
	color: #eaeaea;
	text-decoration: none;	
}

#header ul.navigation li a, #footer ul.navigation li a {
	outline: none;
}

#header ul.navigation li a:hover {
	color: white;
	text-decoration: underline;
}

#header ul.navigation li.current a {
	background: url(../images/nav-current.png) no-repeat  center 32px;
}

#content {
	background: url(../images/content-bg.png);
	position: relative;
	overflow: hidden;
}

#content.wide {
	background: url(../images/content-wide-bg.png);
}

#content .main {
	width: 655px;
	float: left;
	overflow: hidden;
}

#content.wide .main {
	width: 970px;
	float: left;
	overflow: hidden;
}

#content .sidebar {
	width: 335px;
	float: right;
}

.brokers.list {
	float: left;
	width: 307px;
	height: 314px;
	background: url(../images/brokers-list-l-bg.png) no-repeat 1px top;
	padding: 20px 0 0 35px;
	color: white;
	overflow: hidden;
}

.sidebar .brokers.list {
	float: left;
	width: 307px;
	height: 314px;
	background: url(../images/brokers-list-r-bg.png) no-repeat -1px top;
	padding: 20px 0 0 20px;
	color: white;
}

.brokers.list h2, .brokers.list h3 {
	color: white;
	font-size: 23px;
	line-height: 1em;
	margin: 0;
}

.brokers.list ul {
	list-style: none;
	margin: 20px 0;
}

#content .brokers.list ul li {
	height: 20px;
	padding: 10px 0;
	position: relative;
	margin: 0px;
}

.brokers.list ul li span.number {
	display: block;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url(../images/number-bg.png) no-repeat;
	padding: 7px;
}

.brokers.list ul li span.logo {
	display: block;
	position: absolute;
	top: 3px;
	left: 36px;
	width: 30px;
	height: 30px;
}

.brokers.list ul li h3 {
	margin-left: 72px;
	font-size: 14px;
	line-height: 14px;
}

.brokers.list ul li h3 a {
  color: white;
  text-decoration: none;
}

.brokers.list ul li a.visit.button {
	display: block;
	width: 68px;
	height: 30px;
	padding: 0;
	position: absolute;
	left: 170px;
	top: 5px;
	text-indent: -10000px;
	background: url(../images/button-visit.png) no-repeat left center;
}

.brokers.list ul li a.visit.button:hover {
	opacity: 0.6;
}

.brokers.list ul li a.review {
	display: block;
	position: absolute;
	left: 240px;
	top: 9px;
	font-size: 11px;
	color: #eaeaea;
	text-decoration: none;
}

.brokers.list ul li a.review:hover {
	text-decoration: underline;
	color: white;
}

#footer {
	clear: both;
}

#content .featured {
	float: right;
	width: 280px;
	padding: 20px 20px 20px 0;
}

.featured a, .main a, .sidebar a {
	color: #076619;
}

.featured a:hover, .main a:hover, .sidebar a:hover {
	text-decoration: none;
}

#content .featured h2, #content .featured p, #content .pairs h2, #content .indices h2, #content .commodities h2 {
	margin: 0 0 20px 0;
}

#content .featured h2 {
	font-size: 23px;
	line-height: 1em;
}

h2, p {
	margin-bottom: 20px;
}

div.main h2 {
	font-size: 32px;
	margin-top: 20px;
}

h3 {
  font-size: 24px;
}

h2, h3 {
	clear: both;
	color: black;
}

.main .pairs, .main .indices, .main .commodities {
	clear: both;
	padding: 0px 20px 0 35px;
	overflow: hidden;
	margin-bottom: 40px;
}

div.chart {
	width: 600px;
	height: 343px;
	background: url(../images/chart.png);
	margin-bottom: 40px;
}

div.chart.frame {
	width: 621px;
	height: 395px;
	background: url(../images/chart-bg.png) no-repeat 3px;
	margin-bottom: 40px;
	padding: 15px 0 0 15px;
	position: relative;
}

div.chart.frame #clip_button {
  text-indent: -10000px;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 400px;
}

div.chart.frame input#clip_text {
  border: none;
  outline: none;
  position: absolute;
  right: 20px;
  bottom: 19px;
  width: 385px;
  overflow: hidden;
  height: 20px;
  font-size: 14px;
  color: #007FFF;
  background: transparent;
}

.flag.big {
	display: block;
	width: 32px;
	height: 32px;
margin-right: 10px;
	float: left;
}

.flag.big.eur {
	background: url(../images/flags/eur32.png)no-repeat center center;
}

.flag.big.usd {
	background: url(../images/flags/usa32.png)no-repeat center center;
}

.pairs h2, h2 {
	line-height: 32px;
	font-size: 32px;
}

.pairs .column {
	width: 300px;
	float: left;
}

.pairs .column .pair {
	margin-right: 40px;
	height: 30px;
	background: url(../images/tr-bg.png) no-repeat left top;
	padding: 10px 0 5px 0;
	position: relative;
}

.pairs .column .pair span.flag.small {
	display: block;
	width: 24px;
	height: 24px;
	margin:0px 5px 0 0;
	float: left;
}

.pairs .column .pair span.flag.small.eur {
	background: url(../images/flags/eur24.png) no-repeat left top;
}

.pairs .column .pair span.flag.small.usd {
	background: url(../images/flags/usa24.png) no-repeat left top;
}

.pairs .column .pair h3 {
	position: absolute;
	top: 10px;
	left: 85px;
	color: #29b05f;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.pair .number {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	color: black;
}

.pairs.obscure table {
	width: 130px;
	float: left;
	margin-right: 20px;
}

.pairs.obscure td {
	padding: 6px 0;
	font-size: 12px;
	border-top: 1px solid #d6d6d6;

}

.pairs.obscure .last td {
	border-bottom: 1px solid #d6d6d6;
}

.main .indices table, .main .commodities table {
	width: 100%;
}

.main .indices table th, .main .commodities table th {
	height: 30px;
	background: url(../images/th-bg.png);
	text-align: left;
	color: white;
	font-weight: normal;
	font-size: 12px;
}
.main .indices table td, .main .commodities table td {
	padding: 7px 0;
	border-bottom: 1px solid #d6d6d6;
}

.main .indices table .odd td, .main .commodities table .odd td {
	background: #f3f7f8;	
}


.main h2, .main h3,.main p, .main ul, .main ol {
	margin: 0 20px 20px 35px;
}

.main ul, .main ol {
	margin-left: 55px;
}

.sidebar .block {
	margin: 0px 16px 0 0;
	padding: 20px 20px 20px 20px;
	background: url(../images/sidebar-block-border.png) repeat-x left top;
}

.sidebar .block.subscribe {
	background: url(../images/sidebar-subscription-bg.png) no-repeat left top;
	padding: 20px 0;
}

.sidebar .block.subscribe h2 {
	margin: 0 20px 20px;
	line-height: 1em;
}

.sidebar h2 {
	font-size: 23px;
	line-height: 1.5em;
}

.sidebar .block.subscribe p {
	margin: 0 20px 10px;
}

.sidebar .block.subscribe form {
	margin: 0 20px 10px 20px;
	padding-top: 140px;
	width: 280px;
	height: 30px;
	background: url(../images/subscribe-form.png) no-repeat left bottom;
}

.sidebar .block.subscribe form input#subscribeEmail {
	float: left;
	border: none;
	margin: 1px 0 1px 20px;
 	padding:6px 0;
	width: 170px;
	background: transparent;
  font-style:italic;
  height:14px;
}

.sidebar .block.subscribe form input#subscribeButton {
	float: left;
	background: transparent;
	border: none;
	cursor: pointer;
	width: 80px;
	height: 30px;
}

.sidebar .block.subscribe p.privacy {
	font-size: 12px;
	margin: 0px 20px 0 20px;
}

.sidebar .block.subscribe ul {
	position: absolute;
	margin: 0 0 0 10px;
	width: 260px;
	height: 106px;
	background: url(../images/popup.png) no-repeat left top;
	padding: 20px 20px;
	font-weight: bold;
}

.sidebar .block.subscribe ul li {
	list-style: none;
	padding: 5px 10px 5px 25px;
	background: url(../images/icon-checked.png) no-repeat left center;
	color: black;
}

div.bottom.bg {
	clear: both;
	height: 23px;
	width: 990px;
	margin: 0 auto;
	background: url(../images/content-bottom-bg.png) no-repeat 1px top;
}

div.bottom.bg.wide {
	background: url(../images/content-wide-bottom-bg.png) no-repeat 1px top;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

#footer .block.links {
	width: 210px;
	float: left;
	padding-right: 20px;
}

#footer .block.links li {
	list-style: none;
	padding-left: 12px;
	background: url(../images/bullet-white.png) no-repeat left center;
}

#footer  a {
	text-decoration: none;
	color: #166134;
}

#footer  a:hover {
	text-decoration: underline;
}

#footer .copyright {
	clear: both;
	font-size: 10px;
	line-height: 150%;
	padding: 20px 10px 0 20px;
	color: #2CA143;
	margin: 0;
}

.center {text-align: center;}

#footer ul.navigation {
	width: 940px;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px dotted #29b05f;
	margin-bottom: 20px;
}

#footer ul.navigation li {
	float: left;
}

#footer .block.links h2 {
	color: #29b05f;
	font-weight: normal;	
	font-size: 18px;
	margin-bottom: 10px;
}


#footer ul.navigation li a {
	display: block;
	padding: 9px 20px 10px 20px;
	font-size: 16px;
	color: #29b05f;
	text-decoration: none;	
}

#footer ul.navigation li a:hover {
	text-decoration: underline;
}

#footer ul.navigation li.first a {
	padding-left: 10px;
}

.breadcrumbs {
	margin: 10px 35px;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.social {
	width: 280px;
	height: 80px;
	padding: 20px 10px;
	float: right;
	margin-right: 10px;
	background: url(../images/social-bg.png) no-repeat left top;
}

.main .social h3 {
	margin: 0px 10px 0 10px;
	font-size: 16px;
}

.main .social p {
	margin: 0 10px;
	font-size: 12px;
}

.wide div.main h2 {
	clear: none;
}

.main .social .icons {
	list-style: none;
	margin: 10px 0 0 0;
}

.main .social .icons li {
	float: left;
}

.main .social .icons li a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -10000px;
	opacity: 0.8;
	margin-left: 10px;
	margin-right: 12px;
}

.main .social .icons li a:hover {
	opacity: 1;
}

.main .social .icons li.mail a {
	background: url(../images/icons/email-24x24.png);
}

.main .social .icons li.delicious a {
	background: url(../images/icons/delicious-24x24.png);
}

.main .social .icons li.facebook a {
	background: url(../images/icons/facebook-24x24.png);
}

.main .social .icons li.digg a {
	background: url(../images/icons/digg-24x24.png);
}

.main .social .icons li.twitter a {
	background: url(../images/icons/twitter-24x24.png);
}

.main .social .icons li.tumblr a {
	background: url(../images/icons/tumblr-24x24.png);
}

table.brokers {
	width: 920px;
	margin: 40px 35px;
}

table.brokers td {
  text-align: left;
}

table.brokers .name a {
  color: #2CA143;
}

table.brokers table.header, .main .features table table.header {
	background: none;
}

table.brokers table {
	width: 100%;
	background: url(../images/traders-tr-bg.png) no-repeat left top;
}

table.brokers tr.even table {
	width: 100%;
	background: url(../images/traders-tr-bg-odd.png) no-repeat left top;
}

table.brokers tr.last table td, .main .features table tr.last td {
	border: none;
}

table.brokers table.header td, .main .features table.header td {
	font-size: 10px;
	font-weight: normal;
	border-bottom: 1px solid #d6d6d6;

	line-height: 12px;
}

table.brokers table td, .main .features table table td {
	padding: 20px 0px;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	font-size: 22px;
	color: black;
}

table.brokers table.header td.last.column, .main .features table.header td.last.column {
	border-right: none;
	font-size: 12px;
	line-height: 18px;
	background: white;
}

table.brokers table td.last.column {
	border-right: none;
	font-size: 12px;
	line-height: 38px;
	background: #42aa56;
	border-bottom: 1px solid #2ca143;
	width: 153px;
	padding: 0 10px;
}

table.brokers table td.last.column a {
	color: white;
}

table.brokers .even td.last.column {
	background: #2ca143;
	border-bottom: 1px solid #2ca143; 
}

table.brokers td ul {
	font-size: 10px;
	line-height: 14px;
	list-style-position: inside;
	list-style-image: url(../images/descr-bullet.png);
	margin: 0;
}

table.brokers .broker.logo {
	width: 120px;
	padding: 20px 0 20px 10px;
	text-align: left;
	background: none;
	border-right: none;
}

table.brokers .header .broker.logo {
	padding: 0 0 0 10px;
}

table.brokers .header .broker.name {
	padding: 0;
}

table.brokers .broker.name {
	width: 149px;
	text-align: left;
}

table.brokers th, .main .features table th {
	background: url(../images/th-border.png) no-repeat right bottom;
}

/* AM changed. was width:84*/
table.brokers .min.deposit {
	width: 64px;
	padding: 0 10px;
}
/* AM changed. was width:59*/
table.brokers table .pair {
	width: 79px;
	padding: 0 0 0 10px;
}


table.brokers .reg {
	width: 69px;
	padding: 0 10px;
}

table.brokers .descr {
	width: 179px;
	text-align: left;
	padding: 0 10px;
}

table a.visit.button {
	display: block;
	width: 88px;
	height: 38px;
	float: left;
	text-indent: -10000px;
	background: url(../images/button-visit-big.png);
	opacity: 1;
}

table a.visit.button:hover {
	opacity: 0.6;
}

p.toTop {
	padding-left: 14px;
	background: url(../images/to-top.png) no-repeat left center;
}

.main .features {
	margin: 20px 20px 20px 35px;
}

.main .features img.logo {
	padding: 20px;
	border: 10px solid #efefef;
	float: left;
}

.main .features table {
	margin-left: 230px;
	width: 370px;
	padding: 0;
}

.main .features table table {
	margin: 0;
	padding: 0;
	background: url(../images/features-tr-bg.png) no-repeat center top;
}

.main .features table table.header td {
	padding: 0 10px;
}

.main .features table table td {
	padding: 10px;
	border-right: 1px solid #efefef;
}

.main .features .last td {
	padding: 0;
}

.main .features table  td.deposit, .main .features table  td.reg {
	width: 69px;
}

.main .features table  td.pair {
	width: 49px;
}

.main .features table .last.column {
	border-right: none;
	width: 100px;
}

.main .features .methods {
	margin-left: 230px;
	margin-bottom: 60px;
	font-size: 10px;
}
.main .features .methods p {
	float: left;
	margin: 0 10px 0 0;
	line-height: 24px;
}

form {
	margin: 0 35px;
}

form fieldset {
	border: none;
}

.main form p {
	margin-left: 0;
}

.chart.frame, .chart.frame a {
	color: white;
	font-size: 10px;
}

a.create.button {
	display: block;
	width: 288px;
	height: 38px;
	text-indent: -10000px;
	background: url(../images/create-account.png) no-repeat left top;
	opacity: 1;
}

a.create.button:hover {
	opacity: 0.6;
}

/* AM styles */
#header #adspace {
	display: inline;
	padding-left: 10px;
	padding-top: 15px;
	position: absolute;
}