/* CSS Document */

* { margin: 0; padding: 0; }

html, body { height: 100%; width: 100%;	}

body { background: #F3F4F5 url('images/site_bg.gif') top center repeat-y; font: 11px Verdana, Arial, Helvetica, sans-serif;	}

hr {
  border: 1;
  width: 100%;
  color:#999999;
}

img, div, span { behavior: url(iepngfix.htc) }

#mainContainer{

	position: absolute;

	top: 0;

	left: 50%;

	margin: 0 0 0 -385px;

	width: 770px;

	height: 1000px;

	background: #fff;
	
	background-image:url(images/faderTall.gif);
	
	background-repeat:repeat-x;
	
	background-position:bottom;

}

	
#header{
	position: relative;
	margin-top:0px;
	width:100%;
	height:80px;
	text-align:right;
	background-image:url(images/faderTall.gif);
}
#headernav{
	position: absolute;
	width:470px;
	top:0px;
	height:80px;
	right:0px;
	text-align:right;
	background-image:url(images/phone.jpg);
}
#spacer{
	position:relative;
	line-height:1;
	font-size:1px;
	margin-top:-40px;
	height:1px;
	width:100%;
	background-color: #B0170E;
}
#spacer1{
	position:relative;
	line-height:1;
	font-size:1px;
	margin-top:0px;
	height:1px;
	width:100%;
	background-color: #B0170E;
}
#leftNav{
	position:absolute;
	width:200px;
	height:700px;
	top:220px;
	left:530px;
	background-image:url(images/leftNav.png);
	background-repeat:no-repeat;
	z-index:10;
}
#FlashContent{
	margin-top:0px;
	position: relative;
	width:100%;
	height:230px;
	overflow:visible;
	left: 0px;
	z-index:5;
}
#mainContent{
	position:relative;
	margin-top:0px;
	width:100%;
	height:700px;
	background-image:url(images/fader2.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#mainText{
	position:relative;
	left:30px;
	top:30px;
	width:445px;
	padding:10px;
	border-style: dashed;
	border-width:1px;
	border-color:#666666;
}
#mainServices{
	position:relative;
	left:30px;
	top:50px;
	width:445px;
	padding:10px;
	border-style: dashed;
	border-width:1px;
	border-color:#666666;
}


/*Buttons*/
#picContainer{
	position:relative;
	top:50px;
}
#car{
	position:relative;
	width:300px;
	height:80px;
	top:0px;
	left:7px;
	overflow:hidden;
}
#house{
	position:relative;
	width:300px;
	height:80px;
	top:0px;
	left:7px;
	overflow:hidden;
}
#life{
	position:relative;
	width:300px;
	height:80px;
	top:0px;
	left:7px;
	overflow:hidden;
}
.services{
	text-decoration: none;
	color:#666666;
	font-weight:bold;

}
.escond{visibility:hidden; display:none}

#desc {
	width: 187px;
	margin: 6px;
	margin-top:230px;
	position:absolute;
	left:530px;
	top:200px;
	z-index:12;
	}

/* FONTS */
.greyLink { color: #000000; text-decoration: none; }

.greyLink:visited { color: #006699; text-decoration: none; }

.greyLink:hover { color: #FF3300; }

.style1 {
	color: #B0170E;
	font-weight: bold;
	text-align:left;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.style3 {
	color: #999999;
	font-weight: bold;
	text-align:left;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.style2 {color: #000000; }

/*LEFT MENU*/
#buttons {
	width: 187px;
	margin: 6px;
	margin-top:80px;
	position:absolute;
	left:530px;
	top:200px;
	z-index:12;
	}
	
#buttons ul li{
	list-style: none;
}
#buttons ul li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#buttons ul li a:link, #buttons li a:visited {
	color: #FFF;
	display: block;
	background:  url(images/menu.gif);
	padding: 8px 0 0 35px;
	}
	
#buttons ul li a:hover {
	color: #FFF;
	background:  url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}
	
/******/



