@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:-90px;
	margin-bottom:-200px;
	}
	
#markuee{
	position:absolute;
	background-image:url(../contentImage/home/marquee.png);
	background-repeat:no-repeat;
	width:690px;
	height:40px;
	top:15px;
	left:420px;
	}
	
#markuee marquee{
	position:relative;
	top:10px;
	width:675px;
	}
	
#markuee span{
	font-size:18px;
	}

/*########### LEFT MENU ###########*/
#leftMenu{
	position:relative;
	background-image:url(../contentImage/menu/leftMenuGnd.png);
	/*background-color:#CC6600;*/
	background-repeat:no-repeat;
	height:250px;
	width:200px;
	top:10px;
	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:196px;
	top:-140px
	}
	
#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;
	}
	
/*############ CONTAINER ############*/
#cnt{
	position:relative;
	top:-330px;
	left:77px;
	}

#thumb{
	margin-top:100px;
	position:relative;
	top:-60px;
	margin-bottom:30px;
	}

#thumb table{
	border:none;
	}
	
#thumb table tr td#thumbTop>img{
	position:relative;
	top:0px;
	}
	
#thumb table tr td#thumbBtm>img{
	position:relative;
	top:0px;
	}

#thumb table tr#tableBck{
	background-image:url(../contentImage/containerGnd.png);
	background-repeat:repeat-y;
	}
	
#thumb #shipp{
	position:relative;
	width:750px;
	direction:ltr;
	}
		
#thumb #shipp table#catalog{
	position:relative;
	left:-16px;
	}
	
#thumb #shipp table#catalog tr#tableBck{
	background-image:url(../contentImage/execTeam/exeTGnd.png);
	background-repeat:repeat-y;
	}
	
#thumb #shipp #catalogFrm{
	position:relative;
	top:-10px;
	left:0px;
	}
	
#thumb #shipp table#catalogBtn{
	position:relative;
	left:-12px;
	}
	
#thumb #shipp table#catalogBtn td{
	padding-right:5px;
	}
	
#thumb #shipp table#catalogBtn #eCat tr#tableBck{
	padding-right:10px;
	background-image:url(../contentImage/ecatalog/gnd.png);
	background-repeat:repeat-y;
	}

#thumb #shipp #eCat a img{
	position:relative;
	border:outset 4px;	
	}	

#thumb #shipp #eCat a:hover img{
	position:relative;
	border:inset 4px;
	
	}
	

/*############# Footer ################*/
#footer{
	position:relative;
	background-color:#333333;
	top:-110px;
	left:0px;
	height:20px;
	width:787px;
	}
#footer span{
	font-size:13px;
	color:#FFFFFF;
	text-align:justify;
	}