@import url(reset.css);
@import url(../_fonts/puritan.css);

body {	
	font-family: 'Puritan20Normal', Arial, sans-serif;
}

a {
	text-decoration: none;	
}

a, object {
	outline:none;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;
}

.clear {
	clear: both;	
}

.fl {
	float: left;
}

.fr {
	float: right;	
}

.white {
	color: #fff;	
}

.orange {
	color: #f94812;
}

.gray {
	color: #666;	
}

.lt_gray {
	color: #ccc;	
}

#content_container a.gray {
	color: #666;
	text-decoration: underline;
	font-size: .68em;
	letter-spacing: .02em;
	line-height: 1.5em;
}

#content_container a.gray:hover {
	color: #666;
	text-decoration: none;
}

ul.dots {
	margin: 15px 0 0 10px;	
	color: #666;	
	font-size: .68em;
	letter-spacing: .02em;
	line-height: 1.5em;
}

span.num {
	font-family: Arial, Helvetica, sans-serif;	
}

div#container {
	margin: 0 auto;
	padding: 12px 0 0 12px;
	width: 913px;
	height: 613px;
	box-shadow: 0px 0px 14px #b2b2b2;
	-moz-box-shadow: 0px 0px 14px #b2b2b2;
 	-webkit-box-shadow: 0px 0px 14px #b2b2b2;
}

div#inner_container {
	position: relative;
	width: 900px;
	height: 600px;
	background: url(../_img/inner_bg.jpg) no-repeat;
}

ul#nav {
	padding: 48px 0 0 264px;
	height: 33px;
	width: 580px;
	border-bottom: 1px solid #fff;
}

#nav li {
	position: relative;
	float: left;
	width: 70px;
	padding-right: 32px;
}

#nav li a {
	display: block;
	width: 70px;
	height: 33px;
	color: #ccc;	
	font-size: 13px;
}

#nav li:hover a {
	color: #f94812;
}

#nav li span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 70px;
	height: 8px;
	background: #f94812;
	visibility: hidden;
}

#nav li.active a {
	color: #f94812;
}

#nav li.active span {
	visibility: visible;
}

img#logo {
	position: absolute;
	top: 102px;
	left: 26px;
}

div#content_container {
	margin-left: 204px;
	/*width: 640px;
	height: 464px;*/
	background: url(../_img/content_bg.jpg) no-repeat;
}

#content_container img {
	border: 1px solid #ccc;	
}

#content_container p {
	color: #666;	
	font-size: .68em;
	letter-spacing: .02em;
	line-height: 1.5em;
}

#content_container a {
	color: #f94812;
	text-decoration: underline;
	font-size: 1em;
	letter-spacing: .02em;
	line-height: 1.5em;
}

#content_container a:hover {
	color: #f94812;
	text-decoration: none;
}

.content_home {
	padding: 32px;
	width: 576px;
	height: 400px;
}

.content_about {
	width: 576px;
	height: 400px;
	padding: 32px;
	margin-top: 100px;
}

.content_services {
	padding: 18px;
	width: 608px;
	height: 432px;
}

.content_pricing {
	padding: 32px;
	width: 576px;
	height: 400px;
}

.content_contact {
	padding: 32px;
	width: 576px;
	height: 400px;
}

.content_testimonials {
	padding: 32px;
	width: 576px;
	height: 400px;
}

div.bio {
	height: 194px;	
}

.bio img {
	float: left;
	margin-right: 25px;
}

div.inner_bio {
	float: left;
	width: 260px;
}

.inner_bio p {
	margin-bottom: 8px;
	width: 230px	
}

div#bio1 {
	margin-bottom: 12px;	
}

div.bio_details {
	position: absolute;
	top: 95px;
	left: 280px;
	padding: 62px;
	width: 364px;
	height: 308px;	
	background: url(../_img/bio_bg.png) repeat;
}

div#full_bio1 p, div#full_bio2 p {
	color: #ccc;
	font-size: .72em;
	letter-spacing: .02em;
	line-height: 1.5em;
}

a.bio_close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../_img/bio_close.png) no-repeat;
}

div#services {
	height: 423px;
	border: 1px solid #ccc;	
}

div#services_top {
	padding: 6px 6px 6px 26px;
	background: #ccc;
	color: #505050;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

#services p {
	margin-left: 26px;	
	padding-right: 26px;
}

.content_pricing img {
	margin-bottom: 20px;
}

#pricing_img {
	margin-right: 6px;	
}

div#contact_form {
	padding: 23px;
	background: #ccc;
	border: 1px solid #b1b1b1;
}	

div.input_field {
	margin-right: 15px;
	float: left;
	width: 166px;
	font-size: 12px;
	color: #444;
	line-height: 18px;
}

input.textfield {
	width: 164px;
	height: 19px;
	background: #e6e6e6;
	border: 1px solid #a8a8a8;
}

div.textarea {
	clear: both;
	padding-top: 10px;
	width: 530px;
	font-size: 12px;
	color: #444;
	line-height: 18px;
}

.textarea textarea {
	width: 528px;
	height: 120px;
	background: #e6e6e6;
	border: 1px solid #a8a8a8;
}

.input_btn {
	float: right;
	margin-top: 10px;
	display: block;
	border: none;
	width: 121px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url(../_img/input_btn.png) no-repeat;
}

.question {
	margin-bottom: 10px;	
	color: #fff;
}

.content_testimonials h2 {
	margin-bottom: 2px;
	font-size: 12px;
	color: #f94812;	
	text-transform: uppercase;
}

p#copyright {
	position: absolute;
	bottom: 34px;
	right: 58px;
	font-size: 11px;
	color: #868686;	
}

/* Headlines */

h1 span {
	display: none;	
}

h2 {
	margin-bottom: 8px;
	font-size: 12px;
	color: #f94812;	
}

h1#welcome_head {
	margin: 30px 0 5px 0;
	width: 136px;
	height: 28px;
	background: url(../_img/welcome_head.png) no-repeat;
}

h1#alex_head {
	margin: 30px 0 2px 0;
	width: 128px;
	height: 19px;
	background: url(../_img/alex_head.png) no-repeat;
}

h1#jessika_head {
	margin: 30px 0 2px 0;
	width: 141px;
	height: 19px;
	background: url(../_img/jessika_head.png) no-repeat;
}

h1#phase1_head {
	margin: 20px 0 2px 26px;
	width: 226px;
	height: 17px;
	background: url(../_img/phase1_head.png) no-repeat;
}

h1#phase2_head {
	margin: 10px 0 2px 26px;
	width: 226px;
	height: 17px;
	background: url(../_img/phase2_head.png) no-repeat;
}

h1#phase3_head {
	margin: 10px 0 2px 26px;
	width: 226px;
	height: 17px;
	background: url(../_img/phase3_head.png) no-repeat;
}

h1#phase4_head {
	margin: 10px 0 2px 26px;
	width: 226px;
	height: 17px;
	background: url(../_img/phase4_head.png) no-repeat;
}