/* -----------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
	
	revivesalonandspa.com
	Stylesheet: mockup/main.css
	Author: Ben Green, chicowebdesign.com
	Version: December 7, 2009
	
--------------------------------------------------------------------------------------
----------------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------------
GLOBAL
----------------------------------------------------------------------------------- */
* {
	outline: none;
	margin: 0;
	padding: 0;
	}
/* -----------------------------------------------------------------------------------
GENERAL
----------------------------------------------------------------------------------- */
.hidden {
	display: none;
	}
.clear {
		clear: both;
		}
		br.clear {
			display: block !important;
			line-height: 0 !important;
			height: 0 !important;
			font-size: 0 !important;
			overflow: hidden !important;
			background: none;
			width: 0 !important;
			}
/* -----------------------------------------------------------------------------------
BODY
----------------------------------------------------------------------------------- */
body {
	background: #fff;
	color: #836D68;
	width: 800px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	}

/* -----------------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------------- */
#header {
	background: #b6a39e url(images/greengradient.gif) repeat-y 0 0;
	}
	#header h1.logo {
		padding: 9px 0 0 0;
		}
		#header h1.logo a {
			display: block;
			width: 203px;
			height: 70px;
			background: url(images/revivelogo.gif) no-repeat 0 0;
			text-indent: -3000px;
			}
	/* -----------------------------------------------------------------------------------
	HEADER -- TOP CORNER LINKS
	----------------------------------------------------------------------------------- */
	#header ul.links {
		float: right;
		background: #836d68;
		height: 77px;
		width: 100px;
		padding: 10px 0 0 0;
		}
		#header ul.links li {
			list-style: none;
			text-align: center;
			}
			#header ul.links li a {
				color: #fff;
				text-decoration: none;
				font-size: 9px;
				line-height: 14px;
				}
				#header ul.links li a:hover {
					color: #b5c0b5;
					text-decoration: underline;
					}
	/* -----------------------------------------------------------------------------------
	HEADER -- NAVIGATION
	----------------------------------------------------------------------------------- */
	#header ul.navigation {
		background: url(images/navgradient.gif) repeat-x 0 0;
		height: 32px;
		clear: both;
		padding: 0 0 0 41px;
		}
		#header ul.navigation li {
			float: left;
			display: block;
			}
			#header ul.navigation li a {
				display: block;
				line-height: 32px;
				padding: 0 10px;
				color: #836d68;
				font-weight: bold;
				text-decoration: none;
				font-size: 10px;
				}
				#header ul.navigation li a:hover {
					color: #486c4a;
					font-weight: bold;
					text-decoration: underline;
					}
/* -----------------------------------------------------------------------------------
FLASH
----------------------------------------------------------------------------------- */
#flash {
	padding: 1px 0 0 0;
	background: url(images/hr-border.gif) repeat-x 0 100%;
	height: 303px;
	}

/* -----------------------------------------------------------------------------------
CONTENT
----------------------------------------------------------------------------------- */
#content {
	text-align: justify;
	position: relative;
	min-height: 300px;
	background: url(images/content-bg.gif) repeat-y 0 0;
	padding: 0;
	height: 1%; /* To prevent IE6 from hiding contained floats */
	height: auto;
	list-style: none;
	}
	#content .style1 {
	color: #000000
	}
	#content td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
		}
	#content td ul li {
		list-style: none;
		padding: 0;
		}
	#content td h3 {
		color: #836D68;
		}
	#content.home {
		background: url(images/welcome.gif) no-repeat 45px 32px;
		padding: 10px 20px 10px 140px;
		min-height: inherit;
		}
	#content img.left {
		float: left;
		background: #fff;
		padding: 0 1px 1px 0;
		border-bottom: 1px solid #7b9a7c;
		position: relative;
		}
	#content #inner {
		float: left;
		width: 530px;
		padding: 10px 0 10px 30px;
		}
	#content a {
		color: #7b9a7c;
		text-decoration: underline;
		}
		#content a:hover {
			color: #556e55;
			}
	#content p {
		padding: 10px 0;
		}
	#content hr {
		border-top: 1px solid #C0C9BF;
		border-left: none;
		border-right: none;
		border-bottom: none;
		margin: 10px 0;
		}
	#content ul {
		padding: 0 0 0 30px;
		}
		#content ul li {
			padding: 0 0 10px 0;
			}

/* -----------------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------------- */
#footer {
	background: url(images/hr-border.gif) repeat-x 0 1px;
	padding: 4px 0 40px 0;
	color: #7b9a7c;
	font-size: 10px;
	line-height: 13px;
	}
	#footer .left {
		float: left;
		}
	#footer .right {
		float: right;
		text-align: right;
		}