/*-----------------------------------------------------------------------------
Stylesheet for foex / www site / base
version:	1.0
date:   	01/01/10
author: 	onda /
email:  	aleksi
-----------------------------------------------------------------------------*/

@font-face {
    font-family: "LL Brown Bold Web";
    src: url("fonts/lineto-brown-bold.eot");
    src: url("fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
         url("fonts/lineto-brown-bold.woff2") format("woff2"),
         url("fonts/lineto-brown-bold.woff") format("woff");
		 font-weight:700;
		 font-style:normal	
}

@font-face {
    font-family: "LL Brown Regular Web";
    src: url("fonts/lineto-brown-regular.eot");
    src: url("fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
         url("fonts/lineto-brown-regular.woff2") format("woff2"),
         url("fonts/lineto-brown-regular.woff") format("woff");
		 font-weight:400;
		 font-style:normal
}

/*-----------------------------------------------------------------------------
	BROWSWER RESET
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
    font-family: "LL Brown Regular Web", helvetica, arial;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
.no-margin {margin: 0 !important}

.last {margin-right: 0 !important}

.no-border {
	border: 0 !important;
	}

/*-----------------------------------------------------------------------------
	CLEARFIX
-----------------------------------------------------------------------------*/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/*-----------------------------------------------------------------------------
	LAYOUT - MAIN CONTAINERS test
-----------------------------------------------------------------------------*/




body {
	overflow: -moz-scrollbars-vertical;
	font-size: 62.5%;
	font-family: helvetica, arial, sans;
	background: #FFF;
	color: #2a2a2a;
	background: url(/images/bg_lines.gif) repeat top left;
	}


	
#wrap {
	position: relative;
	padding-left: 10px;
	text-align: left;
	background: url(/images/bg_menu2.gif) repeat-x top left;
	}	

#menu {
	width: 960px;
	height: 41px;
	color: #FFF;
	}

#header {
	width: 960px;
	height: 129px;
	}

#content-wrap {
	width: 980px;
	padding: 7px 15px 0 15px;
	background: #FFF url(/images/bg_wrap4.gif) repeat-y top center;
	}
	
body#subscription #content-wrap {
	width: 980px;
	padding: 7px 15px 0 15px;
	background: #FFF url(/images/bg_wrap3.gif) repeat-y top center;
	}
	
#content-left {
	float: left;
	width: 220px;
	margin-right: 10px;
	padding-right: 10px;
	min-height: 700px;

	}	

body#subscription #content {
	float: left;
	width: 790px;
	min-height: 200px;
	}

#content {
	float: left;
	width: 540px;
	min-height: 200px;
	padding: 0px 10px 0 10px;

	}
	
#content-right {
	float: left;
	width: 150px;
	padding-left: 25px;
	margin-left: 10px;

	}

#footer {
	width: 960px;
	height: 100px;
	padding-top: 20px;
	font-size: 12px;
	}

#logo {
	float: left;
	width: 350px;
	height: 66px;
	background: url(/images/Fastmarkets_FOEX_Logo.png) no-repeat 19px 28px;
	padding: 52px 0 0 200px;
	color: #323232 !important;
	font-weight: bold;
	font-size: 11px;
	}
	
#quickSearch {
	float: right;
	width: 350px;
	height: 45px;
	text-align: right;
	padding-top: 43px;
	padding-right: 20px;
	}

#quickSearch fieldset {
    padding-top: 5px;
	}

.nosto {
	width: 228px;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	}
	
.banners {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee
	}
	
.banners span {
	display: block;
	padding: 30px 0;
	background: #EEE;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	}

.banners span.big {
	padding: 100px 0;
	}
	
#welcome {
padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #7d98b1
	}
	
#charts-left {

	}
	
#error {
	border: 3px solid #b72e2e;
	background: #f3dcdc;
	padding: 20px 40px;
	margin: 20px 0;
	color: #931515;
	}
	
#error h1 {
	color: #931515;
	}
	
#marketingComments {
	margin-top: 5px;
	}

#tabs {
   width: 100%;
    height:30px; 
   border-bottom: solid 1px #CCC;
   padding-right: 2px;
   margin-top: 30px;   
}

ul#tabs  {
	margin: 10px 0 0 0;
}

#tabs a {cursor:pointer;}

#tabs li {
    float:left; 
    list-style:none; 
    border-top:1px solid #ccc; 
    border-left:1px solid #ccc; 
    border-right:1px solid #ccc; 
    margin-right:-1px; 
    border-top-left-radius:3px;  
    border-top-right-radius:3px;
	outline:none;
	margin-bottom: 0;
}

#tabs li a {

    font-family:Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-weight: bold; 
    color: #FFF;;
   padding-top: 5px;
   padding-left: 10px;
   padding-right: 10px;
    padding-bottom: 8px; 
    display:block; 
    background: #5f0f6b;
    border-top-left-radius:3px; 
    border-top-right-radius:3px; 
    text-decoration:none;
    outline:none;
  
}

#tabs li a.inactive{
	padding-top:5px;
	padding-bottom:8px;
	padding-left: 8px;
	padding-right: 8px;
	color:#666666;
    background: #EEE;
	outline:none;
	border-bottom: solid 1px #CCC;

}

#tabs li a:hover, #tabs li a.inactive:hover {
	color: #5f0f6b;
	outline:none;
}

.container {
	clear:both;           
	width:100%; 
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align:left;
	padding: 10px;

}

.container h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }

.container p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }

.container ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }

.container li { padding-bottom: 5px; margin-left: 5px;}

