@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size: 10px;
	background-color: white;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

.container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

.wrapper {
	float: left;
	width: 1000px;
	display: inline;
}

.breaker {
	width: 1000px;
	clear: left;
	float: left;
}

.top {
	width: 1000px;
	height: 145px;
	clear: left;
	float: left;
	background-image: url('topper.jpg');
	background-repeat: no-repeat;
}

.toptext1 {
	width: 770px;
	height: 145px;
	float: left;
}

.toptext2{
	width: 230px;
	height: 145px;
	float: left;
}

img {border: 0;}

.menu {
	width: 785px;
	height: 45px;
	float: left;
	margin-top: 0;
}

.menu span {
	display: none;
	margin: 0;
}

.menu1 {
	width: 67px;
	height: 45px;
	float: left;
	display: inline;
}

.menu1 a {
	display: block;
	width: 67px;
	height: 45px;
	background-image: url('menu.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.menu1 a:hover {
	background-position: -785px 0;
}

.menu2 {
	width: 165px;
	height: 45px;
	float: left;
	display: inline;
}

.menu2 a {
	display: block;
	width: 165px;
	height: 45px;
	background-image: url('menu.jpg');
	background-position: -67px 0;
	background-repeat: no-repeat;
}

.menu2 a:hover {
	background-position: -852px 0;
}

.menu3 {
	width: 139px;
	height: 45px;
	float: left;
	display: inline;
}

.menu3 a {
	display: block;
	width: 139px;
	height: 45px;
	background-image: url('menu.jpg');
	background-position: -232px 0;
	background-repeat: no-repeat;
}

.menu3 a:hover {
	background-position: -1017px 0;
}

.menu4 {
	width: 98px;
	height: 45px;
	float: left;
	display: inline;
}

.menu4 a {
	display: block;
	width: 98px;
	height: 45px;
	background-image: url('menu.jpg');
	background-position: -371px 0;
	background-repeat: no-repeat;
}

.menu4 a:hover {
	background-position: -1156px 0;
}

.menu5 {
	width: 108px;
	height: 45px;
	float: left;
	display: inline;
}

.menu5 a {
	display: block;
	width: 108px;
	height: 45px;
	background-image: url('menu.jpg');
	background-position: -469px 0;
	background-repeat: no-repeat;
}

.menu5 a:hover {
	background-position: -1254px 0;
}

.menu6 {
	width: 50px;
	height: 45px;
	float: left;
	display: inline;
}

.menu6 a {
	display: block;
	width: 50px;
	height: 45px;
	background-image: url('menu.jpg');
	background-position: -577px 0;
	background-repeat: no-repeat;
}

.menu6 a:hover {
	background-position: -1362px 0;
}

.menu7 {
	width: 53px;
	height: 45px;
	float: left;
	display: inline;
}

.menu7 a {
	display: block;
	width: 53px;
	height: 45px;
	background-image: url('menu.jpg');
	background-position: -627px 0;
	background-repeat: no-repeat;
}

.menu7 a:hover {
	background-position: -1412px 0;
}

.menu8 {
	width: 105px;
	height: 45px;
	float: left;
	display: inline;
}

.menu8 a {
	display: block;
	width: 105px;
	height: 45px;
	background-image: url('menu.jpg');
	background-position: -680px 0;
	background-repeat: no-repeat;
}

.menu8 a:hover {
	background-position: -1465px 0;
}

.left {
	width: 695px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 20px;
}

.text {
	width: 630px;
	margin-left: 20px;
	float: left;
	display: inline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(37,37,37);
	line-height: 25px;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(37,37,37);
	line-height: 25px;
	list-style:square;
}

ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(37,37,37);
	line-height: 25px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(37,37,37);
	line-height: 25px;
}

p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(37,37,37);
}

p.red {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(144,12,14);
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	}
	

a:link, a:visited {
	color: rgb(144,12,14);
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

.footer a:link, .footer a:visited {
	color: white;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: rgb(144,12,14);
	text-decoration: underline;
}


h1 {
	font-family: helvetica;
	font-size: 20px;
	color: rgb(144,12,14);
}

h2 {
	font-family: helvetica;
	font-size: 15px;
	color: rgb(144,12,14);
}

.footer {
	width: 100%;
	height: 200px;
	float: left;
	clear: left;
	margin-top: 45px;
	background-color: #999999;
}

.footercontainer {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

.footerwrapper {
	float: left;
	width: 950px;
	display: inline;
}

.testimonial {
	width: 680px;
	float: left;
	clear: left;
	background-color: #ebebeb;
}

.testimonial p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: rgb(99,99,99);
	line-height: 34px;
}

.testimonial p.small {
	font-size: 12pt;
	font-style: italic;
	color: #999999;
	margin-top: -20px;
}

.right {
	width: 270px;
	float: left;
	display: inline;
	margin-top: 30px;
	margin-left: 10px;
}

.rightitem {
	width: 270px;
	float: left;
	display: inline;
	margin-top: 20px;
}


.inputBox1 {

	font: normal 14px Arial, Helvetica, sans-serif, Tahoma;

	color: #000000;

	border: thin solid #CCCCCC;

	width: 350px;

}
