/* DOCUMENT INFORMATION
	- Document: Master CSS Styles
	- Client:   Pilates Power Center / pilatespowercenter.com
	- Author:   Tim Mather / timmatherdesign.com
	
*/



/* **GLOBAL SETTINGS**
   ----------------------------- */
img {
	border: none;
}

a {
	text-decoration: none;
}

body{
	background: #fff url(../images/headerBackgroundRepeat.png) repeat-x;
	font-family: "Verdana", Lucida, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1{
	font-style: italic;
	font-size: 22px;
}

h2{
	font-size: 20px;
	color: #0c8093;
}

h3{
	font-size: 16px;
	color: #0c8093;
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 12px;
	color: #0c8093;
	margin: 0 0px -6px;
	padding: 0px;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.fineprint{
	font-size: 10px;
}

/* My Comment */

.clear{
	clear: both;
}

/* **TEMPLATE SETTINGS**
   ----------------------------- */
   

/* HEADER AREA */

#headerContainer{
	height: 131px;
	width: 970px;
	margin: 0 auto;
}
   
#ppcLogo {
	float: left;
}

#navContainerHome{
	height: 19px;
	float: right;
	margin: 90px 10px 0 0;
}

#navContainerHome li{
	list-style-type: none;
	float: left;
}

#navContainer{
	height: 19px;
	float: right;
	margin: 90px 10px 0 0;
}

#navContainer li{
	list-style-type: none;
	float: left;
}

/* BODY AREA */

#homeBodyContainer{  /* <-- Body setting for Home page */
	width: 100%;
	padding-top: 2px;
	background: url(../images/homeBackgroundRepeat.png) repeat-x center top;
	margin-top: -1px;
}

#subBodyContainer{  /* <-- Body setting for Sub pages */
	width: 100%;
	background: url(../images/subBackgroundRepeat.png) repeat-x;
	padding-top: 30px;
}

#contentContainer{
	width: 940px;
	margin:	20px auto 0;
	padding: 0 10px;
}

#contentContainer a{
		color: #0c8093;
}

#contentContainer a:hover {
	color: #066674;
}

#rightContainer{
	width: 360px;
	float: right;
	text-align: center;
}

.rightColumnCopy{
	width: 300px;
	margin: 10px auto 20px;
	text-align: left;	
}

.rightColumnQuote{
	width: 300px;
	margin: 10px auto 20px;
	text-align: justify;
	font-style: italic;
	line-height: 18px;
}

#rightContainer img{
	border: 10px solid #066674;
}

/* FOOTER AREA */

#subCopyContainer{
	width: 550px;
	line-height: 20px;
	margin-left: 10px;
	text-align: justify;
}

#footerContainer{
	width: 100%;
	height: 42px;
	background: url(../images/footerRepeat.png) repeat-x;
	margin: 20px 0;
}

#footerContainer a{
		color: #fff;
}

#footerContainer a:hover {
	color: #fff;
}

#footerContainer p{
	width: 880px;
	font-size: 11px;
	color: #fff;
	font-style: italic;
	margin: 0 auto;
	padding: 14px 0 0;
}

#footerContainer span{
	float: right;
}


/* **HOMEPAGE SETTINGS**
   ----------------------------- */
   
#specialsTab{
	float: right;
	margin-right: 20px;
}
   
#homeHeader{
	width: 970px;
	height: 250px;
	background: url(../images/homeHeaderAreaNew.png) no-repeat left top;
	margin: 0 auto;
}

#learnLink{
	margin-top: 200px;	
}

#homeHeaderCopy{
	width: 430px;
	margin: -2px 0 0 35px;
	padding: 5px 0 0;
	color: #fff;
}

#homeHeaderCopy a:link{
	color: #fff;
}

#homeHeaderCopy a:hover{
	color: #fff;
}

#homeHeaderCopy a:active{
	color: #fff;
}

#homeHeaderCopy a:visited{
	color: #fff;
}

#homeHeaderCopy p{
	font-size: 12px;
	line-height: 21px;
	text-align: justify;
}

#homeHeaderCopy span{
	font-size: 14px;
	font-style: italic;
	float: right;
}

#homeHeaderCopy img{
	vertical-align: bottom;
	margin-bottom: 1px;
}

#flashSlideshow{
	float: right;
	margin-top: -207px;
	margin-right: 57px;
}

#specialsButton{
	float: right;
}

#reasonContainer{
	width: 970px;
	height: 200px;
	margin: 0;
	padding: 0;
}

#reasonContainer li{
	list-style: none;
	text-indent: 0px;
	width: 280px;
	text-align: justify;
	line-height: 20px;
	float: left;
	margin: 20px;
}

#newsletterSignup{
	background-color: #ebe8e5;
	padding: 10px;
}

#reasonContainer li a{
	font-size: 14px;
	font-weight: bold;
}

#reasonContainer li a img{
	vertical-align: middle;
}


.reasonTitle{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#moreClasses{
	width: 100%;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #0c8093;
	float: right;
	margin-top: 25px;
}

#moreClasses img{
	vertical-align: bottom;
}

/* **STUDIO INFO SETTINGS**
   ----------------------------- */
   
#aboutCopyContainer{
	width: 550px;
	line-height: 20px;
	margin-left: 10px;
	text-align: justify;
}

#bioContainer{
	width: 860px;
	overflow: visible;
	margin: 30px auto 30px auto;
}

.bioPic {
	float: right;
	border: 10px solid #066674;
	margin: 15px 20px 20px 30px;
}


/* **CLASSES SETTINGS**
   ----------------------------- */

#policiesContainer{
	margin: 0 0 0 20px;
}

#policiesContainer a{
		color: #0c8093;
}

#policiesContainer a:hover {
	color: #066674;
}

#policiesList{
	font-size: 11px;
	line-height: 14px;
	width: 400px;
}

#policiesList li{
	margin-top: 10px;
	margin-left: -15px;
}


/* **SCHEDULE SETTINGS**
   ----------------------------- */

.scheduleTable{
	margin-bottom: 20px;	
}

.rowColor1{
	background-color: #efedec;
}


/* **PRICES SETTINGS**
   ----------------------------- */

.pricesContainer {
	background: url(../images/pricesBackground.png) repeat-y left top;
	margin: 0 0 30px 10px;
	padding: 10px 0 1px 10px;
}

.pricesContainer p{
	margin: 5px 0 15px;
}

.pricesContainer ul{
	margin: 0 0px 10px -30px;
}

.pricesContainer li{
	list-style: none;
	font-weight: bold;
}

#specialsContainer{
	margin: 0 auto;
	text-align: left;
	width: 300px;
	line-height: 20px;
}

.specialsInfo{
	margin-left: 10px;
	text-align: justify;
}

.specialTitle{
	font-size: 12px;
	color: #0c8093;
	font-weight: bold;
}


/* **INSTRUCTOR TRAINING SETTINGS**
   ----------------------------- */

.detailsContainer {
	background: url(../images/pricesBackground.png) repeat-y left top;
	margin: 0 0 30px 10px;
	padding: 10px 0 10px 10px;
}


/* **CONTACT SETTINGS**
   ----------------------------- */
   
#contactInfo{
	float: right;
	margin-top: 90px;
	margin-right: 150px;
}

#formContainer{
	width: 300px;
	margin: 40px auto 0;
}

#formArea{
	list-style: none;
	font-weight: bold;
	color: #0c8093;
	margin-left: -40px;
}

#formArea li{
	margin-bottom: 15px;
}

#formArea textarea{
	width: 300px;
	height: 150px;
	background-color: #f1f0ed;
	border: 1px solid #999;
}

#formArea input{
	height: 18px;
	background-color: #f1f0ed;
	border: 1px solid #999;
}

.formInputLong{
	width: 300px;
}

.formInputShort{
	width: 150px;
}

#submitButton{
	float: right;
}