@charset "utf-8";
/* CSS Document */

*{
	margin: 0;    
	padding: 0;
	text-decoration: none;
}

p {
	margin-bottom: 1.5em;
}

body {
	background-image: url(../wsimages/bg-main.jpg);
	background-color: #EAEAEA;
	background-repeat: repeat-x;
	text-align:center;
}
body,td,th {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	color: #c21504;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c21504;
}
a:active {
	text-decoration: none;
	color: #c21504;
}
a:hover {
	text-decoration: underline;
	color: #c21504;
}
.clear {
	font-size: 1px;
	height:1px;
	clear:both;
}

li {
	list-style:none;
}

/*******************************************
   INTERIOR **********************************
********************************************/

#sub-nav {
	float:left;
	padding-left:12px;
	
	padding-top:10px;
	
	width:204px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:186px
}
#content-column {
	padding-top:10px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	
	width:500px; /*old*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width:480px;
}
#right-column {
	float:left;
	width:238px;
	
}

/* INTERIOR CONTENT FORMATTING *********************************** */

#container-interior h1 {
	display:block;
	clear:both;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../wsimages/header.jpg);
	color: #c21504;
	padding-left:217px;
	padding-top:10px;
	font-size:25px;
	
}


#content-column h2 {
	font-size:1.3em;
	color:#999999;
	/*color:#c21504;*/
	padding-bottom:1em;
}

#content-column ul li {
	padding-left: 10px;
	background-image: url(../wsimages/icon-more.gif);
	background-repeat: no-repeat;
	background-position: 0px .3em;
}

#content-column ul {
	margin-bottom: 1.5em;
}
#content-column ul ul {
	margin-bottom: 0px !important;
}

/******* Tables ********************************************/

table tr td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: top;
	padding: 4px 0px 4px 0px;
}


.input {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	margin: 0 0 0 0;
	padding: 1px 2px; 
	color: #3a3a3a;
	font-size: 1em;
	
	width: 254px;
	
	voice-family: "\"}\"";
	voice-family:inherit;
	
	width: 250px;/* Modern Browser */

}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	margin: 0 0 5px 0;
	padding: 1px 2px;
	color: #3a3a3a;
	font-size: 1em;
	width: 254px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;/* Modern Browser */
}

td {
	border-top: 1px solid #eeeeee;
}



/* BREADCRUMB ******************************************** */

#breadcrumb {
	clear: both;
	float:left;
	margin-right:10px;

	padding-bottom:15px;
	color: #9B9B9B;
	font-size: .8em;	
	height: 20px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 15px;
}


#breadcrumb a:link, #breadcrumb a:visited{
	
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/*********** Text resize Icons ************/

#icons {
	float:right;
/*	padding-right:20px;*/
}

/*#icons ul { 
	height:11px;
	padding:0px;
}*/

#icons ul li{
	float:left;
	list-style-type: none;
	text-indent:-10000px;
	overflow: hidden;
	background-image:none;
}

#icons ul li a{	
	background-repeat:no-repeat;
	height: 11px;

	font-size:1px;
	padding:0px !important;
	margin:0px !important;
	display:block;
}

a#print { 
	background-position:top left;
	background-image:url(../wsimages/icon-print.gif) !important;
	width:25px;
	border-right:1px solid #999;
}
a:hover#print { 
	background-position:bottom left;
}

a#text-normal {
	background-position:top left;
	background-image:url(../wsimages/icon-text-small.gif) !important;
	width:20px;
	border-right:1px solid #999;
}
a:hover#text-normal { 
	background-position:bottom left;
}

a#text-large {
background-position:top left;
	background-image:url(../wsimages/icon-text-large.gif) !important;
	width:20px;
}
a:hover#text-large { 
	background-position:bottom left;
}




/********* SUB MENU ******************/
/* sub-nav STYLES **************************************/

	
#sub-nav li a {
	border-top: 1px solid #fff;
	text-decoration: none;
	
	height: 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100%;
}	


#sub-nav li a:link, #sub-nav li a:visited {
	color: #636f78;
	display: block;
	background-image: url(../wsimages/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 18px;
}

#sub-nav li a:hover {
	color: #333;
	background: url(../wsimages/nav-arrow.gif) 8px 6px no-repeat #FFFFFF;
}


#sub-nav li li a{
/*	border-top: 1px solid #f7cccc; */
	text-decoration: none;
	height: inherit;
	
}	
	
#sub-nav li li a:link, #sub-nav li li a:visited {
	font-size: .9em;
	background-image: none;
	background-image: url(../wsimages/nav-cross.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 28px;
}

#sub-nav li li a:hover {
	background: #fff;
	background: url(../wsimages/nav-cross.gif) 20px 5px no-repeat #FFFFFF;
}





#sub-nav li li li a{
	
}	
	
#sub-nav li li li a:link, #sub-nav li li li a:visited {
	background-image: url(../wsimages/nav-cross.gif);
	background-repeat: no-repeat;
	background-position: 26px 5px;
	padding-left: 38px;
}


#sub-nav li li li a:hover {
	background: #fff;
	background-image: url(../wsimages/nav-cross.gif);
	background-repeat: no-repeat;
	background-position: 28px 5px;
}

/*** Selected sub-nav item ************************/


#sub-nav li a.selected {
	background-image: url(../wsimages/selected.gif)!important;
	background-repeat: no-repeat;
	background-position:0px 0px!important;
	color:#fff !important;

}

#sub-nav li li a.selected {
	background-image: url(../wsimages/selected-2.gif) !important;
	background-repeat: no-repeat;
	background-position:0px 0px!important;
	color:#fff !important;
}

#sub-nav li li li a.selected {
	background-image: url(../wsimages/selected-3.gif) !important;
	background-repeat: no-repeat;
	background-position:0px 0px!important;
	color:#fff !important;
}


/*** Right Nav Interior *********/

#right-column ul li {
	display: block;
	list-style-type: none;
	text-indent:-10000px;
	overflow: none;	
}

#right-column ul li a {
	height: 52px;
	display:block;
}

#right-column ul li a:link, #right-column ul li a:visited {
	background-position: center top;
	background-repeat: no-repeat;
}

#right-column ul li a:hover{
	background-position: center bottom;
	background-repeat: no-repeat;
}
#right-column a#btn-data {
	background-image: url(../wsimages/btn-data-interior.gif) !important;	
}
#right-column a#btn-voice {
	background-image: url(../wsimages/btn-voice-interior.gif) !important;	
}
#right-column a#btn-managed {
	background-image: url(../wsimages/btn-manage-interior.gif) !important;	
}





/********************************************
   MAIN CONTAINER *****************************
********************************************/

#container-main {
	width: 960px;	
	margin-right: auto; /* auto = centre align page */
	margin-left: auto;  /* auto = centre align page */
	text-align: left;	
}

/********************************************
   MAIN NAVIGATION *****************************
********************************************/

#container-navigation {
	background-image: url(../wsimages/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 100px;
	height: 143px;
}

#container-navigation img { 
	border:0px;
}

#logo-container {
	float:left;	
}

#logo {
	float:left;
	margin-left: 15px;	
	margin-top: 25px;
	border:1px solid #000;
}

/* Top Navigation   */ 

#top-nav {
	display: block;
	clear: both;
	margin-left:30px;
	height:30px;
	padding-top: 12px;
	/*border:1px solid #000;*/
	
}
#top-nav ul{
	/*padding-top: 12px;*/

}

#top-nav ul li{
	float:left;
	list-style-type: none;
	text-indent:-10000px;
	overflow: none;
}

#top-nav ul li a{
	background-position: center top;
	height: 33px;
	display:block;
	margin-right:5px;
}

#top-nav ul li a:link, #top-nav ul li a:visited{
	background-repeat: no-repeat;
}

#top-nav ul li a:hover{
	background-position: center center;
	background-repeat: no-repeat;
}

#top-nav ul li a.nav-active {
	background-position: center bottom;
	background-repeat: no-repeat;
}

a:hover.nav-active  {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
}


a#nav-home {
	background-image: url(../wsimages/nav-home.gif);
	width:86px;
}
a#nav-products {
	background-image: url(../wsimages/nav-products.gif);
	width:118px;
}
a#nav-customers {
	background-image: url(../wsimages/nav-customers.gif);
	width:127px;
}
a#nav-partners {
	background-image: url(../wsimages/nav-partners.gif);
	width:113px;
}
a#nav-media {
	background-image: url(../wsimages/nav-media.gif);
	width:88px;
}
a#nav-careers {
	background-image: url(../wsimages/nav-careers.gif);
	width:110px;
}
a#nav-about-us {
	background-image: url(../wsimages/nav-about-us.gif);
	width:113px;
}
a#nav-contact {
	background-image: url(../wsimages/nav-contact.gif);
	width:108px;
}

/******** CLIP ******/
/*#clip {
	float:left;
	margin-left: 372px;	
	margin-top: 52px;
}
*/
#clip-container {
	padding-left: 600px;
}

a#clip {
	background-image:url(../wsimages/btn-clip-positional.gif);
	float:left;
	margin-top: 52px;
	display:block;
	width:112px;
	text-indent:-10000px;
	overflow:none;
	height:46px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


a:hover#clip  {
	background-position:0px -46px !important;
}
 

/* SEARCH -------------------------------- */


#search label {
	display: block;
	width: 0px;
	height: 0px;
	float: left;
	margin: 0px;
	font-size: 0px;
	overflow: hidden;
	text-indent: -5000px;
}

#input-div input {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	background: none;
	width:130px;
	
}

.search {
	padding-top: 0px;
}

.searchBtn {
	border: 0px;
}

#container-search {
	float:right;	
	margin-right: 15px;
	margin-top: 50px;
	padding-top: 4px;
	padding-left: 10px;
	
	background-image: url(../wsimages/bg-search.gif);
	background-repeat: no-repeat;
	height: 30px;
	
	width: 199px; /* ie 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 189px; /* Modern Browser */
}

#input-div {
	padding-top:2px;
	float:left;
}

#button-div {
	float:right;
	padding-right: 5px;
	
}


/********************************************
   MIDDLE CONTENT AREA *****************************
********************************************/

#container-middle {
	display:block;	
	background-image:url(../wsimages/bg-middle.gif);
	background-repeat: repeat-y;
	padding-left: 2px;
	padding-right: 2px;
}

/*** same as above styles ****/

#container-interior {
	display:block;	
	background-image:url(../wsimages/bg-middle.gif);
	background-repeat: repeat-y;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 30px;
}

#banner-flash {
	float:left;
	width: 707px;
	height: 300px;
	background-image: url(../wsimages/banner-left.jpg);
	background-repeat: no-repeat;
}

/*** Right Nav homepage *********/
#banner-nav ul li {
	display: block;
	list-style-type: none;
	text-indent:-10000px;
	overflow: none;	
}

#banner-nav ul li a {
	height: 70px;
	display:block;
}

#banner-nav ul li a:link, #banner-nav ul li a:visited {
	background-position: center top;
	background-repeat: no-repeat;
}

#banner-nav ul li a:hover{
	background-position: center bottom;
	background-repeat: no-repeat;
}
a#btn-data {
	background-image: url(../wsimages/btn-data.gif);	
}
a#btn-voice {
	background-image: url(../wsimages/btn-voice.gif);	
}
a#btn-managed {
	background-image: url(../wsimages/btn-manage.gif);	
}


#banner-nav {
	float:left;	
	width: 249px;	
	background-image: url(../wsimages/banner-right.jpg);
	background-repeat: no-repeat;
	padding-top: 51px;
	height: 300px; /* 5.5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 249px; /* modern */
}


/******** Home Content Area ***************/
#home-content {
	padding-bottom:20px;
}


#home-content h2{
	font-weight:bold;
	font-size: .9em;
	text-transform: uppercase;
	color: #c21504;
}

#home-content p {
	margin-bottom: 1em; !important
}

#in-focus h1{
	display:block;
	height:55px;
	background-image:url(../wsimages/H-in-focus.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	text-indent:-10000px;
	overflow: none;
}

#feature h1{
	display:block;
	height:55px;
	background-image:url(../wsimages/H-feature.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	text-indent:-10000px;
	overflow: none;
}

#news h1{
	display:block;
	height:55px;
	background-image:url(../wsimages/H-the-latest.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	text-indent:-10000px;
	overflow: none;
}

#in-focus {
	float: left;
	padding-left: 22px;
	width: 247px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 225px; 
}
#in-focus img{ 
	border: 1px solid #f6EBEA;
	margin-bottom:8px;
	width: 225px;
}

#feature {
	float:left;	
	padding-left: 10px;
	width: 235px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 225px;
}
#feature img{ 
	border: 1px solid #f6EBEA;
	margin-bottom:8px;
	width: 225px;
}


#news {
	float:left;	
	padding-left: 13px;
	padding-right: 23px;
	width:470px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:434px;
}
#home-content p{
	font-size: .9em;
}

.date {
	color:#999999;
}

#feature h2, #in-focus h2{
	padding-top: .5em;
}

#news img {border: 1px solid #f6EBEA;}

a.more  {
	padding-left:2px;
	background-image:url(../wsimages/icon-more.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 8px;
}
a.btn-more {
	display: block;	
	padding-bottom:20px;
	background-image: url(../wsimages/btn-more-info.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow: none;
	height: 38px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 18px;
}
a:hover.btn-more  {
	background-position:0px -40px;
}



/*******************************************
   FOOTER **********************************
********************************************/

#container-footer {
	background-image: url(../wsimages/bg-footer.gif);
	background-repeat: no-repeat;
	height: 200px;
	text-align: left;
	font-size:.9em;
	color:#778590;
}

#footer-left {
	float:left;
	padding-left: 26px;
	padding-top: 18px;
}
#footer-left img{
	border:0px;
}

#footer-right {
	float:right;
	padding-top:23px;
	padding-right:26px;	
}

#footer-right a {
	height:38px;
	width:308px;
	background-image:url(../wsimages/btn-wavelength.gif);
	background-repeat:no-repeat;
	display:block;
	text-indent:-10000px;
	overflow: none;
}
#footer-right a:link, #footer-right a:visited {	background-position:left top;}
#footer-right a:hover {	background-position:left bottom;}
#footer-nav {
	font-size:.9em;
	float:left;
	margin-top: 15px;
	padding-left:25px;
}
#copywrite {
	font-size:.9em;
	float:left;
	margin-top: 15px;
	padding-left: 50px;
}
#iconinc {
	font-size:.9em;
	float:right;
	margin-top: 15px;
	padding-right:25px;
}
#container-footer a:link, #container-footer a:visited { color:#778590;} 
#container-footer a:hover { color:#778590;}

#flashcontent img {
	border:0px;
}

.input2{width: 258px;
}

#inFocus-image{	
	width: 225px;
	height: 103px;
}

#inFocus-image img{	
	width: 225px;
}