@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	overflow-x:hidden;
	overflow-y:scroll;

}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 0px;
	z-index: 1;
	padding-top: 0px;
	margin-top: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/wrapperbg.jpg);
}
#navi_top {
	height: 58px;
	width: 801px;
	position: absolute;
	top: 0px;
}
#navi_top ul {
	margin: 0px;
	padding-left: 230px;
	padding-top: 22px;
}
#navi_top ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#navi_top li a {
	display: block;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	text-decoration: none;
}
a { color: #3a3a39; }
a:hover { color: #067AC7;}
#navi_top li a:hover {
	background-color: #FFFFFF;
}
#brand_logo {
	position: absolute;
	height: 234px;
	width: 230px;
	top: 58px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#brand_image {
	position: absolute;
	top: 58px;
	width: 571px;
	height: 234px;
	left: 245px;
	/*background-image: url(../images/slidepic_1.jpg);
	background-repeat: no-repeat;*/
	overflow: hidden;
	background-color: #fff;
}
#brand_image ul {
	margin: 0;
	padding: 0;

}
#brand_image li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi_main {
	background-color: #eeeeee;
	width: 230px;
	position: absolute;
	top: 292px;

}
#navi_main ul {
	margin: 0px;
	padding: 0px;
	border: 8px solid #eeeeee;
}
#navi_main ul ul {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 1px;
	background-image: url(../images/main_nav_act.jpg);
}
#navi_main  li  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(../images/main_nav_std.jpg);
	background-position: left bottom;
}
#navi_main  li  li  {
	margin-left: 20px;
	background-image: none;
}

#navi_main  li  a  {
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 26px;
	height: 14px;
	width: auto;
	margin-bottom: 1px;
	color: #393938;
	text-decoration: none;
}
#navi_main li li a {
	background-image: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: normal;
	height: auto;
}

#navi_main li a:hover {
	background-image: url(../images/main_nav_std_hov.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 1px;
	color: #067AC7;
	background-color: #FFFFFF;
}
#navi_main  li  li a:hover {
	background-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: none;
}


#content {
	position: relative;
	width: 548px;
	min-height: 365px;
	margin-left: 230px;
	padding-top: 330px;
	background-repeat: no-repeat;
	background-position: 0px 292px;
	padding-left: 23px;
	padding-bottom: 5px;
	background-image: url(../images/breadcr.jpg);
	overflow: auto;
}
#content h1 {
	margin: 0px;
	padding: 0px;
	color: #067AC7;
	font-size: 16px;
	font-weight: bold;
}
#content strong {
	color: #067AC7;
}
#content img {
	margin-left: 9px;
	margin-bottom: 9px;
}
#content p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content a {
	/*color: #067AC7;*/
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#breadcr {
	width: 548px;
	height: 18px;
	position: absolute;
	top: 20px;
	z-index: 101;
	margin-left: 230px;
	margin-top: 272px;
	font-size: 11px;
	color: #999898;
	padding-left: 23px;
	padding-top: 4px;
}
#breadcr a {
	color: #999898;
}

#site_info {
	position: relative;
	background-color: #FFFFFF;
	width: 737px;
	height: 22px;
	margin-bottom: 20px;
	border: 8px solid #eeeeee;
	color: #888888;
	padding-top: 8px;
	padding-right: 24px;
	padding-left: 24px;
}
#site_info a {
	text-decoration: none;
	color: #888888;
}
#site_info img {
	margin-right: 10px;
}

#site_info a:hover {
	color: #067AC7;
}


/*li#active_top a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33FFCC;
	background-image: url(../images/topnavi_bg_act.jpg);
	font-weight: bold;
	background-repeat: repeat-x;
}*/
.active_top a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33FFCC;
	background-image: url(../images/topnavi_bg_act.jpg);
	font-weight: bold;
	background-repeat: repeat-x;
}
.active_top a:hover {
	color: #fff;
}

.active_main a {
	background-image: url(../images/main_nav_act.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.galpics {
	border: solid 4px #DADADA;
}
#fromAddress {
	width: 410px;
	margin-right: 10px;
}
#map_controls {
	margin-bottom: 10px;
}