* { font-family: Arial, sans-serif;}
html, body, a { font-size: 12px; color: #333333; }
img { border: 0; }
form { display: inline; }

body { background: #52abce; margin: 0; }
	.clear { clear: both; }
	.br { height: 5px; font-size: 5px; }
	.msg { background: #628fd1; color: white; text-align: center; margin: 10px 0;}
	.pad { padding: 10px; }
	.no-ul { text-decoration: none; }
	.odd { background: #f4f4f4; }
	.even { background: white; }
	.center { text-align: center; }

#main-body { width: 840px; margin: 0 auto; }
	#left-shadow { background: url('../img/left-shadow.gif') repeat-y; width: 18px; }
	#right-shadow {  background: url('../img/right-shadow.gif') repeat-y; width: 19px; }
	
	#middle-content { width: 803px; }
		#top-box { text-align: center; }
			#nav-box { background: #d9d7da; padding: 1px; }
				#nav-box a { color: black; font-weight: bold; font-size: 16px; text-decoration: none;  }
				#nav-box a:hover { color: #990000; }
				
		#middle-box { background: #ffffff; }
			#contact-ul { list-style: none; width: 500px; margin: 0 auto; }
				#contact-ul li { margin-bottom: 10px; clear: both; }
					#contact-ul li label { float: left; width: 70px; padding-right: 10px; }
					#contact-ul li span { color: red; display: block; }
			#form-ul { list-style: none; }
				#form-ul li { margin-bottom: 5px; clear: both; }
					#form-ul li label { float: left; width: 100px; text-align: right; padding-right: 10px; }
			#content-left { float: left; width: 195px; }
			#content-mid { float: left; width: 390px; }
			#content-right { float: right; width: 195px; }
		#product-left { width: 48%; float: left;}
		#product-right { width: 48%; float: right; }
		#product-ul { list-style: none; margin: 0; padding: 0; }
			#product-ul li { margin-bottom: 5px; padding-left: 5px; }
				#product-ul li a { text-decoration: none; font-weight: bold; }
		#phone-number { font-weight: bold; font-size: 22px; color: #be0000; }
		#ad-box { font-size: 12px; font-weight: bold; padding: 5px 0;}
		
		#contact-left { float: left; width: 55%; }
		#contact-right { float: right; width: 40%; font-size: 12px; }
		
	#footer-box { padding: 5px 0; text-align: center; clear: both; }

