/* CSS Document */
* { margin:0; padding:0; }

body {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#555;
	background:#fff url(../images/bg.jpg) top left repeat-x;
	line-height:1.2;
	font-size:.8em;
	text-align:center;
	}
	
body#neutral {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#555;
	background:#fff url(../images/bg_neutral.jpg) top left repeat-x;
	line-height:1.2;
	font-size:.8em;
	text-align:center;
	}

a:link { color:#C17200; }
a:visited { color:#C17200; }
a:hover { color:#DF9300; }
a:active { color:#C17200; }

#header h1 {
	position:absolute;
	top:5px;
	height:75px;
	width:225px;
	background:url(../images/logo-homes.gif) no-repeat;
	text-indent:-9000px;
	}
	
#header h1.logoBoth {
	position:absolute;
	top:5px;
	height:75px;
	width:610px;
	background:url(../images/logo-both.gif) no-repeat;
	text-indent:-9000px;
	}
	
h1.newTitle { font-size:2.5em; color:#febc3a; margin-bottom:18px; letter-spacing:-1px; }


#header div#smartbutton { position:absolute; top:39px; right:0; color:#888;width:132px;height:33px;background:url(../images/icons/butn-livechat-on.gif) top left no-repeat; }

/* ===================================================================================================================================== =NAV BAR */

ul#nav li a { 
	text-decoration:none; 
	display:block;
	padding-left:10px;
	width:164px;
	height:29px;
	font:bold 13px/28px Tahoma, Verdana, Arial, Sans-serif;
	color:#cce4ff;
	background:url(../images/tab-off.jpg) top left no-repeat;
	outline:none;
	}
ul#nav li a:hover { background:url(../images/tab-hot.jpg) top left no-repeat; color:#d2e9f6; }
ul#nav li a.on { color:#5b5b5b; background:url(../images/tab-on.jpg) top left no-repeat; }
ul#nav li a.on:hover { color:#7e7e7e; background:url(../images/tab-on.jpg) top left no-repeat; }



/* ===================================================================================================================================== =QUICKLINKS */

#containerQuick {
	position:absolute;
	top:0px;
	left:185px;
	width:687px !important;
	height:302px !important;
	background-image:url(../images/quickLinks_down.gif);
	background-position: 525px 8px;
	background-repeat: no-repeat;
	}

#quickLinks {
	width:115px;
	height:27px;
	position:absolute;
	top:0px;
	left:700px;
	background-image:url(../images/quickLinks_up.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	}
#quickLinks a:link, #quickLinks a:active, #quickLinks a:visited {
	width:100px;
	height:10px;
	vertical-align:middle;
	padding:10px;
	color:#f7cd0b !important;
	display:block;
	}



