body {
	font-size: 85%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat;
	text-align: center;
}

html {
	margin:0;
	padding:0;
}

#main {
	width:770px;
	height:auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border: none;
	margin: 0 auto;
	text-align: left;
	/*background-color: #ffffff;*/
}

.header {
	width:770px;
	height:130px;
	background-image: url(../images/top_banner.jpg); 
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}


#topNav {
	height:auto !important;
	height:23px;
	min-height: 25px;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 108px;
	margin-left: 165px;
	color: #FFF;
}

 #topNav ul  {
	margin:0px 0px 0px 100px !important;
	margin:0px 0px 0px 140px;
	list-style: none;

}
  
	#topNav li	{
	   float:left;
		text-decoration : none;
		text-align:center;
		margin: 0px 0.5px 0px 0.5em !important;
		margin: 0px 0.5px 0px 0.5em;
		padding: 0;
		
	}
	#topNav a:link {
		text-decoration: none;
		color:#FFF;
	}
	#topNav a:visited {
		text-decoration: none;
		color:#FFF;
	}

	#topNav a:hover {
      text-decoration: none;
		color:#000;
	}
	#topNav a:active {
		text-decoration: none;
		color:#FFF;
	}

#topText {
	width:770px;
	height:auto !important;
	height:51px;
	min-height: 51px;
	border-bottom: 1px dashed #999;
	background-color: #EAE6E2;
	font-size: 0.75em;
	/*padding:0em;*/
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	/*border-left: 0px;
	border-right: 0px;*/
	margin-top: -3px;
	/*margin-left: -1px;*/
}

.banner{
	margin-top: 0px !important;
	margin-left: 34px !important;
	margin-left: 35px;
	}
	
.top{
	color:#940404;
	font-weight:bold;
}
.producttitle{
	font-weight: bolder;
	color:#940404;
}

.producttitle2{
	font-weight: bolder;
	color:#940404;
	font-size:14px;
}
.bottombar{
	width:770px;
	height: 14px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	/*margin-left: -1px !important;
	margin-left: 0px;*/
}

.imgleft{
	float: left;
	border: 1px solid black;
	margin-right: 5px;
}

.imgright{
	float: right;
	border: 1px solid black; 
	margin-left: 5px;
}

.mainbody{
	background-color: white;
	width:720px;
	height: auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px dashed #999;
	font-size: 0.75em;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
}

.textleft{
	text-align: center;
	height: auto;	
	float:right;
	padding-left:5px;
	padding-right: 5px;

}

.textright{
	text-align: center;
	float: left;
	height: auto;
	padding-left:5px;
	padding-right: 5px;
	
}
.divHolderLeft {
	float:right; 
	width:65%
}
.divHolderRight {
	float:left; 
	width:65%
}
.heading {
	font-size: 12px;
	font-weight: bold;
	color:#940404;
}

.clear {
	clear:both;
	height:1px;
	margin:-2px !important;
	margin:-10px;	
}

#tristarBranding {
	float: left;
	clear: both;
	text-align:right;
	width: 770px;
	padding: 5px 0px;
	font-size: 0.75em;
}

.indextextleft{
	text-align: left;
	height: auto;
	padding-right:10px;
}