#container {
	width: 820px;
	text-align: left;
	position: relative;
}

#top {
	width: 800px;
	background-color: #fff;
	height: 149px;
}

#top #logo {
	padding: 54px 0 0 0;
	float: left;
}

#top #phones {
	text-align: right;
	padding: 25px 15px 0 0;
}

#top ul.menu {
	clear: both;
	width: 444px;
	height: 55px;
	float: right;
	padding-left: 140px;
	position: relative;
	background: transparent url(../images/bg_menu.jpg) repeat-y top left;
}

#top ul.menu li {
	float: left;
	text-indent: -99999px;
}

#top ul.menu li a {
	display: block;
	height: 55px;
	background-position: bottom left;
}

#top ul.menu li.m1 a { width: 61px; background-image: url(../images/menu1.jpg); }
#top ul.menu li.m2 a { width: 69px; background-image: url(../images/menu2.jpg); }
#top ul.menu li.m3 a { width: 138px; background-image: url(../images/menu3.jpg); }
#top ul.menu li.m4 a { width: 152px; background-image: url(../images/menu4.jpg); }
	
#top ul.menu li a:hover, #top ul.menu li.active { background-position: top left; }


#top ul.menu li.end {
	position: absolute;
	right: 0;
	top: -5px;
	text-indent: 0;
}

#content {
	background-color: #fff;
}

#content #left, #content #middle, #content #right {
	float: left;
}

#content #left, #content #middle {
	border-right: solid 1px #e3e3e3;
}

#content #left {
	width: 216px;
}

#content #middle {
	width: 360px;
}

#content #right {
	width: 240px;
	overflow: hidden;
}

#left img.address {
	padding-top: 35px;
}

#left img.map {
	padding-top: 25px;
}

#left img.drive {
	padding: 30px 20px 35px 0;
	float: right;
}

#middle div.padding {
	padding: 35px 24px 40px 30px;	
}

#right div.padding {
	padding: 35px 20px 35px 25px;	
}

img.more {
	float: right;
	padding: 20px 5px 0 0;
}

#middle p, #right p {
	font-size: 11px;
	padding-top: 25px;
	text-align: justify;
	line-height: 14px;
}

#middle p.main {
	padding-top: 15px;
	text-align: left;
}

#middle strong {
	padding-top: 5px;
	display: block;
}

#right img.img1,#right img.img2 {
	padding-top: 25px;
}

#right img.img1 {
	padding: 0 4px 0 6px;
}

#footer {
	clear: both;
	height: 50px;
}