html{
	height: 100%;
	width: 100%;
	min-width:1000px;
}
body{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:1em;
	color: #000;
	margin: 0px; padding: 0px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

* html body{ height: 100%; }
* html #content {
  height: 100%;
}

A{color:#666; border: none;}
A:hover{text-decoration: none; }
img {border: none;}
p {
	font-size: 80%;
   	margin: 5px 0px;
}
h1 {	margin: 15px 0px; padding: 0px;
	font-size: 180%;
	color: #666;
	font-weight: normal;}
/* FING BG */
.content #find_bg {
	position: absolute;
	top: 230px;
	left: 0px;
}



/* HEAD */
#head {
	width: 100%; height: 90px;
	background: #f7b363 url('/img/head_bg.jpg');
	text-align: center; overflow: hidden;
}
#head #l_ {position: absolute;  top: 0px;  left: 0px;}
#head #r_ {position: absolute;  top: 0px;  right: 0px;}


/* CONTENT MAIN */
.content{
	margin: 20px auto;
	width: 980px;
    overflow: hidden;
    padding-bottom: 50px;
}
.content H1{
	color:#666;
	font-size:180%;
}
.content H1 a {	text-decoration: none;
}
.content H1 a:hover {	border-bottom: 1px solid #666;
}
.content P.choise{
	font-size: 100%;
	color:#666;
	margin:38px 50px 50px 50px;
}
.content IMG.click{	position:relative; top:5px; left:-7px; margin-right:-7px; }
.content IMG.call{  position:relative; top:5px; left:3px; margin-right:-1px;  }
.content P.choise SUP{
	font-size:70%;
	color:#999;
	position:absolute;
	margin:3px 0 0 -7px;
}
.content div.region{
	position: absolute;
	top: 100px;
	right: 0px;
	color:#666;
	margin:36px 50px 0 150px;
	line-height: 22px;
	text-align: right;
}
.content div.region a {
	text-decoration: none;	border-bottom:1px dashed #888;
}
.content div.region span a { color:#888; }


	.content #main_menu{
		overflow:hidden;
		padding-bottom: 50px;
	}
    .content #main_menu #l { float: left; }
    .content #main_menu #r { float: right; }
    .content #main_menu .inner {width:880px; overflow: hidden}
	.content #main_menu .inner .product{
		width:25%;
		float:left;
		text-align:center;
		margin:0 0 30px 0;
	}
	.content #main_menu .inner .product H2{
		font-size:180%;
		color:#666;
		margin:20px 0 20px 0;
		text-decoration: none;
		font-weight: normal;
	}
	.content #main_menu .inner .product H2 a {
		text-decoration: none;
	}


.footer{
	width: 100%;
	height: 34px;
	position: relative;
	margin-top: -34px;
	background:#f7b362;
	font-size:80%;
	font-weight:bold;
	}

	.footer p.copy{
		float:left;
		color:#333;
		margin:10px 0 0 37px;
		padding-top:0;
		font-size:95%;
	}
	.footer p.live{
		float:right;
		color:#333;
		margin:2px 10px 0 10px;
		padding-top:0;
		font-size:95%;
	}
	.footer .forad{
		float:right;
		padding:10px 10px 0 0;
		color:#333;
	}
