@charset "UTF-8";
html {min-height: 100%}
body {
	background: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
#container {
	width: 780px;
	margin: 0px auto;
}
#logo {
	position: inherit;
	float: left;
	width: 780px;
	height: 70px;
	background-image: url(images/header_top.png);
	background-position:top;
	background-repeat: no-repeat;
}
#logo p {
	padding-left: 10px;
	font-size: 10px;
	color: #000000;
	padding-top: 5px;
}
#navigation {
	position: inherit;
	float:left;
	width: 180px;
	margin-bottom: 10px;
	background-image: url(images/nav_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 7px;
}
#arrowgrey { width: 180px; border-style: solid solid none solid; border-color: #C5C5C5; border-size: 1px; border-width: 1px; }
#arrowgrey ul { list-style-type: none; margin: 0; padding: 0; }
#arrowgrey li a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background: transparent url(images/arrowgrey.png) 100% 0; height: 24px; padding: 4px 0px 4px 10px; line-height: 24px; text-decoration: none; display: block; }
#arrowgrey li a:link, .arrowgrey li a:visited { color: #000000; }
#arrowgrey li a:hover { color: #333333; background-position: 100% -32px; }
#arrowgrey li a.selected { color: #333333; background-position: 100% -64px; }
#header {
	position: relative;
	float: right;
	width: 597px;
	background-image: url(images/nav_bottom.png);
	background-position:bottom;
	background-repeat: repeat-x;
	height: 200px;
	margin-bottom: 10px;
}
#content {
	position: inherit;
	float: left;
	width: 780px;
	margin: 0px auto;
}
#content h1 {
	padding-left: 20px;
	text-align: center;
}
#content h2 {
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#content p {
	font-size: 10px;
	color: #000000;
	padding-left: 80px;
	padding-right: 80px;
}
#client {
	position: inherit;
	float: left;
	padding-left: 10px;
	width: 250px;
	background-image: url(images/clients_info.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0px auto;
}
#client p {
	padding-left: 10px;
	font-size: 10px;
	color: #000000;
	padding-right: 20px;
	padding-top: 43px;
}
#service {
	position: inherit;
	float: left;
	width: 250px;
	padding-left: 10px;
	background-image: url(images/services_info.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0px auto;
}
#service p {
	padding-left: 10px;
	font-size: 10px;
	color: #000000;
	padding-right: 20px;
	padding-top: 43px;
}
#request {
	position: inherit;
	float: left;
	width: 250px;
	padding-left: 10px;
	background-image: url(images/request_info.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0px auto;
}
#request p {
	padding-left: 10px;
	font-size: 10px;
	color: #000000;
	padding-right: 20px;
	padding-top: 43px;
}
#testimonial {
	position: inherit;
	float: left;
	width: 200px;
	background-image:url(images/quotes.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 150px;
}
#testimonial p {
	font-size:9px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 10px;
}
#maincontent {
	position: relative;
	width: 580px;
	float: right;
}
#leftimage {
	position: inherit;
	width: 160px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftcontent {
	position: relative;
	width: 400px;
	float:left;
}
#leftcontent h1 {
	font-size: 14px;
	color: #FF0000;
}
#leftcontent h2 {
	font-size: 12px;
	padding-left: 8px;
}
#leftcontent p {
	font-size: 11px;
	padding-left: 8px;
	padding-right: 10px;
}
#footer {
	position: inherit;
	width: 780px;
	float:left;
	height: 70px;
	background-image: url(images/footer_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom: 25px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	color: #CCCCCC;
	padding-left: 15px;
	padding-top: 10px;
	text-align: center;
}
	

