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


/*CSS RESET*/

body,dl,dt,dd,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}

td{
	border: 1px solid #FFFFFF;	
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ededee;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style-image: none;
}
caption,th {
	text-align:left;
}
h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

h1{
	font-size: 18px;
	margin-top: 15px;
	
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*END CSS RESET*/



/*Main*/

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#header {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 100px;
}


#logo {
	height: 70px;
	width: 70px;
	position: absolute;
	display: block;
	margin-top: 20px;
	margin-left: 25px;
}





/*Navigation*/
#nav{
	position: absolute;
	padding: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	width: 700px;
}

#nav ul {
	width: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#nav ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	
}
#nav ul li a{
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-weight: bold;
}
#nav ul li a:hover {
	padding: 0px;
	color: #cff355;
	text-decoration: none;
}

#nav .selected {
	padding: 0px;
	color: #cff355;
	text-decoration: none;
	font-weight: bold;
}


/*End Navigation*/











/*Pages*/

.company_profile {
	background-image: url(images/company_profile.gif);
	background-repeat: no-repeat;
	height: 442px;
}

#company_text {
	margin-top: 20px;
	margin-left: 50px;
	width: 480px;
	float: left;
}
#industry_text {
	margin-top: 20px;
	margin-left: 50px;
	width: 480px;
	float: left;
}
.green_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96bf0d;
	margin-bottom: 15px;
	margin-top: 15px;
}




.homepage_bg {
	background-image: url(images/homepage_bg.gif);
	background-repeat: no-repeat;
	height: 442px;
}



/*End General Classes*/
.industry_bg {
	background-image: url(images/industry_bg.gif);
	background-repeat: no-repeat;
	height: 590px;
}

#home_text {
	margin-top: 20px;
	margin-left: 50px;
	width: 472px;
	float: left;
}
#contact_text {
	margin-top: 20px;
	margin-left: 0px;
	width: 26%;
	float: left;
}

#home_sidebar {
	float: left;
	width: 247px;
	margin-top: 35px;
	text-align: right;
}
#header_homepage {
	text-align: center;
}

#home_sidebar img {
	margin-top: 3px;
	margin-bottom: 3px;
}
#company_sidebar {
	float: right;
	width: 220px;
	margin-top: -5px;
	margin-right: 10px;
}
#industry_sidebar {
	float: right;
	margin-top: 200px;
	margin-right: 5px;
}
#tech_sidebar {
	padding: 0px;
	position: absolute;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 550px;
	margin-top: -376px;
}

/*End Footer*/





/*General Classes*/
.clear {
	clear: both;
}

#content {
	line-height: 18px;
	background-image: url(images/bg_all.gif);
	background-repeat: repeat-y;
	width: auto;
}
.link1 {
	color: #96bf0d;
	text-decoration: none;
}
.map_bg {
	background-image: url(images/map2.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 150px;
}
.h22 {
	line-height: 22px;
}



/*PRODUCTS*/
#products_left {
	margin-top: 20px;
	margin-left: 50px;
	width: 200px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96bf0d;
}
#products_left p {
	padding-right: 15px;
}


#products_left ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#products_left ul li{
	margin: 0px;
	padding: 0px;
}
#products_left ul li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
	line-height: 28px;
}
#products_right {
	float: right;
	margin-top: 35px;
	padding-right: 10px;
	padding-left: 15px;
	width: 500px;
}
#products_right p {
	padding-right: 20px;
}
#products_left   .selected2    {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #96bf0d;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
	line-height: 28px;
}
#products_right ul {
	padding-right: 20px;
	list-style-type: disc;
}
#products_right td {
	list-style-type: disc;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#products_right tr {
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
}

.table_greenbg {
	background-color: #8cc63e;
	color: #FFFFFF;
	font-weight: bold;
}

.table_greybg {
	background-color: #6d6e71;
	font-weight: bold;
	color: #FFFFFF;
}
.table_cell_left {
	background-color: #dcdddf;
}
.table_cell_right {
	background-color: #f2f8e9;
}
#wide_table {
	clear: both;
}
#wide_table td {
	list-style-type: disc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
#wide_table tr {
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
}







/*End Pages*/





/*Footer*/
#footer {
	text-align: center;
	color: #999999;
	background-image: url(images/bg_bottom_page.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 35px;
}
#footer a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#calculator {
	margin-left: -25px;
}

#flags {
margin-left:713px;
margin-top:17px;
position:absolute;
}
