@charset "utf-8";
/* CSS Document */


html, body {
	margin:0;
	padding:0;
	border:0;

	font-family: Arial, sans-serif;font-size:14px;
}
* {margin:0;padding:0;/*border:0;*/}
/*table,td,th,tr {border-style:solid;}*/

a {text-decoration:none;color:#f58220;}
a:hover {color:#99ccff;}

h3 {
	font-size: 24px;
	font-weight:700;
}

.main {
font-family: Arial, sans-serif;font-size:14px;
}
table {
	border-collapse: collapse;
}
.header {
	height:135px;
	width:980px;
	position:relative;
	margin:0 auto;
	
}
.logo {
	width:275px;
	height:80px;
	background:url(http://bigline.net/themes/site_themes/agile_records/images/logo.png) top left no-repeat;
	margin-top:30px;
	float:left;
}
.logo a {
	width:275px;
	height:80px;
	display:block;
	text-align:center;
}
.logo a span {
	width:275px;
	font-size:12px;
	color:#323232;
	line-height:135px;
}

.login_to {
	position:absolute;
	top:0px;
	right:0px;
	width:80px;
	height:44px;
}
.login_to a {
	width:80px;
	height:44px;
	display:block;
	color:#fff;
	text-shadow:0px -1px 0px #d96c0f;
	font-size:12px;
	font-weight:600;
	text-align:center;
	line-height:60px;
	background:#f58220;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.main_menu {
	width:auto;
	height:auto;
	position:absolute;
	top:85px;
	right:0px;
	z-index:9999;
}

.main_menu ul{
padding: 0;
list-style: none;
}
.main_menu ul li{
	float: left;
	width: auto;
	text-align: left;
	margin:0 5px;
	position:relative;
	font-size:15px;
	text-transform: uppercase;
}
.main_menu ul li a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color:#323232;
	font-size:15px;
}

.main_menu ul li a:hover{
	background:#fff;
	color:#f58220;
}
.main_menu ul li a span {
	font-size:8px;
	line-height:8px;
}
.main_menu ul li ul{
	position:absolute;
	top:28px;
	left:0;
	display: none;
	min-width:400px;
	margin:0;
}
.main_menu ul li:hover ul{
	display: block; /* display the dropdown */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background:#fff;
	padding:5px ;
	min-width:100px;
}
.main_menu ul li:hover ul li a {
	font-size:12px;
}
.main_menu ul li:hover ul li a:hover {color:#f58220}
.services_block {
	width:100%;
	background:url(http://bigline.net/themes/site_themes/agile_records/images/bg_services_block.gif) top left repeat;
	position:relative;
	height:auto;
}
.services_tabs {
	width:980px;
	height:400px;
	margin:0 auto;
}

.tabs-content {
	width:980px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:20px;
}
ul.tabs {
	background:#fff;
	height:40px;
	padding:0 10px;
	float:left;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}

ul.tabs li {
	font-size:24px;
	font-weight:300;
	float:left;
	margin:0 10px;
	list-style: none;
}
ul.tabs li a {color:#323232}
ul.tabs li a:hover {color:#f58220}
ul.tabs li.selected a {color:#f58220}
ul.tabs li a.selected {color:#f58220}


ul.tabs li.e8e8e8 {color:#e8e8e8;font-size:14px;line-height:36px;}

.tabs-content ul {
	list-style: none;
	/* Эти 3 линии для Opera */
/*	height: 400px;*/
	overflow-y: hidden;
}
.tabs-content ul li {
	width:980px;
	min-height:340px;
}
.tabs-content ul li a {
	display: block;
	min-width:75px;
	max-width:100px;
	text-align:center;
	color:#323232;
	float:left;
	font-weight:500;
	font-size:14px;
}
.icon_text {
	float:left;
	width:100px;
	overflow-wrap: break-word;
	word-wrap: normal;
	word-break: keep-all;
	line-break: loose;
	-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;

}

.tabs-content ul li a:nth-child(2n) {margin-top:150px;}
.tabs-content ul li a:hover {color:#f58220;}
.tabs-content ul li a span.icons {
	width:100px;
	height:75px;
	float:left;
	margin-bottom:15px;
}
.tabs-content ul li a span.icons {}
.tabs-content ul li a span.icons.wifi_icon 			{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_wifi.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.wifi_icon 	{background-position:top center;}

.tabs-content ul li a span.icons.indnew_icon 		{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_indnet.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.indnew_icon 	{background-position:top center;}

.tabs-content ul li a span.icons.radio_icon 		{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_radio.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.radio_icon 	{background-position:top center;}

.tabs-content ul li a span.icons.adsl_icon 			{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_adsl.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.adsl_icon 	{background-position:top center;}

.tabs-content ul li a span.icons.www_icon 			{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_www.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.www_icon 	{background-position:top center;}

.tabs-content ul li a span.icons.servers_icon 		{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_servers.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.servers_icon 	{background-position:top center;}

.tabs-content ul li a span.icons.webdev_icon 		{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_webdev.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.webdev_icon 	{background-position:top center;}

.tabs-content ul li a span.icons.optic_icon 		{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_optic.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.optic_icon 	{background-position:top center;}

.tabs-content ul li a span.icons.homenet_icon 		{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_homenet.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.homenet_icon {background-position:top center;}

.tabs-content ul li a span.icons.internet_icon 		{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_internet.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.internet_icon {background-position:top center;}

.tabs-content ul li a span.icons.gears_icon 		{background:url(http://bigline.net/themes/site_themes/agile_records/images/icon_gears.png) bottom center no-repeat;}
.tabs-content ul li a:hover span.icons.gears_icon {background-position:top center;}


.news_block {
	width:980px;
	height:auto;
	margin:20px auto 0;
}
.news_tabs {float:left;}

div.tabs {
background: #333;
padding: 1em;
}
.nt_cont {
	width:450px;
	padding:10px 10px 50px;
	float:right;
	margin-left:10px;
	position:relative;
}
.nt_date {
	position:absolute;
	bottom:0;
	right:0;
	font-size:14px;
	line-height:16px;
	height:16px;
	padding:0 0 0 20px;
	background:url(http://bigline.net/themes/site_themes/agile_records/images/clock_grey.png) top left no-repeat;
}
ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	width:470px;
}
ul.tabNavigation li {
	padding-bottom:2px;
	float:left;

}
ul.tabNavigation li a {
	width:450px;
	padding:10px;
	color:#323232;
	float:left;
	background:url(http://bigline.net/themes/site_themes/agile_records/images/bg_services_block.gif) top left repeat;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-khtml-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}
ul.tabNavigation li:first-child a {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
ul.tabNavigation li:last-child a {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
	background:#fff;
}

ul.tabNavigation li a:hover {}
ul.tabNavigation li a:focus {outline: 0;}

div.tabs div {
	width:490px;
	height:auto;
	float:left;
}
.nt_img {
	min-width:200px;
	height:auto;
	float:left;
	margin:0;
	vertical-align: middle; 
}
.nt_text {
	width:220px;
	float:left;
	padding-left:20px;
}



.footer {
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	padding:20px 0;
	background:url(http://bigline.net/themes/site_themes/agile_records/images/bg_services_block.gif) top left repeat;
}
ul.menu_footer {
	width:980px;
	height:auto;
	margin:0 auto;
	list-style:none;
}
ul.menu_footer li {
	width:195px;
	height:auto;
	float:left;
	font-size:16px;
	font-weight:600;
}
ul.menu_footer li a {}
ul.menu_footer li ul {list-style:none;}
ul.menu_footer li ul li {
	font-size:14px;
	font-weight:400;
	padding: 3px 0;
}
ul.menu_footer li ul li a {color:#323232;}
ul.menu_footer li ul li a:hover {color:#f58220;}


.footer2 {
	width:980px;
	margin:10px auto;
	line-height:34px;
	color:#666;
}

.newslist {
	width:980px;
	margin:0 auto;
}
.newslist ul {
	width:715px;
	min-height:500px;
	float:left;
	list-style:none;
	border-top:1px solid #323232;
	margin:10px 0 0 0;
	padding:15px 0 0 0;
}
.newslist ul li {
	margin:0 0 10px 0;
}
.newslist ul li span {
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0 15px 0 0;
	line-height: 24px;
}
.newslist ul li a {}
.newslist ul li a:hover {}

.newsdetails {	
	width:980px;
	margin:0 auto;
	position:relative;
	min-height:500px;
}

.newsdetails_content {
	width:715px;
	min-height:500px;
	float:left;
	list-style:none;
	border-top:1px solid #323232;
	margin:10px 0 0 0;
	padding:15px 0 0 0;
}
.contacts_block {
	width:980px;
	margin:0 auto;
	position:relative;
	min-height:500px;
}

