@charset "UTF-8";
/* CSS Document */

/* Main parameters */
body {
	margin-top: 15px;
	background-color: #ffffff;
}

/* Define outer box size */
.wrapper {
	width:800px;
	border:0px;
}

/* Define left hand side column with menu */
.menucol {
	width:150px;
	border:0px;
	z-index:3;
	background-color:#D1D3D4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#79C8BB;
	text-align:left;
}

/* Define central column with text */
.textcol {
	width:370px;
	border:0px;
	z-index:3;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#79C8BB;
	text-align:left;
	margin-right:5px;
	margin-left:50px;
	margin-top:5px;	
}
.textcol p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58595B;
}
.textcol ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58595B;
}
.textcol h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#00A389;
}
.textcol h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00A389;
}
.textcol a:link {
	color:#58595B;
	text-decoration:none;
}
.textcol a:visited {
	color:#58595B;
	text-decoration:none;
}
.textcol a:hover {
	color:#58595B;
	text-decoration:underline;
}


/* Define right hand side column with pictures and testimonials */
.pictcol {
	width:260px;
	border:0px;
}

/* Define a vertical spacer between columns */
.colspc {
	width:10px;
	border:0px;
}

/* Define top banner */
.topbann {
	width:800px;
	height:135px;
	z-index:1;
	background-image:url(imagelib/top.jpg);
}

/* Define a horizontal spacer under green links line */
.whtspc {
	width:800px;
	height:5px;
	z-index:1;
}

/* Define green links line */
.glink {
	width:800px;
	height:25px;
	z-index:1;
	background-color:#00A389;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#79C8BB;
	text-align:right;
}
.glink a:link {
	color:#79C8BB;
	text-decoration:none;
}
.glink a:visited {
	color:#79C8BB;
	text-decoration:none;
}
.glink a:hover {
	color:#79C8BB;
	text-decoration:underline;
}

/* Define green spacer under pictures */
.gtest {
	width:260px;
	height:5px;
	background-color:#00A389;	
	z-index:1;
}

/* Define white spacer under pictures */
.wtest {
	width:260px;
	height:10px;
	background-color:#FFFFFF;	
	z-index:1;
}

/* Define green testimonial header under pictures */
.thdr {
	width:260px;
	height:10px;
	background-color:#00A389;	
	z-index:1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#FFFFFF;
}

/* Define testimonial body under pictures */
.tbdy {
	width:260px;
	height:75px;
	background-color:#FFFFFF;	
	z-index:1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#58595B;
}
.tbdy p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#58595B;
}

/* Define footer */
.ft {
	color:#D1D3D4;
	background-color:#FFFFFF;
	width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	
}
/* Define footer */
.ftreg {
	color:#D1D3D4;
	background-color:#FFFFFF;
	width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	
}
