body {
	background: #788999 url(../images/bg.jpg) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

div {
	position: relative;
}

a {
	color: #3191eb;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}


a:link:hover, a:visited:hover{
	text-decoration: underline;
}


h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#webpage {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}

#whiteBack {
	width: 790px;
	background-color: white;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 2px;
	float: left;
}

#top {
	width: 793px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	/*border: 1px solid #000;*/
	position: relative;
	z-index: 3;
}

#bottom {
	width: 790px;
	background-color: #B9C0C8;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 10px;
	float: left;
}

#logo {
	float: left;
	width: 300px;
	padding-bottom: 3px;
	/*border: 1px solid #000;*/
}

#topButtons {
	float: right;
	margin-top: 5px;
	padding-left: 180px;
	padding-right: 7px;
	padding-bottom: 15px;
	/*border: 1px solid #000;*/
}

#largeBut {
	background: url(../images/large_button.gif) no-repeat;
	width: 193px;
	height: 54px;
	float: left;
	margin-left: 180px;
}

#signupBut {
	background-image: url(../images/signup_but.jpg);
	width: 123px;
	height: 28px;
	float: left;
}

#signupBut:hover {
	background-image : url(../images/signup_but_on.jpg);
}

#loginBut {
	display: block;
	background-image: url(../images/login_but.jpg);
	width: 123px;
	height: 28px;
	float: left;
}

#loginBut:hover {
	background-image: url(../images/login_but_on.jpg);
}

#logoutBut {
	display: block;
	background: url(../images/logout_but.gif);
	width: 123px;
	height: 28px;
	float: left;
}

#logoutBut:hover {
	background: url(../images/logout_but_on.gif);
}

#menu {
	padding-left: 145px;
	top: 6px;
	width: 645px;
	height: 38px;
	float: left;
	/*border: 1px solid #000;*/
}

#homeBut, #homeButDiv {
	display: block;
	width: 88px;
	height: 38px;
	float: left;
	background-image: url(../images/homebut.gif);
}

#homeBut:hover {
	background-image: url(../images/homebut_on.gif);
}

#aboutBut {
	background: url(../images/aboutbut.gif) no-repeat;
	width: 87px;
	height: 38px;
	float: left;
}

#aboutBut:hover {
	background: url(../images/aboutbut_on.gif);
}

#servicesBut {
	background: url(../images/servicesbut.gif) no-repeat;
	width: 87px;
	height: 38px;
	float: left;
}

#servicesBut:hover {
	background: url(../images/servicesbut_on.gif);
}

#faqBut {
	background: url(../images/faqbut.gif) no-repeat;
	width: 87px;
	height: 38px;
	float: left;
}

#faqBut:hover {
	background: url(../images/faqbut_on.gif);
}

#autoBut {
	background: url(../images/autobut.gif) no-repeat;
	width: 93px;
	height: 38px;
	float: left;
}

#autoBut:hover {
	background: url(../images/autobut_on.gif);
}

#performanceBut {
	background: url(../images/performancebut.gif) no-repeat;
	width: 110px;
	height: 38px;
	float: left;
}

#performanceBut:hover {
	background: url(../images/performancebut_on.gif);
}

#contactBut {
	background: url(../images/contactbut.gif) no-repeat;
	width: 93px;
	height: 38px;
	float: left;
}

#contactBut:hover {
	background: url(../images/contactbut_on.gif);
}

#leftCol {
	width: 220px;
	float: left;
	padding-right: 10px;
	padding-left: 1px;
	padding-top: 3px;
	/*border: 1px solid #000;*/
}

#rightCol {
	width: 556px;
	float: left;
	padding-top: 3px;
	/*border: 1px solid #000;*/
}

#rightSubCol {
	width: 556px;
	float: left;
	padding-top: 5px;
	/*border: 1px solid #000;*/
}

#contentArea {
	width: 556px;
	float: left;
	padding-top: 1px;
	overflow: hidden;
}


#imainImage, #header, #contentBody, #contentBottom {
	width: 556px;
	float: left;
	overflow: hidden;
}

#mainImage {
	height: 185px;
	background: transparent url(../images/main_image.gif) no-repeat top left; 
}

#header {
	width: 553px;
	background-color: #79b8f3;
	border-right: 1px solid #aeafae;
	border-left: 1px solid #aeafae;
}

#header h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#subHeader {
	width: 555px;
	background: transparent url(../images/sub_header.gif) no-repeat top left;
}

#subHeader h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#contentBody {
	width: 533px;
	background-color: #f2f2f2;
	border-right: 1px solid #aeafae;
	border-left: 1px solid #aeafae;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}

#faq {
	font-family: Arial, sans-serif;
	font-size: 13px;
}


#faq a {
	
	color: #3191eb;
	font-weight: bold;
 }

#faq a:hover {
	text-decoration: underline;
}



#contentBottom {
	height: 25px; 
	padding-bottom: 10px;
	background: transparent url(../images/content_bottom.gif) no-repeat top left;
}

/* Container Styles */

.container, .containerTop, .containerBottom {
	width: 219px;
	float: left;
	overflow: hidden;
}
	
.container {
	position: relative;
	padding-top: 3px;
	padding-bottom: 10px;
}

.containerTop {
	height: 32px;
	background: transparent url(../images/container_top.gif) no-repeat top left;
 }

 .containerTop h1 {
	padding-top: 7px;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: white;
}

.containerBody {
	float: left;
	background-color: #f2f2f2;
	border-right: 1px solid #aeafae;
	border-left: 1px solid #aeafae;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	width: 197px;
 }

 .containerBody p {
	padding-top: 7px;
	padding-left: 10px;
	line-height: .5;
 }

.containerBottom {
	height: 17px;
	background: transparent url(../images/container_bottom.gif) no-repeat bottom left;
}

#submitBut, #sloginBut {
	padding-right: 10px;
}

#submitBut {
	background: url(../images/submit_but.gif) no-repeat;
	width: 73px;
	height: 24px;
	float: right;
}

#submitBut:hover {
	background: url(../images/submit_but_on.gif) no-repeat;
	width: 73px;
	height: 24px;
	float: right;
}

#sloginBut {
	background: url(../images/slogin_but.gif) no-repeat;
	width: 73px;
	height: 24px;
	float: right;
}

#sloginBut:hover {
	background: url(../images/slogin_but_on.gif) no-repeat;
	width: 73px;
	height: 24px;
	float: right;
}


/* End Container Styles */  

 .bottomText, .bottomText a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-align: center;
 }

.bottomText a:hover {
	text-decoration: underline;
}


/* Table classes */

.dark
{
  background-color:#005697;
}

.prod_tbl_head
{
  background-color:#CDE6F3;
}

.prod_tbl_name
{
  background-color:#EEF4F9;
}

.white
{
  background-color:#FFFFFF;
}

.ads {
	float: left;
	padding-top: 10px;
	padding-left: 30px;
 }
