/*-----------------------------------------------------------------------------
Salao Elysium Screen Stylesheet

version:   1.0
date:      March 1, 2010
author:    Herbert Deem
email:     hdeem1@gmail.com
website:   http://www.salao-elysium.com
-----------------------------------------------------------------------------*/

body {
	font: normal 62.5% "Century Gothic", sans-serif;
	background-color: #fff;
}

em { font-style: italic }
strong { font-weight: bold }

dl {
}

dt {
	font-weight: bold;
	font-style: italic;
}

dd {
	margin-bottom: 1em;
	text-align: justify;
}

a { color: #9c0035 }
a:hover { color: #a69a83 }

/*---------------------------------------------------------------------------*/

#container {
	width: 1024px;
	margin: 0 auto;
	background: #fff url("../images/bg-shadow.jpg") left top repeat-y;
}

/*---------------------------------------------------------------------------*/

#wrapper {
	width: 1000px;
	padding-left: 12px;
	font-size: 1.3em;
}

/*-----------------------------------------------------------------------------
 Header
-----------------------------------------------------------------------------*/

#header h1, #header h2 {
	position: absolute;
	left: -9999px;
	top:auto;
}

/*-----------------------------------------------------------------------------
 Header Images
-----------------------------------------------------------------------------*/

#hdr-top {
	width: 1000px;
	height: 78px;
	background: #fff url("../images/header/hdr-top.jpg") left top no-repeat;
}

#hdr-mid-lt {
	float: left;
	width: 402px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid.jpg") left top no-repeat;
}

#header .about {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_about.jpg") left top no-repeat;
}

#header .body {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_body.jpg") left top no-repeat;
}

#header .contact {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_home.jpg") left top no-repeat;
}

#header .facials {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_facial.jpg") left top no-repeat;
}

#header .home {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_home.jpg") left top no-repeat;
}

#header .make-up {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_make-up.jpg") left top no-repeat;
}

#header .nails {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_nails.jpg") left top no-repeat;
}

#header .slimmer {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_slimmer.jpg") left top no-repeat;
}

#header .st-tropez {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_tropez.jpg") left top no-repeat;
}

#header .waxing {
	float: right;
	width: 598px;
	height: 188px;
	background: #fff url("../images/header/hdr-mid_waxing.jpg") left top no-repeat;
}

#hdr-btm {
	clear: both;
	width: 1000px;
	height: 38px;
	background: #fff url("../images/header/hdr-btm-01.jpg") left top no-repeat;
}

/*---------------------------------------------------------------------------*/
	
#header address {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}


/*-----------------------------------------------------------------------------
 Content area
-----------------------------------------------------------------------------*/

#middle {
	width: 1000px;
	min-height: 51px;
	background: #fff url("../images/header/hdr-btm-02.jpg") left top no-repeat;
}

/*-----------------------------------------------------------------------------
 Left panel
-----------------------------------------------------------------------------*/

#left {
	float: left;
	width: 228px;
	margin-left: 12px;
}

/*---------------------------------------------------------------------------*/

#mainnav {
	width: 221px;
	height: 401px;
	background: url("../images/menu.jpg") left 11px no-repeat;
	padding-top: 25px;
	font-size: 16px;
	line-height: 1.5em;
}

#mainnav li {
	background: url("../images/navsep.jpg") 2px bottom no-repeat;
}

#mainnav a {
	display: block;
	width: 209px;
	height: 25px;
	color: #666;
	text-decoration: none;
	margin-left: 21px;
	padding: 6px 0;
}

#mainnav li.last {
	border-bottom: 0;
	background: none;
}

#mainnav a:hover {
	color: #000;
}

#mainnav a.current {
	color: #fff;
	border-bottom: 0;
	background: none;
	background: url("../images/current.jpg") no-repeat;
	margin-left: 0;
	padding: 0 0 0 21px;
}

#mainnav a.current:hover {
	color: #fff;
	cursor: default;
}

/*---------------------------------------------------------------------------*/

#buttons {
	display: block;
	width: 220px;
	height: 339px;
	color: #666;
	background: url("../images/tri-button.png") no-repeat;
	font: normal 12px/1.3em Arial, Helvetica, sans-serif;
}
	
#buttons h3 {
	position: absolute;
	left: -9999px;
	top:auto;
}

#buttons .button {
	display: block;
	height: 59px;
	margin-bottom: 4px;
	padding: 44px 10px 0px 10px;
	text-align: justify;
}

/*-----------------------------------------------------------------------------
 Center panel
-----------------------------------------------------------------------------*/

#center {
	float: left;
	width: 500px;
	margin-top: 54px;
	font: normal 14px/1.5em Arial, Helvetica, sans-serif;
	color: #666;
}

#center h2 {
	font: normal 25px "Snell";
	color: #9c0035;
	margin-bottom: 0.5em;
}

#center h3 {
	color: #9c0035;
	font-weight: bold;
}

#center h2 span {
	color: #a69a83;
}

#center p {
	margin-bottom: 1em;
}

#center a.readmore {
	display: block;
	float: right;
	width: 86px;
	height: 23px;
	color: #fff;
	background: #fff url("../images/more.jpg") left top no-repeat;
	font-size: 11px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/

#content {
	min-height: 368px;
	margin-left: 25px;
}

#content ul {
	list-style: disc;
}

#content li {
	margin-left: 1em;
}

#content p.list-heading {
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------
 Right panel
-----------------------------------------------------------------------------*/

#map {
	float: right;
	width: 240px;
	height: 320px;
	margin-top: 100px;
	margin-right: 12px;
}

/*---------------------------------------------------------------------------*/

#news {
	float: right;
	width: 219px;
	font: normal 14px/1.5em Arial, Helvetica, sans-serif;
	margin-top: 11px;
	margin-right: 11px;
}

#news h2 {
	height:50px;
	margin:0; padding:0;
	background: #f4f2ec url("../images/news-top.png") top left no-repeat;
}

#news h2 span {
	position: absolute;
	left: -9999px;
	top:auto;
}

#news #summaries {
	color:#666; background-color:#f4f2ec;
	padding: 20px 9px 4px 9px;
	min-height: 500px;
}

#news span#bottom {
	display: block;
	height: 12px;
	padding-top: 30px;
	background: #f4f2ec url("../images/news-bottom.png") bottom left no-repeat;
}

#news h3 {
	clear: both;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0.5em;
}

#news h3 span {
	float: right;
	font-size: 0.8em;
	font-style: italic;
}

#news p {
	clear: both;
	font-size: 13px;
	line-height: 1.5em;
}

#news .readmore {
	float: right;
}

#news a {
	display: block;
	width: 81px;
	height: 23px;
	color: #fff;
	background: #fff url("../images/news_more.jpg") left top no-repeat;
	font: normal 11px/1.5em Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
}

#news a:hover {
	color: #ff0;
}

/*-----------------------------------------------------------------------------
 Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 1000px;
	height: 106px;
	background: url("../images/footer.jpg");
	text-align: center;
	font-size: 11px;
}

/*---------------------------------------------------------------------------*/

#footnav {
	padding-top: 20px;
	text-transform: uppercase;
}

#footnav li {
	display: inline;
}

#footnav a {
	color: #666;
	padding: 7px;
	border-right: 1px solid #aaa;
	text-decoration: none;
}

#footnav a:hover {
	color: #fff;
}

#footnav a.last {
	border: 0;
}

#footer p {
	padding-top: 20px;
	color: #fff;
}

/*-----------------------------------------------------------------------------
 Tables
-----------------------------------------------------------------------------*/

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

tr.last {
	border-bottom: 1px solid #ccc;
}

th {
	font-weight: bold;
}

td {
	text-align: right;
	padding: 0.5em 0;
}

td.desc {
	text-align: left;
}

td.time {
	width: 6.5em;
	font-style: italic;
}

td.price {
	width: 5em;
}


/* Update by Dante*/

#hdr-btm {
	clear: both;
	width: 1000px;
	position:relative;
	height: 38px;
	background: #fff url("../images/header/hdr-btm-01.jpg") left top no-repeat;
}

#facebook_like{
	margin-top:11px;
	right:276px;
	position:absolute;
}

#phone_email{
	margin-top:11px;
	position:absolute;
	right:295px;
}


#header .phone {
	width:83px;
	position:absolute;
	margin-left: 0px;
}

#header .email {
	position:absolute;
		margin-left: 100px;
}

/*---------------------------------------------------------------------------*/

