@charset "utf-8";
/* Main CSS Document for Personal Peak Web Site */

body {
	margin: 0 auto;
	padding: 0;
	background: #333 url(../images/page_bg.png) top left repeat-x;
	font-family: 'Lucida Sans Unicode', Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #fff;
}

img { border-style: none; }

a, a:link, a:visited, a:active { color: #b4122e; }
a:hover { color: #999; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 { color: #b4122e; }
h2 { color: #aaa; }

p { line-height: 1.5em; }

/* Main Element Styles */

div#wrapper {
	position: relative;
	margin: auto;
	width: 888px;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 888px;
	height: 134px;
	background: url(../images/header.png) top left no-repeat;
	margin-top: 14px;
}

div#content-wrapper {
	position: absolute;
	top: 127px;
	left: 0;
}

div#shadow {
	position: relative;
	background-image: url(../images/content_shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 21px;
}

div#content {
	position: relative;
	background: #000 url(../images/reflection.png) top left no-repeat;
	border: 1px solid #414141;
	margin: 0 19px;
	padding-bottom: 22px;
	width: 848px;
	border-bottom: none;
	text-align: left;
}

div#footer {
	position: relative;
	width: 888px;
	height: 62px;
	background: url(../images/footer_bg.png) top left no-repeat;
}

div#footer-content {
	position: absolute;
	top: 21px;
	left: 22px;
	font-size: 0.7em;
	color: #111;
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:active, div#footer a:hover {
	color: #111;
	text-decoration: none;
}

/* Menu Styles */

div#menu {
	padding-right: 10px;
	text-align: right;
}

#navlist {
	margin: 0;
	padding: 8px 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 8px 0;
	font-size: 0.8em;
}

#navlist li a, #navlist li a:link, #navlist li a:active, #navlist li a:visited {
	margin: 0;
	padding: 8px 10px;
	color: white;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

#navlist li a:hover {
	color: #777;
}

#navlist li.selected a {
	color: #b4122e;
}

#navlist li.selected a:hover {
	color: #b4122e;
}

/* Specific Element Styles */

div#home-img {
	margin-top: 20px;
	margin-right: 42px;
}

div#home-content {
	margin: 45px 35px 0 42px;
	width: 428px;
	height: 406px;
	float: left;
}

div#page-content {
	position: relative;
	margin: 50px 50px 22px 42px;
}

div#page-content p, div#page-content td {
	font-size: 0.9em;
}

div#page-photo, div.sub-photo {
	float: right;
	margin-top: 30px;
	margin-left: 12px;
	margin-bottom: 10px;
}

div.sub-photo {
	margin-top: 12px;
}

#services-table td {
	padding: 2px 0 2px 40px;
	font-size: 1em !IMPORTANT;
}

#rates-table {
	margin-top: 25px;
	margin-bottom: 10px;
}

#rates-table th, #rates-table td {
	background-color: #1b1b1b;
	padding: 4px 35px 4px 15px;
	font-size: 1.4em !IMPORTANT;
	font-weight: normal;
}

#rates-table th {
	padding: 7px 35px 7px 15px;
}

#rates-table th span.normal {
	font-size: 0.7em !IMPORTANT;
}

#contact-table td {
	padding: 7px 5px;
	margin: 1px;
}

/* Class Definitions */

.crimson { color: #b4122e !IMPORTANT; }
.very-large { font-size: 2.6em !IMPORTANT; }
.large { font-size: 1.2em !IMPORTANT; }
.small { font-size: 0.8em !IMPORTANT; }
.italics { font-style: italic !IMPORTANT; }
.underlined { text-decoration: underline !IMPORTANT; }
.space-top { margin-top: 15px; }
.indented { text-indent: 40px; }

.tight {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

div.divider {
	clear: both;
	height: 0;
	margin: 15px 0;
	border-bottom: 1px dashed #777;
}

div.testimonial {
	margin-top: 20px;
	padding: 18px 15px;
	background-color: #111;
}

div.testimonial p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

div.testimonial p.name {
	font-style: italic;
	text-align: right;
	margin-top: 5px;
}

p.answer {
	margin-left: 40px;
}

div.press {
	margin-top: 20px;
	padding: 18px 15px;
	background-color: #111;
}

table.press td {
	padding: 0 5px;
	font-size: 1em !IMPORTANT;
	line-height: 1.3em !IMPORTANT;
}

table.press h2 {
	display: inline;
	color: #fff !IMPORTANT;
}

p.press-date {
	display: inline;
	color: #666;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 0.8em !IMPORTANT;
}

div.boot-camp {
	text-align: center;
	margin-top: 10px;
	font-size: 1.3em;
	color: #b4122e;
}