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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFC66A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	background-image: url(Images/the_saturn_club_hair_salon_and_cafe_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 282px;
	text-indent: -9999px;
}
#container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	background-color: #FFDA82;
} 
/*HEADER
-----------------------------------------------------------------------------*/
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(Images/header_for_both.jpg);
	height: 163px;
} 
#logo {
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	border-bottom-style: none;
	height: 110px;
	width: 302px;
}
/*HEADER
-----------------------------------------------------------------------------*/

/*NAVIGATION
-----------------------------------------------------------------------------*/
#navbar {
	height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E5090C;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D8090B;
	background-color: #5B0BC1;
	margin: 0px;
	padding: 0px;
}
#navbar ul {
	text-decoration: none;
	margin: 0px;
	list-style: none;
	text-align: center;
}
#navbar ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 25px;
	float: left;
	padding-top: 15px;
}
#navbar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	float: left;
	padding: 0px;
}
#navbar ul li a:hover {
	color: #FF0000;
}
#navbar ul li a.current {
	font-weight: bold;
	color: #C13320 !important;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #D8090B;
	border-bottom-color: #D8090B;
}
/*END NAVIGATION
-----------------------------------------------------------------------------*/

/*HOMEPAGE
-----------------------------------------------------------------------------*/

#homeContent {
	background-image:url(Images/for_homepage.jpg);
	width:780px;
	height: 454px;
	float: left;
	}
#homeLogo {
	height: 110px;
	width: 282px;
	padding-top: 150px;
	padding-left: 390px;
}
/*END HOMEPAGE
-----------------------------------------------------------------------------*/

/*SALON
-----------------------------------------------------------------------------*/
#salonHeader {
	width: 780px;
	background-image: url(Images/salon_header.jpg);
	background-repeat: no-repeat;
	height: 158px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#leftContent {
	height: 324px;
	width: 262px;
	float: left;
}
#centerContent {
	height: 324px;
	width: 242px;
	background-color: #FFDA82;
	float: left;
}
#salonText {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
	height: 320px;
	line-height: 1.3em;
}
#rightContent {
	height: 320px;
	width: 262px;
	float: right;
}
/*END SALON
-----------------------------------------------------------------------------*/
/*SERVICES
-----------------------------------------------------------------------------*/
.zebra {
	background-color: #edc360;
	}



#serviceContent {
	width: 780px;
	float: left;
	font-size: 12px;
}
#serviceLeft {
	width: 250px;
	float: left;
	height: 250px;
	margin-top: 10px;
	padding-left: 15px;
}
#serviceMid {
	width: 250px;
	float: left;
	height: 250px;
	margin-top: 10px;
	padding-left: 10px;
}
#serviceRight {
	width: 250px;
	float: left;
	
	padding-left: 5px;
	margin-top: 10px;
}
#serviceBot {
	width: 430px;
	float: left;
	height: 130px;
	padding-top: 5px;
	padding-left: 180px;
}
/*END SERVICES
-----------------------------------------------------------------------------*/
/*CAFE
-----------------------------------------------------------------------------*/
#cafeHeader {
	background-image: url(Images/cafe_header.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 158px;
}
#cafeContent {
	float: left;
	width: 780px;
	height: 324px;
	font-size: 12px;
}
#cafeContentLeft {
	float: left;
	width: 302px;
	height: 324px;
}
#cafeContentRight {
	width: 478px;
	float: left;
	height: 324px;
}

#menuColumn1 {
	float: left;
	padding-left: 15px;
	padding-top: 6px;
	height: 190px;
	width: 178px;
}
#menuColumn2 {
	float: left;
	padding-top: 6px;
	height: 212px;
	padding-left: 5px;
	width: 266px;
}
#menuColumn3 {
	float: left;
	width: 280px;
	line-height: 1.8em;
	height: 100px;
	padding-left: 100px;
}
/*END CAFE
-----------------------------------------------------------------------------*/
/*MAP
-----------------------------------------------------------------------------*/
#mapContent {
	float: left;
	width: 780px;
}
#wagmp_map_1 {
	float: left;
}
/*END MAP
-----------------------------------------------------------------------------*/
/*ABOUT US
-----------------------------------------------------------------------------*/
#aboutContent {
	background-image: url(Images/about_us_longer_notext.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 535px;
	float: left;
}
#aboutLogo {
	float: right;
	height: 86px;
	width: 282px;
	padding-right: 185px;
	padding-top: 10px;
}
#aboutText {
	font-size: 80%;
	line-height: 1.2em;
	float: right;
	width: 460px;
	margin-top: 80px;
	padding-right: 22px;
	text-align: justify;
	margin-bottom: 10px;
}
#signature {
	height: 24px;
	width: 150px;
	float: right;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 15px;
}
/*END ABOUT US
-----------------------------------------------------------------------------*/
/*CONTACT US
-----------------------------------------------------------------------------*/
#contactContent {
	float: left;
	width: 780px;
	background-image: url(Images/contact_page_revised.jpg);
	background-repeat: no-repeat;
}
#contactInfo {
	height: 80px;
	width: 330px;
	float: right;
	font-size: 80%;
	margin-top: 350px;
	line-height: 1.5em;
	padding-right: 35px;
}
/*END CONTACT US
-----------------------------------------------------------------------------*/
/*STAFF
-----------------------------------------------------------------------------*/
#staffHeader {
	width: 780px;
	background-image: url(Images/salon_header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 158px;
}
#staffSplashContent {
	width: 780px;
	background-color: #5B0BC1;
	height: 355px;
	padding-top: 25px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF0000;
	float: left;
}
#staffTable {
	height: 300px;
	width: 600px;
	float: left;
	padding-left: 90px;
}
#staffPageContent {
	float: left;
	height: 555px;
	width: 780px;
	background-image: url(Images/staff_blank.jpg);
	background-repeat: no-repeat;
	background-color: #E7CF8B;
}
#staffInfo {
	height: 355px;
	width: 780px;
	float: left;
}
#staffLeft {
	float: left;
	height: 355px;
	width: 265px;
	font-size: 80%;
	padding-left: 15px;
	line-height: 1.5em;
	margin-top: 70px;
	background-color: #E7CF8B;
}
#staffMid {
	float: left;
	height: 346px;
	width: 265px;
	padding-top: 14px;
	margin-left: 19px;
	font-size: 90%;
	text-decoration: none;
}
#staffRight {
	float: right;
	height: 324px;
	width: 170px;
	margin-top: 70px;
	padding-right: 21px;
	font-size: 80%;
	line-height: 2em;
	text-align: left;
	background-color: #E7CF8B;
}
#controls {
	height: 20px;
	width: 265px;
	float: left;
	font-size: 85%;
	text-decoration: none;
	padding-top: 4px;
}
#control_left {
	float: left;
}
#control_right {
	float: right;
}
#back {
	font-size: 100%;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	width: 35px;
	float: left;
}
#next {
	text-decoration: none;
	width: 35px;
	font-size: 100%;
	font-weight: bold;
	color: #0000FF;
	float: right;
}
/*END STAFF
-----------------------------------------------------------------------------*/
/*FOOTER
-----------------------------------------------------------------------------*/
#footer {
	background:#FF0000;
	float: left;
	width: 770px;
	font-size: 55%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
} 
#footer a {
	float: left;
	width: 200px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}
#footerRight {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 10px;
}
/*END FOOTER
-----------------------------------------------------------------------------*/
/*PLACEMENT
-----------------------------------------------------------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
/*END PLACEMENT
-----------------------------------------------------------------------------*/
/*TYPOGRAPHY
-----------------------------------------------------------------------------*/
.question {
	font-weight: bold;
	color: #FF0000;
}
img     {  
border-style: none;
}
.columnTitle {
	font-weight: bold;
	color: #FF0000;
}
.linkLook {
	color: #4D227C;
}
.controls  a {
	text-decoration: none;
	color: #0000FF;
}
#hours {
	font-size: 80%;
	padding-left: 15px;
	padding-top: 11px;
	line-height: 1.5em;
}
#whatsNewContent {
}
#whatsNewText {
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 340px;
	padding-top: 20px;
	text-align: justify;
}
#whatsNewPic {
	width: 378px;
	float: right;
}
