/*=========================================================================================================================
 PAGE GENERAL
===========================================================================================================================*/
html, body {
	background-color: #67b7b4;
}
body {
	margin: 0;
	color: #344241;
	font: 11px/16px Helvetica, Arial, sans-serif;
	min-width: 1000px;
	background-color: #008782;
}
body#bigHeader {
	background: #fff url(../images/global/bg-home-top.jpg) repeat-x 0 0;
}
body#shortHeader {
	background: #fff url(../images/global/bg-short-top.jpg) repeat-x 0 0;
}
.clearer { /* go here for explanation:  http: //tangible.ca/articles/35/how-to-get-a-parent-div-to-expand-around-floated-content */
	clear:  both;
	display:  block;
	height:  1px;
	margin-bottom:  -1px;
	font-size:  1px;
	line-height:  1px;
}
.clear {
	clear: both;
	display: block;
}
.offset {
	position: absolute;
	margin-left: -9999px;
}
img { border-style: none;}
a {
	color: #007182;
	text-decoration: none;
}
a:hover { text-decoration:underline;}
input, select, textarea {
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
form, fieldset {
	margin:0;
	padding:0;
	border:0;
}

#container  {
	margin: 0 auto;
	min-height:100%;
	height: 100%;
	position:relative;
	width:930px;
}
#header {
	position: relative;
	z-index: 6;
}
.headerHeight1 {
	height: 467px;
}
.headerHeight2 {
	height: 198px;
}
#footerContainer {
	height: 228px;
	width: 100%;
	background: url(../images/global/bg-bottom.jpg) repeat-x 0 0 scroll;
	min-width:930px;
	clear: both;
}
#header .logo a {
	position: absolute;
	top: 69px;
	left: 1px;
	background: url(../images/global/logo-inetco.png) no-repeat;
	width: 247px;
	height: 52px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 501;
}
#header #logoBacking1 {
	position: absolute;
	top: 0;
	left: -42px;
	background: url(../images/global/bg-logo-home.jpg) no-repeat;
	width: 423px;
	height: 302px;
	overflow: hidden;
	text-indent: -9999px;
}
#header #logoBacking2 {
	position: absolute;
	top: 0;
	left: -42px;
	background: url(../images/global/bg-logo-short.jpg) no-repeat;
	width: 423px;
	height: 171px;
	overflow: hidden;
	text-indent: -9999px;
}
#header #logoBanner {
	position: absolute;
	top: 73px;
	left: -942px;
	background: url(../images/global/banner-top.gif) repeat-x;
	width: 900px;
	height: 31px;
	overflow: hidden;
	z-index: 500;
}
#header h1 {
	color: #e29a00;
	font-size: 35px;
	font-weight: normal;
	padding: 0 0;
	margin: 0 0 0 -4px;
}
#header h3 	{
	color: #e29a00;
	font: 47px/47px Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#header p 	{
	color: #FFFFFF;
	font: 15px/25px Helvetica, Arial, sans-serif;
	padding-top: 0px;
	margin-top: 5px;
}


/*=========================================================================================================================
 HOME PAGE STYLES
===========================================================================================================================*/

#promos, #promos li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#promos {
	overflow: auto;
	width: 930px;
}
#promos li {
	width: 210px;
	float: left;
	padding-right: 30px;
}
#promos li.last {
	padding-right: 0;
}
#promos .crnTop1 {
	position: absolute;
	background: url(../images/global/crn-top-1.png) center right no-repeat;
	width: 212px;
	height: 7px;
	margin-top: -1px;
	margin-left: -1px;
}
#promos .crnBot1 {
	position: absolute;
	background: url(../images/global/crn-bot-1.png) center right no-repeat;
	width: 212px;
	height: 7px;
	margin-top: -19px;
	margin-left: -1px;
}
#banner {
	height: 75px;
}

/*------------------------------ HOMEPAGE ROTATING BANNER ------------------------------*/
#myslides {
	top: 153px;
	width: 930px;
	height: 360px;
	overflow: hidden;
	z-index: 500;
	background:none !important;
}
#myslides div {
	background:none !important;
}
.slides {
	margin-left: 385px;
	width: 539px;
}
#nav {
	position: absolute;
	z-index: 501;
	top: 395px;
	left: 385px;
}
#nav a:hover, #nav a.activeSlide {
	background:none repeat scroll 0 0 #E0A213;
}
#nav a {
	background:url("") repeat-x scroll 0 0 #C58B04;
	color:white;
	display:inline-block;
	font:11px/18px helvetica,San-Serif;
	height:18px;
	margin:0 5px 0 0;
	padding:2px 8px;
	text-align:center;
	text-decoration: none;
}


/*=========================================================================================================================
 PRIMARY NAV STYLES
===========================================================================================================================*/

#priNav {
	position: absolute;
	right: -9px;
	top: 69px;
	z-index:2000;
}
#priNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
#priNav li {
	float: left;
	margin-left: 25px;
}
#priNav ul li {
	float: none;
	margin-left: 0px;
}
#priNav a {
	display: block;
	text-indent: -9875px;
	outline: none;
	padding-top: 15px;
}
#priNav ul a {
	text-indent: 0px;
	padding: 8px 20px;
}
#priNav ul a:hover {
	color: #e29a00;
}
#priNav a:hover { background-position: left bottom;}
#priNav .products {
	width: 102px;
	background: url(../images/global/menu-products.gif) left top no-repeat;
}
#priNav .services {
	width: 97px;
	background: url(../images/global/menu-services.gif) no-repeat;
}
#priNav .solutions {
	width: 184px;
	background: url(../images/global/menu-solutions.gif) no-repeat;
}
#priNav .partners {
	width: 98px;
	background: url(../images/global/menu-partners.gif) no-repeat;
}
#header #topLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0px;
	top: 25px;
}
#header #topLinks li {
	float: left;
	padding: 5px 0 5px 20px;
	margin-left: 3px;
}
#header #topLinks a {
	display: block;
	padding-bottom: 5px;
}
#header #topLinks a:hover {
	border-bottom: #e29a00 1px solid;
}
#header #topLinks img { display: block;}
#header #shadow {
	position: absolute;
	top: 439px;
	background: url(../images/global/top-shadow.png) no-repeat 0 0;
	width: 930px;
	height: 14px;
	z-index: 2;
}
#header #shadow2 {
	position: absolute;
	top: 170px;
	background: url(../images/global/top-shadow.png) no-repeat 0 0;
	width: 930px;
	height: 14px;
	z-index: 2;
}


/*=========================================================================================================================
 CONTENT STYLES
===========================================================================================================================*/

.intro {
	width: 610px;
	height: 98px;
	background: url(../images/global/bg-intro.jpg) no-repeat;
	position: relative;
	padding: 12px 23px 0 23px;
	margin: 0 0 4px;
}
.breadcrumbs {
	margin: 0 0 30px -2px;
	padding: 0;
	list-style: none;
	width: 530px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #007f9f;
}
.breadcrumbs li {
	float: left;
	background: url(../images/global/arrow03.gif) no-repeat 0 6px;
	margin-left: -6px;
	padding: 0 10px;
}
.breadcrumbs a { color: #a2a2a2;}
.intro h1 {
	font: 33px/36px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
}
.columnsHolder {
	overflow: hidden;
	height: 1%;
	padding: 0 0 0 20px;
	background: url(../images/global/bg-colholder.png) repeat-x 0 0;
}
#mainBlock {
	padding: 22px 0 0;
	font-size: 13px;
	line-height: 22px;
	position: relative;
}
.mbFull {
	width: 600px;
	float: left;
}
.mb2col {
	width: 408px;
	float: left;
}
#content {
	position: relative;
	background-color: #fff;
	font-size: 13px;
	line-height: 22px;
	padding-top: 30px;
	padding-bottom: 50px;
	z-index: 2;
}
#shortHeader #content {
	padding-bottom: 120px;
}
#content .clearFooter {
	clear:both;
}
#content .partnersBar {
	position: relative;
	padding-top: 60px;
	clear: both;
}
#shortHeader .partnersBar {
	padding-bottom: 50px;
}
#content h1 {
	font-size: 30px;
	line-height: 10px;
	padding: 0;
	margin: 0 0 10px 0;
}
#content h2 {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 22px;
	color: #034e4c;
	font-weight: normal;
	display: block;
	clear: both;
}
#content .row2 h3 {
	font-size: 12px;
	text-transform: uppercase;
}
#content h3 {
	font-size: 13px;
	line-height: 15px;
	color: #034e4c;
	margin: 0 0 5px;
}
#content #promos h3 {
	margin: 9px 0 0 0;
}
#content h4 {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #959595;
}
#content .highlight1 {
	background-color: #faf4e4;
	padding: 22px 28px;
	margin-bottom: 22px;
}
#content #promos p {
	margin: 8px 0 5px 0;
}
#content .left {
	float: left;
	margin-right: 44px;
}
#content .leftSmall {
	float: left;
	margin-right: 13px;
}
#content .right {
	float: right;
	margin-left: 42px;
}
#content .rightSmall {
	float: right;
	margin-left: 22px;
}
#content p.txtBig {
	font-size: 17px;
	line-height: 30px;
}
#content p {
	font-size: 13px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 20px;
}	
#content p.center {
	text-align: center;
}
#content blockquote {
	padding: 0;
	margin: 0;
}
#content blockquote p {
	font-size: 26px;
	line-height: 38px;
	margin: 0;
	color: #034e4c;
}
#content .features {
	clear: both;
	margin-bottom: 30px;
	width: 100%;
}
#content .features h3 {
	font-size: 14px;
	line-height: 18px;
	color: #034e4c;
	margin: 0;
}
#content .features .col {
	width: 281px;
	margin-left: 43px;
	margin-top: 30px;
	padding-bottom: 20px;
	min-height: 250px;
	background: url(../images/global/scope-bot1.jpg) no-repeat 0 bottom;
	position: relative;
}
#content .features .col div {
	padding: 28px 19px 0;
	display: block;
	background: url(../images/global/scope-top1.jpg) no-repeat 0 top;
}
#content .features .first {
	margin-left: 0px;
}
#content .features .icon{
	float:left;
	margin:-4px 14px 0 -3px;
	position:relative;
}
#content .crnTop2 {
	position: absolute;
	background: url(../images/global/crn-top-2.png) center right no-repeat;
	width: 282px;
	height: 7px;
	margin-top: -1px;
	margin-left: -1px;
	z-index: 500;
}
#content .crnBot2 {
	position: absolute;
	background: url(../images/global/crn-bot-2.png) center right no-repeat;
	width: 282px;
	height: 7px;
	margin-top: -47px;
	margin-left: -1px;
	z-index: 500;
}
.col {
	float: left;
}
#content #partnersLogos {
	border-top: 1px #CCCCCC solid;
	margin-top: 10px;
	padding-top: 8px;
}
#content #partnersLogos ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#content #partnersLogos li {
	display: inline;
	height:100px;
	width:150px;
	padding-right:28px;
}
#content .rule {
	border-top: 1px solid #CCCCCC;
	margin-top: 40px;
}
#content .pullup1 {
	margin-top: -10px;
}
#content .pullup2 {
	margin-top: -20px;
}
#content .pullup3 {
	margin-top: -30px;
}
#content .pullup4 {
	margin-top: -40px;
}
#content .pushup1 {
	margin-top: 10px;
}
#content .pushup2 {
	margin-top: 20px;
}
#content .pushup3 {
	margin-top: 30px;
}
#content .pushup4 {
	margin-top: 40px;
}
#content .noMar {
	margin: 0;
}
/*------------------------------ CONTENT LINKS ------------------------------*/
#content .link {
	display: block;
	font-size: 10px;
	padding: 0 1px;
	line-height: 14px;
	text-transform: uppercase;
}
#content .link a {
	background: url(../images/global/icon01.gif) no-repeat 0 3px;
	padding: 0 0 0 11px;
	color: #2b2b2b;
	overflow: hidden;
}
#content a.link1, #content a.link2 {
	background: url(../images/global/arrow1.gif) center right no-repeat;
	padding-right: 14px;
	text-decoration: none;
	color: #e29a00;
	overflow: hidden;
}
#content a.link3 {
	background: url(../images/global/arrow1.gif) center left no-repeat;
	padding-left: 14px;
	text-decoration: none;
	color: #e29a00;
	overflow: hidden;
}
#content a.link1:hover, #content a.link2:hover, #content a.link3:hover {
	text-decoration: underline;
}
#content a[href$=".pdf"] {
	background: url(../images/global/icon-pdf12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
	overflow: hidden;
}
#content a[href$=".doc"] {
	background: url(../images/global/icon-doc12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
	overflow: hidden;
}
#content a[href*="html#"] {
	background: url(../images/global/arrow1.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 15px;
	overflow: hidden;
}
/*=========================================================================================================================
 COURSE LISTING STYLES
===========================================================================================================================*/
table  {
	border-collapse:collapse;
	border-spacing:0;
}

#listings {
	min-height: 650px;
}
#listings tr {
	border-bottom:1px solid #C7C6C2;
	border-top:1px solid #C7C6C2;
}
#listings td.descr {
	padding:10px 30px 10px 15px;
	width:400px;
	font-size: 13px;
}
#listings td.freq {
	padding:10px 15px 10px 0;
	width:130px;
	color:#888888;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}
#listings td.included {
	padding:10px 5px 10px 0;
	text-align:center;
	width:100px;
}
#listings td.tdTitle {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 55px;
	color: #034e4c;
}
#listings thead {
	font-size: 14px;
	line-height: 16px;
	background-color:#ededed;
	color: #034e4c;
}
#listings thead th {
	padding: 5px 0;
	font-weight: normal;
	text-shadow:#fff 1px 1px 0;
}
#listings table a {
	display: block;
	width: 100%;
}


/*=========================================================================================================================
 COLUMNS AND ROWS
===========================================================================================================================*/

#content .row1 {
	position: relative;
	clear: both;
}
#content .row2 {
	padding-top: 15px;
	position: relative;
	clear: both;
}
#content .row3 {
	padding-top: 20px;
	margin-bottom: 15px;
	position: relative;
	min-height: 90px;
	clear: both;
}
#content .row4 {
	padding-top: 35px;
	border-top: 1px solid #999999;
	position: relative;
	clear: both;
}
#content .colFull {
	width: 100%;
	clear: both;
}
#content .colFit {
	width: auto;
	float: left;
}

/* Split page columns in half */
#content .col1 {
	width: 45%;
	float: left;
}
#content .col2 {
	width: 45%;
	float: right;
}
/* Split page columns 25% / 75% */
#content .col3 {
	width: 30%;
	float: left;
}
#content .col4 {
	width: 65%;
	float: right;
}
/* Split page columns 20% / 80% */
#content .col5 {
	width: 20%;
	float: left;
}
#content .col6 {
	width: 80%;
	float: right;
}
/* Split page columns 41% / 59% */
#content .col7 {
	width: 41%;
	float: left;
}
#content .col8 {
	width: 59%;
	float: right;
}

/*=========================================================================================================================
 LIST STYLES
===========================================================================================================================*/

.list1, .list2 {
	overflow:hidden;
	list-style: none outside;
	padding: 20px 0 15px 0;
	margin: 0;
	border-top: 1px solid #CCCCCC;
	/*padding: 35px;
	background-color: #f0f0f0;*/
}
.list1 li {
	background: url(../images/global/arrow04.gif) center left no-repeat;
	padding: 5px 0;
	padding-left: 14px;
}
.list2 li {
	background: url(../images/global/arrow04.gif) center left no-repeat;
	padding: 2px 0;
	padding-left: 14px;
}
#content .list1 a, #content .list2 a {
	text-decoration: none;
	display: block;
}
#content .list1 a:hover, #content .list2 a:hover {
	/*background-color: #ebeae6;*/
	text-decoration: underline;
}
.list1 h3, .list2 h3 {
	padding-bottom: 5px;
}
.list3, .list4 {
	overflow:hidden;
	list-style: none outside;
	padding: 5px 0 5px 0;
	margin: 0;
}
.list3 li {
	background: url(../images/global/arrow1.gif) center left no-repeat;
	border-bottom: 1px solid #ebebeb;
	/*padding: 12px 0;*/
	padding: 5px 0 5px 14px;
}
.list3 li:hover {
	background-color: #f3f3f3;
}
.list3 li a {
	display: block;
}
.list3 li a:hover {
	text-decoration: none;
}
.list3 .date {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #007182;
	text-transform: uppercase;
}
.list4 li {
	padding: 5px 0;
}
.list4 li span {
	margin-right: 15px;	
}
.list4 .date {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 16px;
	color: #007182;
}
.list5 {
	overflow:hidden;
	list-style: none outside;
	margin: 0;
	padding: 0;
}
.list5 li {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 35px 35px 20px 35px;
	background-color: #f0f0f0;
}
#content .list5 em {
	color: #007182;
}
.list6 {
	overflow:hidden;
	list-style: none outside;
	padding: 0 0 15px 0;
	margin: 0;
}
.list6 li {
	background: url(../images/global/arrow04.gif) 0 10px no-repeat;
	padding: 2px 0;
	padding-left: 14px;
}


/*=========================================================================================================================
 PHOTO STYLES
===========================================================================================================================*/

#mainBlock p { margin:  0 0 16px;}
.mainPhoto {
	width:  399px;
	overflow:  hidden;
	position:  relative;
}
#mainBlock .mainPhoto { margin:  -5px 0 32px -3px;}
.mainPhoto .boxT {
	background:  url(../images/global/bg-imgscope-t.png) no-repeat;
	overflow:  hidden;
	height:  13px;
}
.mainPhoto .boxScope {
	width:  100%;
	background:  url(../images/global/bg-imgscope.png) repeat-y;
}
.mainPhoto .boxScope:after, .photoFrame2 .boxScope:after, .photoFrame3 .boxScope:after {
	content: "";
	display: block;
	clear: both;
}
.mainPhoto .boxArea {
	padding: 0 0 0 9px;
	float: left;
	margin: -6px 0 0;
	width: 390px;
}
.mainPhoto .boxB {
	background: url(../images/global/bg-imgscope-b.png) no-repeat;
	height: 9px;
	overflow: hidden;
}
.mainPhoto img, .photoFrame2 img, .photoFrame3 img {
	display: block;
	position: relative;
}

/*.row2 .photoFrame2, .row2 .photoFrame2 {
	position:  absolute;
	left: -150px;
}*/
.photoFrame2 {
	width:  131px;
	overflow:  hidden;
	padding:  5px 29px 0 0;
}
#mainBlock .photoFrame2 { margin: -5px 0 15px -3px;}
.photoFrame2 .boxT {
	background: url(../images/global/bg-img2scope-t.png) no-repeat;
	overflow: hidden;
	height: 13px;
}
.photoFrame2 .boxScope {
	width: 100%;
	background: url(../images/global/bg-img2scope.png) repeat-y;
}
.photoFrame2 .boxArea {
	padding: 0 0 0 9px;
	float: left;
	margin: -6px 0 0;
	width: 122px;
}
.photoFrame2 .boxB {
	background: url(../images/global/bg-img2scope-b.png) no-repeat;
	height: 9px;
	overflow: hidden;
}

.photoFrame3 {
	float: left;
	width:  147px;
	overflow:  hidden;
	padding:  5px 29px 0 0;
}
#mainBlock .photoFrame3 { margin: -5px 0 15px -3px;}
.photoFrame3 .boxT {
	background: url(../images/global/bg-img3scope-t.png) no-repeat;
	overflow: hidden;
	height: 13px;
}
.photoFrame3 .boxScope {
	width: 100%;
	background: url(../images/global/bg-img3scope.png) repeat-y;
}
.photoFrame3 .boxArea {
	padding: 0 0 0 9px;
	float: left;
	margin: -6px 0 0;
	width: 138px;
}
.photoFrame3 .boxB {
	background: url(../images/global/bg-img3scope-b.png) no-repeat;
	height: 9px;
	overflow: hidden;
}
.photoFrame3 img {
	display: block;
	position: relative;
}

#mainBlock .scope {
	float: left;
	background: url(../images/global/img-scope.png) no-repeat;
	width: 89px;
	height: 76px;
	padding: 6px 0 0 7px;
}
.sideBlock .scope {
	float: right;
	background: url(../images/global/img-scope.png) no-repeat;
	width: 89px;
	height: 76px;
	padding: 6px 0 0 7px;
}
.sideBlock .scope img {
	display: block;
	position: relative;
}


/*=========================================================================================================================
 SIDEBLOCK STYLES
===========================================================================================================================*/

.sideBlock {
	float: right;
	width: 186px;
	padding: 60px 0 0 18px;
	min-height: 448px;
	background: url(../images/global/bg-side-block.png) no-repeat;
}
* html .sideBlock { height: 448px;}
.sideBlock .box {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 10px;
	margin: 0 0 24px;
}
.sideBlock .boxBody {
	overflow: hidden;
	padding: 7px 0 10px;
}
.sideBlock .boxBody p {
	margin: 0;
}


/*=========================================================================================================================
 FORM STYLES
===========================================================================================================================*/

fieldset.mainForm {
	padding-left: 60px;
	margin: 35px 0 40px;
	border-left: 5px solid #eeeeee;
}
fieldset.mainForm p {
	margin-bottom: 4px;
}
fieldset.mainForm label  {
	font-size:12px;
	font-weight:bold;
}
fieldset.mainForm input  {
	font-size:100%;
	padding:3px;
	width:100%;
}
fieldset.mainForm span input{
	font-size:100%;
	padding:3px;
	width:auto;
}
fieldset.mainForm textarea  {
	padding:5px;
	width:400px;
}
#formRegist label {
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	text-align:left;
	width:200px;
}
#formRegist {
	padding-top: 20px;
}
#formRegist fieldset {
	padding-bottom: 35px;
}
#formRegist select, #formRegist input {
	margin-bottom: 10px;
}
#formRegist select, #formRegist input {
	margin-bottom: 10px;
	width: 50%;
}
#formRegist .req {
	color: #FF0000;
}


/*=========================================================================================================================
 FOOTER STYLES
===========================================================================================================================*/

#footer {
	margin: 0 auto;
	padding-top: 57px;
	width:930px;
	height: 32px;
	background: url(../images/global/bg-footer.png) no-repeat;
	color: #004946;
	position: relative;
	font: 11px/18px Helvetica, Arial, sans-serif;
}
#footer ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
#footer ul li {
	padding: 0 16px;
	margin-left: -2px;
	color: #004946;
}
#footer ul a {
	color: #004946;
}
#footer #secNav {
	padding-left: 232px;
}
#footer #secNav ul {
	display: block;
	padding-right: 20px;
}
#footer #secNav ul li{ 
	padding: 0;
	margin: 0;
}
#footer #secNav ul { 
	float: left;
	padding-right: 15px;
	width: 125px;
}
#footer .bnProducts, #footer .bnServices, #footer .bnSolutions, #footer .bnPartners, .copy {
	display: block;
	height: 10px;
	line-height: 1px;
	text-indent: -9875px;
	outline: none;
	padding: 0;
	margin-bottom: 9px;
}
#footer a:hover { background-position: left bottom;}
#footer .bnProducts {
	width: 101px;
	background: url(../images/global/menu-bot-products.gif) no-repeat;
}
#footer .bnServices {
	width: 93px;
	background: url(../images/global/menu-bot-services.gif) no-repeat;
}
#footer .bnSolutions {
	width: 72px;
	background: url(../images/global/menu-bot-solutions.gif) no-repeat;
}
#footer .bnPartners {
	width: 99px;
	background: url(../images/global/menu-bot-partners.gif) no-repeat;
}
#footer .tools, #footer .tools a {
	color: #dffffe;
}
#footer #tools {
	color: #dffffe;
	text-align: right;
}
#footer #tools li { padding: 0;}
#footer .emailSignup {
	margin-top: 10px;
	display: block;
	width: 144px;
}
#footer .tigerpaw {
}
#footer #cable {
	position: absolute;
	z-index: 2000;
	top: -3px;
	left: 383px;
	width: 131px;
	height: 43px;
	background: url(../images/global/cable-bottom.gif) no-repeat;
}
#footer #logoFooter {
	position: absolute;
	top: 25px;
	left: -30px;
	width: 240px;
	height: 146px;
	background: url(../images/global/logo-inetco-bot.gif) no-repeat;
}
#footer #logoFooter p {
	font-size: 10px;
	margin: 68px 0 0 45px;
}
#footer #logoFooter p span {
	font-size: 11px;
}
#footer .more a {
	color: #2e706d;
}


/*=========================================================================================================================
 TOOLTIP STYLES
===========================================================================================================================*/

#easyTooltip {
	padding:6px 5px 5px 10px;
	border:1px solid #ccc;
	position: absolute;
	z-index: 2000;
	width: 150px;
	border:1px solid #5e5e5e;
	background:#5e5e5e url(../images/global/tooltip-bg2.gif) repeat-x;
	color: #fff;
}

