/* CSS Document */

body {
	padding: 0px;
	margin: 4% 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: center; /* IE FIX */
}

#page {
	width: 858px;
	margin: 0px auto;
	text-align: left; /* IE FIX */
	border: 1px solid #111111;
}

#logos {
	width: 858px;
	height: 22px;
	margin: 5px auto 0px auto;
	text-align: center;
}

#header {
	width: 843px;
	height: 52px;
	padding: 20px 0px 0px 15px;
	background-color: #111111;
	border-bottom: 8px solid #B0B0B0;
	margin-bottom: 5px;
}

#links {
	width: 858px;
	height: 20px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
}

#links ul, #links li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#links li {
	float: left;
	height: 13px;
	padding: 0px 7px 0px 5px;
	margin: 3px 0px;
	border-right: 1px solid black;
}

#links li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#links li a:hover {
	color: #444444;
}

#content {
	width: 850px;
	margin: 0px;
	padding: 10px 4px 0px 4px;
	background-color: white;
	overflow: hidden;
}

#content a {
	color: red;
}

#content-left {
	float: left;
	width: 468px;
	height: 315px;
	padding: 0px 15px 0px 0px;
	background: url(art/content-left-text.jpg) bottom left no-repeat white;
	border-right: 360px solid white;
	margin-right: -360px;
}

#content-right {
	float: left;
	width: 331px;
	padding: 0px 14px 10px 22px;
	background-color: white;
}

#content-right img {
	float: left;
	margin: 5px 4px;
}

#content-right .buttons img {
	float: none;
}

#content-right form td {
	padding: 4px 0px;
}

h1 {
	display: block;
	margin: 0px 0px 8px -4px;
	padding: 2px 5px;
	background: url(art/h1-bg.jpg) top left repeat-y white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

h2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#footer {
	width: 828px;
	height: 22px;
	padding: 20px 15px 0px 15px;
	background: url(art/footer-bg.jpg) top left repeat-x white;
	text-align: right;
}

#footer a {
	color: #111111;
}

#footer p {
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer p a {
	font-weight: bold;
	color: red;
}

.item {
	float: left;
	width: 111px;
	height: 145px;
	margin: 1px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
}

.item img {
	width: 100px;
	height: 100px;
	border: 1px solid #111111;
	margin-bottom: 4px;
}

.testimonial {
	float: left;
	width: 850px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 10px;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
	font-style: oblique;
}