@charset "utf-8";
body {
	margin: 0px;
	text-align: center;
}

a:link {
	color:#444;
	text-decoration: none;
}
a:visited {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#F90;
	text-decoration: none;
}
a:active {
	color:#F90;
	text-decoration: none;
}



#container {
	width: 700px;
	font-size: 90%;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-bottom-color: #F90;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-top: 30px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}


#header #top_logo {
	float: left;
}
#header #head-table {
	font-size: 90%;
}
#header p {
	margin-bottom: 4px;
	margin-top: 4px;
}

#main {
	clear: both;
	margin-top: 30px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 10px;
}
#main #map-img {
	border: 1px solid #F60;
}
#footer {
	width: 600px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 5px;
	padding-top: 5px;
}
#products {
	width: 650px;
	margin-bottom: 20px;
}
#products p {
	margin-bottom: 5px;
	margin-top: 10px;
}
#products table {
	font-size: 95%;
	border: 1px dashed #666;
}
#products table tr td {
	border: 1px dashed #666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
}
#products table tr td a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 40px;
}
