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

html, body {
	margin: 0;	padding: 0;	background-color: #000000;	font-family: Tahoma, Arial, Sans-Serif;	font-size: 12px; color: #666666;
}
.title {
	font-size: 24px;  color: #0000dd;
}
.title- {
	font-size: 24px;  color: #7d7d7d;
}
#page-container {
	width: 744px; margin:auto; background-color: #fff; height: inherit;
}
#top {
	height: 93px;
}
#header {
	height: 225px; background:url(../Images/header.jpg) no-repeat;
}
#nav  {
	height: 18px; color: #0000dd; font-size: 14px; text-align:center; padding-top:9px;
}
#nav a {
	 color: #0000dd; text-decoration:none;
}
#nav :hover {
	 color: #000000; text-decoration:none;
}
p {
	padding-left:12px;	padding-right:12px; line-height:18px;
} 
#body-content {
	height: inherit;	
}
#contact {
	height: 60px;	
}
#extra_contact {
	clear:left;	float: left;	height: auto;	
}
#testimonials {
	clear:left;	float: left;	height: inherit;
}
#testimonials p {
	padding-left:12px;
}
#extra_about {
	clear:left;	float: left;	height: 280px;	
}
#extra_about p {
	padding-left:18px;
}
#footer {
	clear:both;	height:30px; padding:8px;	
}

li {
	padding-left: 2px;	padding-bottom: 3px;	list-style-image: url(../Images/arrow.jpg);	
}

a {
text-decoration:none;
 color: #0000dd;
}

a:hover {
	text-decoration:none;
	color: #0000dd;
}
a:visited {
	text-decoration:none;
	color: #0000dd;
}
