/*
-----------------------------------------------
Capital Pilates global styles
author:   r wood   rtwood @ gmail
version:  1.0 november 2009
----------------------------------------------- */

body,div,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	}   /*  eliminates ALL browser defaults for margins and padding  */
	
body {
	background: url(img/bg_body100.jpg) repeat-x #826b2f;
	font-size: 12px;
	font-family: Trebuchet, Tahoma, Verdana,  Helvetica, Arial, sans-serif; 
	text-align: left;
	line-height: 1.2em;
	}
	
p 	{
	font-size: 1.0em;
	line-height: 1.5em;  /*  1.5em = 18px  if font is 12px  */
	margin: 1.0em 0px 1.2em 0px;  /*  really should be 1.5em top and bottom  */
	padding:0;
	color: #2f2f2f;
	}
	
p.intro {
	font-size: 1.5em;
	line-height: 1.286em;
	}
	
.detail1 {
	color: #876400;
	color: #896900;
	}
	
.detail2 {
	color: #999f9c; 
	}
	
/* default link styles */

a:link {
	color: #992327;
	text-decoration: none;
	}
	
a:visited {
	color: #992327;
	text-decoration: none;
	}

a:hover {
	color: #992327;
	text-decoration: underline;
	}

a:active {
	color: #b22b2f;
	text-decoration: none;
	}
	
a img {
	border: 0;
	}

	
#wrap1 {
	background: url(img/bg_wrap70.jpg) no-repeat;
	width: 1060px;
	/* height: 870px; */
	margin: 0;
	padding: 0;
	border: solid 0px red;
	}
	
#wrap2 {
	padding: 35px 0 0 59px;
	border: solid 0px yellow;
	}
	
#wrap3 {
	width: 837px;
	background: url(img/bg_content70.jpg) no-repeat #fffefb;
	border: solid 0px green;
	}
	
#homewrap3 {
	width: 1151px;
	height: 700px;
	background: url(img/home60-2.jpg) no-repeat;
	border: solid 0px green;
	margin: 0;
	padding: 0;
	}
	
#wrap4 {
	padding: 58px 0 0 60px;
	border: solid 0px purple;
	}
	
#header {
	width: 837px;
	height: 58px;
	border: solid 0px green;
	}
	
#logo img {
	float: left;
	width: 198px;
	height: 58px;
	padding-top: 0px;
	border: 0;
	}
	
/*  #navwrap {
	float: right;
	width: 515px;
	height: 30px;
	margin: 28px 0 0 0;
	background: red;
	}  */
	
ul#navigation {
	float: right;
	width:515px;
	height:30px;
	list-style:none;
	margin:28px 0 0 0;
	padding: 0;
	}

ul#navigation li {
	display:inline;
	}

ul#navigation li a {
	height:30px;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
	}

ul#navigation li#studionav a {
	width:76px;
	background:url(img/nav.jpg) no-repeat 0 0;
	}

ul#navigation  li#studionav a:hover {
	background-position:0 -30px;
	}

#thestudio ul#navigation li#studionav a {
	background-position:0 -60px;
	}
        
#thestudio ul#navigation li#studionav a:hover {
	background-position:0 -30px;
	}
        
        
ul#navigation li#cpnav a {
	width:120px;
	background:url(img/nav.jpg) no-repeat -76px 0;
	}

ul#navigation  li#cpnav a:hover {
	background-position:-76px -30px;
	}

#classesandpricing ul#navigation  li#cpnav a {
	background-position:-76px -60px;
	}
        
#classesandpricing ul#navigation  li#cpnav a:hover {
	background-position:-76px -30px;
	}
        
        
ul#navigation li#hlnav a {
	width:122px;
	background:url(img/nav.jpg) no-repeat -196px 0;
	}

ul#navigation  li#hlnav a:hover {
	background-position:-196px -30px;
	}

#hoursandlocation ul#navigation  li#hlnav a {
	background-position:-196px -60px;
	}
	
#hoursandlocation ul#navigation  li#hlnav a:hover {
	background-position:-196px -30px;
	}


ul#navigation li#contactnav a {
	width:86px;
	background:url(img/nav.jpg) no-repeat -318px 0;
	}

ul#navigation  li#contactnav a:hover {
	background-position:-318px -30px;
	}

#contactus ul#navigation  li#contactnav a {
	background-position:-318px -60px;
	}
	
#contactus ul#navigation  li#contactnav a:hover {
	background-position:-318px -30px;
	}


ul#navigation li#prnav a {
	width:111px;
	background:url(img/nav.jpg) no-repeat -404px 0;
	}

ul#navigation  li#prnav a:hover {
	background-position:-404px -30px;
	}

#pilatesandromana ul#navigation  li#prnav a {
	background-position:-404px -60px;
	}
	
#pilatesandromana ul#navigation  li#prnav a:hover {
	background-position:-404px -30px;
	}
	
#pagetitlegraphic {
	width: 726px;
	height: 85px;
	border: solid 0px red;
	}
	
#pagetitlegraphic2 {
	width: 726px;
	height: 300px;
	border: solid 0px red;
	}
	
#pagetitlegraphic3 {
	width: 726px;
	height: 37px;
	border: solid 0px red;
	}
	
img.thestudio, img.classesandpricing, img.hoursandlocation, img.thanks {
	width: 525px;
	height: 85px;
	}
	
img.contactus {
	width: 683px;
	height: 85px;
	}
	
img.pilatesandromana {
	width: 660px;
	300px;
	}
	
img.legal {
	width: 138px;
	37px;
	}
	
#content {
	width: 716px;
	margin: 35px 0 0 10px;
	padding-bottom: 40px;
	}
	
#column1 {
	width: 345px;
	float: left;
	display: inline;
	}
	
#column2 {
	width: 345px;
	float: right;
	display: inline;
	}
	
#column3 {  /* hours and location page */
	width: 214px;
	float: left;
	display: inline;
	}
	
#column4 { /* hours and location page */
	width: 476px;
	float: right;
	display: inline;
	}

.titlewrapfull {
	border-top: 1px dotted #d6d8d4;
	border-bottom: 1px dotted #d6d8d4;
	height: 24px;
	width: 716px;
	}
	
.titlewrap {
	border-top: 1px dotted #d6d8d4;
	border-bottom: 1px dotted #d6d8d4;
	height: 24px;
	width: 345px;
	}
.titlewrap2 {
	border-top: 1px dotted #d6d8d4;
	border-bottom: 1px dotted #d6d8d4;
	height: 44px;
	width: 345px;
	}

.titlewrap3 {
	border-top: 1px dotted #d6d8d4;
	border-bottom: 1px dotted #d6d8d4;
	height: 24px;
	width: 214px;
	}
	
.titlewrap4 {
	border-top: 1px dotted #d6d8d4;
	border-bottom: 1px dotted #d6d8d4;
	height: 24px;
	width: 476px;
	}
	
h2 {
	font-size: 14px;
	color: #876400;
	color: #896900;
	font-weight: normal;
	padding-top: 4px;
	}
	
.pricingtable {  /*  classes and pricing page  */
	margin: 1.0em 0px 1.2em 0px;
	padding: 0;
	color: #2f2f2f;
	border-collapse: collapse;
	}

.pricingtable td.tabcol1 { width: 240px; }


.hourstable {  /*  hours and location page  */
	margin: 1.0em 0px 1.2em 0px;
	padding: 0;
	color: #2f2f2f;
	border-collapse: collapse;
	}

.hourstable td.tabcol1 { width: 100px; }

#footer {
	clear: both; 
	margin: 10px 0 35px 59px;
	font-size: .83em;
	color: #fff;
	}

ul#footernav {
	list-style:none;
	margin: 0;
	padding: 0;
	}

ul#footernav li {
	display:inline;
	padding-right: 6px;
	}
	
ul#footernav li a {
	color: #ffdb00;
	text-decoration: none;
	}
	
ul#footernav li a:hover {
	text-decoration: underline;
	}

.clear {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	height:0px;
	line-height:0;
	font-size:0;
	}
