/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #fff url(/lib/images/tile.png) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .87em;
	color: #000;
	min-height: 810px;
}

/* for IE */
* html body {
 height: 810px;
}

#wrapper-index {
	background: #fff url(/lib/images/center_bg_index.png) repeat-x top left;
	margin-top: 55px;
}

#wrapper {
	background: #fff url(/lib/images/center_bg.png) repeat-x top left;
	margin-top: 55px;
}

#center-index {
	margin-left: 150px;
	width: 750px;
}

#center {
	width: 900px;
}

#topWhitebar-index {
	background-color: #fff;
	height: 40px;
}

#topWhitebar {
	background-color: #fff;
	margin-left: 150px;
	height: 40px;
}

#bottomWhitebar {
	background-color: #fff;
	height: 40px;
}

#centerGreen-index {
	background-color: #d3d560;
	height: 380px;
}

#centerGreen {
	background: #d3d560;
	height: 580px;
}

#logo {
	width: 450px;
	height: 200px;
	z-index: 99;
	position: absolute;
	top: 515px;
	left: 5px;
}

a { outline: none; }

a:link { color: #DF047A;
	text-decoration: none; }
	
a:visited { color: #DF047A;
	text-decoration: none; }
	
a:hover { color: #9B9A32;
	text-decoration: none; }

a:active { color: #9B9A32;
	text-decoration: none; }

a img { border: none; }

#header {
	padding: 15px 0;
	}
	
#content {
	width: 500px;
	float: left;
	display: inline;
	margin-left: 80px;
}

#content p, #photos p{
	line-height: 125%;
	padding-bottom: 15px;
}

#content ul, #photos ul {
		padding-left: 17px;
}

#content ul li, #photos ul li {
	list-style-position: outside;
	line-height: 125%;
	padding-bottom: 15px;
}

#right {
	padding: 30px 0 15px 0;
}

#love {
	padding-top: 75px;
}

#half #content {
	width: 390px;
	float: left;
	display: inline;
	margin-left: 80px;
}

#half #photos {
	float: right;
	display: inline;
	width: 390px;
	margin: 40px 0 0 40px;
}

#half .pic {
	margin-left: 60px;
}

#photos {
	float: right;
	display: inline;
	width: 280px;
	margin: 40px 0 0 40px;
}

.pic {
	width: 260px;
	height: 230px;
	padding: 5px;
	background-color: #e6e6e7;
	margin-bottom: 20px;
}

#map {
	float: right;
	display: inline;
	margin-top: 60px;
}

.GMapEZ {
	width: 402px;
	height: 402px;
	border: #ACAB38 3px solid;
}

#location {
	padding-top: 10px;
	text-align: center;
}

#contact {
	text-align: right;
	padding-top: 15px;
}

/* NAVIGATION */

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	display:block;
	text-indent: -9999px;
}

a.do {
	width: 130px;
	height: 40px;
	background: url(/lib/images/nav-whatwedo.png) no-repeat 0 0;
}

a.do:hover, a.do:active {
	background-position: 0 -40px;
}

a.lookfor {
	width: 185px;
	height: 40px;
	background: url(/lib/images/nav-lookfor.png) no-repeat 0 0;
}

a.lookfor:hover, a.lookfor:active {
	background-position: 0 -40px;
}

a.how {
	width: 145px;
	height: 40px;
	background: url(/lib/images/nav-how.png) no-repeat 0 0;
}

a.how:hover, a.how:active {
	background-position: 0 -40px;
}

a.sales {
	width: 90px;
	height: 40px;
	background: url(/lib/images/nav-sales.png) no-repeat 0 0;
}

a.sales:hover, a.sales:active {
	background-position: 0 -40px;
}

a.where {
	width: 150px;
	height: 40px;
	background: url(/lib/images/nav-where.png) no-repeat 0 0;
}

a.where:hover, a.where:active {
	background-position: 0 -40px;
}

