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

* {
	padding: 0;
	margin: 0;
}
a, a:active {
	color: #0085c3;
	text-decoration: none;
}
a:hover {
	color: #0085c3;
	text-decoration: none;
}
img {
	border: none;
}
body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Century Gothic", Century, sans-serif;
	overflow-y: scroll;
}
.wrapper {
	width: 100%;
	margin: 0;
}
/*.. HEADER ..*/
.topNav {
	background: #e0e1e2;
	width: 100%;
	height: 50px;
	display: block;
	padding: 0;
	margin: 0;
}
.topNav .iNav {
	width: 940px;
	height: 50px;
	margin: 0 auto;
}
.topNav .iNav #topNav {
	width: 99px;
	height: 50px;
	float: right;
}
.topNav .iNav #topNav nav {
	width: auto;
}
.topNav .iNav #topNav nav li {
	width: auto;
	height: 50px;
	float: left;
	list-style: none;
	padding: 0;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #f2f2f2;
}
.topNav .iNav #topNav nav li:last-child {
	border-right: none;
}
.topNav .iNav #topNav nav a {
	width: auto;
	display: block;
	padding: 0 15px;
	color: #000;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: normal;
}
.topNav .iNav #topNav nav a.search {
	background: url(../img/magnifier.png) no-repeat center center;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	height: 50px;
	width: 16px;
}
.topNav .iNav #topNav nav a:hover.search {
	background: url(../img/magnifiers.png) no-repeat center center;
}
.topNav .iNav #topNav nav a.mail {
	background: url(../img/mail.png) no-repeat 15px center;
	text-indent: -9999px;
	overflow: hidden;
	height: 50px;
	width: 16px;
}
.topNav .iNav #topNav nav a:hover.mail {
	background: url(../img/mail.png) no-repeat -100px center;
}
.topNav .iNav #nav {
	width: 531px;
	height: 50px;
	float: left;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #f2f2f2;
}
.topNav .iNav #nav nav {
	width: 531px;
	height: 50px;
}
.topNav .iNav #nav nav li {
	width: auto;
	height: 50px;
	float: left;
	list-style: none;
	padding: 0;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #f2f2f2;
}
.topNav .iNav #nav nav a {
	width: auto;
	display: block;
	padding: 0 15px;
	color: #000;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: normal;
}
.topNav .iNav #nav nav a:hover {
	background: #fff;
}
.topNav .iNav .subscribe {
	width: 267px;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #c3c3c3;
}
.email-list-form {
	width: 275px;
	height: 50px;
	padding: 0;
	float: right;
}
.email-list-form input[type="text"] {
	width: 195px;
	height: 35px;
	padding: 5px;
	display: inline-block;
	border: none;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
}
.email-list-form input[type="submit"] {
	cursor: pointer;
	padding: 5px 13px;
	width: auto;
	height: 50px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background: #000;
	vertical-align: top;
}
.email-list-form input[type="submit"]:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
}
#target {
	width: 215px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #000;
	float: left;
	padding: 15px 5px 0;
}
.headerNav {
	background: #fff;
	width: 100%;
	height: 160px;
}
.headerNav .headers {
	width: 940px;
	height: 160px;
	margin: 0 auto;
}
.headerNav .headers .widgetNav {
	width: 760px;
	height: 60px;
	padding: 100px 0 0;
	float: left;
}
.headerNav .headers .widgetNav nav {
	z-index: 1005;
}
.headerNav .headers .widgetNav nav ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index: 1005;
	list-style:none;
}
.headerNav .headers .widgetNav nav ul li {
	float: left;
	margin-right: 1px;
}
.headerNav .headers .widgetNav nav ul li:last-child {
	background: #000;
}
.headerNav .headers .widgetNav nav ul li.purple, .headerNav .headers .widgetNav nav ul li ul.purple {
	background: #1c145b;
}
.headerNav .headers .widgetNav nav ul li.red, .headerNav .headers .widgetNav nav ul li ul.red {
	background: #c52525;
}
.headerNav .headers .widgetNav nav ul li.blue, .headerNav .headers .widgetNav nav ul li ul.blue {
	background: #1c3878;
}
.headerNav .headers .widgetNav nav ul li.lblue, .headerNav .headers .widgetNav nav ul li ul.lblue {
	background: #0089cb;
}
.headerNav .headers .widgetNav nav ul li:hover.purple, .headerNav .headers .widgetNav nav ul li ul.purple li:hover a {
	background-color: #271e72;
	color: #FFF;
}
.headerNav .headers .widgetNav nav ul li:hover.red, .headerNav .headers .widgetNav nav ul li ul.red li:hover a {
	background-color: #e02c2c;
	color: #FFF;
}
.headerNav .headers .widgetNav nav ul li:hover.blue, .headerNav .headers .widgetNav nav ul li ul.blue li:hover a {
	background-color: #243f83;
	color: #FFF;
}
.headerNav .headers .widgetNav nav ul li:hover.lblue, .headerNav .headers .widgetNav nav ul li ul.lblue li:hover a {
	background-color: #1692ce;
	color: #FFF;
}
.headerNav .headers .widgetNav nav ul li a {
	display: block;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
}
.headerNav .headers .widgetNav nav ul li ul {
	position: absolute;
	width: 250px;
	background: #FFF;
}
.headerNav .headers .widgetNav nav ul li ul li {
	margin: 0;
	padding: 0;
	width: 250px;
}
.headerNav .headers .widgetNav nav ul li ul li a {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px !important;
	font-weight: normal;
}
.headerNav .headers .widgetNav nav ul li ul.fallback {
	display: none;
}
.headerNav .headers .widgetNav nav ul li:hover ul.fallback {
	display: block;
}
.headerNav .headers .widgetlogo {
	width: 180px;
	height: 160px;
	float: right;
	padding: 0;
}
.headerNav .headers .widgetlogo .edgenet {
	width: auto;
	height: 150px;
	float: right;
	margin-top: 10px;
}
.headerNav .headers .widgetlogo .edgenet img {
	width: auto;
	height: 150px;
}
#searchBar {
	background: #ccc;
	padding: 20px;
	width: 300px;
	display: none;
	top: 50px;
	right: 17.3%;
	position: absolute;
}
/*.. BANNER ..*/
.widgetBanner {
	background: url(../img/tile3.jpg);
	width: 100%;
	height: 450px;
	display: block;
}
.banner {
	background-color: #fff;
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: absolute;
	left: 0;
}
/*.. CONTENT ..*/
.content {
	width: 940px;
	height: auto;
	position: relative;
	margin: -100px auto 0;
}
.contentHold {
	width:100%;
	display:block;
	margin-bottom:30px
}
.bhold {
	width: 450px;
	height: auto;
	margin-top:20px;
}
.bhold ul {
	width: 450px;
	list-style: none;
	padding: 0;
	margin:0;
}
.bhold li {
	width: 450px;
	display: block;
	margin-bottom: 2px;
	margin-left:0;
}
.bhold li a {
	height: auto;
	color: #1c3878;
	padding: 5px 0;
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	line-height:20px;
}
.bhold li a:hover {
	color: #0089cb;
	border: none;
	text-decoration: none;
}
.dContent {
	background: #fff;
	width: 920px;
	height: auto;
	position: relative;
	padding: 5px 10px 80px;
	margin: -60px auto 0;
}
.widgetServe {
	width: 940px;
	height: auto;
	margin-bottom: 0;
}
.widgetServe .widgetStyle {
	width: 234px;
	height: auto;
	margin-right: 1px;
	float: left;
}
.widgetServe .widgetStyle .title {
	width: 202px;
	padding: 10px 16px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.widgetServe .widgetStyle .title a {
	color: #fff;
	cursor: pointer;
}
.widgetServe .widgetStyle .details {
	background: rgba(0,0,0,0.7);
	width: 202px;
	height: 105px;
	max-height: 105px;
	padding: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.widgetServe .widgetStyle .details p {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 16px
}
.widgetServe .widgetStyle .details h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 5px;
}
.dtl {
	width: 940px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 80px;
	background: #fff;
}
.dtl .about {
	width: 370px;
	height: auto;
	margin-right: 30px;
	float: left;
}
.dtl .about .details {
	width: 330px;
	height: 165px;
	max-height: 165px;
	padding: 16px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	position: relative;
	line-height: 18px;
}
.dtl .about .details a.more {
	width: auto;
	height: auto;
	padding: 3px 0;
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #1B1B1B;
	text-transform: uppercase;
	text-decoration: none;
}
.dtl .about .details a:hover.more {
	text-decoration: underline;
}
.dtl .news {
	width: 540px;
	height: auto;
	float: right;
}
.dtl .news .title {
	width: 540px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #111;
}
.dtl .news .title span {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #111;
	float:right;
	margin-right:20px;
}
.dtl .news .title span a {
	background:#0089cb;
	color: #fff;
	padding:5px 8px;
}
.dtl .news .title span a:hover {
	background:#1c3878;
}
.dtl .news .nHold {
	width: 540px;
	height: auto;
	padding: 0;
}
.dtl .news .nHold .foto {
	width: 230px;
	height: 160px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.dtl .news .nHold .foto .noFoto {
	width: 190px;
	height: 110px;
	padding: 50px 20px 0;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}
.dtl .news .nHold .foto img {
	width: auto;
	height: 160px;
}
.dtl .news .nHold .details {
	width: 290px;
	height: 160px;
	float: right;
	position: relative;
}
.dtl .news .nHold .details a.more {
	width: auto;
	height: auto;
	padding: 3px 0;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #1B1B1B;
	text-transform: uppercase;
	text-decoration: none;
}
.dtl .news .nHold .details a:hover.more {
	text-decoration: underline;
}
.dtl .news .nHold .details h1 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: normal;
}
.dtl .news .nHold .details h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #444;
	text-transform:capitalize;
}
.dtl .news .nHold .details p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: normal;
}
.widgetP {
	background: #EAEAEA;
	width: 190px;
	height: 80px;
	position: relative;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: normal;
	float: left;
	padding: 10px;
	text-transform: uppercase;
}
.widgetP a.more {
	width: auto;
	height: auto;
	padding: 3px 0;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #1B1B1B;
	text-transform: uppercase;
	cursor: pointer;
}
.widgetP a:hover.more {
	text-decoration: underline;
}
.sp {
	margin-right: 20px;
}
.nsp {
	margin-right: 0;
}
#boardHold {
	width: 200px;
	height: 190px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
#boardHold #noImage {
	width: 160px;
	height: 140px;
	padding: 50px 20px 0;
	text-align: left;
	background: #ddd;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	-moz-box-shadow: 0 0 30px #ccc inset;
	-webkit-box-shadow: 0 0 30px #ccc inset;
	box-shadow: 0 0 30px #ccc inset;
}
#boardHold #photo {
	width: 200px;
	height: 190px;
	overflow: hidden;
	text-align: center;
	background: #ddd;
}
#boardHold #photo img {
	width: auto;
	height: 190px;
}
#boardHold span {
	width: 160px;
	position: absolute;
	background: rgba(0,0,0,0.75);
	color: white;
	padding: 10px 20px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
}
#boardHold:hover span {
	opacity: 1;
	height: 170px;
}
#boardHold span .dview {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}
.service {
	background: #1c145b;
}
.business {
	background: #842573;
}
.bundle {
	background: #1c3878;
}
.solutions {
	background: #0089cb;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
#container {
	width: 100%;
	height: auto;
}
/*.. HTML ELEMENT ..*/
p {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 20px
}
h1 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 12px;
	margin-top: 0;
	text-transform: uppercase;
}
h2 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #555;
	text-transform: uppercase;
}
h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
	text-transform: uppercase;
}
h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #777;
}
/*.. FOOTER ..*/
.footerHold {
	background: #000;
	width: 100%;
	height: auto;
}
.footer {
	width: 940px;
	height: auto;
	padding: 0 0 40px;
	margin: 0 auto;
	color: #fff;
}
.footer .logo {
	width: 220px;
	height: auto;
	margin-top: 40px;
	float: right;
	text-align: center;
}
.footer .logo a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	display:block;
	margin-bottom:10px;
}
.footer .logo .minvet {
	width: 114px;
	height: 50px;
	margin: 0 auto 20px;
}
.footer .logo .amee img {
	width: auto;
	height: 50px;
}
.footer .logo a:hover {
	text-decoration: none;
}
.footer nav {
	width: 680px;
	height: auto;
	float: left;
}
.footer nav ul {
	list-style: none;
	margin: 35px 35px 0 0;
	padding: 0;
	width: 134px;
	height: auto;
	float: left;
}
.footer nav ul li.l {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.footer nav ul li {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
.footer nav ul li a {
	color: #fff;
	text-decoration: none;
}
.footer nav ul li:first-child {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
