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

html, body {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 0px;
	background-color: #333333;
	background-image: url(images/backg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}

a.textlink:link {color: #FFF; text-decoration: none;}
a.textlink:visited {color: #FFF; text-decoration: none;}
a.textlink:hover {color: #09F; text-decoration: none;}
a.textlink:active {color: #FFF; text-decoration: none;}

a.main:link {color: #000; text-decoration: none;}
a.main:visited {color: #000; text-decoration: none;}
a.main:hover {color: #FFF; text-decoration: none; background-color: #333;}
a.main:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#content-middle a:link {color: #000; text-decoration: none; background-color:#E6E6E6}
#content-middle a:visited {color: #000; text-decoration: none; background-color:#E6E6E6}
#content-middle a:hover {color: #FFF; text-decoration: none; background-color: #666;}
#content-middle a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.img-align-centre {
	margin-left: auto;
	margin-right: auto;
	vertical-align: baseline;
	display: block;
	text-align: center;
}

.align-top {
	padding-bottom: 5px;
	vertical-align: top;
	}

#page-container {
	width: 940px;
	margin: auto;
	height: 100%;
	}
	
#logo {
	padding-top: 7px;
	height: 70px;
	}
	
#menu {height: 311px;}

#menulogin {height: 40px;}

#content {
	width: 940px;
	height: auto;
	overflow: hidden;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#content-left {
	width: 217px;
	float: left;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#callus {
	background-image: url(images/top-left-col.jpg);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-top: 40px;
	height: 50px;
}

#testimonials {padding-top: 5px;}

#content-middle {
	float: left;
	width: 704px;
	padding-left: 11px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;	
}

#content-footer {
	clear: both;
	background-color: #FFF;
	padding-bottom: 10px;
}

#content-footer-left {
	float: left;
	padding-left: 8px;
	width: 217px;
	padding-bottom: 5px;
}

#content-footer-middle {
	float: left;
	width: 460px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#content-footer-right {
	float: right;
	width: 240px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#footer {
	clear: both;
	padding-top: 7px;
	height: 80px;
	background-image: url(images/footerbg.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align: left;
	color: #FFF;
}
