/*--------------------------------------------------------------
	Title: Main StyleSheet for all browsers and Internet Explorer 7+ 
	Author: Michael Cacciotti
	Client: Springworks
	Last Modified: 1/10/10
	Copyright (c) 2010, www.springworks.net All rights reserved. 
 ----------------------------------------------------------------*/

/*-- RESET STYLES GLOBAL --*/ 
* { margin: 0; padding: 0; }

a { outline-style: none; } /*-- no outline FF and Ns */

body {
	background-color: #c9cacd;
	font-family: Arial, Helvetica, georgia, "sans serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}


/*-- MAIN PAGE CONTENT --*/
#mainPgWrap {
	background: #fff;
	border-bottom: solid 2px #727792;
	border-left: solid 2px #727792;
	border-right: solid 2px #727792;
	color: #333;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 1000px;
}

#mainPgWrap p {
	margin-bottom: 10px;
}

#mainPgWrap .branding {
	background: #abbed2 url(../images/swBanner03.jpg) no-repeat;
	height: 125px;
}

#mainPgWrap .logo a {
	display: block;
	height: 125px;
	margin-left: 5px;
	width: 120px;
}

#mainPgWrap #header {
	background-color: #dfcaa7;
	padding: 12px 0;
	width: 1000px;
}

#mainPgWrap #header ul {
	list-style: none;
	margin-left: 20px;
	width: 980px;
}

#mainPgWrap #header ul li {
	border-right: #006 solid 1px; 
	font-size: 13px;
	display: inline;
	margin: 0;
	padding: 0px 14px; 
}

#header ul li.noBorder {
	border-right: none !important; 
}

a, #header a {
	color: #036;
	font: 13px bold Arial, Helvetica, sans-serif;
}

a:hover, #header a:hover {
	color: #c63;
	text-decoration: underline;
	padding: 20px 0;
}

#header a {
	font: 13px bold Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#header a:hover {
	background: url(../images/sprgLogoRollover02.png) no-repeat;
	background-position: 0 7px;
}


/*-- HOME PAGE FLOATED TEXT -- */
#txtAnnouncement { font-size: 14px; letter-spacing: .3em; color: red; font-weight: bold; position: absolute; top: 170px; left: 20px; }

#txtFloatBox01, #txtFloatBox02, #txtFloatBox03, #txtFloatBox04, #txtFloatBox05, #txtFloatBox06, #txtFloatBox07, #txtFloatBox08, #txtFloatBox09, #txtFloatBox10, #txtFloatBox11 {
	color: #069; 
	font: 13px/1.2em bold Arial, Helvetica, sans-serif;
	width: 250px;
}

#txtFloatBox01 {
	position: absolute; left: 100px; top: 220px;
}

#txtFloatBox02 {
	position: absolute; left: 630px; top: 220px;
}

#txtFloatBox03 {
	position: absolute; left: 70px; top: 320px;
}

#txtFloatBox04 {
	position: absolute; left: 670px; top: 320px;
}

#txtFloatBox05 {
	position: absolute; left: 40px; top: 490px;
}

#txtFloatBox06 {
	position: absolute; left: 360px; top: 490px;
	text-align: center;
}

#txtFloatBox07 {
	position: absolute; left: 720px; top: 490px;
}

#txtFloatBox08 {
	position: absolute; left: 10px; top: 620px;
}

#txtFloatBox09 {
	position: absolute; left: 745px; top: 620px;
}

#txtFloatBox10 {
	position: absolute; left: 360px; top: 890px;
	text-align: center;
}

#txtFloatBox11 {
	position: absolute; left: 10px; top: 750px;
	text-align: left;
}

.escpTxtFlash, .swTxtFlash, .video {
	margin: 50px;
	text-align: center;
}

#mainPgWrap .content {
	float: right;
	width: 1000px;
}

#mainPgWrap .content .top {
	width: 1000px;
}

#mainPgWrap .content .bot {
	width: 1000px;
}

.lrgTxt {
	font: 16px Arial, Helvetica, georgia, "sans serif";
	font-weight:bold;
}

#mainPgWrap .bottom { clear: both; }

#mainPgWrap .content .contactPg  {
	clear: both;
	margin: 0 230px;
	width: 594px;
}

#mainPgWrap .content .contactPg img {
	border: 2px solid black;
	margin-bottom: 25px;
}

#header ul li.headlink {
	color: #000;
	font-size: 12px;
	font-style: italic;
}

#mainPgWrap .content {
	margin-top: 10px;
	width: 1000px;
}

#mainPgWrap .content ul {
	list-style: circle;
	margin: 10px 0 0 20px;
}

#mainPgWrap .content ul li {
	margin: 5px;
}

#mainPgWrap .left {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 400px;
}

#mainPgWrap .mid {
	clear: both;
	margin-left: 350px;
	width: 400px;
}

#mainPgWrap .right {
	display: inline;
	margin-right: 20px;
	padding-top: 10px;
	float: right;
	width: 400px;
}

#mainPgWrap .content .top {
	width: 990px;
}

#mainPgWrap .content .bottom {
	margin-top: 10px;
	width: 990px;
	clear:both;
}

.bottom .innerBox { 
	line-height: 1.3em;
	margin: 20px 0 40px 40px; 
}

.bottom .innerBox p { 
	margin: 10px 0; 
}

.box01, .box02, .box03 {
	display: inline;
	float: left;
	list-style: none;
	margin: 10px 0 0 40px;
	padding: 10px;
	width: 650px;
}


/*-- WHAT IS PAGE --*/
.box01 {
	background-color: orange;
}


/*-- CONTACT PAGE --*/
.contactBox {
	background-color: #9cc;
	font-size: 14px;
	margin: 0 0 10px 10px;
	text-align: center;
	padding: 46px 10px;
	width: 508px;
}

div.contactBox {
	padding:
}

div.contactBox + div {
	background: url(../images/sweatpilates_bgLogo.png) #9cc no-repeat;
}

div.contactBox + div + div {
	background: url(../images/crenshawYoga_bgLogo.png) #9cc no-repeat -10px 42px;
}

div.contactBox + div + div + div {
	background: url(../images/goldsGym_bgLogo.png) #9cc 0 35px no-repeat;
}

div.contactBox + div + div + div + div {
	background: url(../images/swerve_bgLogo.png) #9cc 1px 14px no-repeat;
}

.contactBox h3 {
	color: #003366;
	font-size: 20px;
	margin-bottom: 6px;
}

.contactBox h4 {
	color: #333;
	font-size: 16px;
	margin-bottom: 6px;	
}

.contactBox p {
	font-size: 13px;
	margin-bottom: 0;
}

.box02 {
	background-color: #9cc;
	margin: 0 0 0 10px;
	text-align: center;
	width: 508px;
}

.box02a {
	background-color: #9cc;
	margin: 0 0 10px 10px;
	text-align: center;
	padding: 10px;
	width: 508px;
}


/*-- HISTORY PAGE --*/
.box03 {
	background-color: #cc6;
}

#mainPgWrap img {
	margin: 10px;
}

.box02 ul { list-style-type: none; }

.box02 ul li {
	margin: 0;
	padding: 0 0 10px 30px;
}

.box02 + img {
	border: red solid 2px;
}

a.studioLinks:link { color: orange; }

.image { margin-left: 120px; }

p img { margin: 10px 0;}

.logo { margin-left: 30px; display: inline; }

.footer {
	display: block;
	clear: both;
	padding: 20px 0;
	text-align: center;
}

@font-face { 
	font-family: baskerville;
	src: url('../baskerville-old-face.ttf') format("truetype");
}

@font-face { 
	font-family: baskerville;
	src: url('../baskerville-old-face.eot');
}

.contactMe {
	font-family: baskerville;
	color: #AF730A; 
	position: absolute;
	font-size: 13px;
	top: 94px;
	left: 325px;
	letter-spacing: 4px;
}

.contactMe span { margin-left: 20px; }

.contactMe a {
	font-family: baskerville;
	color: #AF730A; 
	font-size: 14px;
}

.contactMe a:hover {
	color: #759F8E;
}

/*-- END OF MAIN PAGE CONTENT --*/



/*-- CLEARFIX contains extra content in container --*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*--  Hides from IE-mac --\*/
* html .clearfix { height: 1%; }



