html, body {
	height: 100%;
}
body {
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}

p {
	margin-top: 0px;
}

a {
	text-decoration: underline;
	color: #e3670c;
}
a:hover {
	text-decoration: none;
}

h1 {
	margin-top: -4px;
	font-weight: normal;
	font-size: 22px;
	color: #ec5308;
}
h2 {
	font-weight: normal;
	font-size: 20px;
}
h3 {
	font-weight: normal;
	font-size: 18px;
}

#main_containter {
	min-height: 100%;
}

#head {
	margin: auto;
	width: 900px;
	height: 185px;
}
#logo {
	position: absolute;
	display: block;
	width: 304px;
	margin-top: 20px;
	margin-left: 0px;
	background: url('/images/logo.gif') no-repeat top center;
	float: left;
	text-align: center;
	padding-top: 146px;
	font-size: 18px;
	color: #ec5308;
	text-decoration: none;
}

#phone {
	position: absolute;
	font-size: 48px;
	margin-top: 18px;
	margin-left: 360px;
	color: black;
	z-index: 1;
}
#phone_lines {
	position: absolute;
	top: 51px;
	margin-left: 733px;
	font-size: 14px;
	width: 139px;
	height: 46px;
	background: url('/images/lines_top.png') no-repeat;
	padding-top: 10px;
	padding-left: 50px;
	z-index: 0;
}
#head .menu {
	position: absolute;
	top: 114px;
	margin-left: 320px;
	font-size: 30px;
	font-family: Georgia, serif;
}
#head .menu a {
	color: black;
	text-decoration: underline;
}
#head .menu a:hover {
	color: #3f3f3f;
	text-decoration: none;
}
#head .menu a.active {
	color: #ec5308;
	text-decoration: none;
}

#body {
	width: 900px;
	margin: auto;
	padding-bottom: 75px;
}

#submenu_lines {
	width: 100%;
	height: 42px;
	font-size: 20px;
	padding-left: 25px;
	background: url('/images/lines_submenu.png') no-repeat 96px 5px;
}
#submenu_lines span {
	display: block;
	padding-top: 0px;
}

#content {
	float: right;
	width: 606px;
	padding-right: 27px;
	padding-bottom: 27px;
}

#content ul {
	list-style-type: none;
}
#content ol {
	list-style-position: inside;
}

#submenu {
	font-family: Tahoma, serif;
	font-size: 12px;
	border-right: 1px solid #b3b3b3;
	width: 240px;
	height: 200px;
	text-align: right;
}
#submenu a {
	color: #868686;
	text-decoration: underline;
}
#submenu a:hover {
	color: #e3670c;
}
#submenu a.active {
	color: black;
	text-decoration: none;
}
#submenu ul {
	margin: 0px;
	padding-right: 27px;
	padding-left: 0px;
	list-style: none;
}
#submenu ul li {
	margin-bottom: 10px;
}


.clear {
	clear: both;
}

#footer {
	margin: auto;
	clear: both;
	height: 70px;
	margin-top: -75px;
	width: 900px;
	border-top: 1px solid #b3b3b3;
	padding-left: 8px;
	padding-top: 4px;
	font-size: 11px;
}
#footer a {
	color: #767676;
}