/* CSS Document */

#dhtmltooltip{
position: absolute;
/*width: 150px;*/
border: 1px solid black;
padding: 2px;
background-color: #FFFFFF;
visibility: hidden;
z-index:100;
text-align: center;
color:#4FAD26;
font-weight:bold;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.content {
	position: relative;
	height: 378px;
	width:	750px;
	z-index: 1;
	overflow: auto;
}

body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	margin-left: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_page.gif);
	background-position:top center;
	/*background-image: url(images/bg_colour.gif);*/
}

a:link {
	color:#4FAD26;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color:#4FAD26;
	text-decoration: none;
}

/* Products and Services Text Links */
#products{
	font-size:13px;
	color: #333333;
	font-weight:bold;

}
#products a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}

#products a:link {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
#products a:visited {
	color: #666666;
	text-decoration: none;
}
#products a:hover {
	color:#4FAD26;
	text-decoration: none;
}
#products a:active {
	color: #333333;
	text-decoration: none;
}


#services{
	font-size:13px;
	color: #333333;
	font-weight:bold;

}
#services a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}

#services a:link {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
#services a:visited {
	color: #666666;
	text-decoration: none;
}
#services a:hover {
	color:#4FAD26;
	text-decoration: none;
}
#services a:active {
	color: #333333;
	text-decoration: none;
}

.title {
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#4FAD26;
/* border-bottom: 1px solid  #e7e7e7;*/
}

.subtitle {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: #333333;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

.pallets {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color: #666666;
vertical-align:top;
}
.copyright {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
}

.img_border{
	border: 1px solid #000000;
	padding: 0 0 0 0;
}

.certified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}