/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg) #D5EBFB;
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	background: url(../images/gr-wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 80px;
	position: relative;
	background: url(../images/gr-hd_bg.jpg) repeat-x;
}

/* ==== Content === */
#con {
	background:#FFF;
	position:relative;
	background:url(../images/gr-nav_bg.jpg) no-repeat 10px 0px #FFF;
	}
#sidenav {
	width: 200px;
	float: left;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 162px;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.gif) no-repeat left top;
	font-size: 12px;
	color: #333333;
}

#main {
	margin:10px 10px 0 10px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* ==== Footer === */
#ft {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: url(../images/gr-ft_bg.jpg) repeat-x;
	color:#FFF;
	margin:20px 0 0 0;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 10px;
	left:20px;
}
h2 {
	font-size: 1.5em;
	padding: 0.8em 0 0.7em 0.8em;
	margin: 0em 0 0.6em 0;
	background: url(../images/gr-h2_bg.jpg) left center no-repeat;
	color: #FFFFFF;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: steelblue;
	background-image: url("../images/Gear-heading3-gr.png");
	background-repeat: no-repeat;
	height: 30px;
	padding: 0px 0px 0px 40px;
	margin: 30px 0px 10px 0px;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	color: seagreen;
	background-image: url("../images/Gear-heading4.png");
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px 0px 0px 25px;
	margin: 15px 0px 15px 0px;
}
h5 {
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin:10px 10px 0 10px;
}
#i_news {
	min-height: 180px;
	background:#FFF
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
}
#i_news div.icon {
	background: url(../images/common/news_icon.gif) 0 2px no-repeat;
	padding-left: 15px;
}

.i_contents{
	width: 460px;
}
/*----Other----*/

/* ==== Navigation === */
#nav ul li{
}
#nav{ margin:0 10px 0 10px;
position:relative;
z-index:10000;
}
#nav ul{}
#nav li{
	float: left;
	position: relative;
	-moz-box-shadow: 0 2px 4px #000;
	-webkit-box-shadow: 0 2px 4px #000;
	box-shadow: 0 2px 4px #000;
}

#nav li a{
	width: 188px;
	padding-top:27px;
	padding-bottom:3px;
	height: 52px;
	display: block;
	text-decoration: none;
	background: url(../images/gr-nav.jpg) no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#nav ul li  a:hover{
	display: block;
	text-decoration: none;
	background: url(../images/gr-nav_ov.jpg) no-repeat;
}





#nav li a {
  
}
#nav li ul {
  position: absolute;
  top: 82px;
  left: 0;
}
#nav ul li ul li{
  overflow: hidden;
  height: 0px;
}
#nav ul  li ul li a{ background:url(../images/gr-nav_li.png) no-repeat;
padding-top:18px;
padding-bottom:2px;
height:40px;
font-size:16px;
}

#nav ul  li ul li a:hover{ background:url(../images/gr-nav_li.png) no-repeat;
}

#nav li:hover > a{color:#ddd !important;
}
#nav > li:hover > a{
}
#nav li:hover ul li{
  overflow: visible;
  width:188px;
  height: 60px;
  
}


