/*----------
CSS RESET
----------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/*----------
PAGE CSS
----------*/
#wrapper{
	width: 950px;
	margin: 0 auto;
	background: url(images/flowerbg.jpg) no-repeat top right;
}

/*----------
HEADER
----------*/
#header{
	height: 57px;
}

.headerP{
	float: right;
	width: 500px;
	text-align: right;
	font: 10px/10px Verdana, sans-serif;
	padding-top: 38px;
	color: #716558;
}

.headerP a:link,
.headerP a:active,
.headerP a:visited{
	color: #716558;
}

.headerP a:hover{
	color: #a3927f;
}

/*----------
BANNER
----------*/

#banner{
	width: 950px;
	height: 300px;
	z-index:-1;
}

/*----------
CONTENT
----------*/
#content{
	height: 534px;
}

/*----------
GALLERY
----------*/

#galleryWrap{
	width: 304px;
	height: 534px;
	float: left;
	background: url(images/map.gif) no-repeat bottom left;
}

.thumbWrap{
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-top: 2px;
}

.thumbWrap.middle{
	margin-left: 2px;
	margin-right: 2px;
}

.thumbWrap:hover{
	text-indent: -100px;
}

.galleryFoot{
	font: 12px/18px Arial, sans-serif;
	color: #716558;
	width: 190px;
	float: right;
	margin-top: 35px;
}

/*-----------
CENTER CONTENT
----------*/

#centerContent{
	float: left;
	width:350px;
	margin-top: 100px;
	margin-left: 44px;
}

.mainText{
	font: 12px/18px Arial, sans-serif;
	color: #000;
	margin-top: 35px;
	padding-left: 7px;
	padding-right: 29px;
	border-right: 1px dotted #716558;
	text-align: justify;
}

/*----------
CONTACT
----------*/

#contact{
	float: right;
	width: 227px;
	margin-top: 240px;
}

.logo{
	margin-top:65px;
}

.address{
	font: 9px/11px Arial, sans-serif;
	color: #716558;
	padding-left: 40px;
}

/*----------
FOOTER
----------*/

#footer{
	padding-top: 48px;
	padding-bottom: 48px;
	clear: both;
}	

.footer{
	font: 11px/14px Verdana, sans-serif;
	color: #716558;
}

.footer a:link,
.footer a:active,
.footer a:visited{
	color: #716558;
}

.footer a:hover{
	color: #a3927f;
}


