/*

	Elgin Fitness - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #C0C0C0;
	margin: 15px 0 15px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	background: #7fbb40;
	width: 768px;
	margin: 0 auto 0 auto;
	border: 1px solid #666666;
    padding: 0;
}

/* =Layout - Home Page
---------------------------------------------------------------------------------------------------- */
#home-header {
	width: 768px;
	height: 320px;
	padding: 0;
	margin: 0;
}

#home-content {
	background: #7fbb40;
	color: #ffffff;
	text-align: left;
	padding: 35px 20px 0px 20px;
	margin: 0;
}

#home-text-content {
	margin: 0 0 0 210px;
}

#home-text-content p {
	font-size: 12px;
	line-height: 1.60em;
}

#hour-of-ops-box {
	float: left;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: left;
	width: 200px;
}

#hour-of-ops-box p {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

#hour-of-ops-box-2 {
	background: #7fbb40;
	color: #ffffff;
	font-size: 11px;
	border: 1px solid #ffffff;
	text-align: left;
	width: 180px;
	margin: 64px 0 0 22px;
}

#hour-of-ops-box-2 P {
	margin: 5px;
	padding: 0;	
}

#home-footer {
	color: #666666; 
	text-align: center;
	margin: 0 auto 0 auto;
	width: 768px;
}

#home-footer p {
	margin: 5px 0 0 235px;
	text-align: left;
}

#home-footer a, #footer a:hover {
	color: #666666;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#header {
	position: relative;
	background: #ffffff url('../images/wrapper/head-bg.jpg') top right no-repeat;
	width: 768px;
	height: 104px;
}	

#btn-join {
	position: absolute;
	top: 0px;
	left: 604px;
}

#btn-join-2 {
	position: absolute;
	top: 0px;
	left: 604px;
}

#left-nav-main-img {
	position: absolute;
	top: -341px;
	left: 0px
}

#footer {
	position: relative;
	color: #666666; 
	text-align: center;
	margin: 0 auto 0 auto;
	width: 768px;
}

#footer p {
	margin: 0 0 0 243px;
	padding-top: 3px;
	text-align: left;
}

#footer a, #footer a:hover {
	color: #666666;
}

#content {
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	text-align: left;
	padding: 20px 0 0 20px;
}

#content p {
	padding-right: 10px;
}

#side-bar {
	background: #7fbb40 url('../images/wrapper/left-nav-main-img.gif') bottom left no-repeat;
	width: 224px;
	font-size: 12px;
	color: #ffffff;
}

#side-bar p.sb {
	padding: 64px 20px 20px 20px;
	line-height: 1.45em;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#main-nav {
	background: #26296A;
	width: 768px;
	border-bottom: 1px solid #ffffff;
	padding: 6px 0 6px 0;
	color: #ffffff;
}

#main-nav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 17px 0 17px;
}

#main-nav a:hover {
	color: #7fbb40;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	color: #474B94;
}

a:hover, a:visited {
	color: #474B94;
}
/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 9px 0 15px 0;
}

h1 {
	font-size: 22px;
	color: #474B94;
	margin: 0 0 5px; 0;
}

h2 {
	font-size: 16px;
	color:  #7fbb40;
	margin: 0 0 5px 0;
}

h3 {

}

.text-green {
	color: #7FBB40;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}

.text-blue {
	color: #26296A;
	font-size: 11px;
	font-weight: bold;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	margin: 7px 0 10px 15px;
	padding: 7px 0 10px 15px;
}

ul li {
	padding: 3px 0 0 3px;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
table {
	font-size: 11px;
}

td p {
	margin: 2px 0 7px 0;
}

.data {
	font-size: 11px;
	border-top: 1px solid #9293B6;
	border-left: 1px solid #9293B6;
}

.data th {
	background: #9293B6;
	text-align: left;
	padding: 5px; 
	border-right: 1px solid #9293B6;
	border-bottom: 1px solid #9293B6; 
}

.data td {
	padding: 5px;
	border-right: 1px solid #9293B6;
	border-bottom: 1px solid #9293B6;
}