﻿
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}
.clearFloat {
	clear: both;
}
a {
	white-space: nowrap;
}
* {
    	text-shadow: #000000 0 0 0px;
}
input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}

blockquote {
	border: 1px solid #dad9d6;
	background-color: #f6f6f6;
	margin: 0px 0px 3px 0px;
	background: url('../images/quote-start.gif') no-repeat left top;
	font-style: italic;
}
blockquote p {
	margin: 0px;
	background: url('../images/quote-end.gif') no-repeat right bottom;
	padding: 10px 30px;
	color: #555555;
}
.quoteBy {
	text-align: right;
	font-size: .7em;
	font-style: italic;
	color: #555555;
	display: block;
	margin: 0px 0px 15px 0px;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	font-size: 1.75em;
	color: #3e6ca6;
	margin: 0px 0px 0px 0px;
	border-bottom:3px #e8e9eb solid;
}
h2 {
	font-size: 1.25em;
	color: #3E6CA6;
	margin: 0px 0px 15px -1px;
}
h3 {
	color: #444;
	font-weight: bold;
	font-size: .9em;
	margin: 0px 0px .5em 0px;
}
p {
	font-size: .85em;
	color: #222;
	line-height: 150%;
	margin: 0px 0px 1.8em 0px;
}
p.intro {
	color: #3E6CA6;
	font-size: 1.4em;
	line-height: 120%;
	margin: 0px 0px 1.2em 0px;
}
p.home {
	color: #222;
	font-size: .85em;
}
a {
	color: #3f6da7;
}
a:hover {
	text-decoration: none;
}
a.ext {
	background: url('/images/icons/ico-external-link.gif') no-repeat right center;
	padding: 0px 13px 0px 0px;
	margin: 0px 1px 0px 0px;
}
.homeCol {
	color:#555;
	font-size:0.70em;
	line-height:140%;
}

.homeCol ul {
	margin: 0px 4px 0px 24px;
}

.homeCol li {
	padding: 4px 0px 4px 0px;
	list-style:circle;
}


/**********************************************  HEADER  **********************************************/


/**********************************************  FOOTER  **********************************************/

#footer {
	width: 972px;
	padding: 0px 0px 0px 8px;
	margin: 0px auto;
	background: url('/images/footer-bg.gif');
	min-height: 80px;
	height: auto !important;
	height: 80px;
	font-size: .6875em;
	position: relative;
}
#footer form {
	width: 205px;
	padding: 20px 10px 0px 0px;
	background: url('/images/footer-divider.gif') no-repeat right 5px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	float: left;
}
#footer label {
	display: none;
}
#footer #search {
	border: 1px #a1b7d3 solid;
	color: #333;
	width: 150px;
	padding: 4px 0px 4px 5px;
	font-size: 1em;
	float: left;
	margin: 0px 8px 0px 0px;
}
#footer #searchBtn {
	margin: 4px 0px 0px 0px;
	float: left;
}
#footer ul {
	margin: 23px 0px 0px 18px;
	float: left;
	width: 505px;
}
#footer ul a {
	color: #7a7a7a;
	text-decoration: none;
	margin: 0px 7px 0px 0px;
}
#footer ul a:hover {
	text-decoration: underline;
}
#footer li {
	float: left;
	display: inline;
	border-right: 1px #bbb solid;
	margin: 0px 0px 0px 7px;
	line-height: 160%;
}
#footer .rss, #footer .last {
	border: 0px;
}
#footer .rss a {
	background: url('/images/icons/ico-rss.gif') no-repeat left center;
	padding: 0px 0px 0px 17px;
}
#footerCopyright {
	width: 130px;
	float: left;
	color: #5e6e65;
	background: url('/images/footer-divider.gif') no-repeat left 5px;
	min-height: 55px;
	height: auto !important;
	height: 55px;
	padding: 25px 0px 0px 17px;
}
#footerLogo {
	position: absolute;
	top: 5px;
	right: 0px;
}


/***********************************************  MENU  ***********************************************/

#menu {
	width: 765px;
	position: absolute;
	top: 15px;
	left: 20px;
}
#menu li {
	float: left;
	margin: 0px 21px 0px 0px;
}
#menu li a {
	text-indent: -9999em;
	display: block;
	height: 26px;
}
#menuItemHome a { background: url('/images/menu/home.gif'); width: 47px; }
#menuItemServices a { background: url('/images/menu/managed-services.gif'); width: 122px; }
#menuItemAbout a { background: url('/images/menu/about.gif'); width: 105px; }
#menuItemResources a { background: url('/images/menu/client-resources.gif'); width: 111px; }
#menuItemPartners a { background: url('/images/menu/partners.gif'); width: 61px; }
#menuItemNewsEvents a { background: url('/images/menu/news-events.gif'); width: 100px; }
#menuItemContacts a { background: url('/images/menu/contacts.gif'); width: 64px; }

#menu li a:hover {
	background-position: center -29px;
}
.managedServices #menuItemServices a:hover,
.about #menuItemAbout a:hover,
.partners #menuItemPartners a:hover, 
.contacts #menuItemContacts a:hover {
	background-position: center -55px;
}


/*******************************************  MENU CHANGE  ********************************************/

/* With Submenu */
.managedServices #menuItemServices a,
.about #menuItemAbout a, 
.partners #menuItemPartners a,
.contacts #menuItemContacts a {
	background-position: center -55px;
	height: 29px;
}
/* Without Submenu */
.home #menuItemHome a,
.resources #menuItemResources a,
.newsEvents #menuItemNewsEvents a {
	background-position: center -29px;
}

/* With Submenu */
.managedServices #menuItemServices ul,
.about #menuItemAbout ul,
.partners #menuItemPartners ul,
.contacts #menuItemContacts ul {
	display: block;
}


/*********************************************  SUBMENU  **********************************************/

#menu ul.submenu {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 730px;
	float: left;
	padding: 3px;
	background: url('/images/menu/submenu-bg.gif') no-repeat;
}
#menu #menuItemContacts ul.submenu {
	background-image: url('/images/menu/submenu-bg-contacts.gif');
}
#menu ul.submenu li {
	margin: 0px 12px 0px 0px;
}
#menu ul.submenu a {
	height: auto !important;
	width: auto;
	display: block;
	padding: 0px 4px 0px 0px;
	background: none;
	text-indent: 0px;
	font-size: .6875em;
	color: #fff;
	text-decoration: none;
	float: left;
}
#menu ul.submenu span {
	display: block;
	padding: 4px 6px 4px 10px;
}
#menu ul.submenu a:hover span {
	background: #729481 url('/images/menu/submenu-left.gif') no-repeat !important;
}
#menu ul.submenu a:hover {
	background: url('/images/menu/submenu-right.gif') no-repeat right !important;
}


/******************************************  SUBMENU CHANGE *******************************************/

#menu ul.submenu .subSelected span {
	background: #729481 url('/images/menu/submenu-left.gif') no-repeat;
}
#menu ul.submenu .subSelected a {
	background: url('/images/menu/submenu-right.gif') no-repeat right;
}

.managedHostedDesktop #subMenuItemMHD span,
.managedApplicationHosting #subMenuItemMAH span,
.managedExchange #subMenuItemME span,
.managedHostedDesktopIPWAN  #subMenuItemMHDIPWAN span,
.chanPartners #subMenuItemChanPartners span,
.infraPartners #subMenuItemInfraPartners span,
.becomePartner #subMenuItemBecomePartner span,
.overview #subMenuItemOverview span,
.team #subMenuItemTeam span {
	background: #729481 url('/images/menu/submenu-left.gif') no-repeat;
}
.managedHostedDesktop #subMenuItemMHD a,
.managedApplicationHosting #subMenuItemMAH a,
.managedExchange #subMenuItemME a,
.managedHostedDesktopIPWAN  #subMenuItemMHDIPWAN a,
.chanPartners #subMenuItemChanPartners a,
.infraPartners #subMenuItemInfraPartners a,
.becomePartner #subMenuItemBecomePartner a,
.overview #subMenuItemOverview a,
.team #subMenuItemTeam a {
	background: url('/images/menu/submenu-right.gif') no-repeat right;
}

/*******************************************  SUB MENU TWO ********************************************/

ul.submenu2 {
	margin: 22px 0px 0px 8px;
	width: 719px;
	background-image: url('/images/menu/submenu2-bg.gif');
	position: absolute;
	left: 0px;
	padding-left: 3px;
}
ul.submenu2 li {
	padding: 3px 0px;
}
#menu ul.submenu .subSelected .submenu2 a  {
	background: none;
}
#menu ul.submenu .subSelected .submenu2 span {
	background: none;
}

#menu ul.submenu ul.submenu2 a:hover span, 
.subSelected2 span {
	background: #5E6E65 url('/images/menu/submenu2-left.gif') no-repeat !important;
}
#menu ul.submenu ul.submenu2  a:hover, 
.subSelected2 a {
	background: url('/images/menu/submenu2-right.gif') no-repeat right !important;
}


/***********************************************  BODY  ***********************************************/

body {
	font-family: arial, sans-serif;
}
#wrapper {
	width: 980px;
	margin: 0px auto;
	position: relative
}


/*********************************************  SIDEBAR  **********************************************/

#sideBar {
	width: 205px;
	padding: 20px 0px 40px 10px;
	float: left;
	position: relative;
	z-index: 10;
}
#intrapowerLogo {
	margin: 0pt auto;
	display: block;
}
#homeLogo {
	background: url('/images/logos/logo-wavenet-v2.gif') no-repeat;
	width: 175px;
	height: 165px;
}
#homeLogo a {
	display: block;
	height: 110px;
	text-indent: -9999em;
}
#quickLinks {
	margin: 5px 0px 5px 0px;
}
#quickLinks li {
	margin: 0px 0px 1px 0px;
}
#quickLinks a {
	display: block;
	width: 190px;
	height: 36px;
	text-indent: -9999em;
}
#quickLinks .helpdesk a { background: url('/images/buttons/btn-wavenet-helpdesk.gif'); }
#quickLinks .portal a { background: url('/images/buttons/btn-wavenet-portal.gif'); }
#quickLinks .webmail a { background: url('/images/buttons/btn-wavenet-webmail.gif'); }
#quickLinks .chat a { background: url('/images/buttons/btn-chat-with-us2.gif'); }
#quickLinks .remoteAssistance a { background: url('/images/buttons/btn-remote-assistance.gif'); }

#quickLinks a:hover {
	background-position: bottom;
}
#sideBar .formHeader {
	color: #3e6ca6;
	font-size: 1.1em;
	display: block;
}
#sideBar form {
	padding: 15px 0px 15px 0px;
}
#sideBar form p {
	color: red;
	margin: 0px 0px 0px 6px;
}
#sideBar .thankyou {
	font-size: 0.95em;
	text-align: center;
	line-height: 120%;
	margin: 20px 0px 20px 0px;
	font-weight: bold;
	color: #013474;
}
#sideBar .error {
	border: 1px red solid;
}
#sideBar input, #sideBar textarea {
	width: 192px;
	border: 1px #cdcfd2 solid;
	color: #666;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 4px 0px;
	font-size: .6875em;
	font-family: arial, sans-serif;
}
#sideBar label {
	display: none;
}
#sideBar .submitBtn {
	float: right;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}
#sideBar .contactNo {
	background: url('/images/sidebar-contact.gif');
	width: 160px;
	height: 47px;
	text-indent: -9999em;
	float: left;
	display: inline;
	margin: 25px 5px 15px 22px;
}


/*******************************************  PAGE LAYOUT  ********************************************/

#content {
	float: right;
	width: 732px;
	padding: 70px 0px 30px 33px;
	position: relative;
}
#content.about,
#content.partners,
#content.contacts {
	padding-top: 95px;
}
.managedServices {
	padding-top: 105px !important;
}


/********************************************  HOME PAGE  *********************************************/

#flashContent {
	width: 980px;
	height: 290px;
	position: absolute;
	top: 75px;
	left: -215px;
}
#flashContent p {
	position: absolute;
	width: 285px;
	left: 517px;
	top: 60px;
	line-height: 130%;
	font-size: .6875em;
}
#flashContent .learnMoreLink {
	display: block;
	width: 98px;
	height: 18px;
	background: url('/images/buttons/btn-learn-more.gif') bottom;
	text-indent: -9999em;
	position: absolute;
	left: 536px;
	top: 133px;
}
#flashContent .learnMoreLink:hover {
	background-position: top;
}
.home #content {
	padding-top: 360px;
}
.homeCols {
	background: url('/images/home-cols-bg.gif') no-repeat center bottom;
	overflow: hidden;
	width: 721px;
}
.homeCols h1 {
	font-size: 1em;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 20px 12px 7px 12px;
	border: 0px;
}
.homeCol {
	width: 231px;
	float: left;
	padding: 0px 0px 15px 0px;
}
.homeCol p {
	font-size: .75em;
	margin: 0px 12px 0px 12px;
	line-height: 150%;
}
.homeCols h1 {
	background: #2066a4 url('/images/home-col-header2.gif') no-repeat;
}
/*
.homeCols .MHD h1 { background: #f6921d url('/images/home-col-header-MHD.gif') no-repeat; }
.homeCols .MAH h1 { background: #00aced url('/images/home-col-header-MAH.gif') no-repeat; }
.homeCols .MHE h1 { background: #8ac43c url('/images/home-col-header-MHE.gif') no-repeat; }
*/
.homeCols .MAH {
	margin: 0px 14px 0px 14px;
}/*
.homeCols .MHD { background: url('/images/home-col-MHD-bg.gif') no-repeat 1px top; }
.homeCols .MAH { background: url('/images/home-col-MAH-bg.gif') no-repeat 1px top; }
.homeCols .MHE { background: url('/images/home-col-MHE-bg.gif') no-repeat 1px top; }
*/


.homeColsButtons {
	width: 201px;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 10px 15px 30px 15px;
	display: inline;
	background: url('/images/home-buttons-bg.gif') no-repeat;
}
.btnMAH {
	margin: 0px 14px 30px 14px;
}
.homeColsButtons a {
	text-align: center;
	color: #fff;
	font-size: .6875em;
}
.homeColsButtons a:hover {
	text-decoration: none;
}
/*
.btnMHD .homeBtnLeft { background-image: url('/images/home-col-MHD-btn-left.gif'); }
.btnMHD .homeBtnRight { background-image: url('/images/home-col-MHD-btn-right.gif'); }
.btnMAH .homeBtnLeft { background-image: url('/images/home-col-MAH-btn-left.gif'); }
.btnMAH .homeBtnRight { background-image: url('/images/home-col-MAH-btn-right.gif'); }
.btnMHE .homeBtnLeft { background-image: url('/images/home-col-MHE-btn-left.gif'); }
.btnMHE .homeBtnRight { background-image: url('/images/home-col-MHE-btn-right.gif'); }
*/
.homeBtnLeft {
	margin-right: 5px;
	float: left;
}
.homeBtnRight {
	float: right;
}

/********************************************  BREADCRUMB  ********************************************/

#breadcrumb {
	color: #999;
	font-size: .6875em;
	margin: 0px 0px 20px 0px;
}
#breadcrumb a {
	color: #999;
}
#breadcrumb a:hover {
	text-decoration: none;
}


/**********************************************  CLIENTS  *********************************************/

.clients {
	clear: both;
	text-align: center;
}
.clients a {
	margin: 0px 18px 5px 18px;
	white-space: normal;
	display: inline-block;
}
.clients h1 {
	font-size: 1.375em;
	color: #3e6ca6;
	margin: 0px 0px .8em 0px;
}


/***********************************************  FORM  ************************************************/

.pageForm {
	background-color: #f8f8f8;
	border: 1px #dbdbdb solid;
	padding: 17px 0px 17px 0px;
	font-size: .75em;
	margin: 20px 0px 0px 0px;
}
.pageForm p {
	padding: 0px 0px 20px 0px;
	margin: 0px 28px 20px 28px;
	border-bottom: 1px #dbdbdb dotted;
	font-size: 1em;
}
.pageForm .note {
	margin: 0px 0px 0px 28px;
}
.pageForm fieldset {
	margin: 20px 0px 0px 0px;
	position: relative;
}
.pageForm legend {
	margin: 0px 0px 0px 0px;
	color: #3E6CA6;
	font-size: 1.4em;
}
.pageForm legend span {
	position: absolute !important;
	left: 28px;
}
.pageForm .req {
	color: #3E6CA6;
}
.pageForm ol {
	background-image: url('/images/form-border.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 30px 0px 23px 0px;
	position: relative;
}
.pageForm textarea {
	font-family: arial, sans-serif;
	border: 1px #dbdbdb solid;
	padding: 3px 0px 3px 4px;
	font-size: 1em;
	width: 292px;
	height: 103px;
}
.pageForm label, .pageForm .label {
	width: 12em;
	float: left;
	margin: 7px 0px 0px 0px;
	position: relative;
}
.pageForm ol input {
	border: 1px #dbdbdb solid;
	padding: 3px 0px 3px 4px;
	width: 292px;
	font-family: arial, sans-serif;
}
.pageForm .short {
	width: 150px;
}
.pageForm select {
	width: 156px;
	font-family: arial, sans-serif;
	border: 1px #dbdbdb solid;
	padding: 3px 0px 3px 4px;
}
.pageForm .last ol {
	background: none;
}
.pageForm .noLegend ol {
	padding-top: 0px;
}
.pageForm li {
	padding: 4px 10px 4px 28px;
}
.pageForm fieldset li {
	border-top: 1px #f8f8f8 solid;
	border-bottom: 1px #f8f8f8 solid;
}
.pageForm .error {
	background-image: url('/images/form-error-bg.gif');
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
}
.pageForm .error p {
	border: 0px;
	margin: 0px 0px 3px 13.7em;
	padding: 0px;
	font-weight: bold;
	font-size: .9em;
	color: #ee5e5e;
}
.pageForm .error input, .pageForm .error textarea , .pageForm .error select {
	border: 1px #f06b6b solid;
}
.pageForm .focus {
	background-image: url('/images/form-selected-bg.gif');
	border-top: 1px #c5e3ec solid;
	border-bottom: 1px #c5e3ec solid;
}
.pageForm .focus input {
	border: 1px #9bc8d6 solid;
}
.pageForm .submitButton {
	margin: 0px 0px 0px 173px;
}
.pageForm .captcha {
	border: 1px #dbdbdb solid;
}
.pageForm .hasError {
	background-image: url('/images/form-error-bg.gif');
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
	padding: 7px 10px 10px 28px;
	margin: 0px 0px 20px 0px;
	position: relative;
}
.pageForm .hasError ol {
	list-style-type: decimal;
	padding: 0px;
	margin: 0px 0px 0px 45px;
	background: none;
}
.pageForm .hasError li {
	padding: 3px 0px 3px 0px;
}
.pageForm .hasError p {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 23px;
	border: 0px;
	background-image: url('/images/icons/ico-exclamation.gif');
	background-position: 0px .1em;
	background-repeat: no-repeat;
}
.pageForm .hasError a {
	color: #ee5e5e;
}
.pageForm .hasError a:hover {
	text-decoration: none;
}

.qError {
	background-color: #f1cbcb;
}


/*******************************************  CONTACT PAGE  *******************************************/

.headOffice {
	margin: 0px 0px 30px 0px;
	font-size: .75em;
	color: #222;
}
#gmap {
	float: left;
	display: inline;
	width: 538px;
	margin: 0px 20px 0px 0px;
}
#gmap div {
	border: 1px #222 solid;
}
#gmap iframe {
	width: 536px;
	height: 300px;
}
.headOfficeDetails {
	float: left;
	width: 170px;
	line-height: 180%;
}
.headOfficeDetails div  {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}
.headOffice address {
	margin: 0px 0px 20px 0px;
}
.officeLoc {
	color: #222;
	font-size: .75em;
	float: left;
	display: inline;
	margin: 0px 20px 20px 0px;
	width: 220px;
	line-height: 180%;
}
.officeLoc div {
	color: #777;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 0px .3em 0px;
}
span.phone, span.fax {
	padding: 0 0 0 25px;
}
span.phone { background: url('/images/icons/ico-phone.gif') left center no-repeat; }
span.fax { background: url('/images/icons/ico-fax.gif') left center no-repeat; }


/**********************************************  COMMON  **********************************************/

.contentImage {
	float:  right;
	margin: 0px 0px 10px 30px;
}
.contentList {
	margin: 0px 0px 35px 30px;
	position: relative;
	font-size: .85em;
}
.contentList li {
	
	color:#666;
	background: url('/images/icons/bullet-content-list2.gif') no-repeat left 0.59em;
	line-height: 145%;
	padding: 4px 0px 6px 20px;
}

.textList {
	list-style-type: disc;
	color: #666;
	list-style-position:outside;
	padding: 0px 0px 20px 16px;
	margin: 0px 0px 0px 20px;
}

.textList li {
	line-height: 22px;
}

.formResultMsg {
	border: none !important;
	margin-bottom: 0px !important;
	padding-top: 20px !important;
}

p.ipCheck {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	font-size: 1.4em;
}
