/*
Theme Name: Forex
*/

body {
	margin:0;
	background:#607788;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
}

.logo {
	   float: left;
    height: 103px;
    left: 100px;
    margin: 0 130px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    
    width: auto;
}

.header_banner_sec {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	height: auto;
	width: 500px;
	/*padding-left:152px;*/
}

.header_logo_sec {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	height: auto;
	width: 1px;
	/*padding-left:152px;*/
}

#header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0 200px;
	padding: 0px;
	height: 125px;
	width: 990px;
}

a { 
	color:#2361a1;
	text-decoration:none;
}

a:hover {
	text-decoration:none; 
	color:#000;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#27a;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input {
	font-size:14px;
	padding:2px;
	
}

input[type=text], textarea{
	background:#fff;
	border:1px solid #919191;
}
input[type=submit] {
	background:#0166ce;
	border-top:2px outset #006fe2;
	border-right:2px outset #006fe2;
	border-bottom:2px outset #013468;
	border-left:2px outset #013468;
	color:#fff;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}





#sidebar{
	float:right;
	width:190px;
	padding:20px;
	background:#eee;
}

#footer {
	clear:both;
	padding:10px;
	border-top:0.2em solid #555;
}

/* Header */

#header {
	margin:0;
	padding:2em 0;
	height:4.8em;
	background:#237ab2;
}

#headertitle {
	float:left;
	position:absolute;
	top:2.4em;
	left:5%;
}
#headertitle h1 {
	margin:0;
}
#headertitle h1 a {
	background:transparent;
	color:#fff;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.1em;
}

.search {
	float:right;
	padding:1.5em 5% 0 0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:218px;
	border:1px solid #69b;
	margin:0;
	padding:0.2em 5px;
	background:#38b;
	color:#ddd;
	font-size:1.1em;
}


/* Top navigation */
#navbar {
	border-top:0.1em solid #555;
	border-bottom:0.1em solid #555;
	background:#165279;
	height: 2.3em;
	margin: 0px;
	padding: 0px ;
}


	
#nav {
	margin:0 5%;
	padding: 0;
	list-style: none;
	}
	
#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	color:#c6c8c9;
	display: block;
    font-weight: bold;
	padding: 0.5em;
	}
	
#nav a:hover {
	background: #237ab2;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.5em;
}

#nav li {
	float: left;
	margin: 0;
	text-transform:uppercase;
	padding: 0 2em 0 0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	color: #c6c8c9;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
	background:#dcdcdc;
	padding:5px;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:2px;
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	background:#2361a1;
	font-weight:normal;
	text-align:center;
}




/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	
	text-decoration:none;
}


.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/* Comments */

#comments {
	font-size:1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}





















	
					
#wrapper {
	margin:0 200px ;
	width:960px;
background-color: #ffffff;
}

					body {
	background-color:#ffffff;
}

#wrapper {
	border-top: 1px solid #ffffff;
}
	


					
#topBannerWrapper {
	width: 960px;
	height:90px;
	background-color:#FFFFFF;
	background-image:url(images/css/topBannerWrapper-bg.jpg);
	background-position:center top ;
	background-repeat:repeat-x;
}


					
#topBanner {
	width:920px;
	margin:0 auto;
	height:90px;
	background-image:url(images/css/topBanner.jpg);
	background-repeat:no-repeat;
}

	

#hmenuWrapper {
	width:100%;
	margin:0 auto ;
}

#hmenu {
	position:relative;
	top:30px;
	float:right;
}

					

#hmenu ul {
	list-style:none inside none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:14px;
	font-family:Arial,sans-serif;
}

#hmenu ul li {
	float:left;
}

#hmenu ul li a {
	border:0 none;
	color:#555555;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:2em;
	line-height:2em;
	text-align:center;
	padding:0 20px;
}


#hmenu ul li a:hover {
	background-color:#000000;
	color:#FFFFFF; 
}

#hmenu ul li a:link {
	text-decoration:none;
}

#hmenu ul li a:visited {
	text-decoration:none;
}

#hmenu ul li a:active {
	text-decoration:none;
}


#hmenu li#current a {
	background-color:#000000;
	color:#FFFFFF; 
}

	

#topSlideshowWrapper {
	width:100%;
	height:300px;
	background-color:#000000;
	background-image:url(images/css/topSlideshowWrapper-bg.jpg);
	background-position:center top ;
	background-repeat:repeat-x;
}

					
#sliderContainer {
	width: 920px;
	margin:0 auto;
}




#slider1 {
	width:100%;
	height: 300px;	
	position: relative;
    overflow: hidden; /* important */
}


#slider1 img { 
	padding: 0; 
	margin:0;
	width:920px;
	height:300px;
}


#slider1 a img { border:none } 


#slider1Content {
	margin:0;
	padding:0;
	height:300px;
	font-size:0;
	width:100%;
	position: relative;  
}


.slider1Image {
	display:none;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}

.slider1Image span {
	position: absolute;
	left:0;
	font-family:Tahoma, Arial;
	font-size:14px;
	padding: 0px;
	width:920px;
	background-color:#000000;  
	color: #fff;
	display: none;
	z-index:20;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
	-khtml-opacity: 0.7;
	opacity: 0.7;
} 


.slider1Image .bottom {
	bottom: 0;
	left: 0;
	height: 70px;
} 


#sliderLeftMask {
	height:300px;
	position:absolute;
	top:0;
	left:0px;
	width:180px;
	z-index:10;
	background:url('images/css/sliderLeftMask.png') no-repeat scroll center center transparent;
}



#sliderRightMask {
	height:300px;
	position:absolute;
	top:0;
	left:740px;
	width:180px;
	z-index:10;
	background:url('images/css/sliderRightMask.png') no-repeat scroll center center transparent;
}

	
	

					


#container {
	margin:0 40px;
	width:800px;
	min-height:570px;
}

#left-container{
width:220px;
float:left;
}


#right-container{
width:220px;
float:right;
}


#content {
	width:660px;
	margin:0 ;
	float:left;
	text-align:left;
}

#content p {
	text-align:justify;
}
	
	
					


#main {
	width:910px;
	float:left;
	margin-right:40px;
}

#sidebar {
	float:right;
	width:210px;
	margin: 0 -150px;
}

.bloc h3 {
	margin-top:10px;
}

.bloc {
	padding:15px;
	background-color:#EEEEEE;
}



#content a:link, #content a:visited {
	color:#256fbb;
	font-weight:bold;
}


#content p {
	margin-top:10px;
	text-align:justify;
}


.padd15 {
	padding:15px;
}

.padd20 {
	padding:20px;
}


body {
	color:#000000;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}

p {
	letter-spacing: normal;
	line-height: 1.7em;
}


h1 {
	color:#000000;
	margin:20px 0 10px 0;
	clear:both;
}


h2 {
	color:#000000;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#000000;
	margin:10px 0 5px 0;
	clear:both;
}




	
					
#bottomWrapper {
	background-color:#000000;
	background-image:url(images/css/bottomWrapper-bg.png);
	background-position:center top ;
	background-repeat:repeat-x;
	text-align:center;
	color:#70806D;
	text-align:center;	
	width:100%;
	clear:both;	
	height:auto;
	overflow:hidden;	
}


#bottomWrapper a:link, #bottomWrapper a:visited {
	color:#e8ddcb;
}



#bottomWrapper a:hover{
	color:#cdb380;
	text-decoration:none;
}


#footer {
	width:920px;
	margin:0 auto;
	background-color:#000000;
	background-image:url(images/css/footer-bg.png);
	background-position:center top ;
	background-repeat:no-repeat;
	overflow:hidden;	
}

#footer-nav{
width:100%;
height:auto;
overflow:hidden;
}

#footer-copy{
width:100%;
height:auto;
}

.footer-last {
	margin-right:0 !important;
	clear:right;
}

.footer-one-third {
	float:left;
	margin:20px 70px 20px 80px;
	width:150px;
	position:relative;
	text-align:left;
	overflow:hidden;
}

.footer-one-third h3 {
	margin-top:10px;
}

.footer-one-third ul{
	border-top:1px solid #0a0a0a;
	padding:0 ;
}

.footer-one-third ul, .footer-one-third li {
	list-style: none ;
	margin-left:0 ;
}

.footer-one-third li {
	border-bottom:1px solid #0a0a0a;
	padding: 5px 0 ;
}

.footer-one-third h2 {
	padding:0px 0px 10px 0px;
	font-size:18px;
	color:#BDBDBD;
}


#bottom-links {
	height:60px;
	background:#000000 url('images/css/bottomLinks-bg.png') center top repeat-x;
}
	

a img {
	border:none;
} 


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


ul.list-tick {
  list-style-type: none; 
  margins:0;  	
   padding:0; 
  
 
}

ul.list-tick li {
	background: url(images/green_tick.png) no-repeat 0 5px;
	padding-left: 20px;
	padding-bottom: 2px;
	margin:.6em 10% .9em 0;


}

ul.list-tick2 {
  list-style-type: none; 
  margins:0;  	
   padding:0; 
  
 
}

ul.list-tick2 li {
background: url(images/green_tick.png) no-repeat 0 5px;
padding-left: 15px;
padding-bottom: 0px;
margin:.5em 10% .5em 0;


}

ul.list-cross {
list-style-image: none;
list-style-type: none;
  
 
}

ul.list-cross li {
background: url(images/red_cross.png) no-repeat 0 5px;
padding-left: 15px;
padding-bottom: 0px;
margin:.5em 10% .5em 0;


}

.aktt_credit{
display:none;
}
.more-link a{
background:url(images/arrow.gif) no-repeat right 7px;
padding-right:20px;
width:auto;
}
.more-link a:hover{
color:#000;
}


#topnav-holder{
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	}
#topnav{
width:720px;
margin:0 auto;
overflow:hidden;
padding: 90px;

}
#topnav ul{
margin:0px 0px 0px 235px;
padding:0px;
}
#topnav li{
list-style:none;
float:left;
font:bold 16px Arial, Helvetica, sans-serif;
padding:10px 20px 10px;
}
#topnav li a{
text-decoration:none;
color:#ffffff;
}

#topnav li a:hover{
color:#2361a1;
}

.thumbnail{
float:left;
margin:5px 10px 10px 0;
padding:5px;
border:1px solid #CCCCCC;
}
.thumbnail2{
display:none;
}




#af-form-1198023033 .af-body .af-textWrap{width:98%;display:block;float:none;}
#af-form-1198023033 .af-body a{color:#094C80;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-1198023033 .af-body input.text, #af-form-1198023033 .af-body textarea{background-color:#FFFFFF;border-color:#919191;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1198023033 .af-body input.text:focus, #af-form-1198023033 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-1198023033 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1198023033 .af-body{padding-bottom:15px;padding-top:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-1198023033 .af-header{padding-bottom:9px;padding-top:9px;padding-right:10px;padding-left:10px;background-image:url('http://forms.aweber.com/images/auto/body/009/5ff/005/999');background-position:top left;background-repeat:repeat-x;background-color:#005999;border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#FFFFFF;font-size:16px;font-family:Verdana, sans-serif;}
#af-form-1198023033 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-1198023033 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-1198023033 .af-standards .af-element{padding-right:15px;padding-left:15px;}
#af-form-1198023033 .bodyText p{margin:1em 0;}
#af-form-1198023033 .buttonContainer input.submit{background-image:url("http://forms.aweber.com/images/auto/gradient/button/07c.png");background-position:top left;background-repeat:repeat-x;background-color:#0057ac;border:1px solid #0057ac;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:14px;font-family:Verdana, sans-serif;}
#af-form-1198023033 .buttonContainer input.submit{width:auto;}
#af-form-1198023033 .buttonContainer{text-align:right;}
#af-form-1198023033 body,#af-form-1198023033 dl,#af-form-1198023033 dt,#af-form-1198023033 dd,#af-form-1198023033 h1,#af-form-1198023033 h2,#af-form-1198023033 h3,#af-form-1198023033 h4,#af-form-1198023033 h5,#af-form-1198023033 h6,#af-form-1198023033 pre,#af-form-1198023033 code,#af-form-1198023033 fieldset,#af-form-1198023033 legend,#af-form-1198023033 blockquote,#af-form-1198023033 th,#af-form-1198023033 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-1198023033 button,#af-form-1198023033 input,#af-form-1198023033 submit,#af-form-1198023033 textarea,#af-form-1198023033 select,#af-form-1198023033 label,#af-form-1198023033 optgroup,#af-form-1198023033 option{float:none;position:static;margin:0;}
#af-form-1198023033 div{margin:0;}
#af-form-1198023033 fieldset{border:0;}
#af-form-1198023033 form,#af-form-1198023033 textarea,.af-form-wrapper,.af-form-close-button,#af-form-1198023033 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-1198023033 input,#af-form-1198023033 button,#af-form-1198023033 textarea,#af-form-1198023033 select{font-size:100%;}
#af-form-1198023033 p{color:inherit;}
#af-form-1198023033 select,#af-form-1198023033 label,#af-form-1198023033 optgroup,#af-form-1198023033 option{padding:0;}
#af-form-1198023033 table{border-collapse:collapse;border-spacing:0;}
#af-form-1198023033 ul,#af-form-1198023033 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-1198023033,#af-form-1198023033 .quirksMode{width:200px;}
#af-form-1198023033.af-quirksMode{overflow-x:hidden;}
#af-form-1198023033{background-color:#F0F0F0;border-color:#CFCFCF;border-width:1px;border-style:solid;}
#af-form-1198023033{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-header{margin-bottom:0;margin-top:0;padding:10px;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}


#af-form-1198023033 ul.subcribe-list{
margin:0px;
padding:0px;
}
#af-form-1198023033 ul.subcribe-list li{
list-style:none;
background:url(images/green_tick.png) no-repeat 0px 7px;
background-color:none;
padding-left:15px;
font-size:12px;
font-weight:bold;
margin:0 0 0 5px;
}

.widgettitle a{
color:#fff;
}

.iconimg{
margin:10px 0 20px 0;
padding:0px;
overflow:hidden;
}
.iconimg p{
font-size:1.2em;
}
.iconimg a{
font-size:18px;
}
.iconimg img{
float:left;
padding:0 10px 0 10px;
}
