﻿@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg_page.gif); background-repeat:repeat-x;
	margin:0px 0px 0px 0px; min-height: 100%;
}

.clear{
	clear:both;
}

.divSearch{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	margin:0px 0px 0px 5px;
}
.divSearch i{
	font-style:normal;
	font-size:24px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	border:1px #999999 solid;
	padding:2px 4px 2px 4px;
	background-color:#EEEEEE;
}
.divSearch a{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	
	border:1px #DDDDDD solid;
	padding:2px 4px 2px 4px;
}
.divSearch a:hover{
	font-weight:bold;
	color:#FF6600;
	text-decoration:underline;
	
	border:1px #FF6600 solid;
	padding:2px 4px 2px 4px;
}


html{
	min-height: 100%;
}

h1{
	font-family:"Times New Roman", Times, serif; font-size:48px; color:#8B7E6C; font-weight:normal; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
}

#indexDiv{
	width:100%; min-height: 100%; text-align:center;
}

#main{
	width:955px; margin:5px auto; background-image:url(../images/bg_main.gif);
}
#main #top{
	background-image:url(../images/bg.gif); background-repeat:no-repeat; height:8px; font-size:1px;
}
#main #footer{
	background-image:url(../images/bg.gif); background-repeat:no-repeat; background-position:0px -100px; height:9px;
}
#main #naviRight{
	float:left; width:715px;
}
#main #naviLeft{
	float:left; width:227px; margin:0px 0px 0px 4px; clear:right;
}
#main #naviLeft #logo{
	width:148px; height:119px; background-image:url(../images/bg.gif); background-repeat:no-repeat; background-position:0px -150px; 
	clear:both; margin:10px 10px 10px 10px;
}
#main #naviLeft ul{
	list-style:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#8D7E69;
}
#main #naviLeft ul li a{
	padding:8px 5px 5px 5px; display:inline-block; text-decoration:none; color:#8D7E69; width:217px; height:18px;
}
#main #naviLeft ul li a.selected{
	text-decoration:none; color:#8D7E69;
	background-image:url(../images/bg_link.gif); background-position:0px 0px; background-repeat:no-repeat;
}
#main #naviLeft ul li a.selected:hover {
	text-decoration:none; color:#8D7E69;
	background-image:url(../images/bg_link.gif); background-position:0px 0px; background-repeat:no-repeat;
}
#main #naviLeft ul li a:hover{
	text-decoration:none; color:#8D7E69;
	background-image:url(../images/bg_link.gif); background-position:0px -31px; background-repeat:no-repeat;
}

.text_10{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; color:#888888;
}
.text_10 a{
	text-decoration:none; color:#888888;
}
.text_10 a:hover{
	text-decoration:underline; color:#000000;
}

.text_big{
	font-family:"Trebuchet MS", Times, serifre, Arial, Helvetica, sans-serif; font-weight:normal; font-size:16px; line-height:30px; color:#888888;
}
.text_big a{
	text-decoration:underline; color:#888888;
}
.text_big a:hover{
	text-decoration:none; color:#000000;
}

.pro_thumb{
	display:inline-block;
	float:left; border:1px #999999 solid; margin:10px 10px 10px 10px; text-align:center; padding:10px 10px 10px 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#8D7E69;
}

