/* Stylesheet for Engi-Tech Website */

body {
	background-color: #B8C6D4;
	color: #000000;
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

/*Styles and Properties for Main Navigation Bar (Text Links) of the Website*/
a:link {
	color: #000033;
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #000033;
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	background-color: #000033;
	color: #FFFFFF;
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active {
	background-color: #FF9900;
	color: #FFFFFF;
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*Highlights the Link of the Current Page a User is visiting*/
#current-page-highlight {
	background-color: #000033;
	color: #FFFFFF;
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*Disables default border around image links*/
a img {
	border: none;
}



/*-----Design Layout and Positioning for the Engi-Tech Website (Main-pages)-----*/
#main-wrapper {
	background-color: #FFFFFF;
	height: 587px; /*Change to height: 587px;*/
	width: 770px;
	margin: auto;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 770px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
}

#header-mp_engi-tech_logo {
	width: 103px;
	height: 65px;
	margin-left: 24px;
	padding-top: 4px;
}

/*Styles and Properties for Content Wrapper Sections of Website*/
#content-wrapper {
	background-color: #FFFFFF;
	height: 510px;
	width: 770px;
	margin: auto;
}

#content-wrapper_whatsnew {
	background-color: #FFFFFF;
	height: 603px;
	width: 770px;
	margin: auto;
}

#content-wrapper_aboutus {
	background-color: #FFFFFF;
	height: 855px;
	width: 770px;
	margin: auto;
}

#content-wrapper_about-clients {
	background-color: #FFFFFF;
	height: 1242px;
	width: 770px;
	margin: auto;
}

#content-wrapper_about-management {
	background-color: #FFFFFF;
	height: 601px;
	width: 770px;
	margin: auto;
}

#content-wrapper_products {
	background-color: #FFFFFF;
	height: 1839px;
	width: 770px;
	margin: auto;
}

#content-wrapper_products-wa {
	background-color: #FFFFFF;
	height: 1351px;
	width: 770px;
	margin: auto;
}

#content-wrapper_products-ws {
	background-color: #FFFFFF;
	height: 1081px;
	width: 770px;
	margin: auto;
}

#content-wrapper_products-wh {
	background-color: #FFFFFF;
	height: 1048px;
	width: 770px;
	margin: auto;
}

#content-wrapper_services {
	background-color: #FFFFFF;
	height: 1253px;
	width: 770px;
	margin: auto;
}

#content-wrapper_privacy {
	background-color: #FFFFFF;
	height: 963px;
	width: 770px;
	margin: auto;
}

#content-wrapper_copyright {
	background-color: #FFFFFF;
	height: 963px;
	width: 770px;
	margin: auto;
}

#content-wrapper_sitemap {
	background-color: #FFFFFF;
	height: 632px;
	width: 770px;
	margin: auto;
}

/*Styles and Properties of Main Navigation Bar*/
/*Position of Navigation Bar (Text Links)*/
#navbar {
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	width: 620px;
	height: 24px;
	margin-left: 150px;
	line-height: 23px;
	font-weight: bold;
}

#navbar li {
	display: inline;
}

#navbar li a { 
  text-decoration: none;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 3px;
}

/*Style and Property of Main Navigation Bar Lines*/
.navbar-line {
	color: #000000;
}

/*Styles and Properties of 'Sub-Links' Navigation Bar*/
/*Position of 'Sub-Links' Navigation Bar (Text Links)*/
#navbar-sublinks { 
	width: 149px;
	line-height: 20px;
	padding-top: 87px;
	font-size: 13px;
	font-weight: bold;
}

#navbar-sublinks li { 
  	background-color: #9BCCFD; 
	list-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #16507E;
	float: left;
	width: 149px;
}

#navbar-sublinks li a { 
  	display: block; 
  	text-decoration: none; 
  	padding: 0.5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
  	border-bottom-color: #D0D1C0;
	text-indent: 14px;
}

/*Styles and Properties of Left-Bar images of Website*/
#left-bar {
	background-image: url(images/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 487px;
	margin-bottom: 13px;
}

#left-bar_whatsnew {
	background-image: url(images/whatsNew/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 653px;
	margin-bottom: 13px;
}

#left-bar_aboutus {
	background-image: url(images/aboutUs/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 855px;
	margin-bottom: 13px;
}

#left-bar_about-clients {
	background-image: url(images/aboutUs/clients/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 1242px;
	margin-bottom: 13px;
}

#left-bar_about-management {
	background-image: url(images/aboutUs/management/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 601px;
	margin-bottom: 13px;
}

#left-bar_products {
	background-image: url(images/products/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 1839px;
	margin-bottom: 13px;
}

#left-bar_products-wa {
	background-image: url(images/products/actex/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 1351px;
	margin-bottom: 13px;
}

#left-bar_products-ws {
	background-image: url(images/products/sentex/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 1081px;
	margin-bottom: 13px;
}

#left-bar_products-wh {
	background-image: url(images/products/heatex/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 1048px;
	margin-bottom: 13px;
}

#left-bar_services {
	background-image: url(images/services/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 1253px;
	margin-bottom: 13px;
}

#left-bar_privacy {
	background-image: url(images/privacy/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 963px;
	margin-bottom: 13px;
}

#left-bar_copyright {
	background-image: url(images/copyright/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 963px;
	margin-bottom: 13px;
}

#left-bar_sitemap {
	background-image: url(images/sitemap/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	width: 150px;
	height: 632px;
	margin-bottom: 13px;
}

/*Styles and Properties for Main Content Sections of Website*/
#main-content {
	background-color: #FFFFFF;
	background-image: url(images/main-content_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 620px;
	height: 474px;
	color: #000000;
	font-size: 11px;
	text-align: left;
	text-indent: 3px;
	margin-top: 24px;
	margin-left: 150px;
}

/*Main Content Section Links (Default Web Browser Styles and Properties)*/
.main-content a:link {
	color: #0000CC;
	text-decoration: underline;
}

.main-content a:visited {
	color: #551A8B;
	text-decoration: underline;
}

.main-content a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
}

.main-content a:active {
	background-color: #FFFFFF;
	text-decoration: underline;
}

/*Styles and Properties for Main Content Section Headers of Website*/
#main-content_whatsnew-header {
	background-image: url(images/whatsNew/main-content_whatsnew-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_aboutus-header {
	background-image: url(images/aboutUs/main-content_aboutus-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_about-management-header {
	background-image: url(images/aboutUs/main-content_about-management-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_about-employment-header {
	background-image: url(images/aboutUs/main-content_about-employment-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_about-news-header {
	background-image: url(images/aboutUs/main-content_about-news-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_about-clients-header {
	background-image: url(images/aboutUs/clients/main-content_about-clients-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_products-header {
	background-image: url(images/products/main-content_products-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_products-wa-header {
	background-image: url(images/products/actex/main-content_products-wa-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_products-ws-header {
	background-image: url(images/products/sentex/main-content_products-ws-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_products-wh-header {
	background-image: url(images/products/heatex/main-content_products-wh-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_services-header {
	background-image: url(images/services/main-content_services-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_support-header {
	background-image: url(images/support/main-content_support-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_contactus-header {
	background-image: url(images/contactus/main-content_contactus-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_privacy-header {
	background-image: url(images/privacy/main-content_privacy-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_copyright-header {
	background-image: url(images/copyright/main-content_copyright-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

#main-content_sitemap-header {
	background-image: url(images/sitemap/main-content_sitemap-header.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 24px;
	margin-top: 26px;
	margin-left: 24px;
}

/*Styles and Properties for Main Content Section Texts of Website*/
p.main-content {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 28px;
	margin-right: 65px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

p.main-content_about-management {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-left: 168px;
	margin-right: 60px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

p.main-content_about-clients {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 28px;
	margin-right: 216px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

p.main-content_products {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 28px;
	margin-right: 209px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

p.main-content_products-wa {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 28px;
	margin-right: 252px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

p.main-content_products-ws {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 28px;
	margin-right: 209px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

p.main-content_products-wh {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 28px;
	margin-right: 250px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

.main-content_products-wh {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 28px;
	margin-right: 65px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

p.main-content_support {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 28px;
	margin-right: 257px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

p.main-content_sitemap {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-left: 50px;
	margin-right: 65px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}

/*Styles and Properties of Images in Main Content Sections*/
#main-content_about-management_img1 {
	width: 217px;
	height: 200px;
	padding-left: 25px;
	margin-top: -394px;
}

#main-content_about-management_img2 {
	width: 217px;
	height: 200px;
	padding-left: 25px;
	margin-top: 52px;
}

#main-content_about-clients_img1 {
	width: 118px;
	height: 150px;
	padding-left: 422px;
	margin-top: -1008px;
}

#main-content_about-clients_img2 {
	width: 118px;
	height: 150px;
	padding-left: 422px;
	margin-top: 102px;
}

#main-content_about-clients_img3 {
	width: 118px;
	height: 150px;
	padding-left: 422px;
	margin-top: 66px;
}

#main-content_about-clients_img4 {
	width: 118px;
	height: 150px;
	padding-left: 422px;
	margin-top: 67px;
}

#main-content_about-clients_img5 {
	width: 118px;
	height: 150px;
	padding-left: 422px;
	margin-top: 48px;
}

#main-content_products_img1 {
	width: 118px;
	height: 150px;
	padding-left: 422px;
	margin-top: -648px;
}

#main-content_products_img2 {
	width: 118px;
	height: 150px;
	padding-left: 422px;
	margin-top: 156px;
}

#main-content_products_img3 {
	width: 118px;
	height: 150px;
	padding-left: 422px;
	margin-top: 48px;
}

#main-content_products-wa_img1 {
	width: 217px;
	height: 209px;
	padding-left: 380px;
	margin-top: -738px;
}

#main-content_products-wa_img2 {
	width: 217px;
	height: 209px;
	padding-left: 380px;
	margin-top: 133px;
}

#main-content_products-wa_img3 {
	width: 230px;
	height: 252px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 185px;
}

#main-content_products-ws_img1 {
	width: 217px;
	height: 209px;
	padding-left: 92px;
	margin-top: 50px;
}

#main-content_products-ws_img2 {
	width: 217px;
	height: 209px;
	padding-left: 309px;
	margin-top: -209px;
}

#main-content_products-ws_img3 {
	width: 217px;
	height: 209px;
	padding-left: 92px;
	margin-top: 0px;
}

#main-content_products-ws_img4 {
	width: 217px;
	height: 209px;
	padding-left: 309px;
	margin-top: -209px;
}

#main-content_products-wh_img1 {
	width: 217px;
	height: 209px;
	padding-left: 380px;
	margin-top: -809px;
}

#main-content_products-wh_img2 {
	width: 217px;
	height: 209px;
	padding-left: 380px;
	margin-top: 96px;
}

#main-content_products-wh_img3 {
	width: 217px;
	height: 209px;
	padding-left: 380px;
	margin-top: 97px;
}

#main-content_support_img {
	width: 217px;
	height: 200px;
	padding-left: 370px;
	margin-top: -159px;
}

#main-content_contactus_img {
	width: 217px;
	height: 200px;
	padding-left: 370px;
	margin-top: -141px;
}

/*Styles and Properties of Text Sections for Main Content images*/
#main-content_products-wa_img1_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 419px;
	margin-top: -777px;
}

#main-content_products-wa_img2_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 417px;
	margin-top: 324px;
}

/*Style and Property of AcTex-II Camera Icon*/
#main-content_products-wa_img2_icon {
	margin-left: 56px;
	margin-top: 3px;
}

#main-content_products-ws_img1_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 165px;
	margin-top: -435px;
}

#main-content_products-ws_img2_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 379px;
	margin-top: -17px;
}

#main-content_products-ws_img3_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 140px;
	margin-top: 416px;
}

#main-content_products-ws_img4_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 378px;
	margin-top: -18px;
}

.main-content_products-ws_img4_text {
	margin-left: -35px;
}

#main-content_products-wh_img1_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 468px;
	margin-top: -610px;
}

#main-content_products-wh_img2_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 468px;
	margin-top: 287px;
}

#main-content_products-wh_img3_text {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 444px;
	margin-top: 287px;
}

.main-content_products-wh_img3_text {
	margin-left: 8px;
}

/*Styles and Properties for Main Content Section Texts of Website (Sub-Headers)*/
.sub-header_small {
 	font-weight: bold;
}

.text-highlight { /*Update spacing in Privacy and Copyright pages*/
 	font-weight: bold;
}

/*Styles and Properties for Sub-Header Background images (for 12px font sizes)*/
#sub-header_bkg_aboutus {
	background-image: url(images/aboutUs/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 466px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: -704px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_about-clients1 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: -1071px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_about-clients2 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 224px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_about-clients3 { /*Update Sub-Header Bkg position (Move Up)*/
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 188px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_about-clients4 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 188px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_about-clients5 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 170px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_about-management1 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: -492px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_about-management2 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 224px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_products1 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: -1502px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_products2 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 170px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_products3 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 152px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_products4 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 152px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_products5 {
	background-image: url(images/products/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 392px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 224px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_products6 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 278px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_products7 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 170px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_services1 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: -1030px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_services2 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 206px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_services3 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 98px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_services4 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 98px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_services5 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 242px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_privacy1 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 377px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: -596px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_privacy2 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 377px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 80px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_privacy3 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 377px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 278px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_copyright1 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 377px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: -596px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_copyright2 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 377px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 80px;
	text-indent: 4px;
	line-height: 22px;
}

#sub-header_bkg_copyright3 {
	background-image: url(images/sub-header_bkg.jpg);
	background-repeat: no-repeat;
	width: 377px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 278px;
	text-indent: 4px;
	line-height: 22px;
}

/*Styles and Properties for Main Content Section Texts of Website (Positioning of Other Text Sections)*/
.text-positioning_aboutus {
	margin-left: 50px;
}

.text-positioning_products-ws li {
	font-size: 12px;
	margin-left: 50px;
}

.text-positioning_services li {
	font-size: 12px;
	margin-left: 50px;
}

.text-positioning_services_2 {
	margin-left: 3px;
}

.text-positioning_sitemap li {
	font-size: 12px;
	margin-left: 75px;
}

/*Styles and Properties for Footer Section of Website*/
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 487px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_whatsnew {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 603px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_aboutus {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 855px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_about-clients {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 1242px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_about-management {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 601px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_products {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 1839px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_products-wa {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 1351px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_products-ws {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 1081px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_products-wh {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 1048px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_services {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 1253px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_privacy {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 963px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_copyright {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 963px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#footer_sitemap {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: center bottom;
	position: absolute;
	width: 770px;
	height: 23px;
	margin-top: 632px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

/*Styles and Properties of Footer Links*/
.footer a:link {
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footer a:visited {
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footer a:hover {
	color: #66CCFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.footer a:active {
	background-color: #000033;
	color: #66CCFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#current-page-highlight_footer {
	color: #66CCFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
