html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	color: #000; 
}

a:hover {
	text-decoration: none;
}

.main {
	font: 0.8em arial;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.cms_main2 {
	font: 0.8em arial;
	border-collapse: collapse;
	margin-top: 100px;
}

.main_up {
	height: 1px;
	vertical-align: top;
}

.main_left {
	background: url(/images/main_left.gif) repeat 0 0;
	border-top: 3px solid #6c92a5;
	border-right: 3px solid #6c92a5;
	width: 12%;
	vertical-align: top;
}

.main_right {
	background: #aec3ce url(/images/content.jpg) no-repeat right top;
	//height: 66%;
	border-top: 3px solid #6c92a5;
	vertical-align: top;
	padding: 10px 10px 30px 10px;
	font-size: 0.9em;
}

.head {
	width: 100%;
	background: url(/images/head.gif) repeat-x 0 0;
	border-collapse: collapse;
}

.address {
	padding: 3px 10px;
	font-size: 0.9em;
	border-top: 3px solid #6c92a5;
}

.address span {
	font-weight: bold;
	font-weight: bold;
}

.address a {
	text-decoration: none;
}

.part_name {
	font: bold 1.4em arial;
	vertical-align: bottom;
	padding: 0 0 5px 9px;
	height: 95px;
	//height: 89px;
}

.part_name img {
	vertical-align: middle;
	margin: 0 5px;
}

.head_left {
	width: 39%;
	vertical-align: top;
	height: 1px;
}

.head_center {
	width: 61%;
}

.head_right {
	padding-right: 25px; 
}

.head_left img {
	border: 0;
	margin: 88px 0 0 10px;
}

.head_left a {
	display: block;
	height: 123px;
} 

#part_name_1 {
	background: url(/images/part_name_1.jpg) no-repeat center 0;
}

.head_menu {
	height: 210px;
	border-collapse: collapse;
	width: 100%;
}

.head_menu_item {
	width: 33%;
	vertical-align: top;
	padding: 5px;
}

#item_active {
	background: url(/images/item_active.gif) no-repeat right 0;
}

#item_1 .hm_item {
	background: url(/images/item_1.gif) no-repeat 0 0;
}

#item_1 {
	background: #ccc url(/images/item_1_bottom.gif) no-repeat right bottom;
}

#item_2 .hm_item {
	background: url(/images/item_2.gif) no-repeat 0 0;
}

#item_2 {
	background: #ccc url(/images/item_2_bottom.gif) no-repeat right bottom;
}

#item_3 .hm_item {
	background: url(/images/item_3.gif) no-repeat 0 0;
}

#item_3 {
	background: #ccc;
}

.hm_item {
	text-align: right;
	padding-top: 25px;
	font-weight: bold;
}

.hm_item a {
	text-decoration: none;
}

.hm_item a:hover {
	text-decoration: underline;
}

.hm_item span {
	display: block;
	font-size: 1px;
	float: right;
	margin-bottom: 1px;
}

.hm_item div {
	font-size: 1px;
	float: right;
	border-bottom: 1px solid #fff;
	width: 75%;
}

.hm_item a {
	display: block;
	margin-bottom: 3px;
}

.item_links {
	clear: none;
	text-align: right;
	padding: 4px 0 10px 25px;
	margin-top: 6px;
	font-size: 0.85em;
}

.item_links a {
	text-decoration: none;
}

.item_links a:hover {
	text-decoration: underline;
}

.request {
	margin: 0;
	font-size: 0.85em;
}

.request table {
	width: 100%;
	border-collapse: collapse;
}

.request_input {
	width: 100%;
	padding-left: 5px;
	padding-right: 1px;
}

.request table input {
	font-size: 0.8em;
	width: 97%;
}

.request table input, .request textarea {
	border: 1px solid #585858;
}

.request textarea {
	width: 97%;
	overflow: auto;
}

#submit {
	text-align: right;
	padding-right: 5px;
	//padding-right: 3px;
}

#submit input {
	background: #e5e5e5;
	width: 70%;
	text-align: right;
	padding-right: 7px;
}

.slogan {
	position: relative;
	top: -46px;
	text-transform: lowercase;
	font-size: 0.85em;
}

.main_left_null img {
	width: 55px; 
	height: 1px;
}
.content_img {
	float: left;
}

.content_img img {
	margin: 0 10px 5px 0;
}

.content_null img {
	width: 820px;
	height: 1px;
}

.down {
        position: absolute;
        margin-top: -25px;
        border-top: 3px solid #6c92a5;
        border-bottom: 3px solid #6c92a5;
    width: 100%;
}

.down table {
	height: 19px;
	font: 0.7em arial;
	border-collapse: collapse;
	width: 100%;
}

.down td {
	text-align: right;
	padding-right: 10px;
	background: #fff;
}

.down span {
	padding: 0 5px;
}
.down a {
text-decoration: none;
}

