/* $Id: home.css 17 2009-03-20 00:59:59Z joanfabregat $ */

/* @group homeMain */

#homeMain {
	width: 839px;
	position: absolute;
	top: 74px;
	left: 50%;
	margin-left: -419.5px;
	z-index: 2;
	background: #fff;
}
#homeMain #quote {
	position: absolute;
	top: 138px;
	left: 470px;
	font-size: 35px;
	color: #6c6e6e;
	line-height: 40px;
}
#homeMenu {
	width: 200px;
	position: absolute;
	left: 65px;
	top: 220px;
}
#homeMenu a {
	text-decoration: none;
	font-size: 14px;
	background: url(../images/menuBgGray.gif) no-repeat;
	display: block;
	width: 119px;
	height: 22px;
	text-align: center;
	margin: 5px 0;
	color: #6c6e6e;
}
#homeMenu a:hover {
	background: url(../images/menuBg.gif) no-repeat;
	color: #c65e25;
}
#topMenu {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 5px;
	z-index: 3;
	text-align: right;
}


/* @end */

/* @group homeBg */

#homeBg {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	height: 368px;
	background: url(../images/homeBg.gif) repeat-x top;
	z-index: 1;
	width: 50%;
}

/* @end */
