html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333;
}
img{
	border:0;	
}
#contenter {
	background-color: #FFF;
	position:relative;
	height: 100%;
}
#contenter #logoDiv {
	background-color: #FFF;
	float:left;
	position:relative;
}
#contenter #bodyContents {
	background-color: #FFF;
	float: left;
	position: relative;
	width:960px;
}




#contenter #topLinks {
	background-color: #8B8B8B;
}



/*------ top navigation area Start---------*/
#contenter #topLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#contenter #topLinks ul li {
	display: inline;
	float: left;
	text-align: center;
	background-color: #8b8b8b;
	border-left: solid 1px #FFF;
}
#contenter #topLinks ul li a {
	display: block;
	width: 116px;
	height: 28px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 6px;
	font-weight: bold;
}
#contenter #topLinks ul li a:hover {
	background:url(../images/nav_hover.gif) repeat-x; 
	color: #000;
}
.NavSelect {
	display: block;
	width: 116px;
	height: 28px;
	color: #000;
	background:url(../images/nav_hover.gif) repeat-x; 
	padding-top: 6px;
	font-weight: bold;
}
#contenter #topLinks ul li .btnMap {
	background-image: url(../images/btn_map.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*------ top navigation area end---------*/
#contenter #logoDiv img {
	padding: 20px;
}
#contenter #mainImg {
	height: 335px;
	float:left;
	position:relative;
}


#contenter #bodyContents #homeBox01, #contenter #bodyContents #homeBox02, #contenter #bodyContents #homeBox03, #contenter #bodyContents #homeBox04 {
	margin-top: 20px;
	padding:0;
	float:left;
	position:relative;
	display: inline;
}
#contenter #bodyContents .thumbs {
	float: left;
}
#contenter #bodyContents table tr td {
	padding: 0 10px 0 10px;
	height: 30px;
}
#contenter #bodyContents table tr td h3{
	margin:20px 0 5px 0;
	font-size:18px;
}


#contenter h1 {
	padding: 0px;
	margin: 20px 0 0 10px;
	font-size: 30px;
}
#contenter #footer {
	margin-top: 20px;
	height: 50px;
	background-color: #e2e2e2;
}
#contenter #footer #footerLinks {
	float: right;
	font-size: 11px;
	margin-top: 17px;
	text-align:right
}
#contenter #footer #footerLinks a {
	color: #000;
	text-decoration: none;
}
#contenter #footer #footerLinks a:hover {
	color: #368411;
	text-decoration: none;
}

#contenter #footer #footerRights {
	font-size: 12px;
	margin-top: 17px;
}
#contenter #bodyContents .tableDiv tab #contactTable {
	padding: 10px;
}

table, tr, td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tableDiv   {
	display: inline;
	float: left;
	width: 940px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.line_aud {
	background-color: #EEE;
}
.line_aud:hover {
	background-color: #D9FFD9;
}
.line_even {
	background-color: #FFF;
}
.line_even:hover {
	background-color: #D9FFD9;
}.linkStyle01 {
	color: #33CC00;
	text-decoration: none;
	display: block;
	width: 100%;
}
.linkStyle01:hover {
	color: #000000;
}
.backToMain{
	font-size:12px;
	text-decoration:none;
	color:#666;
	float:right;
	position: absolute;
	top:0;
	right:-80px;
	padding:5px;
}
.backToMain:hover{
	color:#31A50A;
}
.prodHeading{
	border-bottom: solid 1px #CCC;
}
.prodDetail{
	width:75%;
	border-left: solid 1px #CCC;
	font-size:12px;
	line-height: 25px;
}
.prodDetail ul{
	margin:5px 20px;
	padding:0;
}
.prodDetail ul li{
	list-style:url(../images/arrow-green.gif);
}
.productThumb{
	position:relative;
	float:left;
	width: 303px;
	margin:10px 0 30px 0;
}
.productThumb .prodThumb {
	position:relative;
	float:left;
	width: 100px;
	height: 125px;
	margin-right: 10px;
	border: #CCC solid 1px;
}
.productThumb h3 {
	margin:0;
	font-size: 13px;
	color: #32A60B;
}
.productThumb .readBrochre {
	position:absolute;
	display:block;
	right:0;
	bottom:0;
	margin-right:10px;
	text-indent:-10000px;
	width:160px;
}
.productThumb .readBrochre .btnReadmore ,.productThumb .readBrochre .btnBrochure {
	width: 80px;
	height: 20px;
	display: block;
	float:left;
}
.productThumb .readBrochre .btnReadmore {
	background: url(../images/btn-read-more-01.gif) no-repeat right bottom;
}
.productThumb .readBrochre .btnReadmore:hover {
	background: url(../images/btn-read-more-02.gif) no-repeat right bottom;
}
.productThumb .readBrochre .btnBrochure {
	background: url(../images/btn-brochure-01.gif) no-repeat left bottom;
}
.productThumb .readBrochre .btnBrochure:hover {
	background: url(../images/btn-brochure-02.gif) no-repeat left bottom;
}