@charset "UTF-8";
/* top, left, bottom, right */
/*border: 1px solid red;*/
body {
	margin-top:0px;
	margin-bottom:0px;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1em;
}
/* ---------- OTHER ---------- */
.spacer {
	height:35px;
	width:500px;
}
.top {
	width:500px;
	height:25px;
	margin:-36px 0 0 0;
	padding:0 0 0 0;
	background:url("../_img/top.png") 475px 0px no-repeat !important;
}
/* ---------- PAGE ---------- */
#page {
	margin-left:auto;
	margin-right:auto; 
	width:814px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;	
}
#page div.bg {
	background:url("../_img/side-pipes.png") 0px 0px repeat-y !important;
	width:814px;
	float:left;
}
#page a, a:visited {
	font-weight:bold;
	color:#0052A1; /*2265b1*/
	text-decoration:none !important;
}
#page a:hover {
	font-weight:bold;
	color:#0052A1;
	text-decoration:underline !important;
}
/* ---------- HEAD ---------- */
#head {
	background:url("../_img/header-bg.png") 0px 0px no-repeat !important;
	margin-left:auto;
	margin-right:auto; 
	width:800px;
	height:111px;
}
#head div.logo {
	padding:40px 0 0 20px;
	height:51px;
	width:210px;
}
#head h1 {
	margin:-40px 0 0 350px;
	height:51px;
	width:330px;
	color:#cccccc;
}
/* ---------- NAVi ---------- */
#nav1 {
	margin-left:auto;
	margin-right:auto; 
	width:800px;
	height:30px;
}	
#nav2 {
	background:url("../_img/_blue.png") 0px 0px no-repeat !important;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	width:800px;
	height:40px;
}
#nav2 div.text {
	padding:13px 0 0 20px;
	color:#cccccc;
}
#nav2 div.text a, a:visited {
	font-weight:normal;
	color:#cccccc;
	text-decoration:none !important;
}
#nav2 div.text a:hover {
	font-weight:normal;
	color:#cccccc;
	text-decoration:underline !important;
}
#nav2 span.s {
	padding:0 7px 0 7px;
}
/* ---------- MAIN ---------- */
#main {
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	width:800px;
	height:auto;
}
#main div.left {
	width:520px;
	float:left;
	padding:20px 0 0 20px;
}
#main div.right {
	width:200px;
	float:right;
	padding:20px 20px 0 0;
}
/* ---------- SIDE ---------- */
.side-head {
	/*empty*/
}
.side-tel {
	width:200px;
	color:#0052A1;
	margin:10px 10px 10px 0;
	font-size:1.3em;
	font-weight:bold;
}
.side-img {
	width:200px;
	margin-bottom:20px;
	border: 1px solid #666666;
}
.side-text {
	width:172px;
	text-align:left;
	background:url("../_img/box-shade.png");
	background-position:bottom;
	background-repeat:no-repeat;
	padding:10px 14px 10px 14px;
	margin-bottom:20px;
	border: 1px solid #666666;
}
/* ---------- FOOT ---------- */
#foot {
	margin-left:auto;
	margin-right:auto;
	padding:0px 0 10px 27px;
	font-size:11px;
	color:#999999;
	width:800px;
}
#foot div.address {
	width:800px;
	float:left;
	margin-top:30px;
	margin-bottom:10px;
}
#foot div.address a, a:visited {
	color:#2265b1;
	text-decoration:none !important;
}
#foot div.address a:hover {
	color:#2265b1;
	text-decoration:underline !important;
}