body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	behavior: url(../common/csshover.htc);
	

}

#banner_bg {
	background:url(../grfx/backgrounds/banner_bg.jpg) repeat-x;
	background-position: 0 158px;
}

	* html #banner_bg {
		background-position: 0 165px;
	}


	
#internal_banner_bg {
	background:url(../grfx/backgrounds/internal_banner_bg.jpg) repeat-x;
	background-position: 0 158px;
}

	* html #internal_banner_bg {
		background-position: 0 165px;
	}

#shadow {
	background:url(../grfx/top_shadow.jpg) repeat-x;
	height: 8px;
}

#header {
	float: left;
	width: 970px;
	height: 150px;
}

	#logo {
		width : 730px;
		float: left;
		margin: 10px 0 0 20px;
	}
	
	#login {
		float: left;
		margin-top: 30px;
		color: #ffbf00;
		width: 200px;
		text-align: right;
	}
	
		#login  a {
			color: #ffbf00;
			text-decoration: none;
		}
		
		#login a:hover {
			color: #8fbe00;
		}

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	}

#banner {
	background:url(../grfx/home_banner.jpg) no-repeat;
	width: 1024px;
	height: 290px;
}

	*:first-child+html #banner {
		margin-top: -39px;
	}
	
	* html #banner {
		margin-top: -39px;
		position: relative;
		z-index: 2;
	}
	


#internal_banner {
	background:url(../grfx/banner.jpg) no-repeat;
	width: 1024px;
	height: 143px;
	margin-top: -20px;
}

	*:first-child+html #internal_banner {
		margin-top: -39px;
	}

	* html #internal_banner {
		margin-top: -40px;
	}
	

	#banner_text {
		width: 600px;
		color: #fff;
		padding: 4px 0 10px 50px;
		line-height: 160%;
	}
	
	#internal_banner_text {
		width: 600px;
		color: #fff;
		padding-top: 1px;
		line-height: 150%;
		margin: 20px 0 0 38px;
	}

	#internal_banner_img {
		width: 600px;
		color: #fff;
		padding-top: 8px;
    margin-top: 20px;
	}

#content_wrapper {
	color: #969696;
	float: left;
	margin: 30px 0 30px 70px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

	#box1 {
		width: 300px;
		float: left;
	}
	
	#box2 {
		width: 300px;
		float: left;
	}
	
	#box3 {
		width: 300px;
		float: left;
	}
	
		.box_text {
			width: 210px;
			margin-left: 20px;
		}
	
#internal_content {
	color: #929292;
	float: left;
	line-height: 160%;
	margin: 30px 0 30px 20px;
}

	#internal_left {
		width: 660px;
		float: left;
		padding-right: 35px;
	}
	
	#internal_right {
		width: 245px;
		line-height: 100%;
		BACKGROUND-COLOR: #fFffEa;
		float: left;
}

#acct_content {
	color: #929292;
	float: left;
	line-height: 160%;
	margin: 30px 0 30px 40px;
	min-height: 400px;
}

	#acct_left {
		width: 260px;
		float: left;
		padding-right: 40px;
	}
	
	#acct_cont {
		width: 600px;
		float: left;
	}
		
#products_table {
	width: 548px;
	border: 1px solid #fff1d6;
	margin-left: 2px;
}
	.header_table th {
		font-size: 18px;
		color: #fff;
		text-align: left;
		font-weight: normal;
	}
	
	.line_bg {
		background-color: #efefef;
	}
	
	#table_header {
		background:url(../grfx/backgrounds/th_bg.jpg) no-repeat;
		height: 23px;
		padding: 10px;
	}



	
.signup_table th {
	text-align: left;
}

.signup_table select {
	width: 150px;
	height: 22px;
}


#footer {
	background:url(../grfx/backgrounds/footer.jpg) repeat-x;
	height: 60px;
	font-size: 11px;
}

	#ft_links {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		padding-top: 13px;
		color: #ffb400 !important;
	}
	
	#ft_links  a {
		color: #ffb400;
		text-decoration: none;
		padding: 0 1px 0 1px;
	}
	
		#ft_links a:hover {
			color: #8fbe00;
		}
	
	
	
	.ftcopy {
		color: #fff;
	}
