@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

img {
	border: none;
}

a:link {

}


/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-image: url(../images/body_bg.gif); 
}

#upperContainer {
	width: 100%;
	height: 508px;
	background-image: url(../images/top_tile.gif);
}

#upperContainerShort {
	width: 100%;
	height: 346px;
	background-image: url(../images/top_tile.gif);
}

#strap {
	margin: 0 auto;
	width: 944px;
	height: 292px;
	background-image: url(../images/webdev_strap.jpg);
}

#mainNav {
	margin: 0 auto;
	width: 944px;
	height: 53px;
}

#wrapperServices {
	width: 884px;
	margin: 0 auto;
	background-color: #d9e1e3;
	padding:30px 30px 44px 30px;
	background-image: url(../assets/images/bg_blueGrad.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #1f2b32;
	color: #d9e1e3;
}


/************** Content DIVs ***************/

#contentMain {
	width: 884px;
	margin: 0 auto;
	background-color: #d9e1e3;
	padding:46px 30px 44px 30px;
}

#contentServices {
	width: 600px;
	margin: 0 0 0 250px;
}

#contentSecondary {
	width: 884px;
	margin: 0 auto;
	background-color: #293138;
	padding:46px 30px 44px 30px;
}

#contentSecondary p {
	color: #d9e1e3;
}

#contentTert {
	width: 904px;
	margin: 0 auto;
	background-color: #d9e1e3;
	padding:20px 20px 25px 20px;
}

#vendorTable {
	width: 660px;
	height: 340px;
	float: right;
	/*padding: 10px 0 15px 5px;*/
	background-color: #FFFFFF;
	background-image: url(../images/bg_telecomVend.gif);
	background-repeat: no-repeat;
}

/*******************************************/


/************** Content DIVs ***************/

#servicesNav {
	width: 190px;
	height: 364px;
	padding: 0 13px 0 7px;
	background-image: url(../assets/images/bg_servicesNav.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

/*******************************************/


/************** Content DIVs ***************/

a#consulting { 
	background-image: url(../assets/images/navSecondary/cable_up.gif);
	width: 190px;
	height: 50px;
}
a#consulting span { display:none; }
a#consulting:hover { 
	background-image: url(../assets/images/navSecondary/cable_over.gif);
	width: 190px;
	height: 50px;
}


/*******************************************/

p {
	font-size: 12px;
}


h1 {
	font-size: 16px;
	color: #1c83a9;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 22px;
	color: #666666;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #ff9a00;
	font-weight: normal;
	
}

h5 {
	font-size: 11px;
	color: #141d22;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

#contentServices p {
	font-family: Arial, Helvetica, sans-serif;
	
	line-height: 18px;
	color: #dbe1df;

}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #d9e1e3;
	line-height: 18px;
}




.orangeLink {
	color:#ff9a00;
	font-size: .8em;
}

.orangeLink li {
	background-image: url(../images/list_bg2.gif);
	background-repeat: no-repeat;
	padding-left:22px;
	list-style-type: none;
	margin: 0 0 5px 0;
}

.leftCell {
	width: 264px;
	padding: 0 30px 0 0;
}

.midCell {
	width: 264px;
	padding: 0 15px; 0 15px;
}

.rightCell {
	width: 264px;
	padding: 0 0 0 30px;
}

#whiteSpacer {
	margin: 0 auto;
	width: 944px;
	height: 1px;
	background-color: #dbe1df;
}

#clearFloat {
	clear: both;
}

form {
	font-size: 12px;
}	
