/* CSS Document for Off Centre Laundry & Tanning  */
/* by JB Design (July 2006) */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 70%/1.5 Arial, Helvetica, sans-serif;
	background: url(../img/bk/body-bk.gif) repeat-x;
}

#container {
	margin: 0 auto;
	margin-top: 50px;
	width: 760px;
}

.horLine {
	background: url(../img/hr.gif) no-repeat;
	height: 2px;
	margin-bottom: 7px;
	width: 760px;
	text-indent: -9999px;	
	clear: both;
}

.bottom { margin-top: 8px; }

#contentContainer {
	width: 760px;
	background-color: #F0F0F0; 
	padding-bottom: 50px;
	border-top: 1px solid #E0E0E0; 
	border-bottom: 1px solid #E0E0E0; 
	margin-top: 7px; 
}

#content { 
	margin-left: 190px;
	width: 560px;
	background-color: transparent;
}

#homeContent {
	margin-left: 190px;
	background-color: transparent;
	width: 380px;
}

#sideCol {
	/* margin-left: 550px; */
	width: 180px;
	padding-left: 7px;
	float: left;

}

.sideHeader {
	width: 152px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shJoinMail { background: url(../img/sh_joinmail.gif) no-repeat; }
.shLaundryPrices { background: url(../img/sh_lprices.gif) no-repeat; }
.shTanningPrices { background: url(../img/sh_tprices.gif) no-repeat; }
.shOurLoc { background: url(../img/sh_ourloc.gif) no-repeat; } 
 
#mailingList {
	background: url(../img/mailinglist.jpg) center no-repeat;
	width: 167px;
	height: 159px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.homeContent { background-color: #F0F0F0; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; margin-top: 7px; }

.bannerImg {
	width: 760px;
	height: 93px;
	text-indent: -9999px;
}

#laundryBanner { background: url(../img/sh_laundry.jpg) no-repeat; }
#tanningBanner { background: url(../img/sh_tanning.jpg) no-repeat; }
#couponsBanner { background: url(../img/sh_coupons.jpg) no-repeat; }
#contactBanner { background: url(../img/sh_contact.jpg) no-repeat; }
#flopsBanner { background: url(../img/sh_flops.jpg) no-repeat; }
#versaBanner { background: url(../img/sh_versa.jpg) no-repeat; }

#footer {
	width: 760px;
	margin-bottom: 40px;
	text-align: center;
}

/* Navigation */

#navContainer {
	/* width: 515px;
	margin-left: 224px; */
	float: right;
	margin:65px 0 0 0;

}

ul#navList 
{
	list-style: none;
}

#navList a { text-indent: -9999px; height: 25px; display: block; width: 80px; background-repeat:no-repeat; }
#navList a:hover { background-position: -80px 0; }
#navList li { float: left; }
/* #navList a:active { background-position: -370px 0; } */

/* ----------- Image Replacement for Main Navigation Items ----- */
.navHome a { background: url(../img/b_home.gif); }
.navLaundry a { background: url(../img/b_laundry.gif); }
.navTanning a { background: url(../img/b_tanning.gif); }
.navCoupons a { background: url(../img/b_coupons.gif); }
.navContact a { background: url(../img/b_contact.gif); }
.navFlops a { background: url(../img/b_flops.gif); }
.navVersaspa a { background: url(../img/b_versaspa.gif); }


/* Lists */

ul.footerList { list-style-type: none; }
.footerList li { display: inline; border-right: 1px solid #CCCCCC; padding-right: 6px; padding-left: 6px; font-size: 90%; color: #666666; text-align: center; }

ul.sideList { list-style-type: none; margin-bottom: 10px; }
.sideList li { 
	list-style-image: url(../img/sideBullet.gif);
	margin-left: 30px;
	color: #4fa4cc;
	padding-bottom: 2px;
}

.listHead { font-weight: bold; color: #a8abad; }
	

/* Headers */

h1 {
	width: 243px;
	height: 91px;
	text-indent: -9999px;
	background: url(../img/oc-logo-trans.gif) no-repeat;
	float: left;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140%;
	color: #4FA4CC;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 10px;
	letter-spacing: -1px;
	
}

h3 {
	font-family: Helvetica, "trebuchet ms", Arial, sans-serif;
	width: 152px;
	text-indent: -9999px;
	height: 25px;
	margin-top: 10px;
	margin-left: 4px;
	margin-bottom: 10px;
}

h4 {
	font-family: Arial, sans-serif;
	color: #4FA4CC;
	letter-spacing: 0px;
	font-size: 100%;
	margin-left: 6px;
	margin-bottom: 4px;
}

/* Forms */

#mlistSignup {
	text-align: right; 
	padding-right: 18px;
}

#mlistSignup input.button {
	width: 60px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	float: right;
}

#mlistSignup input {
	width: 110px;
	margin-bottom: 7px;
	font-size: 80%;
	text-transform: uppercase;
	padding: 2px;
}

#mlistSignup label,input {
	display: block;
	width: 40px;
	float: left;
	margin-bottom: 10px;
}

#mlistSignup label {
	text-align: right;
	width: 35px;
	padding-right: 10px;
}

#mlistSignup br {
	clear: left;
}

.contactForm input { width: 250px;  }
.contactForm input.button { 
	width: 60px;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
	background-color: #EFEFEF;

}

#contactform table { margin-bottom: 15px; }
#contactForm tr { margin-bottom: 5px; }
#contactform th { padding-bottom: 8px; }

/*(
#mlistSignup label { display: block; width: 30px; float: left; margin-bottom: 7px; }
#mlistSignup br { clear: left; }

#mlistSignup input:hover { background-color: #999999; }

/* Links */
a { color: #4FA4CC; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Images / HR's */

hr { background-image: url(../img/hr.gif); width: 760px; height: 1px; }
hr.headerOther { margin-bottom: 5px; }
img.floatRight { float: right; margin-left: 8px; margin-right: 5px; margin-bottom: 8px; }
/* Paragraphs */

#footer p  { color: #666666; font-size: 90%; text-align: center; }
#content p { margin-left: 10px; margin-right: 10px; margin-bottom: 8px; line-height: 1.8; }
#homeContent p { margin-left: 10px; margin-right: 10px; margin-bottom: 8px; line-height: 1.8; }
/* Mailing List Signup */

#mailingListContainer form { 
	width: 150px;
	margin-left: 9px;
}

.blueText { color: #4FA4CC; }

.alertBox {
	width: 475px;
	display: block;
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 10px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	padding: 13px;
	padding-left: 7px;
	background: #E6E6E6 url(../img/alerticon.jpg) left no-repeat;
}

.alertBox p {  
	padding-left: 55px;
}

/*
.mailingList input.button {
	padding: 2px;
	width: 60px;
	border:1px solid #666666;
	background-color: #CCCCCC;
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
*/

#joinButton {
	width: 63px;
	height: 32px;
	float: right;
	clear: both;
	margin-top: 1px;
	border: 0;
	padding: 0;
}

.mailingList input.hiddenInput  { display: none; }

.mailingList label {
	float: left;
	width: 25px;
	text-align: right;
	margin-right: 7px;
}

#mailingListContainer ul { list-style: none; }
#mailingListContainer ul li { clear: both; margin: 2px 0; }

form.mailingList input {
	padding:0.3em;
	width:9em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#mailingListContainer th { font-weight: normal; }

/* ------ CSS Hacks -------- */

.clearfix:after {content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */

table.pricetable {
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	margin-left: 10px;
	width: 500px;
}
table.pricetable th {
	padding: 1px;
	border-style: none;
	border-color: gray;
	text-align: left;
}
table.pricetable td {
	padding: 2px;
	border-style: none;
	border-color: gray;
}

#sideinfobox {
	padding: 5px;
	background: #FFFF9F;
	border-top: 1px solid #FF3;
	border-bottom: 1px solid #ff3;
}

#sideinfobox p { margin-left: 10px; }
