@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFF;
	color:#000;
}
#container {
	margin:15px auto;
	width:956px;
}
#top {
	width:920px;
	height:92px;
	background-image:url(/images/top-logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:50px auto 10px auto;
}
#top h1 {
	text-indent:-99999px;
	height:49px;
}
#nav {
	height:33px;
}
#nav ul {
	list-style:none;
	display:inline;
	float:right;
}
#nav ul li {
	padding-top:8px;
	background-image:url(/images/nav-rep.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	text-align:center;
	display:block;
	float:left;
	height:25px;
}
#nav ul li.first {
	width:6px;
	background-image:url(/images/nav-left.jpg);
}
#nav ul li.last {
	width:6px;
	background-image:url(/images/nav-right.jpg);
}
#nav ul li.breaker {
	width:1px;
	background-image:url(/images/nav-breaker.jpg);
}
#nav ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#606669;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:0px 20px;
}
.clear {
	clear:both;
}
#ad-space-bg {
	width:956px;
	height:334px;
	padding-top:11px;
	background-image:url(/images/ad-space-bg.jpg);
	background-repeat:no-repeat;
}
#image-space {
	width:925px;
	height:271px;
	margin-left:16px;
}
#content {
	width:920px;
	margin:0 auto 20px auto;
	background-image:url(/images/content-bg.jpg);
	background-repeat:repeat-y;
	background-position:650px 0;
}
#content h3 {
	font-size:17px;
	font-weight:bold;
	color:#333;
	margin-bottom:8px;
}
#content p {
	line-height:18px;
	margin-bottom:8px;
}
#content a {
	color:#000;
}
.service-txt h4 {
	width:600px;
	font-size:15px;
	color:#333;
	font-weight:bold;
	border-bottom:1px #333 dotted;
	padding:0px 0px 3px 30px;
	margin-bottom:8px;
	background-image:url(/images/service-icon.jpg);
	background-repeat:no-repeat;
	background-position:5px 1px;
}
.service-txt p {
	padding:0px 10px 0px 10px;
}
.gap {
	height:40px;
}
#left {
	width:630px;
	float:left;
}
#right {
	width:250px;
	float:right;
}
.spacer {
	width:250px;
	height:41px;
	background-image:url(/images/content-bg.jpg);
	background-repeat:repeat-x;
	background-position:0 20px;
}
	
#right h3 {
	background-image:url(/images/right-arrow.jpg);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:25px;
}
.arrow li {
	background-image:url(/images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:25px;
	margin-bottom:5px;
	font-size:12px;
}
.arrow li a {
	color:#000;
}
#footer {
	padding:20px;
	width:880px;
	height:64px;
	margin:0 auto;
	background-image:url(/images/footer-bg.jpg);
	background-repeat:repeat-x;
}
#footer p {
	font-size:12px;
	color:#666;
	margin-bottom:12px;
}
#footer p.links a {
	color:#000;
}
.largeimage {
	width:285px;
	padding:5px;
	margin:0 16px 16px 0;
	float:left;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	display:inline;
	white-space:nowrap;
	overflow:hidden;
}
a.large {
	display:block;
	width:285px;
	height:200px;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
	cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
}
blockquote {
	text-align:center;
	font-size:18px;
	color:#6a1220;
	margin-bottom:8px;
}
.big {
	font-size:40px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p.small {
	font-size:12px;
	font-style:italic;
	text-align:right;
}
ul.quicklink {
	padding-left:20px;
}
ul.quicklink li {
	margin-bottom:10px;
	background-image:url(/images/arrow-2.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:20px;
}
ul.quicklink li a {
	color:#09C !important;
	font-size:12px;
}
ul.quicklink li a:hover {
	color:#09F;
}
table.models {
	margin-bottom:8px;
}
table.models tr td {
	border:1px #999 solid;
	cursor:default;
	background-color:#f8f8f8;
}
table.models tr:hover {
	background-color:#CCC;
}
