@charset "UTF-8";
/* BIOSERV Environmental created May 2009 */

body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: url(img/bg_main.png) repeat-x #a2c333;
	margin: 0;
	padding: 0;
	color: #000;
}
#containerMain { 
	width: 950px;
	height: auto;
	margin: 0 auto; 
	text-align: left;
	background: url(img/bg_shadow.png) repeat-y;
} 
#contentMain {
	width: auto;
	height: auto;
	margin: 0 15px 0 285px;
	padding: 0;
	background: url(img/bg_shadowTop.png) no-repeat top;
} 
#contentText {
	width: auto;
	height: auto;
	padding: 15px 20px 15px 5px;
}
#testimonials {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	background-image: url(img/bg_testimonials.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: #676767;
	color: #ffffff;
}
#footer { 
	width: 650px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0 0 300px;
	text-align: left;
	background: url(img/bg_footer.png) no-repeat top;
	font-size: 10px;
	color: #666666;
} 
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	height: inherit;
	margin: 0;
	padding: 0 0 0 25px;
}
#sidebarLogo {
	float: left;
	width: 260px;
	height: auto;
	margin: 0;
	padding: 0;
}
#sidebarTop {
	float: left;
	width: 260px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(img/bg_sidebarTop.png) no-repeat top;
}
#sidebarText {
	float: left;
	width: 210px;
	height: auto;
	margin: 0;
	padding: 25px;
	background: url(img/bg_sidebar.png) repeat-y;
	color: #666;
}
#sidebarBtm {
	float: left;
	width: 130px;
	height: 20px;
	margin: 0;
	padding: 15px 60px 0 70px;
	background: url(img/bg_sidebarBtm.png) no-repeat top;
}

/* Navigation */

#nav {
	width: 630px;
	height: 50px;
	padding: 0 0 0 20px;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
}
#nav #current{
	background: url(img/tab_over.png) no-repeat center;
}
#nav #current a{
	background: url(img/tab_over.png) no-repeat center;
	color: #ba1319;
}
#nav ul {
	padding: 0;
	list-style: none;
	margin: 0;	
}
#nav li {
    float: left;
    margin: 0;
    padding:0;
}
#nav li a {
	height: 50px;
	line-height: 50px;
	width: auto;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 0 10px;
}
#nav li a: link {
	color: #666666;
}
#nav li a: visited {
	color: #999999;
}
#nav li a:hover {
	color: #999999;
}

/* Text */

h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	color: #a2c333;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	color: #666666;
}
h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	color: #ba1319;
	margin: 0 0 10px 0;
}
h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0 0 20px 0;
}
.whiteTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
p.top{
	margin-top: 0px;
}
ul{
	list-style-image: url(img/arrow.jpg);
	line-height: 20px;
}

/*  Links  */

#testimonials a:link {
	text-decoration: underline;
	color: #fff;
}
#testimonials a:visited {
	text-decoration: none;
	color: #fff;
}
#testimonials a:hover {
	text-decoration: none;
	color: #fff;
}
#testimonials a:active {
	text-decoration: underline;
	color: #fff;
}

a:link {
	text-decoration: none;
	color: #ba1319;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #ba1319;
}
a:active {
	text-decoration: none;
	color: #ba1319;
}


/* Images */

img {
    border: none;
}
img.floatLeft {
	float: left;
	margin: 0 10px 0 0 ;
}

img.floaRight {
	float: right;
	margin: 0px ;
}

/* Tables */

#tb {
	margin: 0;
    border: 1px solid #fff;
	border-collapse: collapse;
}

/* Forms */

.input {
    border: 1px solid #999;
	width: 250px;
	padding: 5px 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
}
.inputTextField {
    border: 1px solid #999;
	width: 250px;
	padding: 5px 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
}
.btnSumbit {
	width: 85px;
	height: 30px;
	padding: 0;
	margin:: 0;
	background: url(img/btnForm.png) top center no-repeat;
	display: block;
	color: #FFF;
	border: none;
}