/*	$Id: screen.css,v 1.1.1.1 2008/03/31 22:21:52 spud Exp $	*/

	body { margin: 0; padding: 0; background: #a9bf85; font-family: verdana, sans-serif; font-size: 11px; font-weight: normal; line-height: 130%; background-image: url(../g/back.gif); background-position: left top; background-repeat: repeat-y; }
	
	#container { margin: 0; padding: 0; }
	
	#logo { background-image: url(../g/back_logo.gif); background-position: left top; background-repeat: no-repeat; height: 90px; width: 780px; }
	#logo h1 { padding: 23px 0 0 21px; font-size: 32px; margin-bottom: 0; }
	#logo h2 { margin-top: 0; padding: 0 0 0 250px; font-size: 13px; letter-spacing: 5px; font-weight: normal; }
	
	#navbar { height: 31px; background: #003; }
	#nav { background-image: url(../g/back_nav.gif); background-position: left top; background-repeat: no-repeat; height: 23px; padding-top: 8px; }
	#menu { margin-left: 215px; width: 550px; vertical-align: middle; color: #fff; }
	#menu a { font-weight: normal; color: #fff; text-decoration: none; }
	#menu a:hover { font-weight: normal; color: #a9bf85; text-decoration: none; }
	#home { background-image: url(../g/back_home.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	#price { background-image: url(../g/back_price.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	#contact { background-image: url(../g/back_contact.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	#login { background-image: url(../g/back_login.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	#admin { background-image: url(../g/back_admin.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	#quotes { background-image: url(../g/back_quotes.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	#services { background-image: url(../g/back_services.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	#thanx { background-image: url(../g/back_thanx.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	#error { background-image: url(../g/back_error.gif); background-position: left top; background-repeat: no-repeat; height: 274px; width: 780px; }
	
	h1 { font-weight: normal; font-family: Verdana, Sans-serif; font-size: 26px; color: #003; line-height: 100%; margin-top: 0; }
	p.tagline { font-style: italic; text-align: center; font-size: 12px; padding-top: 175px; }
	
	hr { margin-top: 10px; margin-bottom: 10px; }
	
	.error { font-size: 10px; color: #f00; font-weight: bold; }
	
/*
	table#content { width: 780px; margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0; }
	table#content td { margin: 0; padding: 0; border: 1px solid #f00; vertical-align: top; }
	table#content td.left { width: 200px; padding: 0; margin: 0; }
	table#content td.middle { width: 380px; padding: 15px 50px 10px 60px; }
	table#content td.right { width: 180px; padding: 45px 10px 0 10px; }
	table#content td.bowe { width: 180px; padding: 0 10px 0 10px; }
*/

	table#content { width: 780px; border-collapse: collapse; border-spacing: 0; }
	table#content td { border: none; vertical-align: top; }
/*
	table#content td { border: 1px solid #f00; }
*/
	table#content td.left { width: 200px; }
	table#content td.middle { width: 380px; padding: 18px 40px 0 30px; }
	table#content td.right { width: 200px; padding: 40px 0 0 0; }
	table#content td.bowe { width: 200px; padding: 20px 0 0 0; }
	
	table#quotetable td input {  margin-top: 10px; }
	
	#footer { text-align: center; font-size: 10px; }
