/* CSS Document */
body {
	scrollbar-arrow-color:#FFF;
	scrollbar-face-color:#9CCE63;
	scrollbar-shadow-color: #E1F0D0;
	scrollbar-highlight-color: #FFF;
    scrollbar-track-color: #E1F0D0; 
	margin: 0;
	padding: 0;
	background: #333;
	font-size:0px;
	behavior: url(csshover.htc);
}


#bg_home_top {
	background-image:url(images/bg_home_top.gif);
	background-repeat:repeat-x;
}

#bg_top {
	background-image:url(images/bg_top.gif);
	background-repeat:repeat-x;
}

#header {
	margin: 0;
	padding: 0;
	background-color:#9CCE63;
}

#home_pic {
	margin:0;
	padding: 1px 0 10px 0;
	
}

/* Contact sub content */

#address {
	margin-top: 0;
	padding:0 0 0 5px;
}

#address_left {
	margin:0;
	padding:10px 0 0 5px;
	float:left;
}

#address_right {
	margin: 10px 0 0 10px;
	padding:0;
	float:left;
}

/*---Contact Page Form---*/

label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333;
}

input, textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #BBB;
}

select {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #BBB;
	width:179px;
}

.btn {
	background-color:#E1F0D0;
}

/*--Product Download Pages--*/
#left_column {
	float: left;
	width: 370px;
	padding:0 15px 0 0;
}


#right_column {
	float: left;
	width: 145px;
	border-left: 1px solid #DDD;
	padding:0 0 0 15px;
}

/*---Why do business with us---*/

#quote {
	width:180px;
	float:right;
	margin: 0 0 12px 12px;
	padding:0;
}

#quote p {
	font-style:italic;
	font-weight: normal;
	font-size:14px;
	color:#666;
	line-height:30px;
	text-align: center;
	margin:0;
	padding:0;
}

#quote i {
	font-weight:bold;
	font-size:10px;
}

blockquote {
  background: transparent url(images/quotes_left.gif) left top no-repeat;
}
blockquote div {
  background: transparent url(images/quotes_right.gif) right bottom no-repeat;
}

/*---image caption---*/

.imagecontainerleft {
    float: left;
    width: auto;
    margin: 5px;
	font-style:italic;
    font-size: 9px;
    text-align: left;
}

.imagecontainerright {
    float: right;
    width: auto;
    margin: 0 5px 5px 15px;
	font-style:italic;
    font-size: 9px;
    text-align: left;
}

.imagebox {
    border: 1px solid #CCC;
    padding: 3px;
    width: auto;
}

.captionbox {
    margin: 3px;
}

	
/*---Main Navigation---*/

#nav ul {
	list-style: none;
	width:760px;
	padding:0;
	margin:0;
}

#nav ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding:0;
	margin:0;
	/*width: 125px;*/
	background: #333;
}
			
#nav ul a:hover {
	color: #FFF;
	text-decoration: none;
	background: #3C3C3C;
}
			
#nav ul li {
	float: left;
	position: relative;
}
			
#nav ul li ul {
	list-style: none;
	position: absolute;
	left: 25px;
	top: 25px;
	display: none;
	width: 150px;
	border-top: 1px solid #FFF;
}

			
#nav ul li:hover ul { 
	display: block; 
}

#nav ul li ul li {
	width: 150px;
	height: auto;
	background-color:#333;
	padding:0;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#nav ul li ul li.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFF;
	padding:4px 2px;
	text-decoration: none;
	background-color:#333;
	background-image:none;
	width: auto;
	height: auto;
}

#nav ul li ul li.text a:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#9CCE63;
	background-image:none;
}
			
#nav ul li span {
	display: none;
}
			
ul li#home a { background: url(images/btn_home.gif) no-repeat; width:89px; height:25px;  }
ul li#about a { background: url(images/btn_about.gif) no-repeat; width:133px; height:25px; }
ul li#products a { background: url(images/btn_products.gif) no-repeat; width:131px; height:25px; }
ul li#services a { background: url(images/btn_services.gif) no-repeat; width:139px; height:25px; }
ul li#contact a { background: url(images/btn_contact.gif) no-repeat; width:150px; height:25px; }
ul li#sitemap a { background: url(images/btn_sitemap.gif) no-repeat; width:118px; height:25px; }

ul li#home a:hover { background: url(images/rollover_home.gif) no-repeat; }
ul li#about a:hover { background: url(images/rollover_about.gif) no-repeat; }
ul li#products a:hover { background: url(images/rollover_products.gif) no-repeat; }
ul li#services a:hover { background: url(images/rollover_services.gif) no-repeat; }
ul li#contact a:hover { background: url(images/rollover_contact.gif) no-repeat; }
ul li#sitemap a:hover { background: url(images/rollover_sitemap.gif) no-repeat; }



/*---Content Area---*/

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#29303B;
	line-height:18px;
	padding: 22px 0 50px 25px;
}

#content strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333;
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#333;
	padding:0;
	margin:0;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0;
	margin:0;
}

#content a, a:link, a:visited, a:active {
	color:#7BB33E;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}

#content ul {
	list-style-type:none;
	margin: 0;
   	padding: 0 0 0 10px;
}
#content li {
	padding: 0;
}

#content img.thumb {
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 2px;
	float: left;
}

#content address {
	font-style: normal;

}

/* table */
#content table.tLine {
	background-color: #666;
	margin-bottom: 20px;
}

#content table.tLine td {
	background-color: #fff;

}

.p_no_margin {
	margin-top:0;
}

.p_first {
	padding-left: 10px;
}

.p_second {
	padding-left: 20px;
}

.p_bottom {
	padding-bottom: 25px;
}

.bullet_ul {
	margin: 0;
   	padding: 0;
}

.bullet_ul li{
	list-style-type:disc;
   	padding: 0;
	margin: 0 0 0 10px
} 

/*---Home Content Area---*/

#content_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#29303B;
	line-height:18px;
	padding: 0 15px 50px 25px;
}

#content_home strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

#content_home h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#333;
	padding:0;
	margin:0;
}

#content_home h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0;
	margin:0;
}

#content_home a, a:link, a:visited, a:active {
	color:#7BB33E;
	text-decoration:none;
	font-weight:bold;
}

#content_home a:hover {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}

/*---Sub Content---*/

#sub_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	margin: 0 5px 5px 5px;
	padding:0 0 50px 0;
	color:#29303B;
}

#sub_content strong {
	font-weight:bold;
	color:#666666;
}	

#sub_content ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#sub_content li {
	margin:0;
	padding: 0 0 0 16px;
	background: transparent url(images/small_star.gif) 4px 3px no-repeat; 
}

#sub_content h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
  	background:#666666;
  	padding:2px 0 2px 0;
	margin: 0 0 5px 0;
  	text-align:left;
	width: 189px; 
}

#sub_content h3 span {
	margin:0;
	padding: 2px 0 2px 5px;
}

#sub_content h3 a, a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}

#sub_content h3 a:hover {
	color:#999;
	text-decoration: none;
}

#sub_content img {
	margin:0;
	padding:1px 0 10px 0;
}			


#sub_content a, a:link, a:visited, a:active {
	color:#7BB33E;
	text-decoration:none;
	font-weight:bold;
}

#sub_content a:hover {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}

/*---Footer---*/

.footer {
	background-image:url(images/bg_bottom.gif);
	background-color:#333;
	width:100%;
	background-repeat:repeat-x;
}

#footer_inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	line-height:18px;
	text-align: center;
	margin:0;
	padding: 12px 0 12px 0;
}

#footer_inside a, a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
}

#footer_inside a:hover {
	color:#9CCE63;
	text-decoration:underline;
	font-weight: normal;
}
.BodyCopyHeaderLinkBox {
	height: 132px;
	width: 520px;
	background-color: #e6f3d9;
	border: 1px solid #999999;
	line-height:25px;
		font-size:14px;
	padding: 12px;
	list-style-position: outside;
	list-style-image: url(images/listBulletOnGreen.jpg);
}
.BodyCopyHeaderLinkBox a{
	height: 132px;
	width: 520px;
	font-size:14px;
	padding: 12px;
	list-style-position: outside;
	list-style-image: url(images/listBulletOnGreen.jpg);
	color: #88bb5c;
}
.BodyCopyHeaderLinkBoxH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #19934a;
	font-weight: bold;
	list-style-image: url(images/listBulletOnGreen.jpg);
	list-style-type: square;
	list-style-position: inside;
}

.greenBold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#88bb5c;

}
