BODY, HTML
{
	background:url(../imgs/main_bg.jpg) repeat;
	margin: 0px;
  	border: 0px;
  	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

P{
	margin: 0px;
  	border: 0px;
	padding-bottom: 10px;
	font: 14px Arial, Helvetica, sans-serif;
}
a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #ff9933;
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: none;
	}
/* ABC page Style */
#infocontainer
{
	background: #FFF repeat;
	width: 960px;
  	height: 645px;
  	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  	margin-left: auto;
  	margin-right: auto;
}
#header {
	background: url(../imgs/header_bg.jpg) no-repeat;
	margin-top: 15px;
	width:960px;
	height:181px;
	margin-left: auto;
  	margin-right: auto;
}
#header_trim {
	background:#ff9933 repeat;
	width: 960px;
	height: 10px;
}
#header_img {
	padding-top: 15px;
	padding-left: 35px;
}
#copy_container {
	background:#FFF repeat center;
	float:left;
	width:960px;
}
#left{
	background: url(../imgs/left_box_bg.jpg) repeat;
	width: 595px;
	float:left;
	margin: 15px 0px 0px 32px;
	padding-bottom: 60px;
}
#slogan {
	padding-top: 10px;
	padding-bottom: 10px;
}
#header_left {
	background:#CCC repeat;
	width:595px;
	height:45px;

}
.header_txt_left {
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#000;
	padding: 10px 0px 0px 25px;
}
.left_txt {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	padding: 15px 10px 0px 25px;
}
#right{
	background: url(../imgs/left_box_bg.jpg) repeat;
	width: 280px;
	float: left;
	margin: 15px 0px 0px 20px;
}
.right_txt {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	padding: 15px 10px 0px 20px;
}
#contact_form{
	background: url(../imgs/left_box_bg.jpg) repeat;
	width:  280px;
	float: left;
	padding-top: 5px;
}
#calc{
	float:left;
}
#calc a.thickbox img{
	width: 280px;
	vertical-align:bottom;
	clear: both;
	margin-top: 7px;
	float:left;
	
}
#footer {
	background:#FFF repeat;
	width: 960px;
	float:left;
	margin-left: auto;
  	margin-right: auto;
}
.bottom_line{
	background: #ff9933 repeat;
	width: 960px;
	height: 18px;
	margin-top: 15px;
}
.thanks {
	padding: 25px 10px 0px 25px;
	color: #FFF;
	
}
/*Smart Touch Form Styles*/
td.table-left-form input{
	margin: 2px 5px 2px 2px;
}
td.table-left-form select{
	margin: 2px 5px 2px 2px;
}

