@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(../images/background4.png) no-repeat fixed center top;
	font-family: Arial;
	font-size: 10pt;
}

strong { color: #3eb8ee; }

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

#members {
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	text-align: right;
	float: right;
	width: 150px;
}

#social {
	width: 683px;
	text-align: left;
	float: left;
	padding: 0 0 0 0;
}

#social img {
	border: 0;
	margin: 0 0 0 0;
}

#members a, #members a:visited {
	color: #ffffff;
	text-decoration: none;
}

#members a:hover {
	text-decoration: underline;
}

#members a.highlight {
	color: #3eb8ee;
}

#top {
	width: 833px;
	height: 361px;
	background: url(../images/dec08.png);
}

#content {
	width: 833px;
	position: relative;
	background: url(../images/background-sub.png);
}

#content-pane {
	float: right; 
	width: 594px;
	min-height: 500px;
	margin: 39px 2px 0 0;
	background: url(../images/background-floral.png) no-repeat;
	padding: 15px 52px 15px 52px;
}
	

#logo {
	width: 133px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#pilates-man {
	position: absolute; left: 0; top: 100px; z-index: 0
}

#logo2 {
	position: absolute;
	left: 0;
	top: 0;
}

#nav {
	width: 700px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 133px;
	background: url(../images/background-nav.png);
	font-family: Helvetica;
	font-size: 8pt;
	text-align: center;
	color: #ffffff;
	line-height: 37px;
	font-weight: bold;
}

#nav ul {
	list-style-type: table; 
	list-style-position: inside; 
	display: inline; 
	text-align: left; 
	margin: 0 auto; 
	padding: 0;
}

#nav ul li { 
	display: table-cell; 
	float: left; 
	margin: 0 14px 0 14px; 
	height: 24px;
	line-height: 37px;  
	font-family: Helvetica;  
	font-size: 7pt; 
	color: #ffffff; 
	text-align: center; 
	padding-left: 2px; 
	padding-right: 2px; 
	cursor: pointer;
	text-transform: uppercase; 
}

#nav ul li.active { 
	display: table-cell; 
	float: left; 
	margin: 0 16px 0 16px; 
	height: 24px;
	line-height: 37px;  
	font-family: Helvetica;  
	font-size: 7pt; 
	color: #ffffff; 
	text-align: center; 
	padding-left: 2px; 
	padding-right: 2px; 
	cursor: pointer;
	text-transform: uppercase; 
	border-bottom: 2px solid #2688c7;
}

#nav ul li:hover {
	border-bottom: 2px solid #2688c7;
}

#nav ul li a, #nav ul li a:visited {
	color: white;
	text-decoration: none;
}

#button1 {
	width: 188px;
	height: 61px;
	position: absolute;
	left: 625px;
	top: 60px;
}

#button2 {
	width: 188px;
	height: 61px;
	position: absolute;
	left: 625px;
	top: 122px;
}

#bottom {
	width: 833px;
	height: 210px;
	position: relative;
	background: url(../images/background-bottom.png);
}

#ad1 {
	width: 260px;
	height: 180px;
	position: absolute;
	top: 16px;
	left: 22px;
}

#ad2 {
	width: 260px;
	height: 180px;
	position: absolute;
	top: 16px;
	left: 291px;
}

#ad3 {
	width: 260px;
	height: 180px;
	position: absolute;
	top: 16px;
	left: 560px;
}

#footer {
	margin-top: 1px;
	width: 833px;
	height: 29px;
	line-height: 29px;
	background: url(../images/background-footer.png);
	color: white;
	font-family: Helvetica;
	font-size: 8pt;
	text-align: center;
	clear: both;
}


/*
Sub
*/



#sub-top {
	background-color: red;
	height: 361px;
}

#col-1 {
	width: 380px;
	float: left;
	margin-left: 132px;
	margin-top: 40px;
	background-color: #ffffff;
}

#col-1 p {
	color: #999999;
	font-family: Century Gothic;
	font-size: 8pt;
	padding: 0 10px 0 10px;
}

#col-2 {
	width: 321px;
	height: 691px;
	float: right;	
	margin-top: 40px;
}




/* Form */
form ul {
	list-style-type: none;
}

form ul li {
	margin: 0 0 15px 0;
}

form ul li label {
	width: 100px;
	float: left;
	color: #545454;
	font-family: Arial;
	font-size: 12pt;
	line-height: 17px;
	letter-spacing: .25px;
}

form ul li textarea {
	width: 400px;
	height: 150px;
	border: 1px solid #2688c7;
	padding: 5px;
}

form ul li input.button {
	width: 410px;
	padding: 5px;
	border: 0;
	font-weight: bold;
	text-align: right;
	background: none;
	cursor: pointer;
	
}

form ul li input {
	padding: 5px;
	border: 1px solid #2688c7;
	width: 300px;
}

#content-pane p {
	padding-right: 5px;
	color: #545454;
	font-family: Arial;
	font-size: 10pt;
	line-height: 17px;
	letter-spacing: .25px;
}

h1 {
	font-family: Arial;
	font-size: 20pt;
	color: #2688c7;
	margin-bottom: 0px;	
}

h2 {
	font-family: Arial;
	font-size: 18pt;
	color: #2688c7;
	margin-bottom: 0px;
}


h3 {
	font-family: Arial;
	font-size: 14pt;
	color: #2688c7;
	margin-bottom: 0px;
}

h3 a, h3 a:visited {
	color: #2388c7;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

small {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

a, a:visited {
	color: #2688c7;
	font-family: Arial;
}

/* comments */

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	border-left: 2px solid black;
	padding-left: 10px;
}

cite.fn {
	font-family: Arial;
	font-size: 10pt;
}

span.says {
	font-family: Arial;
	font-size: 10pt;
}

div.comment-meta a {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
