/* CSS Document */
body, form, p{
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
}
.homeRightBg{
	background-image:url(../images/header_right_bg.jpg);
	background-repeat:no-repeat;
	height: 170px;
	width: 669px;
}
.contactRightBg{
	background-image:url(../images/contact_right_bg.jpg);
	background-repeat:no-repeat;
	height: 170px;
	width: 669px;
}
.techRightBg{
	background-image:url(../images/technology_right_bg.jpg);
	background-repeat:no-repeat;
	height: 170px;
	width: 669px;
}
.productRightBg{
	background-image:url(../images/product_right_bg.jpg);
	background-repeat:no-repeat;
	height: 170px;
	width: 669px;
}
.libraryRightBg{
	background-image:url(../images/library_right_bg.jpg);
	background-repeat:no-repeat;
	height: 170px;
	width: 669px;
}
.tbContainer{
	background-color:#000000;
}
.homeIntro{
	color: #b2b2b2;
	font-size: 12px;
	line-height: 18px;
	text-align:justify;
}
.tbFooter{
	background-color: #242424;
}
.footerText{
	font-size: 12px;
	color: #b2b2b2;
	text-align: justify;
}
.textField{
	font-size: 12px;
	font-family: Tahoma;
	color: #b2b2b2;
	border: 1px solid #FFFFFF;
	width: 170px;
}

.contactTitle{
	font-size: 24px;
	color: #849f04;
}
.contactDetail{
	color:#FFFFFF;
}
.techMenuActive{
	background-color:#849f04;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 40px;
	font-weight: bold;
	width: 174px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.techMenuDeactive{
	background-color:#2a2a2a;
	font-size: 14px;
	text-transform: uppercase;
	color: #525252;
	padding-left: 40px;
	font-weight: bold;
	width: 174px;
	padding-top: 2px;
	padding-bottom: 2px;	
	cursor: pointer;
}
.techTitle{
	font-size: 24px;
	color: #849f04;
	text-transform: uppercase;
}
.productBlog{
	width: 460px;
	float: left;
	padding-right: 20px;
}
.clearFix{
	clear: both;
	padding-top: 50px;
}
.productImg{
	border: 3px solid #434343;
	width: 146px;
	height: 146px;
}
.productImgContain{
	width: 146px;
	height: 146px;
	padding-right: 30px;
	float:left;
}
.productName{
	color: #849f04;
	font-size: 24px;
	text-decoration:none;
	text-transform: uppercase;
}
.productDesc{
	color: #b2b2b2;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-right: 20px;
}
.productLink{
	color: #849f04;
	font-size: 12px;
	text-decoration:none;
	text-transform: uppercase;
}
.productPageText{
	color: #525252;
	text-decoration:none;
	text-transform:uppercase;
}
.pageActive{
	width: 20px;
	height: 21px;
	background-image: url(../images/linkActive_bg.jpg);
	padding: 3px;
	margin-right: 5px;
	background-repeat:no-repeat;
	text-align:left;
	text-decoration:none;
	color: #FFFFFF;
	font-size: 11px;
}
.pageDeactive{
	width: 20px;
	height: 21px;
	background-image:url(../images/linkDeactiveBg.jpg);
	margin-right: 5px;	
	padding: 3px;
	background-repeat:no-repeat;
	text-decoration:none;
	color: #000000;
	font-size: 11px;
}
.libraryImg{
	border: 3px solid #434343;
	width: 56px;
	height: 56px;
}
.libraryImgContain{
	width: 59px;
	height: 59px;
	padding-right: 10px;
	float:left;
}
.footerTitle{
	font-family: Tahoma;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
}