/*
Theme Name: Se Choyer
Theme URI: http://www.sechoyer.com/
Description: Se Choyer Mobile Nail Spa
Version: 1.0
Author: Boomdigital - The Flavorlab
Author URI: http://www.theflavorlab.com/
*/


/* RESET & BASIC SETUP */
* { 
	margin: 0; 
	padding: 0;
}

html {
	height: 100%;
}

a:link {color: #8e1563; text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}
a:hover {color: #333333; text-decoration: none;}
a:active {color: orange; text-decoration: none;}

body {
	background: #ffffff url(images/sechoyer_pattern2.jpg) repeat;
	color: #333333;
	width: 100%;
	display: table;
	font: 80% "Lucida Grande", Arial, Helvetica, sans-serif;
}

.basicpage {
	margin: 20px 0px 0px 25px;
	width: 850px;
	display: inline;
	float: left;
	line-height: 1.5em;
}

.basicpage h1 {
	padding: 0px;
	font-size: 150%;
	text-align: left;
	margin: 0px 0px 25px 0px;
	color: #8e1563;
}

hr {
	background: #8e1563;
}

.basicpage h2 {
	padding: 10px 0px 0px 0px;
	font-size: 115%;
	text-align: left;
	margin: 0px;
	color: #8e1563;
}

.basicpage p {
	line-height: 1.5em;
	margin-bottom: 15px;	
}

.basicpage ul {
	list-style: inside;
	margin: 10px 0px 20px 10px;
}

.pr_notice {
	text-align: center;
}

.basicpage ul h2 {
}

.basicpage li {
}

.basicpage h1.newstitle {
	padding: 0px;
	text-align: left;
	border: 0px;
	margin: 0px;
}

.basicpage_left h3 {
	font-size: 170%;
}

.basicpage_left {
	width: 610px;
	margin: 0px;
	float: left
}

.basicpage_right {
	width: 280px;
	margin: 0px;
	float: right;
}

.basicpage_right ul {	
	list-style: none;
	margin: 0px 0px 15px 0px;	
}

.basicpage_right h2 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

.basicpage_right li {
	font-size: 1.05em;
	line-height: 1.5em;
}


/** HEADER STUFF **/

#header {
	width: 900px;
	height: 160px;
	margin: 25px auto 0;
	position: relative;
	background: url(images/header.gif) no-repeat center top;
}


#logo {
	position: absolute;
	width: 285px;
	height: 115px;
	top: 24px;
	left: 21px;
	overflow: hidden;
}

#logo a {
	display: block;
	border: 0px;
	background: url(images/sechoyer_logo.gif) no-repeat 0px 0px;
	width: 396px;
	height: 115px;
	padding: 44px 0px 0px 0px;
}

#logo a:hover {
	background: url(images/sechoyer_logo.gif) no-repeat 0px -115px;
}

/* NAVBAR */

.subnav {
	width: 450px;
	height: 40px;
	margin: 90px 0px 0px 0px;;
	float: right;
}

.button {
	float: left;
	margin: 10px;
}

#overview {
	display: block;
}
#overview-button {
	opacity: 1.0;
	cursor: pointer;
}

#reservations {
	display: none;
}
#reservations-button {
	opacity: 0.5;
	cursor: pointer;
}

#packages {
	display: none;
}
#packages-button {
	opacity: 0.5;
	cursor: pointer;
}

/** HEADER STUFF ENDS **/

#content-wrap {
	margin: 0 auto;
	padding: 0 0 0px;
	position: relative;
	width: 900px;
}

#maincontent {
	width: 900px;
	float: left;
	background: #ffffff;
	margin: -1px 0px 0px 0px;
}

.emphasize {
	color: #8e1563;
	font-weight: bold;
}


#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	display: block;
	padding: 0;
	float: left;
	background: url(images/footer.gif) no-repeat center top;
}