/**
 * Основные стили a1agregator.ru
 *
 * @autor amadev
 * @package a1agregator
 */

/**
 * Цвета
 *
 * Основной шрифт #8C8A8C
 * Заголовки #18AAEF
 * Выделенный текст #000
 * Оранжевый #EF7108
 */

#container {
    width: 995px;
    margin: 8px auto 0 auto;
    /*background: #ccc;*/
    text-align: left;
}
#header {
    /*background: #fff;*/
}
#menu {
    height: 37px;
    padding: 0 10px 0 40px;
}
#top-image {
    height: 325px;
    background: url(../images/top-image.png) no-repeat;
    position: relative;
}
#content {

}
#footer-container {
    background: url(../images/delimiter.png) repeat-x;
    height: 119px;
    clear: both;
}
#footer {
    width: 995px;
    height: 119px;
    margin: 0 auto;
}
#service-line {
    height: 34px;
}
#home-link {
    padding-left: 32px;
    padding-top: 2px;
    float: left;
}
#home-link a {
    background: none;
}
#logo-line {
    height: 110px;
}
#logo {
    padding-top: 35px;
    float: left;
    width: 103px;
    margin-left: 49px;
}
#logo a {
    background: none;
}
#logo-message {
    padding-top: 50px;
    float: left;
    width: 200px;
    color: #18AAEF;
    font-size: 15px;
    margin-left: 31px;
}
#support {
    padding-top: 35px;
    float: right;
    text-align: right;
    padding-right: 23px;
}
#support strong {
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
#menu ul {
    padding-top: 8px;
}
#menu ul li {
    background: url(../images/bullet.png) no-repeat 0 50%;
    float: left;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    padding: 0 12px 0 12px;
}
#menu a {
    color: #000;
    background: none;
}
#menu a.active {
    color: #18AAEF;
}
#footer-logo {
    float: left;
    padding: 0 0 0 54px;
}
#footer-logo img {
    float: left;
    padding-top: 19px;
}
#footer-logo div {
    float: left;
    padding-left: 14px;
    padding-top: 23px;
}
#footer-message {
    float: left;
    text-align: left;
    margin: 20px 0 0 96px;
}
#how {
    height: 268px;
    background: url(../images/how.png) no-repeat 100% -2px;
    position: relative;
}
#how a {
    background: none;
}
#become-partner {
    position: absolute;
    top: 214px;
    left: 740px;
}
#solutions {
    height: 103px;
    background: url(../images/solutions-bg.png) no-repeat 100% 0;
    padding-left: 90px;
}
#traffic {
    height: 185px;
    background: url(../images/traffic-bg.png) repeat-x;
    clear: both;
}
#traffic h2 {
    width: 185px;
    margin-top: 40px;
    padding: 0 0 0 52px;
    float: left;
}
#traffic img {
    padding-top: 26px;
    margin-left:35px;
}
#solutions h2 {
    width: 228px;
    padding: 18px 0 0 52px;
    float: left;
}
#solutions div {
    float: left;
    width: 226px;
    padding-top: 12px;
}
#solutions a {
    font-size: 20px;
    line-height: 30px;
}
#news {
    padding-left: 41px;
    position: relative;
    overflow: hidden;
}
.news-item {
    float: left;
    width: 187px;
    padding: 27px 0;
    margin-right: 35px;
}
.news-item .news-title {
    padding-left: 12px;
    background: #fff url(../images/news-bullet.png) no-repeat 0 2px;
}
.news-item a {
    background: none;
}
.news-item .date {
    font-size: 10px;
    border-bottom: 1px solid #8C8A8C;
    height: 20px;
    margin-bottom: 6px;
    margin-left: 12px;
}
#rss-link {
    position: absolute;
    display: inline;
    right:20px;
    top:65%;
}
#allnews-link {
    padding-left: 41px;
}
#client-login {
    position: relative;
    float: right;
    padding: 4px 25px 0 0;
	text-align: right;
	width: 320px;
}
#login-form {
    position: absolute;
    background: url(../images/login-form-bg.png) no-repeat;
    width: 316px;
    height: 119px;
    top: -10px;
    left: 50px;
    font-size: 11px;
    line-height: 13px;
}
#login-form p, #login-form div  {
    padding: 0 30px 0 25px;
}
#login-form div {
    height: 40px;
}
#login-form input {
    margin-right: 3px;
    float: left;
    color: #8C8A8C;
}
#login-form #form-login-button {
    padding-top: 10px;
    margin-right: 0;
}
#login-form p.header {
    margin: 12px 0 16px 0;
    text-align: right;
    font-size: 11px;
    line-height: 13px;
}
#login-form div.rounded {
    padding: 0;
    background-position: 0 10px;
}
.rounded {
	background: url(../images/input-bg.png) no-repeat;
	width: 114px;
}
#login-form input.text {
    width: 94px;
    font-size: 11px;
    padding: 10px 0 0 8px;
    border: none;
    background: transparent;
}
/* Базовые теги */

body {
    text-align: center;
    background: url(../images/delimiter.png) repeat-x 0 145px;
    color: #6B6D6B;
    font-size: 12px;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
a {
    color: #8C8A8C;
    text-decoration: none;
    background: url(../images/link-border.png) repeat-x 0 100%;
}
a.active {
    color: #18AAEF;
}
h1, h2, h3, h4 {
    color: #18AAEF;
    font-weight: normal;
}
h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 2px;
}
h2 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 24px;
}
h2.solutions {
	padding: 0 0 10px 55px;
}
#solutions-a1script {
	padding:20px 0;
}
small {
    font-size: 10px;
    line-height: 11px;
}
input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

/* Базовые классы */

.left {
    float: left;
}
.right {
    float: right;
}
.blue {
    color: #18AAEF;
}
.green {
    color: #6BCB08;
}
.orange {
    color: #EF7108;
}
.black {
    color: #000;
}
.header {
    color: #18AAEF;
    font-size: 18px;
}
.blue {
	color: #18AAEF;
}

.gray {
	color: #6B6D6B;
}
.hidden {
    display: none;
}
#tariff-link, #flash-banner {
    background: none;
    display: block;
    position: absolute;
    left: 749px;
    top: 0;
}
#text-promo{background:transparent url(../images/traffic-bg.png) repeat-x scroll 0 0;}
#text-promo,
.text-promo{
	padding:0 0 0 52px;
}

#text-promo h1,
#text-promo-1 h2,
#text-promo-2 h2{
	font-size:22px;
	letter-spacing:2px;
	line-height:24px; 
	padding:0 0 10px 0;
}
#text-promo h1{padding-top:40px}

#text-promo-1{
	float:left;
	margin-right: 35px;
	padding:27px 0;
	width:450px;
}
#text-promo-2{padding:27px 0}