@charset "utf-8";
/* CSS Document */

/* Tags */

body#index #text { width: 680px !important; }

body {
	font-family: Arial, Helvetica, sans-serif, "MS Reference Sans Serif";
	font-size: 11px;
	color: #5A5D5E;
	background-color: #528D01;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1 {
	color: #528D01;
	font-size: 18px;
	padding: 20px 0 5px 0;
	margin: 0;
}

h2 {
	color: #528D01;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0 10px 0;
	margin: 0;	
}

h3 {
	color: #528D01;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 0;	
}

p {
	line-height: 14px;
	padding: 0;
	margin: 5px 0 5px 0;
}

form {
	padding: 0;
	margin: 10px 0 10px 0;
}

/* Divs */

#header {
	width: 880px;
	padding: 50px 0 0 0;
	margin: 0 auto 0 auto;
}

	#header_Lcolumn {
		float: left; 
		width: 440px;
		margin: 0;
	}
	
	#header_Rcolumn {
		float: left; 
		width: 440px;
		padding: 25px 0 0 0;
		margin: 0;
	}

#wrapper {
	width: 870px;
	padding: 5px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#menu {
	width: 180px;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	overflow: hidden;
}

#news {
	background-color: #DDE8CC;
	margin: 0;
	padding: 0;
}

#content {
	width: 680px;
	float: left;
}

#greyBox {
	width: 230px;
	height: 141px;
	margin: 0 6px 0 0;
	float: left;
	background-color: #CBCBCB;
}

#redBox {
	width: 140px;
	margin: 0 8px 0 0;
	float: left;
	background-color: #e8c9e9;
}

#blueBox {
	width: 140px;
	margin: 0 8px 0 0;
	float: left;
	background-color: #bdc6de;
}

#purpleBox {
	width: 140px;
	margin: 0 8px 0 0;
	float: left;
	background-color: #d3bdde;
}

.cell { height: 140px !important; overflow: hidden !important; }

#text {
	width: 620px; 
	margin: 0 0 0 10px;	
	position: relative;
}

p.alert { width: 125px; height: 30px; padding: 5px; text-align: center; font-weight: bold; font-size: 12px; background-color: #a3a5a7; color: #ffffff; display: block; position: absolute; z-index: 2; top: 15px; right: 0; }

#text a {
	color: #528D01;
}

#footer {	
	width: 875px;
	padding: 5px 0 0 5px;
	margin: 0 auto 10px auto;
}

/* Styles */

.header_comment {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0;
	margin: 0;
}

.latestNews {
	width: 150px;
	height: 17px;
	color: #FFFFFF;
	background-color: #528D01;
	font-weight: bold;
	padding: 3px 0 0 30px;
	margin: 0;
	border-bottom: #FFFFFF solid 1px;
}

.latestNews_Text {
	color: #444444;
	text-align: right;
	font-size: 10px;
	margin: 0;
	padding: 0 20px 0 0;
}

.latestNews_Click {
	width: 120px;
	height: 17px;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #6E9F2A;
	font-weight: bold;
	padding: 3px 0 0 60px;
	margin: 5px 0 5px 0;
	border-bottom: #FFFFFF solid 1px;
}

.latestNews_Click a {
	color: #FFFFFF;
	text-decoration: none;
}

.latestNews_Click a:hover {
	color: #DDE8CC;
}

.redbox_Click {
	width: 110px;
	height: 17px;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #912533;
	font-weight: bold;
	padding: 3px 0 0 25px;
	margin: 5px 0 5px 5px;
}

.redbox_Click a {
	text-decoration: none;
	color: #FFFFFF;
}

.redbox_Click a:hover {
	color: #E8C9E9;
}

.bluebox_Click {
	width: 110px;
	height: 17px;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #254191;
	font-weight: bold;
	padding: 3px 0 0 25px;
	margin: 5px 0 5px 5px;
}

.bluebox_Click a {
	text-decoration: none;
	color: #FFFFFF;
}

.bluebox_Click a:hover {
	color: #bdc6de;
}

.purplebox_Click {
	width: 110px;
	height: 17px;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #6e2591;
	font-weight: bold;
	padding: 3px 0 0 25px;
	margin: 5px 0 5px 5px;
}

.purplebox_Click a {
	text-decoration: none;
	color: #FFFFFF;
}

.purplebox_Click a:hover {
	color: #d3bdde;
}

.arrow {
	float: left;
	height: 12px;
	margin: 0 0 0 3px;
}

.greyBox_Header {
	background-color: #5B5B5B;
	height: 16px;
	padding: 2px 0 0 5px;
	margin: 0;
	border-bottom: #FFFFFF solid 1px;
	color: #FFFFFF;
	font-weight: bold;
}

.redBox_Header {
	background-color: #912533;
	height: 16px;
	padding: 2px 0 0 5px;
	margin: 0 0 5px 0;
	border-bottom: #FFFFFF solid 1px;
	color: #FFFFFF;
	font-weight: bold;
}

.blueBox_Header {
	background-color: #254191;
	height: 16px;
	padding: 2px 0 0 5px;
	margin: 0 0 5px 0;
	border-bottom: #FFFFFF solid 1px;
	color: #FFFFFF;
	font-weight: bold;
}

.purpleBox_Header {
	background-color: #6e2591;
	height: 16px;
	padding: 2px 0 0 5px;
	margin: 0 0 5px 0;
	border-bottom: #FFFFFF solid 1px;
	color: #FFFFFF;
	font-weight: bold;
}

.greyBox_Text {
	color: #050505;
	line-height: 10px;
	padding: 5px;
	font-size: 10px;
}

.footer_Text {
	color: #e8f2c0;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: left;
}

.footer_TextRight {
	color: #e8f2c0;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	
	float: right;
}

.footer_TextRight a {
	color: #FFFFFF;
}

.footer_Text a {
	color: #e8f2c0;
	text-decoration: none;
}

.footer_Text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.productManual {
	background-color: #528D01;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 140px;
}

.product_Item {
	width: 620px;
	padding: 0;
	margin: 10px 0 10px 0;
}

.column { width: 290px; padding: 10px; float: left; overflow: hidden; }

.product_Title {
	padding: 5px;
	margin: 0;
	background-color: #528D01;
	color: #FFFFFF;
	font-weight: bold;
}

.product_Image {
	width: 110px;
	float: left;
	margin: 5px 10px 0 0;
}

.product_More {
	background-color: #A3A5A7;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	margin: 0 0 0 10px;
	width: 60px;
	padding: 3px;
	text-align: center;
}

.product_MoreE {
	background-color: #528D01;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	margin: 0 0 0 10px;
	width: 60px;
	padding: 3px;
	text-align: center;
}


.product_MoreE a {
	color: #FFFFFF;
	text-decoration: none;
}
.product_More a {
	color: #FFFFFF;
	text-decoration: none;
}


.step {
	padding: 5px; 
	background-color: #A3A5A7; 
	margin: 10px; 
	color: #FFFFFF;
}

.step_Image {
	float: left; 
	width: 90px; 
	margin: 0 10px 0 0;
}

.voice_Button {
	padding: 5px;
	color: #FFFFFF;
	width: 190px;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	background-color: #A3A5A7; 
}

.voice_ButtonOn {
	padding: 5px;
	color: #FFFFFF;
	width: 190px;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	background-color: #528D01; 
}

.voice_ButtonOn a { 
	color: #FFFFFF;
	text-decoration: none;
}

.voice_Button a { 
	color: #FFFFFF;
	text-decoration: none;
}

.accText {
	padding: 5px;
}

.productDetail {
	width: 200px;
	float: left;
	border: #528D01 solid 1px;
	margin: 10px 10px 10px 0;
}

.productName {
	padding: 5px;
	width: 190px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #528D01;
	text-transform: uppercase;
	font-weight: bold;
}

.call {
	padding: 5px;
	font-weight: bold;
	background-color: #528D01;
	color: #FFFFFF;
}

#wrapper #content p.call a {
	color: #FFFFFF;
}

body#careers #wrapper #content #text p.productManual {
	width: 595px;
}

#wrapper #content p.productManual a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#wrapper #content p.productManual a:hover {
	text-decoration: underline;
}

.bullets {
	padding: 10px 10px 10px 25px;
	background-color: #CCCCCC;
}

/* Menu */

#nav{
	width: 180px;
	margin: 0;
	padding: 0;
	border: #FFFFFF solid 1px;
}

#nav ul
{
	margin: 0;
	width: 180px;
	padding: 0;
	float: left;
}

#nav ul li
{
	list-style: none;
	color: #FFFFFF;
	float: left;
}

#nav ul li a
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	float: left;
	height: 22px;
	width: 150px;
	padding: 8px 0 0 30px;
	background-color: #A3A5A7;
	border-bottom: #FFFFFF solid 1px;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
}

#nav ul li a:hover
{
	background-color: #528D01;
}


body#index a#indexnav,
body#abouthtm a#abouthtmnav,
body#approach a#approachnav,
body#partners a#partnersnav,
body#staff a#staffnav,
body#faq a#faqnav,
body#newbuild a#newbuildnav,
body#existing a#existingnav,
body#guest a#guestnav,
body#voice a#voicenav,
body#cabling a#cablingnav,
body#services a#servicesnav,
body#products a#productsnav,
body#newsl a#newslnav,
body#contact a#contactnav,
body#support a#supportnav,
body#case-studies a#casestudiesnav {
	background-color: #528D01;
}

/* Drop down menu */

#masterdiv { /* Don't change css */
	padding: 0;
	margin: 0;
}

.menutitle { /* This is the style for the drop down button */
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	float: left;
	height: 22px;
	width: 150px;
	padding: 8px 0 0 30px;
	background-color: #A3A5A7;
	border-bottom: #FFFFFF solid 1px;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
}

.menutitle:hover { /* This is the style for the drop down button ROLL OVER */
	background-color: #528D01;
}
	

.submenu { /* Don't change css */
	margin-bottom: 0.5em;
}

.submenu a { /* This is the style for the drop downs */
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	float: left;
	height: 22px;
	width: 130px;
	padding: 8px 0 0 50px;
	background-color: #CCCCCC;
	border-bottom: #FFFFFF solid 1px;
	background-image: url(images/menu_arrowDrop.gif);
	background-repeat: no-repeat;
}

.submenu a:hover { /* This is the style for the drop downs ROLL OVER */
	background-color: #666666;
}