 /*

+----------------------------------------------------------------------+
| Copyright (c) 2005 ANAVI DESIGN                                      |
+----------------------------------------------------------------------+
| AUTHOR(S): Wade Preston Shearer                                      |
+----------------------------------------------------------------------+
| DATE: 2005/08/12                                                     |
+----------------------------------------------------------------------+
| SITE: anavidesign.com                                                |
+----------------------------------------------------------------------+
| SECTION: style                                                       |
+----------------------------------------------------------------------+
| MODULE: n/a                                                          |
+----------------------------------------------------------------------+

*/

/*------------------- TYPOGRAPHY -------------------*/


/*------------------- SPECIFIC LAYOUT -------------------*/

div#page {
	padding-top: 0px;
}

div#main {
	height: 494px;
	background: url('/site/images/page_home.jpg') center no-repeat;
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	float: none;
}

div#main a:hover {
	color: #707070;
}

#homeboxes {
	position: relative;
}

div#greeting {
	position: absolute;
	top: 158px;
	left: 662px;
	width: 298px;
}

div#greeting p {
	margin-top: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
}

div#quote {
	position: absolute;
	top: 342px;
	left: 662px;
	width: 275px;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
	text-indent: 23px;
}

#quote_carousel {
	width: 275px;
}

div#quote ul {
	width: 275px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#quote li {
	width: 275px;
	height: auto;
	margin: 0;
	padding: 0;
	height: 110px;
}

a.quote_handle {
	position: absolute;
	top: 43px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	text-indent: -9999999px;
}

a#quote_handle_left {
	left: -40px;
}

a#quote_handle_right {
	left: 310px;
}