/****************************************/
/* valley floor covering */
/* Copyright (c) The Worx Group - 2008 */
/* base.css */
/****************************************/
img	{ border:0px; }
img, div, input { behavior: url("/style/iepngfix.htc"); }
.clear { clear:both; }
form { margin:0; }

body { margin:0; padding:0; text-align:center; min-width:778px; background:#5d4e40 url(/images/background.jpg) top no-repeat; font-family:arial; font-size:12px; color:#000; }

/****************************************/
/* Common Elements */
/****************************************/
#wrapper { width:778px; margin:0 auto; text-align:left; }
	.header { height:40px; text-align:center; background-color:#000; font-weight:bold; }
		.header a { color:#FFF; text-decoration:none; font-weight:bold; }
		.header a:hover { text-decoration:none; color:#9ba23d; font-weight:bold; }
		.header ul { padding:12px 5px 15px 5px; }
		.header li { color:#fff; display:inline; padding:5px; }
	.multi_border { height:1px; border-bottom:1px solid #473228; }
	.multi_border_02 { height:1px; border-bottom:1px solid #8e7061; background-color:#473228; }
	.footer { background-color:#000; padding:15px 0 30px 0; text-align:center; color:#FFF; font:bold 10px verdana; }
		.footer ul {  }
		.footer li { display:inline; padding:0 2px; }
		.footer div { padding-top:10px; }
		.footer a { color:#FFF; text-decoration:none; }
		.footer a:hover { text-decoration:underline; }
	
	hr { background-color: #8f806b; color: #8f806b; height: 1px; border: 0px;
		}
		
		 a.link { color:#473228; text-decoration:underline; }
		 a.link:hover { color:#9ba23d; text-decoration:underline; }
	table.companies { width:100%; margin:15px 0; }
		table.companies td { width:50%; text-align:left; vertical-align:middle; padding:5px 0; }
		

