@charset "utf-8";
body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
		padding: 0 15px 0 15px;
} 
 #header { 
	background-image:url(images/header_homeN.jpg);
	height:136px;
	background-repeat:no-repeat; 

} 

a:link {
color:#000000;
text-decoration:underline;
}

a:visited{
color:#000000;
text-decoration:underline;
}

a:HOVER {
color:#000000;
text-decoration:none;
}

a:active {
color:#000000;
text-decoration:underline;
}

/*HOME CONTENT*****************************/

#mainContent { 
  background-image:url(images/bg_home_content.jpg);
  width:734px;
  height:596px;
  background-repeat:no-repeat;
  float:left;
} 
#mainContentWhite { 
  background-color: #4FD5F0;
  background-image:url(images/bg_home.jpg);
  width:724px;
  height:610px;
  background-repeat:repeat-x;
  float:left;
} 

#hometext {
padding: 10px 10px 0px 20px;
   background-color:#4fd5f0;
   height:106px;
}

.tweet {
	width:250px;
margin:10px 0 10px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

div.tweet span.tweetdate {
display:block;
font-size:10px;
color:#a0ba48;
}

/*FOOTER*****************************/
#footer { 
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	color:#666666;
} 

#footer ul {
list-style:none;
padding: 30px 10px 0px 0px;
margin: 0px;
}

#footer li {
display:inline;
padding:5px;
}

#footer a:link {
color:#666666;
text-decoration:none;
}

#footer a:visited {
color:#666666;
text-decoration:none;
}

#footer a:HOVER {
color:#666666;
text-decoration:underline;
}

#footer a:active {
color:#666666;
text-decoration:none;
}

.copyright {
padding: 5px 10px 0px 0px;
}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 #sidebar1 {
   background-image:url(images/bg_home.jpg);
   background-repeat:repeat-x;
   background-color:#4fd5f0;
   float: right;
   width: 300px; 
   height: 610px;
   }

/*NEWS*****************************/

#news_box {
width: 295px; 
}

#news_top {
background-image:url(images/news_box_topN.png);
height:50px;
width: 295px; 
background-repeat:no-repeat;
float:left;
}

#news_middle {
background-image:url(images/news_box_middleN.png);
/*background-repeat:no-repeat;
background-image:url(images/news_box_bgN.png);*/
background-repeat:repeat-y;
width: 295px;
/*height:227px;*/
color:#FFFFFF;
float:left;
}
#news_middle_text{
	padding: 0px 20px 0px 20px;
	text-align:justify;
}

#news_bottom {
background-image:url(images/news_box_bottomN.png);
height:23px;
background-repeat:no-repeat;
width: 295px; 
float:left;
}

#news_box a:link {
color:#FFFFFF;
text-decoration:underline;
}

#news_box a:visited {
color:#FFFFFF;
text-decoration:underline;
}

#news_box a:HOVER {
color:#FFFFFF;
text-decoration:none;
}

#news_box a:active {
color:#FFFFFF;
text-decoration:underline;
}




/*PRODUCT****************************/

#product_box {
width: 295px;
}

#product_top{
background-image:url(images/product_box_topN.png);
height:50px;
background-repeat:no-repeat;
float:left;
width: 295px; 
}

#product_middle {
background-image:url(images/product_box_middleN.png);
height:227px;
background-repeat:no-repeat;
float:left;
width: 295px;
padding-left:15px;
}

#product_bottom {
background-image:url(images/product_box_bottomN.png);
height:22px;
background-repeat:no-repeat;
float:left;
width: 295px; 
}

#product_box  a:link {
color:#000000;
text-decoration:underline;
}

#product_box  a:visited {
color:#000000;
text-decoration:underline;
}

#product_box  a:HOVER {
color:#000000;
text-decoration:none;
}

#product_box  a:active {
color:#000000;
text-decoration:underline;
}


/*NAVIGATION****************************/

#nav {
width:854px;
float:right;
height:41px;
padding: 95px 0 0 0;
}

#home {
width:140px;
height:31px;
text-align:center;
padding: 10px 0 0 0;
float:left;
}

#home a:link {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#home a:visited {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#home a:HOVER {
color:#FFFFFF;
display:block;
text-decoration:underline;
width:140px;
height:31px;


}

#home a:active {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;


}

#producttour {
width:140px;
height:31px;
text-align:center;
padding: 10px 0 0 0;
float:left;

}

#producttour a:link {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#producttour a:visited {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#producttour a:HOVER {
color:#FFFFFF;
display:block;
text-decoration:underline;
width:140px;
height:31px;
}

#producttour a:active {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#downloads {
width:140px;
height:31px;
text-align:center;
padding: 10px 0 0 0;
float:left;

}

#downloads a:link {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#downloads a:visited {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#downloads a:HOVER {
color:#FFFFFF;
display:block;
text-decoration:underline;
width:140px;
height:31px;
}

#downloads a:active {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}


#management {
width:140px;
height:31px;
text-align:center;
padding: 10px 0 0 0;
float:left;

}

#management a:link {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#management a:visited {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#management  a:HOVER {
color:#FFFFFF;
display:block;
text-decoration:underline;
width:140px;
height:31px;
}

#management  a:active {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#news-events {
width:140px;
height:31px;
text-align:center;
padding: 10px 0 0 0;
float:left;

}

#news-events a:link {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#news-events a:visited {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#news-events a:HOVER {
color:#FFFFFF;
display:block;
text-decoration:underline;
width:140px;
height:31px;
}

#news-events a:active {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}


#contact {
width:140px;
height:31px;
text-align:center;
padding: 10px 0 0 0;
float:left;

}

#contact a:link {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#contact a:visited {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}

#contact a:HOVER {
color:#FFFFFF;
display:block;
text-decoration:underline;
width:140px;
height:31px;
}

#contact a:active {
color:#FFFFFF;
display:block;
text-decoration:none;
width:140px;
height:31px;

}


/*TEXT STYLES***********************/

.orange {
color:#FF9900;
font-weight:bold;
}

h1 {
font-size:18px;
}

.header {
padding: 0px 0px 0px 50px;
}

.larger {
font-size:14px;
}
/*SUB PAGES***********************/

#sub_content {
background-image:url(images/bg_sub.jpg);
background-repeat:no-repeat;
width:1024px;
float:left;
padding: 20px 0px 0px 0px;
}

#sub_box_top {
background-image:url(images/sub_box_top.jpg);
height:22px;
background-repeat:no-repeat;
}

#sub_box_middle {
background-image:url(images/sub_box_middle.jpg);
background-repeat:repeat;
padding: 0px 50px 0px 50px;
line-height:25px;
}

#sub_box_bottom {
background-image:url(images/sub_box_bottom.jpg);
height:29px;
background-repeat:no-repeat;

}

#sub_text {
padding: 0px 50px 0px 50px;

}

#sub_textPT {
padding:0px 15px 0px 15px;
}

.people {
float:left;
padding: 0px 20px 20px 0px;
}



li {
padding: 0px 0px 10px 0px;
margin: 0px;
line-height:20px;


}


.imgright {
float:right;
}
