/* ----------------------- Framework ----------------------- */
html
	{
	}

body
	{
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		background-color: #ffffff;
		font-size: 13px;
		background-image:url(/img/background.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#5a5647;
	}

input
	{
		margin: 8px;
	}

input label
	{
		display: block;
	}

.edit-menu
	{
		background-color:#fffcd5;
		color:#000000;
		padding:4px;
		text-align:right;
	}

#UserLoginForm
	{
		margin-top:32px;
	}

.rightImages
	{
		margin:8px;
	}
/* ----------------------- Header ----------------------- */
#container
	{
		min-height: auto;
		width: 960px;
		margin: auto auto;
		padding:0;
		position: relative;
	}

/* ----------------------- Header ----------------------- */
#header-tier
	{
		height: 118px;
		width: 960px;
		margin: 0;
		padding:0;
		position: relative;
		z-index:60;
	}

#logo
	{
		height: 125px;
		width: 397px;
		margin: 0;
		padding:0;
		position: absolute;
		top:16px;
		left:22px;
	}

#phone
	{
		height: 30px;
		width: 238px;
		margin: 0;
		padding:0;
		position: absolute;
		top:34px;
		left:704px;
	}

#navigation
	{
		bottom:0;
		color:#545454;
		font-size:16px;
		height:30px;
		margin:0;
		padding:0;
		position:absolute;
		right:4px;
		text-align:right;
		width:500px;
	}

#navigation a
	{
		color:#545454;
		text-decoration:none;
	}

#navigation a:hover
	{
		color:#8a2f2f;
		text-decoration:underline;
	}

/* ----------------------- Content ----------------------- */
#content-tier
	{
		height: auto;
		width: 960px;
		margin: 0;
		padding:0;
		position: relative;
		z-index:40;
	}

#content-tier p
	{
		margin-top: 8px;
		margin-bottom: 8px;
	}

#content-title
	{
		font-size:24px;
		font-weight:bold;
		margin-top: 16px;
		margin-bottom: 16px;
	}
#content-body
	{
		margin-top: 16px;
		margin-bottom: 16px;
	}

/* ----------------------- Footer ----------------------- */
#footer-tier
	{
		color:#FFFFFF;
		font-size:11px;
		min-height:40px;
		padding:16px;
		position:relative;
		text-align:center;
		top:16px;
		width:960px;
		clear:both;
	}

#footer-tier a
	{
		color:#FFF;
		text-decoration:none;
	}

/* ----------------------- Home ----------------------- */
#top-left
	{
		height: 320px;
		width: 560px;
		margin-bottom: 12px;
		padding:0;
		position: relative;
		float:left;
		background-color:#FFF;
		overflow:hidden;
	}

#headerImage
	{
		height: 320px;
		width: 2800px;
		overflow:hidden;
		border:0;
		position:absolute;
	}

.headerImages
	{
		height: 320px;
		width: 560px;
		float:left;
		border:0;
	}

#buttons
	{
		height: 192px;
		width: 960px;
		clear: both;
		background-color:#FFF;
		margin-bottom: 12px;
	}

.button
	{
		border:0;
		float:left;
		height:180px;
		margin-top:6px;
		margin-bottom:6px;
		margin-left:5px;
		margin-right:5px;
		width:180px;
	}

#cardio_box
	{
		background-image:url(/img/cardio_box.gif);
	}
#strength_box
	{
		background-image:url(/img/strength_box.gif);
	}
#free_weights_box
	{
		background-image:url(/img/free_weights_box.gif);
	}
#commercial_box
	{
		background-image:url(/img/commercial_box.gif);
	}
#service_box
	{
		background-image:url(/img/service_box.gif);
	}

#cardio_side_box
	{
		background-image:url(/img/cardio_side_box.gif);
	}
#strength_side_box
	{
		background-image:url(/img/strength_side_box.gif);
	}
#free_weights_side_box
	{
		background-image:url(/img/free_weights_side_box.gif);
	}
#commercial_side_box
	{
		background-image:url(/img/commercial_side_box.gif);
	}
#service_side_box
	{
		background-image:url(/img/service_side_box.gif);
	}

#top-right
	{
		height: 320px;
		width: 400px;
		margin-bottom: 12px;
		padding:0;
		position: relative;
		float:right;
		background-color:#585546;
		background-image:url(/img/gradient.png);
		background-repeat:repeat-x;
		background-position:top;
	}

.button_image
	{
		height:144px;
		width:178px;
		position:relative;
		left:1px;
		top:1px;
	}

.button_text
	{
		color:#FFFFFF;
		font-size:17px;
		height:22px;
		left:6px;
		position:relative;
		top:6px;
		width:170px;
	}
.button_text a
	{
		color:#FFFFFF;
		text-decoration:none;
	}

.button_text a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}

#home-title
	{
		color:#FFFFFF;
		font-size:32px;
		padding:12px 0 12px 12px;
	}

#home-bottom-title
	{
		color:#FFFFFF;
		font-size:32px;
		padding:0 0 12px 12px;
		font-weight:bold;
	}

#home-content
	{
		color:#FFFFFF;
		font-size:14px;
		line-height:18px;
		padding:0 0 12px 12px;
	}

#home-small
	{
		color:#FFFFFF;
		font-size:14px;
		line-height:12px;
		padding:12px 0 12px 12px;
	}

#bottom-left
	{
		height: auto;
		min-height: 238px;
		width: 474px;
		padding:0;
		position: relative;
		float:left;
		background-color:#003e53;
		background-image:url(/img/blue-gradient.png);
		background-repeat:repeat-x;
		background-position:top;
	}

#bottom-right
	{
		height: auto;
		min-height: 238px;
		width: 474px;
		padding:0;
		position: relative;
		float:right;
		background-color:#451717;
		background-image:url(/img/red-gradient.png);
		background-repeat:repeat-x;
		background-position:top;
	}

#basic-top-right
	{
		height: 320px;
		width: 400px;
		margin-bottom: 12px;
		padding:0;
		position: relative;
		float:right;
		background-color:#fff;
	}

.right-button
	{
		color:#FFFFFF;
		font-size:24px;
		font-weight:bold;
		height:64px;
		line-height:64px;
		padding-left:24px;
		cursor:pointer;
	}
#content-box
	{
		background-color:#FFF;
		clear:both;
		position:relative;
		width:960px;
		margin-bottom:16px;
		min-height:432px;
		height:auto;
		overflow:auto;
	}

#content-sidebar
	{
		background-color:#dfddd1;
		position:relative;
		width:384px;
		margin:16px;
		height:auto;
		min-height:400px;
		float:right;
	}

#content-title
	{
		color:#8a2f2f;
		font-size:32px;
		padding:12px 0 12px 12px;
		font-weight:bold;
	}

#content-content
	{
		color:#333;
		font-size:14px;
		line-height:18px;
		padding:0 0 12px 12px;
	}

/* ----------------------- Cake ----------------------- */

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}