/****************************************/
/* renovationsbydesign.com */
/* 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; background:#000 url(/images/bg_121212_85.gif) top repeat-x; font-family:arial; font-size:13px; color:#333; }

.background { position:absolute; width:100%; left:-443px; z-index:1; }
	.background_01 { background-color:#000; height:85px; width:50%; float:left; }
	.background_02 { background-color:#121212; height:85px; width:50%; float:left; }
	.background_03 { background:url(/images/bg_121212_fade.gif) top repeat-x; height:563px; width:50%; float:left; }
	.background_04 { background-color:transparent; height:563px; width:50%; float:left; }
	
.wrapper { position:relative; width:950px; margin:0 auto; text-align:left; z-index:9; }

/****************************************/
/* Include Elements */
/****************************************/
.header { height:155px; position:relative; }
	.logo { position:absolute; top:28px; left:-21px; }
	ul.tagline { position:absolute; top:40px; right:20px; padding:0; margin:0; text-align:right }
		ul.tagline li { display:inline; padding:0 3px; }
		ul.tagline li.bullet { padding-bottom:10px; }
	ul.nav { position:absolute; top:115px; right:20px; padding:0; margin:0; text-align:right }
		ul.nav li { display:inline; }
		ul.nav li a img { display:block; float:right; padding:5px 12px; }
				
.footer { padding:15px 15px; color:#5c5c5c; font-size:11px; }
	.footer ul { float:left; padding-right:50px; }
	.footer li { display:inline; padding:0 1px; }
	.copy { float:right; }
	.footer a { color:#5c5c5c; text-decoration:none; } 
	.footer a:hover { color:#FFF; }


