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

html, body {
	margin: 0px;
	padding: 0px;
	background: #333133  url('../images/build/bg.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active { 
	font-family: Helvetica,  Arial, verdana, serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

a:hover { 
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;	
	}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

UL {
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	list-style-image: url('../images/build/bullet.gif');
	}

/**
 * layout build
 */

#padTop {
	float: left;
	width: 30%;
	height: 222px;
	background: url('../images/build/LH_bg.gif');
}

#mainContent {
	position: absolute;
	left: 0px;
	margin-left: 5%;
	width: 900px;
	background: #333133;
}

#headerContent {
	margin: 0;
	position: relative;
	width: 900px;
	height: 210px;
}

#menuBox {
	position: absolute;
	right: 0px;
	top: 179px;
	height: 22px;
	width: 655px;
}

#mainArea {
	width: 900px;
	background: #333133 url('../images/build/vertLine.gif') repeat-y;
	margin-bottom: 50px;
}

#cornerBox {
	float: left;
	width: 50px;
	height: 60px;
	background: url('../images/build/rightCorner.gif') no-repeat;
}

#footerBox {
	position: relative;
	float: right;
	width: 865px;
	height: 50px;
	background: #333133 url('../images/build/footer.gif') top right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#footerBox a, #footerBox a:link, #footerBox a:visited, #footerBox a:active { 
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

#footerBox a:hover { 
	color: #ff0000;
	text-decoration: underline;
		}

.acessMenu {
	position: absolute;
	left: 5px;
	top: 25px;
}

.beavers{
	position: absolute;
	right: 0px;
	top: 25px;
	width: 14px;
	height: 17px;
}

.beaverLogo a {
	background-image: url('../images/build/beaver.gif');
	background-repeat: no-repeat;
	display: block;
	width: 14px;
	height: 17px;
	padding: 0px;
}

.beaverLogo a:hover, p.navbuttons a:active {
	background-image: url('../images/build/beaver_ro.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.beaverLogo span {
	display: none;
}

/**
 * mian nav buttos
 */
.overview a {
	float: left;
	display: block;
	width: 108px;
	height: 22px;
    background: url('../images/build/menu/overviewRO.gif') no-repeat 0 0;
}
.overview a:hover, p.navbuttons a:active {
    background-position: -108px 0px;
	cursor: pointer;
}
.overview span {
	display: none;
}

.about a {
	float: left;
	display: block;
	width: 108px;
	height: 22px;
    background: url('../images/build/menu/aboutRO.gif') no-repeat 0 0;
}
.about a:hover, p.navbuttons a:active {
    background-position: -108px 0px;
	cursor: pointer;
}
.about span {
	display: none;
}

.markets a {
	float: left;
	display: block;
	width: 108px;
	height: 22px;
    background: url('../images/build/menu/marketsRO.gif') no-repeat 0 0;
}
.markets a:hover, p.navbuttons a:active {
    background-position: -108px 0px;
	cursor: pointer;
}
.markets span {
	display: none;
}

.consulting a {
	float: left;
	display: block;
	width: 108px;
	height: 22px;
    background: url('../images/build/menu/consultRO.gif') no-repeat 0 0;
}
.consulting a:hover, p.navbuttons a:active {
    background-position: -108px 0px;
	cursor: pointer;
}
.consulting span {
	display: none;
}

.solutions a {
	float: left;
	display: block;
	width: 108px;
	height: 22px;
    background: url('../images/build/menu/solutionsRO.gif') no-repeat 0 0;
}
.solutions a:hover, p.navbuttons a:active {
    background-position: -108px 0px;
	cursor: pointer;
}
.solutions span {
	display: none;
}

.contact a {
	float: left;
	display: block;
	width: 115px;
	height: 22px;
    background: url('../images/build/menu/contactRO.gif') no-repeat 0 0;
}
.contact a:hover, p.navbuttons a:active {
    background-position: -115px 0px;
	cursor: pointer;
}
.contact span {
	display: none;
}

/**
 * editable areas
 */

#flashBox {
	float: left;
	width: 540px;
	height: 210px;
	background: #000000;
}

#telephBox {
	float: right;
	width: 360px;
	height: 209px;
	background: #000000;
	border-bottom: 1px solid #FFFFFF;
}

#fullFlash {
	width: 900;
	height: 210px;
	text-align: center;
	background-image: url('../images/build/flashBG.gif');
}

#leftCol {
	float: left;
	width: 425px;
	padding-top: 14px;
	text-align: justify;
}

#rightCol {
	float: right;
	width: 410px;
	padding-top: 14px;
	text-align: justify;
}


#contactLeft {
	float: left;
	width: 500px;
	padding-top: 14px;
	text-align: justify;
}

#contactRight {
	float: right;
	width: 335px;
	padding-top: 14px;
	text-align: justify;
}


#leftButton {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

#rightButton {
	float: right;
	width: 200px;
	padding-bottom: 10px;
}

#contactBG {
	float: left;
	width: 850px;
	height: 372px;
	background: url('../images/build/waterMark.gif') bottom right no-repeat;
}

.logo {
	float: left;
	width: 76px;
}

.aboutCo {
	float: right;
	width: 330px;
	margin-left: 10px;
	padding-bottom: 16px;

}

/**
 * other buttons
 */
 
.imageBttn a {
	margin-top: 3px;
	display: block;
	width: 194px;
	height: 18px;
	padding: 2px 0 0 6px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
    background: url('../images/build/bttn_bg.gif') no-repeat 0 0;
}
.imageBttn a:hover, p.navbuttons a:active {
    background-position: -0px -20px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}


.imageBttnPDF a {
	margin-top: 3px;
	display: block;
	width: 194px;
	height: 18px;
	padding: 2px 0 0 6px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
    background: url('../images/build/bttnPDF_bg.gif') no-repeat 0 0;
}
.imageBttnPDF a:hover, p.navbuttons a:active {
    background-position: -0px -20px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}



/**
 * postioning classes
 */

.titleLine {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 16px;
}

.dummyTitle {
	height: 16px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 16px;
}

.spacer {
	height: 40px;
}

.flashImage {
	padding-top: 10%;
}

.menuI {
	padding: 0 5px 0 5px;
}

.smallPrint {
	font-size: 10px;
}

.rightAline {
	float: right;
}

/**
 * Form Defenitions
 */
 
 input {
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11px;
	font-colur: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 2px;
	width: 425px;
}

textarea {
	font-family: Ariel, Helvetica, sans-serif;
	font-colur: #000000;
	font-size: 11px;
	background-color: #ffffff;
	width:425px;
	height:80px;
	border: 1px solid #000000;
	padding: 2px;
}	

select {
	 background-color: #ffffff;
	 font-family: Ariel, Helvetica, sans-serif;
	 font-size: 11px;
	 font-colur: #000000;
	 border: 1px solid #000000;
}

.selectA {
	width:425px;
	hight:19px;

}
.formText {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.formPadding {
 	padding-bottom: 10px;
}

button.largeButton2b, a.largeButton2, a.largeButton:link, a.largeButton:visited, a.largeButton:active {
	width: 100px;
	height: 20px;
	background: url(../images/build/buttons/send.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

/**
 * flash pages
 */
	
#flashPage {
	position: relative;
	float: left;
	width: 850px;
}

#flashAnim {
	float: right;
	width: 535px;
	height: 354px;
	text-align: right;
	padding-top: 14px;
}

#textOver {
	position: absolute;
	left: 0;
	top: 0; 
	width: 310px;
	padding-top: 14px;
}

.textButtonLft {
	float: left;
	width: 200px;
}

.textButtonRt {
	float: left;
	width: 200px;
	margin-left: 16px;
}

.smallerDiv {
	width: 300px;
}

.imageTop {
	padding-bottom: 10px;
}

.imageTop2 {
	padding-top: 16px;
}

/**
 * Text Styles
  */

.telNo {
	font-size: 9px;
	font-weight: bold;
}

.relatedLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 70px 2px 0;
	border-bottom: 1px solid #4D4D4D;
	margin-bottom: 4px;
	}
