@import "reset.css";

body {
    background: url("images/back.jpg");
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 14px;
    color: #222;
}
a {
    color: #1589B2;
}
a:hover {
    text-decoration: none;
}
#content ul{
	padding:0 0 0 15px;
}
#content li{
	margin:20px;
	list-style-image: url("images/rarr.png");
}
h1{
	color:#1589B2;
	font-size:16px;
	margin:10px 0;
}
h2{
	color: #1589B2;
	margin: 10px 0;
	font-size:14px;
	
}
h3{
	color: #1589B2;
	margin: 10px 0;
	font-weight:normal;
}
#container {
    width: 960px;
    margin: 25px auto;
}
#header {
    height: 115px;
    clear: both;
}
#header-1 {
    overflow: hidden;
}
#logo {
    background: url("images/logo.png") no-repeat;
    float: left;
    height: 64px;
    width: 220px;
    margin: 15px 0 0 0;
}
#header-phone-search {
    float: right;
    width: 360px;
}
#header-phone-search div {
    float: left;
    font-size: 16px;
}
#header-phone-search div span.code {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}
#header-phone-search div span {
    font-size: 26px;
    color: #EEA323;
    padding-top: 0;
}
#header-phone-search input {
    padding: 0px 33px 0 4px;
    float: right;
    color: #444;
    background: #fff url("images/search.png") no-repeat 150px 2px;
    border: none;
    width: 143px;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

#left_col {
    float: left;
    width: 252px;
}
#left_col > ul {
    margin-bottom: 20px;
   
}
#left_col li a {
    background: #E4E4E4 url("images/rarr-b.png") no-repeat 0 10px;
    height: 23px;
   /*overflow: hidden;
  //  float: left;*/
   width: 217px;
  padding: 7px 0 0px 35px;
   margin-bottom: 4px;
    text-decoration: none;
   border-radius: 5px;
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
#left_col li li a{
	background: #E4E4E4 url("images/rarr.png") no-repeat 20px 10px;
	margin-bottom:0 !important;
}
#left_col li a:hover {
   text-decoration: underline;
}
#left_col li ul {
}

#left_col li li a:hover {
    text-decoration: none;
}
#left_col li a.selected {
    color: #444;
    text-decoration: none;
}
#header-menu {
    clear: both;
    margin-top: 0px;
    overflow: hidden;
}
#header-menu ul {
    float: right;
}
#header-menu li {
    float: left;
    color: #EEA323;
    font-size: 22px;
    line-height: 18px;
    margin-left: 30px;
}
#header-menu li.selected a {
    color: #76B9CC;
    text-decoration: none;
}
#header-menu li a {
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 10px;
}

#middle {
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 12px 12px 30px;
}

#head {
    margin: 0 auto 30px;
    background: url("images/head.jpg");
    width: 936px;
    height: 227px;
}

#content {
    margin-left: 28px;
    float: left;
    width: 655px;
}
#content p {
    margin-bottom: 18px;
}

.kurs p {
    font-style: italic;
    color: #999;
    padding: 4px 0;
}
.kurs .box div {
    padding: 3px 0;
    overflow: hidden;
}
.kurs .box {
    padding: 4px 25px;
    background: #525252;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    font-size: 12px;
}
.kurs .box span {
    padding-left: 17px;
    color: #fff;
    float: left;
}
.kurs .box .name {
    padding-left: 0;
    width: 80px;
}
.kurs .box .cost {
    color: #EEA323;
}
.kurs .box .change {
    color: #76B9CC;
}
.kurs .box .dotted {
    clear: both;
    border-top: 1px dotted #2F342D;
    width: 190px;
    margin: 0 auto;
    padding: 0;
}

#footer {
    height: 88px;
    overflow: hidden;
    margin-top: 15px;
    background: transparent url("images/footer.png");
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
#footer div {
    float: left;
    color: #EEA323;
}
#footer div.col1 {
    color: #bbb;
    font-style: italic;
    margin-left: 30px;
    margin-top: 35px;
}
#footer div.col2 {
    margin-left: 115px;
    margin-top: 25px;
    font-size: 16px;
}
#footer div.col3 {
    margin-left: 200px;
    margin-top: 25px;
    font-size: 16px;
}

.col2block {
    margin-top: 35px;
}
.col2block div {
    float: left;
    width: 325px;
}
.col2block div img {
    float: left;
}
.col2block div a {
    float: left;
    width: 215px;
    padding: 0 0 0 10px;
}
.col2block .col1 {
    border-right: 4px solid #E5E5E5;
}
.col2block .col2 {
    padding-left: 4px;
    width: 320px;
}
#breadcrumbs{
	height: 14px;
	font-size: 12px;
	background: #f9dba8;
	padding: 8px 10px;
	margin-bottom: 10px;
   border-radius: 5px;
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
span.i{
	display:inline-block;
	background: url("images/rarr.png") no-repeat 8px 5px;
	width:20px;
	height:20px;
}
table.infoTable{
	width:100%;
}
table.infoTable thead{
	background: #0096D7;
	
	
}
table.infoTable thead td{
	border:1px solid #fff;
	color:#fff;
	font-size:100%;
	padding: 8px 0 8px 15px;
   	 text-align: left;
}
table.infoTable td{
	padding:5px 0;
	font-size:80%;
	border-bottom:1px solid #ccc;
	text-align:center;
}
table.infoTable p{
	padding:0;
	margin:0 !important;
}
#page-wrap{ 
	background: white; 
	width: 936px; 

}

#slider	{ 
	background: white url(images/slider-bg.jpg); 
	height: 227px; 
	overflow: hidden;
	position: relative; 

}
								  
							  
#mover{ 
	width: 2880px; 
	position: relative; 
}

.slide	{ 
	padding: 20px 265px; 
	width: 900px; 
	float: left; 
	position: relative; 
}
.slide h3{ 
	font-size: 16px; 
	letter-spacing: -1px;
	color: #0096d7;  
	padding-left:30px; 
	font-weight:bold;
	position: relative; 
	z-index: 99999;
}
.slide p{ 
	color: #999; 
	font-size: 12px; 
	line-height: 22px; 
	width: 220px; 
	position: relative; 
	z-index: 99999; 
	text-align:center; 
}
.slide img{ 
	position: absolute; 
	top: 0; 
	left: 474px; 
}
#slider-stopper	{ 
	position: absolute; 
	top: 1px; 
	right: 20px; 
	background: #fba91c; 
	color: white;
	padding: 3px 8px; 
	font-size: 10px; 
	text-transform: uppercase; 
	z-index: 1000; 
}