/*   
Theme Name: rcsnet
Theme URI: http://belingo.ru
Author: Savoskin Andrey
Author URI: http://belingo.ru
Version: 1.0
*/

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr-light-webfont.eot');
    src: url('fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
		 url('fonts/helveticaneuecyr-light.svg') format('svg'),
		url('fonts/helveticaneuecyr-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/helveticaneuecyr-bold.eot');
	src: local('O'), url('fonts/helveticaneuecyr-bold.woff') format('woff'), 
	url('fonts/helveticaneuecyr-bold.ttf') format('truetype'), 
	url('fonts/helveticaneuecyr-bold.svg') format('svg'),
	url('fonts/helveticaneuecyr-bold.otf') format('opentype');
	font-weight: bold;
	font-style: bold;
}

body {
	margin:0;
	padding:0;
}

body, td, th {
	font-family:Tahoma;
	font-size:14px;
	color:#777777;
}

h1 {
	font-family: 'HelveticaNeueCyr';
	font-size:24px;
	color:#000000;
	font-weight:normal;
}

h2 {
	font-family: 'HelveticaNeueCyr';
	font-size:24px;
	color:#000000;
	font-weight:normal;
}

img {
	border:none;
}

a {
	color:#133780;
}

a:hover {
	color:#b30e02;
}

.all {
	width:980px;
	margin:0 auto;
}

.header {
	float:left;
	position:relative;
	width:100%;
	height:182px;
}

.header .logo {
	position:absolute;
	left:10px;
	top:25px;
}

.header .personal {
	position:absolute;
	left:300px;
	top:45px;
	height:38px;
	padding-left:35px;
	background:url('img/personal_close.png') no-repeat 0 2px;
}

.header .personal a {
	color:#999999;
	font-size:11px;
	text-decoration:none;
	border-bottom: dashed 1px #999999;
}

.header .personal a:hover {
	border:none;
}

.header .top-links {
	position:absolute;
	left:500px;
	top:50px;
}

.header .top-links ul {
	margin:0;
	padding:0;
	list-style:none;
}

.header .top-links li {
	float:left;
	margin-right:20px;
}

.header .top-links .geografy {
	padding-left:30px;
	background:url('img/geo_map.png') no-repeat;
}

.header .top-links .forum {
	padding-left:30px;
	background:url('img/forum.png') no-repeat;
}

.header .top-links li a {
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

.header .top-links li a:hover {
	text-decoration:underline;
}

.header .contacts {
	position:absolute;
	right:10px;
	top:35px;
	text-align:right;
}

.header .contacts {
	font-family:Cambria;
	font-size:18px;
	color:#000000;
}

.header .contacts span {
	font-family:Tahoma;
	font-size:14px;
	color:#999999;
}

.header .contacts a {
	font-family:Tahoma;
	font-size:12px;
	color:#b30e02;
	text-decoration:none;
}

.header .contacts a:hover {
	text-decoration:underline;
}

.header .menu {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:37px;
	background:url('img/bg_menu.png') no-repeat;
}

.header .menu ul {
	margin:0 0 0 35px;
	padding:0;
	list-style:none;
}

.header .menu ul li {
	float:left;
	margin-top:9px;
}

.header .menu .sep {
	background:url('img/menu-sep.png') no-repeat;
	width:6px;
	height:16px;
	margin:0 19px;
	margin-top:9px;
}

.header .menu ul li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

.header .menu .application-connect {
	position:absolute;
	right:0;
	top:-15px;
	width:227px;
	height:52px;
	background:url('img/application-connect.png') no-repeat;
	cursor:pointer;
}

.header .menu .application-connect:hover {
	background:url('img/application-connect-hover.png') no-repeat;
}

.header .menu .application-work {
	position:absolute;
	right:0;
	top:-15px;
	width:227px;
	height:52px;
	background:url('img/application-work.png') no-repeat;
	cursor:pointer;
}

.header .menu .application-work:hover {
	background:url('img/application-work-hover.png') no-repeat;
}

.content {
	position:relative;
	float:left;
	width:100%;
	margin-top:50px;
}

.content .left-sidebar {
	float:left;
	width:240px;
}

.content .left-sidebar .left-menu {
	border: 3px solid #ececec;
	padding:15px 10px 0 0;
}

.content .left-sidebar .left-menu ul {
	list-style:none;
	padding:0;
	margin:15px 0 30px 0;
}

.content .left-sidebar .left-menu ul li {
	margin-left:20px;
	margin-bottom:13px;
}

.content .left-sidebar .left-menu ul li:hover .submenu {
	display:block;
}

.content .left-sidebar .left-menu .submenu {
	display:none;
}

.content .left-sidebar .left-menu .submenu li{
	margin-left:10px;
	margin-bottom:6px;
}

.content .left-sidebar .left-menu ul a{
	color:#777777;
	font-size:12px;
}

.content .left-sidebar .left-menu .links-1 a:hover {
	color:#b30e02;
	text-decoration:none;
}

.content .left-sidebar .left-menu .links-2 a:hover {
	color:#0a2459;
	text-decoration:none;
}

.content .left-sidebar .left-menu .header-name-1 {
	font-family: 'HelveticaNeueCyr';
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin-left:-3px;
	padding-left:7px;
	border-left:3px solid #b30e02;
}

.content .left-sidebar .left-menu .header-name-2 {
	font-family: 'HelveticaNeueCyr';
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin-left:-3px;
	padding-left:7px;
	border-left:3px solid #0a2459;
}

.content .left-sidebar .daughters {
	margin-top:50px;
}

.content .left-sidebar .daughters .header-name{
	font-family: 'HelveticaNeueCyr';
	font-size:18px;
	color:#000000;
}

.content .left-sidebar .daughters ul {
	padding:0;
	list-style-image:url('img/daughters-ico.png');
}

.content .left-sidebar .daughters ul li {
	margin:8px 0 8px 30px;
}

.content .left-sidebar .daughters a {
	color:#b30e02;
}

.content .left-sidebar .daughters a:hover {
	text-decoration:none;
}

.content .right-sidebar {
	float:left;
	width:710px;
	margin-left:30px;
}

.content .right-sidebar .crumbs {
	color:#999999;
	font-size:12px;
}

.content .right-sidebar .crumbs img {
	margin:0 8px;
}

.content .right-sidebar .crumbs a {
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

.content .right-sidebar .crumbs a:hover {
	text-decoration:underline;
}

.content .right-sidebar .more {
	float:right;
	color:#999999;
}

.content .right-sidebar .more a {
	color:#999999;
}

.content .right-sidebar .more a:hover {
	text-decoration:none;
}

.content .right-sidebar .h1-header {
	font-family: 'HelveticaNeueCyr';
	font-size:24px;
	color:#000000;
}

.content .right-sidebar .slider {
	position:relative;
	border: 2px #ececec solid;
	width:706px;
	height:300px;
}

.content .right-sidebar .slider ul {
	list-style:none;
	margin:0;
	padding:0;
}

.content .right-sidebar .slider #prev {
	position:absolute;
	top:130px;
	left:0;
} 

.content .right-sidebar .slider #next {
	position:absolute;
	top:130px;
	right:0;
} 

.content .right-sidebar .partners {
	width:100%;
}

.content .right-sidebar .partners td{
	padding:10px;
}

.content .right-sidebar .main-services {
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:50px;
	color:#fff;
	line-height:24px;
}

.content .right-sidebar .main-services .more a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding-left:20px;
}

.content .right-sidebar .main-services .more a:hover {
	text-decoration:underline;
}

.content .right-sidebar .main-services .more {
	position:absolute;
	width:85px;
	height:25px;
	text-align:center;
	bottom:0;
	right:0;
	background:url('img/service-more-bg.png') no-repeat;
}

.content .right-sidebar .main-services .header-name{
	font-family: 'HelveticaNeueCyr';
	font-size:24px;
	color:#fff;
	font-weight:bold;
	margin-bottom:13px;
}

.content .right-sidebar .main-services .header-name span{
	font-weight:normal;
}

.content .right-sidebar .service-1 {
	position:relative;
	float:left;
	width:310px;
	height:161px;
	background:url('img/service-1-bg.png') no-repeat;
	padding:20px;
}

.content .right-sidebar .service-2 {
	position:relative;
	float:right;
	width:310px;
	height:161px;
	background:url('img/service-2-bg.png') no-repeat;
	padding:20px;
}

.footer {
	position:relative;
	width:100%;
	height:130px;
	float:left;
	margin-top:50px;
	border-top:1px solid #000000;
}

.footer .bottom-menu {
	position:absolute;
	left:10px;
	top:10px;
}

.footer .bottom-menu ul {
	list-style:none;
	padding:0;
}

.footer .bottom-menu ul li {
	float:left;
	margin-right:40px;
}

.footer .bottom-menu a {
	font-size:12px;
	text-decoration:none;
	color:#777777;
}

.footer .bottom-menu a:hover {
	text-decoration:underline;
}

.footer .copyright {
	position:absolute;
	left:10px;
	top:55px;
	font-size:12px;
}

.footer .bottom-contacts {
	position:absolute;
	right:10px;
	top:20px;
	text-align:right;
}

.footer .bottom-contacts {
	font-family:Cambria;
	font-size:18px;
	color:#000000;
}

.footer .bottom-contacts span {
	font-family:Tahoma;
	font-size:14px;
	color:#999999;
}

.footer .bottom-contacts a {
	font-family:Tahoma;
	font-size:12px;
	color:#b30e02;
	text-decoration:none;
}

.footer .bottom-contacts a:hover {
	text-decoration:underline;
}