/* @override http://barbershoplounge.com/styles/styles.css */

/* @override http://barbershoplounge.com/styles/styles.css */

/* @override http://barbershoplounge.com/styles/styles.css */

body {
	color: white;
	background: black;
	margin: 0 0 174px 0;
	padding: 0;
	letter-spacing: 1pt;
	font: normal 9pt/15pt 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	font-weight: 100
}

a {
	color: white;
	text-decoration: none;
}

#container {
	width: 1024px;
	margin: 0 auto 0 auto;
}

#top {
	width: 1000px;
}

#leftColumn {
	overflow: visible;
	width: 125px;
	height: 285px;
	float: left;
	margin: 0 20px 20px 20px;
	z-index: 0;
}

#scrollLeft, #scrollRight {
	text-align: center;
}

#scrollLeft a, #scrollRight a, #scrollLeft img, #scrollRight img {
	border: none;
	text-decoration: none;
}

#rightColumn {
	overflow: visible;
	width: 125px;
	height: 285px;
	float: right;
	margin: 0 20px 20px 20px;
	z-index: 0;
}

.imageRotator {
	z-index: 0;
	margin-bottom: 15px;
}

#middleContainer {
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

#pageImageTitle {
	margin-left: -18px;
	margin-bottom: 18px;
}

#mainContent {
	overflow: visible;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	float: left;
	width: 654px;
	margin: 0 0 0 20px;
	padding-bottom: 200px;
	top: 0;
	font-size: 10pt;
}

#clearDivOne {
	clear: both;
	height: 1px;
}

p{
	font-size: 10pt;
}

#tableDesc {
	padding-bottom: 20px;	
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 154px;
	padding-top: 20px;
	clear: both;
	text-align: center;
	background-color: black;
	z-index: 100;
}

.copyrightInfo {
	font-size: 10pt;
	padding: 0;
	margin: 6px 0 6px 0;
}

#footerMenu {
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

#footerMenu li {
	display: inline;
	margin: 0 4pt 0 4pt;
}

.designBy {
	font-size: 8pt;
	padding: 0;
	margin: 6px 0 6px 0;
}

/*
Site Forms
*/

.TextField {
	border: thin;
}

.submitButton {
	padding-left: 10px;
}

.ListLabel {
	font-size: 12pt;
	padding-right: 10px;
}

.TextArea{
	border: thin;
}


/*
Home
*/

#Home {
}

#homeMenu {
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	
}

#homeMenu li {
	display: inline;
	margin: 0 4pt 0 4pt;
}

img#BestofBoston {
	width: 100px;
	height: 100px;
	float: right;
}

#body {
	width: 660px;
	height: 500px;
}

.bodydiv {
	margin-top: 25px;
}

.bodydivint {
	margin-left: 15px;
	margin-right: 15px;
}

#imageContainer { height:309px;
	width: 300px;
	text-align: center;
	position: absolute;
}  
#imageContainer img { display:none; 	
			opacity: -0.01;
	text-align: center;
	position: absolute;
	top: 0;
	margin-left: 30px;
}

/*
Services
*/

#Services {
}

.serviceContainer
{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.serviceTitle
{
	float: left;
	width: 86%;
	margin: 0;
	font-weight: bold;
	font-size: 11pt;
}

.servicePrice
{
	float: left;
	width: 14%;
	margin: 0;
	text-align: right;
	font-size: 11pt;
}

.serviceDesc
{
	float: left;
	width: 60%;
	font-size: 9pt;
}


/*
Products
*/

#Products {
}

#productsLeftColumn {
	float: left;
	width: 50%;
}

#productsRightColumn {
	float: right;
	width: 50%;
}

.productContainer {
	width: 300px;
	min-height: 300px;
	float: left;
}

.productInfoContainer { 
	float: left;
	width: 100%;
	margin: 0;
	height: 150px;
 	margin-left: 20px;
}

.productImage {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
}

.productTitle {
	float: left;
	margin: 0;
	width: 75%;
	font-size: 11pt;
	
}

.productType {
	float: left;
	width: 75%;
	font-size: 9pt;
	font-style: italic;
}

.productDesc {
	float: left;
	width: 92%;
	font-size: 9pt;
}

.productPrice {
	float: left;
	width: 10%;
	font-size: 11pt;
}


/*
Memberships
*/

#Memberships {

}

.membershipOverviewDesc {
	float: left;
	margin-bottom: 20px;
}

.membershipContainer {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.membershipItem {
	float: left;
	width: 90%;
	margin: 0;
	font-size: 11pt;
}

.membershipPrice {
	float: left;
	width: 10%;
	margin: 0;
	font-size: 11pt;
}

.membershipDesc {
	float: left;
	width: 90%;
	margin: 0;
	font-size: 9pt;
}

.membershipFootnote {
	float: left;
	width: 90%;
	font-size: 9pt;
}


/*
Hours & Policies
*/

#Hours {
}

.hoursContainer {
	float: left;
	width: 100%;
}

.hoursDay {
float: left;
width: 50%;
}

.hoursTime {
float: right;
width: 50%;
}

/*
Gift Cards
*/

#GiftCards {
}


/*
Events
*/

#Events {
}


/*
Press
*/

#Press {
}

.pressStory {
	margin-bottom: 60px;
}

.pressHeadline {
	font-size: 11pt;
	margin: 1em;
}

.pressBlurb {
	font-size: 9pt;
	
}

.pressLink {
	font-weight: bold;
	text-decoration: underline;
	font-size: 10pt;
}


/*
Location
*/

#Location{

}

.mapText {
	color: black;
}

.mapLinks {
	color: blue;
	text-decoration: underline;
}

/*
Contact
*/

#Contact {

}

.contactFormContainer {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.contactFormLabel {
	float: left;
	width: 10%;
	margin-right: 10px;
}

.contactFormField {
	float: left;
	width: 85%;
}


/*
ReferFriend
*/

.referFormContainer {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.referFormLabel {
	float: left;
	width: 20%;
	margin-right: 10px;
}

.referFormField {
	float: left;
	width: 70%;
}

h3 {
	background-color: black;
	color: white;
	letter-spacing: -1px;
	text-align: left;
	font-size: 14px;
	font-family: Georgia, serif;
}

link {
	border-width: 0px;
	border-style: hidden;
}