* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

H1	{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

H2, caption	{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}

H3	{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

H4	{
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

p {
	line-height: 1.4em;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

p a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#leftAbout form {
	margin-left: 20px;
	margin-top: 20px;	
}

#search form {
	
}

#leftAbout form p {
	margin-bottom: 5px;
}



#leftAbout input, #leftAbout textarea, #leftAbout select {
	font-size: 1em;
	color: #58595B;
	position: absolute;
	left: 150px;
	width: 180px;
}

#search input {
	width: 140px;
	border: none;
}

#leftAbout input.button, #search input.button {
	width: 60px;
	height: 20px;
	background-image: url(../images/buttonBackground.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
}

#search input.button {
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	background-color: #000;	
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 970px;
	max-width: 970px;
	position: absolute;
	left: 50%;
	margin-left: -485px;
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*****  header  *****/

#address, #header {
	width: 970px;
	padding: 0px;
	margin: 0px;
	height: 30px;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#header {
	height: 150px;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#search {
	width: 210px;
	height: 32px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

.nav {
	font-family: arial, sans-serif; 
	width: 500px;
	position: relative; 
	font-size: 1em;
	font-weight: bold;
	margin-left:10px;
}
.nav ul li a, .nav ul li a:visited {
	display: block;
	text-decoration: none;
	width: auto;
	height: 25px;
	line-height: 1em;
	font-size: 1em;
	padding-top: 8px;
	overflow: hidden;
	text-indent: 10px;
	color: #999999;
}
.nav ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.nav ul li {
	float: left;
	position: relative;
	margin-right: 3px;
}

.nav ul li ul {
	display: none;
}

/* specific to non IE browsers */
.nav ul li:hover a, .nav ul li#current {
	color: #000;
}

.nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 170px;
	color: #000000;
	background-color: #EAEAEA;
	padding-bottom: 10px;
}

.nav ul li:hover ul li:hover a.hide {
	color:#000;
}

.nav ul li:hover ul li {
	width: 170px;
}

.nav ul li:hover ul li a {
	display: block;
	color: #999999;
	text-align: left;
	height: auto;
}

.left {
	margin-left: 10px;
}
html*.nav ul li:hover ul li a {
	]width: 170px;
}

.nav ul li:hover ul li a:hover {
	color: #000;
}

/*****  main content  *****/

#content {
	width: 970px;
	clear: both;
	margin: 0px;
	padding: 0px;

}

#flash {
	width: 970px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#left_holder {
	float: left;
	width: 595px;
	height: 100%;
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#left, #leftAbout {
	float: left;
	width: 595px;	
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
}

#leftBottom {
	float: left;
	width: 595px;
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;
}

*html #wrap, #left { /*IE only. */
	height: 100%;
}

.pic {
	background-color: #FFFFFF;
	position: relative;
	width: 200px;
}

.pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.pic a img {
	border: 0;
}

.pic a.p1, .pic a.p1:visited {
	display: block;
	left: 0;
	top: 0;
}

.pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 200px;
	left: 200px;
	position: absolute;
	top: -60px;
	width: 150px;
}


#right {
	width: 366px;
	float: left;
	background-color: #FFF;
	padding-left: 5px;
}

#right1, #right2, #right3 {
	width: 366px;
	margin-bottom: 5px;
}

#rightProduct, #rightProductSpec {
	width: 366px;
	margin-bottom: 5px;
	height: auto;	
}

#rightProductSpec {
	background-color: #F2F2F2;
}


#right1 {
	background-image:url(../images/products_background.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 130px;
}

#right2 {
	background-image:url(../images/services_background.jpg);
	background-repeat: no-repeat;
	height: 130px;
}

#right3 {
	margin-bottom: 0px;
	background-image: url(../images/contact_background.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 130px;
}
#right4 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 366px;
	height: 5px;
}

#rightMaintenance {
	width: 366px;
	height: 390px;
	padding-bottom: 5px;
}

/*****  footer  *****/

#footer {
	width: 970px;
	height: 68px;
	clear: both;
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/***********************************************/
/* header styles                               */
/***********************************************/

#address h3 {
	margin-left: 20px;
	line-height: 30px;
	font-weight: bold;
}

#header p {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}




.logo {
	margin-top: 32px;
}



/***********************************************/
/* content styles                              */
/***********************************************/

#leftAbout h1, #flash h1, .leftAboutProductName {
	color: #000;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 1.6em;
	font-weight: normal;
}

#leftAbout h1 {
	font-weight: normal;
}

#leftAbout a:hover {
	color: #1DB200;
}

#flash h1 {
	color: #333333;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.breadcrumbActive {
	color: #888888;
}

.leftAboutProductName {
	text-transform: none;
	color: #333333;
}

#left h2, #leftAbout h2 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	line-height: 1.8em;
	text-align: justify;
}

#leftAbout h2 {
	color: #58595B;
}

#leftAbout h2.categoryHeader {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#leftAbout h2.categorySub {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	padding-left: 10px;
}

#leftAbout h2.category {
	padding-left: 20px;
	margin-top: 0px;
}

#leftAbout h2.productSub {
	padding-left: 30px;
	margin-top: 0px;
}

#leftAbout h2.top {
	right: 0px;
	text-align: right;
}

#leftAbout h2.imageFeatured {
	width: 250px;	
	margin-top: 0px;
	padding-left: 10px;

}

#leftAbout a {
	color: #0099FF;
}

li.recruit {
	color: #0099FF;	
	margin-left: 35px;
	margin-top: 10px;
}

#officeAddress, #officeAddress1, #officeTel, #officeFax, #officeEmail {
	width: 250px;
	float: left;
	display: block;
	left: 83px;
	position: absolute;
	height: 120px;
	top: 273px;
	color: #58595B;
}

#officeAddress1 {
	left: 243px
}

#officeTel, #officeFax, #officeEmail {
	top: 397px;
	height: 25px;
}

#officeFax {
	top: 423px;
}

#officeEmail {
	top: 454px;
}

.copyDivider {
	width: 580px;
	margin-left: 10px;
	margin-bottom: -10px;	
}

#right1 h1, #right2 h1, #right3 h1, #right1 h2, #right2 h2, #right3 h2 {
	color: #FFFFFF;
	padding-left: 185px;
	font-size: 1.8em;
	padding-top: 5px;
	font-weight: normal;
}

#right1 h2, #right2 h2, #right3 h2, #right1 h2 a, #right2 h2 a, #right3 h2 a {
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 0px;
}

#right3 h2 {
	color: #000000;
}

.call {
	font-size: 2em;
	color: #FFFFFF;
	padding-left: 185px;
	font-weight: bold;
	line-height: 0.5em;
}

form p {
	color: #58595B;
	height: 20px;
}

#rightProductSpec a {
	color: #0099FF;
	margin-left: 10px;
}

#rightProductSpec h1 {
	line-height: 2em;
	margin-left: 10px;
	font-weight: normal;
}

#rightProductSpec h2 {
	margin-left: 10px;
	margin-top: 2px;
}

/***********************************************/
/* footer styles                               */
/***********************************************/

#footer p {
	margin-left: 20px;
	line-height: 3em;
}

#footer p a {
	color: #FFFFFF;
	font-size: 1em;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 3em;
}

#footer h2 {
	font-size: 0.8em;
	margin-top: 10px;
	margin-left: 20px;
}
