@charset "utf-8";
/* CSS Document */

html, body {
 	margin: 0;
 	position: relative;
 	height: 100%;
}
 
/* Set medium text size smaller */
body {
	font-size: 70%;
	background: url(../images/bodybg.jpg) repeat-y;
}

/* container for complete page */
#page {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1002px;
	z-index: 0;
}

/* container for content */
#outerwrapper {
	height: 100%;
	width: 852px;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 5;
}

#container {
	height: 100%;
	width: 852px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	background: white;
}

#container-i {
	width: 100%;
	height: auto;
	background: white;
	position: relative;
}

/* header area */
#headerbg {
	position: absolute;
	top: 0;
	left: 0;
	height: 135px;
	width: 100%;
	background: white;
	z-index: 2;
}

#header {
	width: 852px;
	height: 135px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 20;
}

#logo {
	width: 323px;
	height: 76px;
	background: url(../images/logo_pages.jpg) no-repeat;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 21;
}

#logohome {
	width: 254px;
	height: 87px;
	background: url(../images/logo_home.jpg) no-repeat;
	position: absolute;
	left: 0;
	bottom: 10px;
}

#logo h1, #logohome h1 {
	display: none;
}

/* main nav */
#nav {
	height: 20px;
	width: 580px;
	position: absolute;
	top: 40px;
	right: 0;
	text-align: right;
	z-index: 25;
}

#nav h3 {
	display: none;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
	display: inline;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0 1px;
	vertical-align: middle;
}

#nav ul li a {
	text-decoration: none;
	color: #330;
}

#nav a:hover, #nav li.active a {
	color: #a3aa7e;
}

.navsep {
	color: #c9821f;
}
/* end main nav */

/* right nav */
#rnav {
	position: absolute;
	right: 0;
	top: 170px;
	background: url(../images/grnbg.jpg) repeat;
	width: 254px;
	height: auto;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
}

#rnav ul {
	margin: 0;
	padding: 0;
}

#rnav ul li {
	list-style: none;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	float: left;
	clear: left;
	width: 254px;
}

#rnav ul li a {
	color: white;
	text-decoration: none;
}

#rnav a:hover, #rnav li.self a {
	color: #a3aa7e;
}

.sidenavbreak {
	background: url(../images/rnavsep.jpg) no-repeat;
	width: 172px;
	height: 3px;
	margin: 3px auto;
	padding: 0;
}

/* location info */
#locinfo {
	width: 380px;
	height: 20px;
	position: absolute;
	top: 60px;
	right: 0;
	color: #330;
	text-align: right;
}

/* end header area */

/* content area */
#wrapper {
	width: 852px;
	height: auto;
	position: relative;
	z-index: 20;
}

#inner {
	background: url(../images/grnbg.jpg) repeat;
	width: 872px;
	height: 170px;
	position: relative;
	left: -20px;
}

#innerimg {
	width: 306px;
	height: 220px;
	position: absolute;
	z-index: 25;
	top: -54px;
	right: 15px;
}

#rrrpage {
	background: url(../images/relaxreviverenew_pages.jpg) no-repeat;
	width: 244px;
	height: 22px;
	position: absolute;
	bottom: 5px;
	right: 325px
}

#innerhome {
	background: url(../images/grnbg.jpg) repeat;
	width: 872px;
	height: 414px;
	position: relative;
	left: -20px;
}

#inner-c {
	width: 270px;
	height: 170px;
	padding: 10px 20px;
	position: relative;
	z-index: 26;
}

#inner-c p {
	color: white;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

#homeimg {
	width: 558px;
	height: 399px;
	position: absolute;
	z-index: 25;
	top: -53px;
	right: 15px;
}

#flower {
	background: url(../images/lrg_flower.jpg) no-repeat;
	width: 269px;
	height: 238px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 25;
}

#rrrhome {
	background: url(../images/relaxreviverenew_home.jpg) no-repeat;
	width: 483px;
	height: 37px;
	position: absolute;
	bottom: 20px;
	right: 8px;
}

#content {
	position: relative;
	width: 550px;
	padding: 0 20px;
	margin-top: 10px;
	min-height: 250px;
}
#contentfull {
	position: relative;
	width: 812px;
	padding: 0 20px;
	margin-top: 10px;
	min-height: 250px;
}

/* homepage content */
#home-w {
	width: 852px;
	height: 170px;
	position: relative;
	padding: 10px;
}

#home-w p {
	margin-top: 0;
	font-size: .97em;
}

#home-w div {
	margin-bottom: 3px;
}

.homesep {
	height: 155px;
	width: 2px;
	background: url(../images/home_sep.jpg) no-repeat;
	padding: 2px;
	position: relative;
	float: left;
}

#eventspecialshome {
	width: 179px;
	height: 160px;
	position: relative;
	float: left;
	padding: 0 5px;
}

#giftcerthome {
	width: 166px;
	height: 160px;
	position: relative;
	float: left;
	padding: 0 5px;
}

#ouidadhome {
	width: 183px;
	height: 160px;
	position: relative;
	float: left;
	padding: 0 5px;
}

#lochome {
	width: 255px;
	height: 160px;
	position: relative;
	float: left;
	padding: 0 5px;
}

/* end homepage content */

#testimonial-w {
	width: 525px;
	color: white;
	padding: 0 20px;
}

/* text style */
h1,h2,h3,h4,h5,h6, p, table {
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0;
}	

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

p, table {
	font-size: 1em;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}

/* footer area */
#footer {
	clear: both;
	text-align: center;
	color: #666;
	font-size: .9em;
}