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

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#212121;
	margin:0px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 193px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#menucontainer {
	height: 39px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.menu1 a {
	background-image:url(../images/menu1.jpg);
	width:80px;
	float: left;
	height: 39px;
}
.menu1 a:hover {
	background-image:url(../images/menu1.jpg);
	width:80px;
	float: left;
	height: 39px;
	background-position: 0px -39px;
}
.menu2 a {
	background-image:url(../images/menu2.jpg);
	width:113px;
	float: left;
	height: 39px;
}
.menu2 a:hover {
	background-image:url(../images/menu2.jpg);
	width:113px;
	float: left;
	height: 39px;
	background-position: 0px -39px;
}
.menu3 a {
	background-image:url(../images/menu3.jpg);
	width:137px;
	float: left;
	height: 39px;
}
.menu3 a:hover {
	background-image:url(../images/menu3.jpg);
	width:137px;
	float: left;
	height: 39px;
	background-position: 0px -39px;
}
.menu4 a {
	background-image:url(../images/menu4.jpg);
	width:113px;
	float: left;
	height: 39px;
}
.menu4 a:hover {
	background-image:url(../images/menu4.jpg);
	width:113px;
	float: left;
	height: 39px;
	background-position: 0px -39px;
}
.menu5 a {
	background-image:url(../images/menu5.jpg);
	width:56px;
	float: left;
	height: 39px;
}
.menu5 a:hover {
	background-image:url(../images/menu5.jpg);
	width:56px;
	float: left;
	height: 39px;
	background-position: 0px -39px;
}
.menu6 a {
	background-image:url(../images/menu6.jpg);
	width:101px;
	float: left;
	height: 39px;
}
.menu6 a:hover {
	background-image:url(../images/menu6.jpg);
	width:101px;
	float: left;
	height: 39px;
	background-position: 0px -39px;
}
.menu7 a {
	background-image:url(../images/menu7.jpg);
	width:100px;
	float: left;
	height: 39px;
}
.menu7 a:hover {
	background-image:url(../images/menu7.jpg);
	width:100px;
	float: left;
	height: 39px;
	background-position: 0px -39px;
}
#contentbg {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 126px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.testimonialboxtop {
	background-image: url(../images/testimonialboxtop.gif);
	height: 44px;
	width: 573px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.testimonialboxmid {
	background-image: url(../images/testimonialboxmid.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 503px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	overflow: hidden;
}
.testimonialboxbottom {
	background-image: url(../images/testimonialboxbottom.gif);
	height: 33px;
	width: 573px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}
.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #bcd0e4 url("../images/widget-table-bg.jpg") top left repeat-x;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.pretty-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}
a:hover { 
	color: #660000;
	text-decoration: none;
	}



