﻿/* General */

html {
	color:#5d5d5d;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
body {
	height: 100%;
	background: #1d3d58;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
input[type=radio] {
	vertical-align: middle;
	margin: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	padding: 0;
	margin: 0;
}
input[type="text"], input[type="password"] {
	border: 1px solid #b3b9c3;
}
input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #b3b9c3;
	background-color: #fefefe;
}
textarea:focus {
	background-color: #fff;
}
textarea, select, optgroup {
	border: 1px solid #b3b9c3;
}
h1 {
	font-size:18px;
	color: #5d5d5d;
	font-weight: bold;
  line-height: 18px;
}
h1.title {
	font-size:18px;
	color: #00265e;
	font-weight: bold;
}
h2 {
	font-size:14px;
	color: #5d5d5d;
	font-weight: bold;
}
h3 {
	font-size:12px;
	color: #00265e;
	font-weight: bold;
}
h4 {
	font-size:12px;
	color: #00265e;
  font-size: 12px;
  display: inline;
	font-weight: bold;
}
a:link {
	color: #00568c;
  text-decoration:none;
}
a:hover {
	color: #0064a3;
  text-decoration:underline;
}
a:visited {
	color: #00568c;
  text-decoration:none;
}
a.blink, a.blink:hover, a.blink:visited {
	color: #00568c;
	font-weight: bold;
	text-decoration: none;
}
span.smblue {
  color: #00568c;
}
/* -------------------------------Global ------------------------------------*/

#header {
	width: 996px;
	background:  url(../img/header-bg.gif) no-repeat top left;
	margin-left: auto;
	margin-right: auto;
	height: 78px;
  position: absolute;
	padding-top: 13px;
  top: 0px;
  z-index: 3000;
}
#content-container {
	width: 996px;
	margin: 0 auto;
	padding-bottom: 154px;
}
.clearing {
	height: 0px;
	clear: both;
	font-size: 0px;
	margin: 0;
	padding: 0;
}
#outer-wrapper {
	width: 996px;
	clear: both;

 
}
#wrapper-home, #wrapper {
	vertical-align: top;
	width: 970px;
	margin: 0 auto;
	padding-bottom: 25px;
}
#wrapper { 
 padding-top: 91px; 
	background: url(../img/round-bg.gif) no-repeat left bottom;
}
#wrapper-home { 
padding-top: 91px; 
	background: url(../img/round-bg-home.jpg) no-repeat left bottom;
}
#page {
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	background: #fff url(../img/page-bg.gif) repeat-y top left;
	min-height: 100px;
	position: relative;
}
#footer {
	height: 152px;
	background: url(../img/footer-bg4.gif) repeat-y top left;
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	position: relative;
	margin: -154px auto auto;
}
/* ------------------------------------ Header --------------------------------*/
#headerInside {
	border-top: 1px solid #999795;
	border-bottom: 1px solid #cfcfc7;
	height: 76px;
	background-color: #F3F1E7;
	margin: 0 auto;
	width: 968px;
	overflow: hidden;
}
/* ----------------- logo -------------------*/
.logo {
	float: left;
	width: 218px;
	display: inline;
	position: relative;
}
/* ----------------- right header Box-------------------*/
.rightHeaderBox {
	background-color: #f3f1e7;
	float: left;
	overflow: hidden;
	width:749px;
	border-left: 1px solid #cecec6;
}
.grid_head1 {
	height: 38px;
	border-bottom: 1px solid #cecec6;
	overflow: hidden;
}
.grid_head1 p {
	float: left;
	width: auto;
	font-size: 16px;
	line-height: 38px;
	padding-left: 15px;
}
.grid_head2 {
	height: 38px;
}
/* -------header submenu ---------*/
.subMenu {
	float: right;
	width: auto;
	height: 38px;
	line-height: 38px;
	padding: 0px 20px;
	border-left: 1px solid #cecec6;
}
.rightHeaderBox ul li {
	float: left;
	width: auto;
	line-height: 38px;
	padding: 0px 0px 0px 3px;
}
.rightHeaderBox ul span {
	color: #767676;
	text-decoration: none;
	font-size: 11px;
	line-height: 38px;
	font-weight: bold;
	padding: 0px 6px 0px 3px;
	border-right: 1px solid #ff5900;
}
.rightHeaderBox ul img {
	line-height: 38px;
}
.rightHeaderBox ul li a, .rightHeaderBox ul li a:visited {
	color: #434343;
	text-decoration: none;
	font-size: 11px;
	line-height: 38px;
	font-weight: bold;
	padding: 0px 6px 0px 3px;
	border-right: 1px solid #ff5900;
}
.rightHeaderBox ul li a:hover {
	text-decoration:underline;
	color: #434343;
}
.rightHeaderBox ul li a.last-item, .rightHeaderBox ul li a.last-item:visited {
	border: 0!important;
}
/* ----------------header customer account------------------*/
.customer {
	float: right;
	width: auto;
	padding-right: 20px;
	font-size: 11px;
	color: #767676;
	line-height: 38px;
	overflow: hidden;
}
.customer span {
	display: inline;
	float: left;
	width: auto;
}
input.loginBtn {
	background: url(../img/login-btn.gif) no-repeat top left;
  background-color:inherit;
	border: 0!important;
	color: #fff;
	width: 52px;
	font-size: 11px;
	text-align: center;
	float: left;
	display: block;
	padding-right: 10px;
	line-height: 12px!important;
	cursor: pointer;
	margin: 12px 0px 0px 10px;
}
/* -----------------menu -------------------*/
#menu {
	overflow: hidden;
	float: left;
	width: auto;
	margin: 0;
	padding-left:5px;
	height: 38px;
	line-height: 38px;
	background-color: #f3f1e7;
	font-size: 11px;
}

#menu .push {
	float:left;
	padding: 0px 4px;
	width: auto;
}
#menu a {
	line-height: 38px;
	font-weight: bold;
	font-size: 11px;
	color:#434343;
	width: auto;
	display: inline-block;
	display: block;
	text-decoration:none;
	padding-left: 10px;
	text-align: center;
  cursor: pointer;
}
#menu a:hover {
	color: #767676;
}
#menu a.multi {
	width: auto;
	background: URL(../img/menu/act-menu.gif) bottom left no-repeat;
	line-height: 38px;
	float: left;
}
#menu a.multi span {
	width: auto;
	background: URL(../img/menu/act-menu-r.gif) bottom right no-repeat;
	line-height: 38px;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 0px!important;
}
#menu .push div.active {
	color:#767676;
	padding-left: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
  cursor: pointer;
}
#menu a.active {
	width: auto;
	background: URL(../img/menu/hover-menu.gif) bottom left no-repeat;
	float: left;
}
#menu a.active span {
	width: auto;
	background: URL(../img/menu/hover-menu-r.gif) bottom right no-repeat;
	display: block;
	display: inline;
	float: left;
	line-height: 38px;
	padding-right: 10px;
}
#menu .push .b {
	height:1px;
	width:1px;
	position:absolute;
	background:none;
	clear:none
}
#menu .sub {
	display: none;
	clear: both;
	margin-top: 37px;
	position: absolute;
	z-index: 80000;
	background: URL(../img/menu/sub-bg.gif) no-repeat top left;
	padding:0px;
	width: 172px;
}
#menu .sub a {
	display:block;
	line-height: 14px!important;
	width: auto;
	float: none!important;
	text-align: left;
	padding:4px 0px 4px 6px;
	font-weight:normal;
	border-right:0;
	border-left:0;
	white-space:nowrap
}
#menu .sub a.last {
	background-color: #D7D7D0;
}
#menu .sub a:hover {
	line-height: 14px!important;
	text-decoration:underline;
	display:block;
}
#menu #i0 {
	display:none;
	position:absolute;
	width:1px;
	height:1px;
	z-index:-1
}
#menu .subBg {
	background: URL(../img/menu/sub-bg1.png) bottom right no-repeat;
	height: 4px;
	line-height: 4px!important;
	padding: 0!important;
	margin: 0!important;
	font-size: 0px!important;
	width: 172px;
}
/* -----------------menu : end-------------------*/

/* -----------------------------------Content -------------------------------------*/

/* ---------------------Home-------------------------*/

/* ----------Boxes3 : Banners solutions----------------*/
#Boxes3 {
	padding-top: 0px;
	margin: 0 auto;
	font-size: 11px;
}
a.see-more {
	color: #162e46;
	font-size: 90%;
	text-decoration: none;
	display: inline;
	float: right;
	width: auto;
	display: block;
	margin: 10px 10px 0px 0px;
	background: url(../img/marker-more.gif) no-repeat center right;
	padding-right: 10px;
}
/* ----------Text-Boxes----------------*/
#textBoxes {
	background: url(../img/components/title-bg.png) no-repeat top center;
	padding-top: 47px;
	min-height: 280px;
	margin: 20px auto 0px;
	font-size: 11px;
}
#textBoxes p {
	padding-top: 10px;
	font-size: 90%;
}
/* ----------Grid Advertising----------*/
.grid_adv p {
	color: #00396d;
	font-size: 18px;
	letter-spacing: 0;
	font-family: arial;
}
.grid_adv span.t1 {
	border-bottom: 1px solid #d2cfcb;
	display: block;
}
.grid_adv span.t2 {
	display: block;
	overflow: hidden;
	height: 36px;
}
.grid_adv span.t2 span {
	float: left;
	width: auto;
}
/* ----------small Backgrounds----------*/
.LtBg {
  background:transparent url(../img/content-bg.gif) repeat-x scroll left top;
  height: 13px;
}
.RtBg {
  background:transparent url(../img/content-bg.gif) repeat-x scroll left top;
  height: 13px;
  clear: both;
  border-top: 7px solid #00396d;
}
/* ----------TopStartBox---------------*/

#leftHomeBox {
	margin-left: 1px;
}
#topStartBox {
	position: relative;
	width: 650px;
	height: 384px;
  border-bottom: 7px solid #3478BF;
}
#topStartBox div {
	margin:0;
	padding:0;
}
#topStartBox .title {
	background: url(../img/components/counter-bg.png) no-repeat top left;
	cursor:pointer;
	height:20px;
	width: 20px;
	color: #ccc;
	margin:0;
	padding:0px;
	top:340px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	z-index: 300;
}
#topStartBox #tab1-item .title {
	left: 25px;
}
#topStartBox #tab2-item .title {
	left: 50px;
}
#topStartBox #tab3-item .title {
	left: 75px;
}
#topStartBox #tab4-item .title {
	left: 100px;
}
#topStartBox .tab1, #topStartBox .tab2, #topStartBox .tab3, #topStartBox .tab4 {
	position: absolute;
	width: 650px;
	height: 384px;
}
#topStartBox .tab1 {
	background: url(../img/components/infrastructure.jpg) no-repeat top left;
	width: 650px;
	height: 384px;
	z-index: 4;
}
#topStartBox .tab2 {
	background: url(../img/components/infrastructure2.jpg) no-repeat top left;
	width: 650px;
	height: 384px;
	z-index: 3;
}
#topStartBox .tab3 {
	background: url(../img/components/infrastructure3.jpg) no-repeat top left;
	width: 650px;
	height: 384px;
	z-index: 2;
}
#topStartBox .tab4 {
	background: url(../img/components/infrastructure4.jpg) no-repeat top left;
	width: 650px;
	height: 384px;
	z-index: 1;
}
/* ----------  Content Boxes---------------*/

#content {
	padding: 15px 22px;
	background: url(../img/content-bg.gif) repeat-x top left;
}
#content p {
	padding-top: 10px;
}
#content img {
	margin: 15px 15px 15px 0px;
	border: 1px solid #00568c;
	padding: 1px;
}
.conectionSpeed, .unitedNetwork {
	margin-top: 8px;
	cursor: pointer;
}
.conectionSpeed {
	background: url(../img/Test-Conection-Speed.jpg) no-repeat top left;
	width: 310px;
	height: 193px;
}
.unitedNetwork {
	background: url(../img/United-Network.jpg) no-repeat top left;
	width: 310px;
	height: 224px;
}
.contentTopBox {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	overflow: hidden;
}
.contentTopBox .price {
	float: right;
	width: auto;
}
.contentTopBox .path {
	float: left;
  margin-top: 2px;
	width: 490px;
}
.contentInfoBox {
	padding-top: 20px;
}
.contentRemark {
  clear: both;
  background: url(../img/components/remark-bg.gif) no-repeat center top;
  padding-top: 25px;
  margin-top: 45px;
}
/* --- Path-----*/

.path {
	color: #767676;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
.path a, .path a:hover, .path a:visited {
	font-size: 12px;
	color: #00568c;
	text-decoration: none;
}
.path a:hover {
  text-decoration: underline;
}
/* --- Price ---*/
.price, .price:hover, .price:visited {
	display: block;
	background: #6bb20e url(../img/price-list-bg.gif) no-repeat top left;
	width: 82px!important;
	height: 18px;
	font-size: 11px;
	color: #fff!important;
	line-height: 18px;
	padding-left: 8px;
	text-decoration: none;
}
/* ---------------Grids -----------------------*/
.grid_650 {
	width: 650px;
	display:inline;
	float:left;
}
.grid_250, .grid_310 {
	display:inline;
	float:left;
	position:relative;
	width: auto;
}
.grid_250 {
	width: 250px!important;
	margin-left:35px;
	margin-right:35px;
}
.grid_310 {
	width: 310px!important;
	margin-left:5px;
	margin-right:5px;
}
.grid_adv {
	border: 1px solid #d2cfcb;
	width: 308px;
	margin-top: 8px;
	cursor: pointer;
}
.grid_accordion {
	float: left;
	width: auto;
}
.grid_5 {
  width: 280px;
  padding-top: 10px;
  margin: 0px 10px 0px 0px!important;
}
/* ---------------Global Boxes -----------------------*/

#leftBox {
	margin-left: 1px;
}
#rightBox {
	float: right;
	margin-bottom: 10px;
	width: 318px;
	margin-right: 1px;
}
.leftTopBg {
	border-bottom: 7px solid #3478bf;
	font-size: 0px;
	line-height: 0px;
}
.rightSmallBox {
	border: 1px solid #d2cfcb;
	margin-top: 8px;
	width: 308px;
}
/* ---------------Sing Up -----------------------*/
.rightSignUp {
	background-color: #e7e4d4;
	overflow: hidden;
}
.rightSignUp ul {
	padding: 7px;
}
.rightSignUp ul li {
	clear: both;
}
.rightSignUp ul li.btn {
	float: right;
	color: #767676;
	padding: 0px 0px 14px;
	text-align: right;
	width: auto;
}
.rightSignUp .title {
	color: #fff;
	background-color: #3478bf;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #d2cfcb;
	padding-left: 10px;
}
.rightSignUp span {
	width: 50px;
	display: inline;
	float: left;
	color: #00396d;
	line-height: 30px;
}
.rightSignUp span, .rightSignUp input[type="text"] {
	margin: 5px 0px;
}
.rightSignUp input {
	width: 232px;
	padding: 5px;
	border: 1px solid #d2cfcb;
}
input.signUpButton, input.signUpButton :hover {
	background: url(../img/components/signup-btn.png) no-repeat scroll left top;
	border:0 none;
	color:#767676;
	cursor:pointer;
	font-size:12px;
	height:32px;
	line-height:0;
	position:relative;
	width:76px;
}

/* ----------- Footer  ---------------- */

.footer-inside {
	height: 100px;
	background: url(../img/footer-bg3.gif) no-repeat bottom left;
	padding: 0px 0px;
}
.footer-top {
	height: 54px;
	background: url(../img/footer-bg1.gif) no-repeat top left;
}
.footerBox {
	padding: 0px 30px;
	color: #434343;
}
.footerBox p {
	font-size: 16px;
	height: 30px;
	display: block;
	color: #00396d;
}
#footer .grid_8 {
	padding-top: 20px;
	margin: 0px!important;
	width: 460px;
}
#footer .grid_8_right {
	padding-top: 20px;
	float: right;
	width: auto;
	color: #838383;
}
#footer .grid_8_right span {
	display: block;
	text-align: right;
	font-size: 11px;
}
#footer ul {
	padding-left: 0px;
}
#footer ul li {
	float: left;
	width: auto;
}
#footer ul li a, #footer ul li a:visited {
	color: #434343;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #434343;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li a.last-item, #footer ul li a.last-item:visited {
	border: 0!important;
}