body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-image: url(../images/grad.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #A9A9A9;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #000;
}
div.wrapper {
	overflow: hidden;
	position: relative;
	width: 950px;
	margin: 0 auto;
}
/*.trident div.wrapper {
	margin: 0px auto;
}
.gecko div.wrapper, .webkit div.wrapper, .presto div.wrapper {
	margin-left: -475px;
	left: 50%;
}*/
div.nav, div.banner, div.content, div.footer {
	float: left;
	width: 100%;
}
div.content {
	background-color: #fff;
	background-image: url(../images/content.jpg);
	background-position: 734px 0px;
	background-repeat: no-repeat;
}
.trident4 div.content, .trident4 div.footer {
	clear: left;
}
div.content-left {
	width: 730px;
	float: left;
}
div.content-right {
	width: 215px;
	float: right;
}
div.nav {
	height: 186px;
	background-image: url(../images/nav.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	width:970px;
}
div.root {
	position: absolute;
	top: 64px;
	left: 0px;
}
div.root a {
	width: 103px;
	background-image: url(../images/menuitem.jpg);
	height: 30px;
	float: left;
	overflow: hidden;
	text-align: center;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
	outline: none;
	margin-right: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.trident4 div.root a {
	margin-right: 2px;
}
div.root a:hover, div.root a.current {
	background-image: url(../images/menuitem-over.jpg);
}
div.banner {
	/*background-image: url(../images/dummy/flash.jpg);*/
	height: 296px;
	background-repeat: no-repeat;
}
div.footer {
	height: 85px;
	background-image: url(../images/footer.png);
	text-align: center;
	position: relative;
}
.trident4 div.footer {
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='none', src='images/footer.png');
}
div.footer-top {
	padding-top: 6px;
}
div.footer-top a {
	text-decoration: none;
	outline: none;
	color: #000;
	font-family: tahome, verdana, arial;
	font-size: 10px;
}
div.footer-bottom {
	color: #fff;
	font-family: tahome, verdana, arial;
	font-size: 10px;
	font-weight: bold;
	padding-top: 14px;
}
form.search {
	width: 208px;
	float: right;
	margin-right: 10px;
	overflow: hidden;
}
.trident4 form.search {
	margin-right: 5px;
}
.search-text {
	border: solid 1px #C1C1C1;
	margin-bottom: 10px;
	font-size: 10px;
	font-family: thoma, verdana, arial;
	color: #7B7A79;
	line-height: 18px;
	height: 18px;
	padding: 0px 3px;
	width: 189px;
	margin-left: 10px;
}
.search-select {
	border: solid 1px #C1C1C1;
	margin-bottom: 10px;
	font-size: 10px;
	font-family: thoma, verdana, arial;
	color: #7B7A79;
	line-height: 18px;
	height: 18px;
	width: 197px;
	margin-left: 10px;
}
.trident4 .search-text {
	margin-bottom: 5px;
	margin-left: 10px;
}
span.required {
	color: #999;
	font-size: 9px;
}
embed, object {
	outline: none;
}

.listing{
	border-bottom: 1px dashed #ccc;
	

clear:both;
}

.listing-left{
	float: left;
	margin-top:10px;
	width:580px;

}

.listing-right{
	float: right;
	margin-top:80px;

	

}

.resultpic{
	margin-right:10px; float:left; border: 2px solid #ccc;
	margin-bottom:10px;

}

#showroom-item{
	background-image: url(../menimages/showroom.jpg);

}
#showroom-item:hover{
	background-image: url(../menimages/showhover.jpg);
}

.medialine{
	display:block;
	background-color:#f5f5f5;
	border-top: 1px solid #ccc;

}


.medialine a{
	display:block;
	padding:3px;
	text-decoration:none;
	padding-left:10px;
	color: #666666;

}

.medialine a:hover{
	background-color:#efefef;
	color:#333333;

}

.medialineactive{
	display:block;
	background-color:#efefef;
	border-top: 1px solid #ccc;

}


.medialineactive a{
	display:block;
	padding:3px;
	text-decoration:none;
	padding-left:10px;
	color: #666666;

}

.medialineactive a:hover{
	background-color:#efefef;
	color:#333333;

}



.bottomline{
	display:block;
	border-top: 1px solid #ccc;

}

.branches{
	display:block;
	

}

.branches a{

	text-decoration: none;
	font-size:14px;
	display: block;
	color: #666;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;

}

.branches a:hover{
	color: #333;
	background-color:#F4F4F4;

}

a{
	text-decoration:none;
	color:#084D89;
	outline:none;

}
a:hover{
	color:#000033;

}

.padded{

	padding:20px;

}