﻿body {
    background: #ebeef5;
    margin: 0;
    padding: 0;
	height: 100%;
}

a, img {
    border: none;
}

a {
    color: #385b95;
}

#bg {
    margin: 0;
    padding: 0;
    width: 1024px;
    background: url(../images/bg.jpg) repeat-y;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    margin: 0 auto;
}

#header {
    margin: 0 auto;
    width: 750px;
    height: 88px;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #5479b6;
}

#header img {
	margin: 12px 0 0 17px;
}

h1 {
	margin: 0;
	text-indent: -9999px;
}

h1 a {
    background: url(../images/logo.png) no-repeat 17px 12px;
    display: block;
    height: 73px;
    width: 190px;
}

#logo {
	padding: 5px 0 0 5px;
}

#tabs {
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 40px;
	background: url(/images/tabs.png) no-repeat;
	height: 44px;
	width: 391px;
}

#tabs ul {
	list-style: none;
	margin: 0 0 0 16px;
	padding: 10px;
	/*background: #5479b6;*/
}

#tabs li {
	display: inline;
	padding: 10px;
	margin: 0;
	/*background: #5479b6; 
*/}

#tabs a {
	color: #fff;
}

#page:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#page {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
	background: #00225c;
}

#sidebar {
    width: 205px;
    background: #00225c;
    float: left;
	min-height: 815px;
	height:auto !important;
	_height: 815px;
}

#sidebar a {
    color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#sidebar a:hover {
    color: #feffb8;
    text-decoration: underline;
}

#sidebar ul {
	list-style: none;
    margin: 10px 0 0 5px;
    padding: 0;
	color: #385b95;	
}

#sidebar li {
    padding: 2px 10px 2px;
	border-bottom: 1px solid #eee;	
}    
 
#sidebar-bg {
    position: absolute;
    margin-top: -415px;
    text-align: left;
    left: -1px;
}

.sidebar-detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 2px 0 6px;
	line-height: 1.1em;
	display: block;
}
 
.subpage {
    padding: 0 0 15px;
	margin-top: 10px;
    text-align: left;
	font-size: 12px;
}

.subpage h1 {
    padding: 0 20px 15px;
	font-size: 26px;
	text-indent: 0;
}

.subpage h2 {
    padding: 0 20px;
	font-size: 18px;
	margin: 0;
}

.subpage p {
    padding: 0 20px;
    margin-bottom: 5px;
}

.subpage table {
    width: 500px;
    margin: 15px 0 15px 15px;
    border-collapse: collapse;
}

.subpage table th {
    text-align: center;
}

.subpage table th, .subpage table td {
    padding: 10px;
    border: 1px inset gray;
}

.subpage table ul {
    margin: 0 0 0 5px;
}

.subpage table p {
    padding: 5px;
    margin: 0;
}

#content {
    width: 545px;
	_width: 543px;
    float: left;
    text-align: center;
	background: #fff;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#guarantee-column {
    float: left;
    width: 300px;
    margin: 0 13px;
    text-align: left;
    font-size: 12px;
    padding: 0 20px 10px 0;
	border-right: 1px solid #5479b6;
}

#guarantee-column h2 {
    font-size: 18px;
    font-weight: bold;
}

#guarantee-column ul {
    margin: 0;
    padding: 0;
}

.tel {
	font-weight: bold;
}

#about-column {
	float: left;
    width: 155px;
    margin: 0 4px;
    text-align: left;
    font-size: 12px;
    padding: 0 0 10px 0;
}

#about-column h2 {
    font-size: 18px;
    font-weight: bold;
}

#footer {
    background: #5479b6;
    width: 750px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

#footer a {
	color: #fff;
}
