

/*-------------------------- main -----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	border: none;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(../images/bg-body.jpg) 0px 0px repeat-x #18B822;
		
}
div#containerMain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 908px;
	margin: 0px auto -196px auto;
	background: url(../images/bg-content.gif) 47px 0 repeat-y;
	line-height: 20px;	
}
	
	#push {
		height: 196px;
		
	}

/*-------------------------- header row1 -----------------------------------------*/

div#header1 {
	width: 255px;
	height: 413px;
	background: url(../images/bg-header1.jpg) 0 0 no-repeat;
	float: left;
	}
	div#header2 {
	width: 255px;
	height: 413px;
	background: url(../images/bg-header2.jpg) 0 0 no-repeat;
	float: left;
	}
	div#naviTop {
	width: 161px;
	height: 413px;
	background: url(../images/bg-navi-top.jpg) 0 0  no-repeat;
	float: left;
	}
	div#header4 {
	width: 237px;
	height: 413px;
	background: url(../images/bg-header4.jpg) 0 0 no-repeat;
	float: left;
	}

/*-------------------------- content -----------------------------------------*/
div#contentContainer
{
	width: 908px;
	float: left;

}
div#contentMain {
	background: url(../images/bg-contentmain.jpg) 0 0 no-repeat;
	padding-left: 186px;
	padding-right: 100px;
	}	


/*-------------------------- Bottom -----------------------------------------*/	
div#footer {
	height: 196px;
	color: #000;
	font-size: 11px;
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
div#footer div#footerInner{
	width: 908px;
	height: 196px;
		margin: 0px auto;
		background: url(../images/bg-footer.gif) 72px 13px  no-repeat;
}	

div#footer div#footerInner div.address{
	padding-top: 61px;
	padding-left: 187px;
	float: left;
	margin-right: 50px;	
}	
div#footer div#footerInner div.mail{
	padding-top: 80px;
	float: left;
	width: 185px
}
div#footer div#footerInner div.right{
	width: 329px;
	height: 196px;
	background: url(../images/bg-footer2.jpg) 0 0  no-repeat;
	float: left;
}


div#footer div#footerInner a
	{
 color: #FFC05D;
}
div#footer div#footerInner a:hover
	{
 color: #FDFFC3;
}

