/*
File: styles.css
Description: Style sheet for Think Young
Author: Jeremy R. Kane
Last Updated: 06/26/08
*/

/* page declarations */
body {
		background: #41260a;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-family: Helvetica;
		}
		
table {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 10pt;
		color: #41260a;
		}
		
.heading {
		background: url(images/headingbg.png) no-repeat;
		}
		
#hlogo img {
		border: none;
		}

.midd_bgcolor {
		background: #aa845d;
		}
		
#content {
		background: url(images/bodybg.png) no-repeat;
		width: 700px;
		height: 515px;
		}
		
#content_long {
		background: url(images/bodybglong.png) no-repeat;
		width: 700px;
		height: 635px;
		}
		
#content_headings {
		text-align: justify;
		}
		
#content_headings_home {
		padding: 7px;
		}
		
#content_headings_home u {
		font-size: 12pt;
		}
		
#captions {
		text-align: justify;
		padding: 10px;
		}
		
.welcome td {
		padding: 10px;
		}
		
.prices {
		text-align: left;
		font-size: 10pt;
		}
		
.prices i {
		font-size: 8pt;
		}
		
.indented {
		padding-left: 30pt;
		padding-right: 30pt;
   		}

#copyright {
		font-size: 8pt;
		}

.footer {
		background: url(images/footerbg.png) no-repeat;
		}
		
/* links */
a:link {color: #41260A}
a:visited {color: #41260A}
a:hover {color: #805629}

a:link img {border: 0px}
a:visited img {border: 0px}
a:hover img {border: 0px}

/* -----------------Navigation Links------------------- */

/* Home Button */
.home {
		display: block;
		background: url(images/homebutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.home span {
		display: none
		}
a:hover.home {
		background: url(images/homebuttonhover.png) no-repeat
		}
		
/* Services Button */	
.services {
		display: block;
		background: url(images/servicesbutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.services span {
		display: none
		}
a:hover.services {
		background: url(images/servicesbuttonhover.png) no-repeat
		}

/* Spa Packages Button */
.spa_packages {
		display: block;
		background: url(images/spa_packagesbutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.spa_packages span {
		display: none
		}
a:hover.spa_packages {
		background: url(images/spa_packagesbuttonhover.png) no-repeat
		}
			
/* Special Occasions Button */
.special_occasions {
		display: block;
		background: url(images/special_occasionsbutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.special_occasions span {
		display: none
		}
a:hover.special_occasions {
		background: url(images/special_occasionsbuttonhove.png) no-repeat
		}
		
/* Retail Button */
.retail {
		display: block;
		background: url(images/retailbutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.retail span {
		display: none
		}
a:hover.retail {
		background: url(images/retailbuttonhover.png) no-repeat
		}
		
/* Staff Button */
.staff {
		display: block;
		background: url(images/staffbutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.staff span {
		display: none
		}
a:hover.staff {
		background: url(images/staffbuttonhover.png) no-repeat
		}
		
/* Facilities Button */
.facilities {
		display: block;
		background: url(images/facilitiesbutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.facilities span {
		display: none
		}
a:hover.facilities {
		background: url(images/facilitiesbuttonhover.png) no-repeat
		}
		
/* Appointments Button */
.appointments {
		display: block;
		background: url(images/appointmentsbutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.appointments span {
		display: none
		}
a:hover.appointments {
		background: url(images/appointmentsbuttonhover.png) no-repeat
		}
		
/* Gift Giving Button */
.gift_giving {
		display: block;
		background: url(images/gift_givingbutton.png) no-repeat;
		width: 126;
		height: 39;
		}
.gift_giving span {
		display: none
		}
a:hover.gift_giving {
		background: url(images/gift_givingbuttonhover.png) no-repeat
		}