@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
ul.list li {
	display: list-item;
}
ul.list {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 45px;
	line-height: 42px;
}
#footer {
	padding: 10px;
	height: 30px;
}
.p10 {
	padding: 10px;
}
body {
	background-color: #000;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#main {
	margin: 0px auto;
	width: 895px;
}
#header {
	padding: 10px;
	padding-left: 0px;
}
#content {
	background-image: url(../images/contentbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:775px;
}
.lightblack {
	color: #153450;
}
#slogan {
	background-image: url(../images/satisfaction.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
	padding: 35px 10px 25px 0px;
}
.ref {
	background-image: url(../images/getref.gif);
	background-repeat: no-repeat;
	width: 422px;
	height: 104px;
	text-align: center;
	display: block;
	padding-top: 10px;
}
.ref a:hover {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.fs14 {
	font-size: 14px;
}
.fs30 {
	font-size: 30px;
}
.fs24 {
	font-size: 24px;
}
ul {
	list-style-type: none;
}
ul li {
	display: inline;
}
ul li a {
	color: #FFF;
	text-decoration: none;
}
.gray {
	color: #676767;
}
.orange {
	color: #FEBE10;
}
.maroon {
	color: #CC0000;
}
.black {
	color: #000;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clr-divs {
	clear: both;
}
