/* common */
html 
{
	padding:0px;
	margin:0px;
}
body 
{
	padding:0px 18px;
	margin:0px;
	font:0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	background:#ffffff;
}
* 
{
    padding:0;
    margin:0;
}
table, 
td, 
th, 
input, 
select, 
option, 
textarea,
button 
{
    	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1
{
	padding: 0 0 12px 30px;
	color:#33a6db;
}

.clr:after
{
    content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
ul.menu,
ol.menu
{	
    list-style-position:outside;
	list-style:none;
    display:block;
}
ol.menu li,
ul.menu li
{
    list-style-position:outside;
	list-style:none;
	display:block;
    line-height:1.1em;
}
ol.menu-h li,
ul.menu-h li
{
	display:inline;
}
ol.menu-f-l li,
ul.menu-f-l li
{
	float:left;
}
ul.menu-l li
{
	border-left:solid #cccccc;
	border-left-width:1px;
}
ul.menu-l li:first-child
{
	border-left-width:0;
	padding-left:0;
}
a img
{
    border:0;
}
a:link,
a:visited
{
    color:#33a6db;
}
a:hover,
a:active
{
    color:#3399FF;
}
a.no-decoration:link,
a.no-decoration:visited
{
	text-decoration:none;
}
.cent
{
	text-align:center;
}
.color-blue
{
	color:#33a6db !important;
}
.color-grey
{
	color:#a9a9a9 !important;
}
.text-underline
{
	text-decoration:underline !important;
}
.pad-30
{
	padding:0 30px;
}
.mar-t-5
{
	margin-top:5px;
}
.mar-l-15
{
	margin-left:15px;
}
a.no-border,
.no-border
{
	padding-left:0 !important;
	border-left:0 !important;
}
/* /Common */


/* Document space */
#content
{
	text-align:center;
}
#content .outer
{
	width:940px;
	margin:18px auto 13px auto;
	background:url("/images/bg_top/") left top no-repeat;
}
#content .outer .inner
{
	background:url("/images/bg_bot/") left bottom no-repeat;	
	text-align:left;
}

#content p
{
	padding: 6px 0 6px 0;
}
/* /Document space */


/* Header */
#header
{
	padding:36px 29px 0 29px;
}
#site-logo
{
	width:282px;
	height:62px;
	background:url("/images/logo/") left top no-repeat;
	float:left;
}
#header-menu
{
	margin-left:70px;
	float:left;
	background:url("/images/header-menu-bg/") left top no-repeat;
	width:526px;
	height:62px;
}
#header-menu img
{
	z-index:1;
	position:absolute;
}
#header-menu ul
{
	margin-left:53px;
	margin-top:3px;
	z-index:5;
	position:absolute;
}
#header-menu ul li
{
	margin-right:3px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	top:15px;
}
#header-menu ul li a
{
	text-decoration:none;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	position:relative;
	padding:10px 0 13px 0;
	color:#33a6db;
}
#header-menu ul .market a:hover,
#header-menu ul .market a:active
{
	border-top:4px solid #4fdb33;
    color:#3399FF;
}
#header-menu ul .study a:hover,
#header-menu ul .study a:active
{
	border-top:4px solid #f3f607;
    color:#3399FF;
}
#header-menu ul .about a:hover,
#header-menu ul .about a:active
{
	border-top:4px solid #f65607;
    color:#3399FF;
}
#header-menu ul .diling a:hover,
#header-menu ul .diling a:active
{
	border-top:4px solid #07d7f6;
    color:#3399FF;
}
/* /Header */

/* Header-bottom */
.head-bot
{
	height:273px;
	margin-top:-25px;
	padding-top:25px;
	background:url("/images/grafic1/") right top no-repeat;
}
.studying
{
	height:185px;
	background:url("/images/study/") right 12px no-repeat;
}
.aabout
{
	height:185px;
	background:url("/images/about/") right 12px no-repeat;
}

.dialing
{
	height:185px;
	background:url("/images/diling/") right 12px no-repeat;
}
.forexing
{
	height:185px;
	background:url("/images/forex/") right 12px no-repeat;
}

.head-bot .title
{
	margin-left:34px;
}
.head-bot .money
{
	background:url("/images/money/") 0 0 no-repeat;
	width:257px;
	height:160px;
	position:absolute;
	z-index:1;
}
.desc_kurs
{
	margin: 10px 30px 0px 30px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border: 1px dotted #C5E5F6;
	background-color: #F4F4F4;
}

.desc_kurs p
{
	margin: 0 10px 0 10px;
}

.head-bot .title .forex
{
    color:#daeff8;
	font-size:14px;
	font-weight:bold;
	position:relative;
	float:left;
	top:4px;
}
.head-bot .title .forex span
{
	color:#82bbd5;
	position:absolute;
	top:-4px;
	left:-4px;
}
.head-bot .title .forex-right
{
    color:#daeff8;
	font-size:12px;
	position:relative;
	float:left;
	top:4px;
	margin-left:10px;
	width:220px;
}
.head-bot .title .forex-right span
{
	color:#626262;
	position:absolute;
	top:-4px;
	left:-4px;
}
.head-bot .title .forex-right .more
{
	display:block;
	text-align:right;
	font-size:10px;
	text-decoration:none;
}
/* /Header-bottom */

/* Content */
#cnt
{
	text-align:left;
	margin-top:-60px;
}
.cnt-body
{
	font-size:12px;
}
.cnt-block
{
	margin-bottom:15px;
}
/* Text with '+' in background */
.plus
{
	background:url("/images/plus/") left center no-repeat;
	margin:0 30px;
	padding-left:52px;
	height:40px;
	line-height:40px;
	cursor:pointer;
}
/* /Text with '+' in background */
/* Panel with text with '-' in background */
.minus
{
	margin:0 14px;
}
.minus .t
{
	background:url("/images/panel-top/") left top no-repeat;
	padding-left:16px;
}
.minus .t .t-in
{
	background:url("/images/panel-top/") right top no-repeat;
	padding-top:5px;
}
.minus .t .t-in .head
{
	background:url("/images/minus/") left center no-repeat;
	padding-left:52px;
	height:40px;
	line-height:40px;
	cursor:pointer;
}
.minus .b
{
	background:url("/images/panel-bottom/") left bottom no-repeat;
	padding-left:20px;
}
.minus .b .b-in
{
	background:url("/images/panel-bottom/") right bottom no-repeat;
	padding:10px 13px 7px 13px;
}
.minus .b .b-in p
{
	text-indent:35px;
}
/** Circled menu **/
ul.list-menu
{
	margin:10px 0 10px 35px;
    list-style-position:outside;
	list-style-image:none;
	list-style:none;
	font-size:11px;
}
ul.list-menu li
{
	vertical-align:middle;
	display:block;
	background:url("/images/menu-li/") left 3px no-repeat;
	padding-left:20px;
}
/** /Circled menu **/
/* /Panel with text with '-' in background */

/* 3 columns */
.col-three
{
	padding:0 19px 0 22px;
}
.col-three div
{
	float:left;
	font-size:12px;
}
.col-three .col-1,
.col-three .col-2
{
	width:298px;
	margin-right:30px;
}
#layer_mb_l
{
	width: 244px;
	display: inline;
	float: left;
	text-align: left;
        background-image: url(/images/l_corner/);
        background-position: left top;
        background-repeat: no-repeat;
}

/** Link Block underlined on hover **/
.col-three a.block-lnk
{
	display:block;
	margin-bottom:16px;
	border-bottom:2px solid #ffffff;	
	padding-bottom:3px;
	cursor:pointer;
	text-decoration:none;
	color:#3c3c3c;
}
.col-three a.block-lnk:hover
{
	border-bottom:2px solid #dcdcdc;
}
/** /Link Block underlined on hover **/
.col-three .col-3
{
	width:240px;
	color:#3C3C3C;
}
/* Scale under grafic */
.col-three .col-3 .scale
{
	background:url("/images/scale/") center bottom no-repeat;
	padding-bottom:23px;
	width:100%;
}
.col-three .col-3 .scale a:link,
.col-three .col-3 .scale a:visited
{
	color:#3c3c3c;
	font-size:10px;
}
.col-three .col-3 .scale a.scale-lnk-1
{
	margin-left:44px;
}
.col-three .col-3 .scale a.scale-lnk-2
{
	margin-left:2px;
}
.col-three .col-3 .scale a.scale-lnk-3
{
	margin-left:22px;
}
.col-three .col-3 .scale a.scale-lnk-4
{
	margin-left:8px;
}
.col-three .col-3 .scale a.scale-lnk-5
{
	margin-left:26px;
}
/* /Scale under grafic */
.col-three .kubok
{
	background:url("/images/kubok/") left top no-repeat;
	padding-top:176px;
}
.col-three .timer
{
	background:url("/images/timer/") left top no-repeat;
	padding-top:178px;
}
.col-three .soft
{
	background:url("/images/soft/") left top no-repeat;
	padding-top:176px;
}
.pairs a:link,
.pairs a:visited
{
	font-size:10px;
	margin-right:6px;
	padding-left:8px;
	border-left:1px solid #3C3C3C;
	color:#3C3C3C;
}
.col-3 .time
{
	margin-top:10px;
}
/* /3 columns */

h1
{
	font-size:23px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
/* /Content */

/* Footer */
#footer
{
	margin-top:49px;
}
#footer .footer-in
{
	width:634px;
	height:44px;
	margin-left:166px;
	background:url("/images/footer-menu-bg/") left top no-repeat;
}
#footer .footer-out
{
	height:18px;
	width:634px;
	background:url("/images/footer-menu-bg-1/") left top no-repeat;
	margin:0 0 0 166px;
}
#footer .navigation
{
	margin:0 0 5px 25px;
}
#footer .navigation li
{
	padding-left:19px;
	margin:10px 23px 0 0;
	border-left:1px solid #33a6db;
	font-size:10px;
}
#footer .copy
{
	margin-left:160px;
}
#layer_mp
{
	width: 732px;
	background-color: white;
	text-align: left;
}
#footer .copy li
{
	padding-left:24px;
	margin:0 23px 3px 0;
	border-left:1px solid #33a6db;
	font-size:10px;
	top:20px;
}
#footer ul li *
{
	text-decoration:none;
}
#footer ul li:first-child
{
	padding-left:0;
	border-left:0;
}
/* /Footer */
