.bodyHome {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/pageBgHome.jpg) top repeat-x;
}
.bodySection {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/pageBgSec.jpg) top repeat-x;
}



.mainTable {
	width: 900px;
	height: 100%;
	margin: 0px auto;
}
	.mainTable td {
		vertical-align: top;
		/*border: 1px solid #FF0000;*/
	}
	.mainLeft {
		width: 50px;
		background: url(../images/pageBgLeft.jpg) top no-repeat;
	}
		.leftTable {
			width: 50px;
			
		}
			.leftTableTop {
				height: 135px;
				background: url(../images/pageBgLT.jpg);
			}
			.leftTableMid {
				background: url(../images/pageBgLM.jpg) repeat-y;
			}
			.leftTableBtm {
				height: 135px;
				background: url(../images/pageBgLB.jpg);
			}
			
	.mainCenter {
		width: 800px;
	}
	.mainRight{
		width: 50px;
		background: url(../images/pageBgRight.jpg) top no-repeat;
	}
	
	
.distributeTable {
	width: 800px;
	height: 100%;
}
	.distTop {
		height: 230px;
	}
	.distBody {
		height: auto;
		padding-bottom: 20px;
	}
	.distBtm {
		height: 40px;
		background: url(../images/pageBtm.jpg) top repeat-x;
	}	
	
	
.headTable {
	width: 800px;
	height: auto;
}
	.logoArea {
		width: 260px;
		height: 130px;
	}
	.topMenuArea {
		width: 540px;
	}
	.bannerLeft {
	}
	.bannerRight {
	}
	
.menuTable {
	width: 540px;
}
	.topArea {
		height: 30px;
		background: url(../images/topBg.jpg);
	}
	.menuArea {
		height: 100px;
	}
	
.newsTable {
	width: 800px;
	height: 100%;
}
	.newsTable td {
		padding: 0px 0px 30px 0px;
		font: normal 12px/18px Arial;
		color: #808080;
		text-align: justify;
	}
	.newsTable td p {
		margin: 0px 10px;
	}
	.newsTable td img {
		border: none;
	}
	.newsTable td a {
		font: normal 11px Arial;
		color: #00abff;
		text-align: right;
		width: 100%;
		margin-top: 10px;
		text-decoration: none;
	}
	.newsTable td a:hover {
		color: #f7931e;
		text-decoration: none;
	}
	.n1 {
		width: 260px;
		/*background: url(../images/nBanner1.jpg) top no-repeat;*/
	}
	.n2 {
		width: 270px;
		/*background: url(../images/nBanner2.jpg) top no-repeat;*/
	}
	.n3 {
		width: 270px;
		/*background: url(../images/nBanner3.jpg) top no-repeat;*/
	}
	
	
	
.bodyTable {
	width: 800px;
	height: 100%;
}
	.bodyLeft {
		width: 260px;
	}
	.bodySep {
		width: 20px;
		background: url(../images/bodySep.jpg) top no-repeat;
	}
	.bodyRight {
		width: 520px;
	}
	
	.secTitle {
		font: bold 18px Arial;
			margin: 20px 0px 0px 0px;
		color: #00abff;
		border-bottom: 1px solid #d3e5ea;
		padding: 0px 0px 5px 50px;
		background: url(../images/bullet-logo.png) top left no-repeat;
		letter-spacing: -1px;
		text-transform: uppercase;
	}
	.secInfo {
		font: normal 12px/18px Arial;
		color: #808080;
		margin: 10px 0px 20px 0px
	}
	.secInfo a {
		font: normal 12px/18px Arial;
		color: #00abff;
		text-decoration: underline;
	}
	.secInfo a:hover {
		color: #f7931e;
		text-decoration: none;
	}
	.quotes {
		font: bold 16px/22px Georgia;
		padding: 20px 10px 10px 10px;
		color: #00abff;
		text-align: center;
		letter-spacing: -1px;
	}
	
	
.secMsg {
		font: bold 14px Arial;
			margin: 20px 0px 0px 0px;
		color: #00abff;
		border-bottom: 1px solid #d3e5ea;
		padding: 0px 0px 5px 50px;
		letter-spacing: -1px;
		text-transform: uppercase;
	}	

	
	
	
	
.searchTable {
	width: 260px;
}
	.searchTable input {
		font: normal 12px Arial;
		color: #808080;
	}
	.stLabel {
		font: bold 14px Arial;
		text-transform: uppercase;
		color: #00abff;
		letter-spacing: -1px;
		padding: 15px 5px 5px 10px;
	}
	.stField {
		padding: 5px 5px 5px 10px;
	}
	.stJumpmn {
		padding: 5px 5px 5px 10px;
	}
	
		
	
	
	
/*.catalogTable {
	width: 500px;
}
	.catalogTable td {
		text-align: center;
	}*/
	
	.catalog {
		vertical-align: top;
		/*border: 1px solid #FF0000;*/
		text-align: center;
		margin-bottom: 20px;
		padding: auto;
	}
	
	.catalogItem {
		width: 140px;
		margin: 10px 15px;
		float: left;
		/*border: 1px solid #00FF00;*/
	}
	.catalogCode {
		width: 140px;
		background: #005baa;
		color: #FFFFFF;
		font: bold 12px Arial, Helvetica, sans-serif;
		padding: 5px 0px;
		text-align: center;
	}
	.catalogThum {
		width: 140px;
	}
	.catalogThum a img {
		border: 10px solid #c9dde8;
	}
	.catalogThum a:hover img {
		border: 10px solid #e4edf2;
	}
	.catalogDesc {
		border: 1px solid #e4edf2;
		font: normal 11px/10px Arial, Helvetica, sans-serif;
		color: 808080;
		padding: 3px 0px;
		width: 140px;
		text-align: center;
		height: 50px;
	}



.ofertasTable {
	width: 100%;
}
	.ofertasTable td {
		text-align: center;
		vertical-align: top;
		padding: 20px auto;
	}
	.ofertasTable a img {
		border: 10px solid #c9dde8;
	}
	.ofertasTable a:hover img {
		border: 10px solid #e4edf2;
	}
	

	
#paginado {
	font: bold 14px/18px Arial;
	margin: 20px 0px 20px 0px;
	display: block;
}
#paginado .page_on {
	color: #f7931e;
	background: #c9dde8;
}
#paginado a {
	color: #00abff;
	text-decoration: none;
	margin: 0px;
	padding: 3px 5px;
	border: 1px solid #c9dde8;
	background: #e4edf2;
}
#paginado a:hover {
	color: #f7931e;
}


/*.detailClose {
	border: 1px solid #00FF00;
}
.detailImage {
	border: 1px solid #00FF00;
}
.detailInfo {
	border: 1px solid #00FF00;
}
.detailCode {
	border: 1px solid #00FF00;
}
.detailDesc {
	border: 1px solid #00FF00;
}*/




	
