@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../contentImage/gnd2.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px;
	}

#groundImg{
	position:absolute;
	top:0px;
	left:5px;
	width:1250px;
	height:900px;
	background-image:url(../contentImage/gnd.gif);
	background-repeat:no-repeat;
	background-position:top;
	}

/*############ CONTENT #############*/
#content{
	position:relative;
	width:1000px;
	}
	
#BLM{
	position:relative;
	top:-80px;
	margin-bottom:-200px;
	}
	
#markuee{
	position:absolute;
	background-image:url(../contentImage/home/up.png);
	background-repeat:no-repeat;
	width:720px;
	height:100px;
	top:0px;
	left:257px;
	}
	
#markuee marquee{
	position:relative;
	top:5px;
	width:675px;
	}
	
#markuee span{
	font-size:20px;
	color:#FFFFFF;
	text-align:justify;
	vertical-align:sub;
	}

/*########### LEFT MENU ###########*/
#leftMenu{
	position:relative;
	background-image:url(../contentImage/menu/leftMenuGnd.png);
	/*background-color:#CC6600;*/
	background-repeat:no-repeat;
	height:250px;
	width:200px;
	top:-247px;
	left:-410px;
	}

#LMBtnes{
	position:relative;
	top:42px;
	}
	
#LMBtn{
	padding-bottom:17px;
	}

#LMBtnes img{
	border:none;
	}
	
	
/*########### TOP MENU ###########*/

#mainMenu{
	position:relative;
	background-image:url(../contentImage/menu/menuGnd.png);
	background-repeat:no-repeat;
	background-position:top;
	width:554px;
	height:57px;
	left:203px;
	top:-125px
	}
	
#mainBtnes{
	position:relative;
	top:8px;
	left:10px;
	}


#mainBtn{
	display:inline;
	margin:0px 5px 0px 0px;
	} 
	
#mainBtn img{
	border:none;
	} 
	
/*############ LOGO #############*/
	
#logo{
	position:relative;
	width:300px;
	top:-18px;
	left:-370px;
	z-index:15;
	}
	
/*############ BANNER #############*/

#banner{
	position:relative;
	width:800px;
	left:93px;
	}
	
/*############# SLIDER ################*/
#slider{
	position:relative;
	top:-120px;
	left:-12px;
	}

/*############# Footer ################*/
#footer{
	position:relative;
	background-color:#333333;
	top:-120px;
	left:-12px;
	height:20px;
	width:980px;
	}
#footer span{
	font-size:13px;
	color:#FFFFFF;
	text-align:justify;
	}