#topbar{
	background-color: #739b2c;
	border-bottom: 1px solid #fff;
}

#topbar #title{
	border-right: 1px solid #fff;
	float: left;
}

#topbar #toppic{
	float: left;
}

#contactmain{
	background-color: #84b233;
	color: #fff;
}

#contactmain a{
	color: #fff;
}

#contactmain a:hover{
	color: #fff152;
}

#contactmain strong{
	color: #fff152;
}

#contactmain #leftside{
	float: left;
	width: 535px;
}

#contactmain #leftside #addresses{
	border-bottom: 1px solid #fff;
	padding: 40px 0;
}

#addresses .address{
	float: left;
	padding-left: 50px;
	padding-right: 20px;
}

#contactmain #leftside #pics{
	border-bottom: 1px solid #fff;
}

#contactmain #leftside #pics img{
	float: left;
}

#contactmain #leftside #pics img.leftpic{
	border-right: 1px solid #fff;
}

#contactmain #rightside{
	border-left: 1px solid #fff;
	float: left;
	padding: 20px;
	width: 192px;
}

#contactmain #rightside h3{
	background-image: url(/images/contact_showrooms.gif);
	background-repeat: no-repeat;
	height: 13px;
	margin: 20px 0;
	text-indent: -50000px;
	padding: 0;
	width: 92px;
}

#contactmain #rightside p{
	margin-bottom: 1.8em;
}


