/* @override 
	http://clients.tierratechnology.com/jrodenbach/css/screen.css
*/

/* @group Generic */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff;
}

body {
	font: 100% Futura, "Century Gothic", Arial, sans-serif;
	font-weight: 100;
	background: #fff url(../images/gradient.png) repeat-x left top;
	text-align: center;
	color: #664b1e;
}

body#home {
	background-image: url(../images/gradient_home.png);
}

h2 {
	font-size: .8125em;
	margin: 0 0 .5em;
}

h3 {
	font-size: .75em;
	margin: 0 0 .5em;
}

p, ul, ol {
	font-size: .75em;
	line-height: 1.5em;
	margin-bottom: 1.25em;
}

p {
	margin: 0 0 1.25em;
}

li {
	margin-bottom: .5em;
}

img {
	border: none;
}

a {
	color: #664b1e;
	text-decoration: none;
}

a:link, a:visited {
	border-bottom: 1px dotted #664b1e;
}

a:hover, a:active {
	border-bottom-style: solid;
}

/* @end */

/* @group Universal Classes */

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.indent {
	padding-left: 1.25em;
}

.trailing {
	padding-right: .25em;
}

.offset {
	width: 500px;
	margin: 65px auto 50px;
}

.offset img {
	display: block;
	margin-left: 17px;
}

.offset p {
	font-size: .8125em;
	line-height: 2.375em;
	text-align: left;
	margin-left: 150px;
}

.column {
	margin: 0 10px .75em 0;
	width: 265px;
	float: left;
}

.column p {
	margin-bottom: .5em;
}

.nobullets {
	list-style-type: none;
}

.sm {
	font-size: .75em;
}

.testimonial {
	margin-bottom: .5em;
}

.testimonial strong {
	
}

.testimonial.last {
	margin-bottom: 1.25em;
}

/* @end */

/* @group Specific Layout */

#page {
	margin: 0 auto;
	padding: 149px 0 0;
	min-height: 551px;
	height: auto !important;
	height: 551px;
	width: 630px;
}

#home #page {
	width: 835px;
	padding-top: 140px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}

#nav a {
	border: none;
}

#nav ul {
	list-style-type: none;
	width: 570px;
	margin: 0 auto;
}

#nav li {
	float: left;
}

#nav img {
	vertical-align: bottom;
}

#content {
	clear: both;
	padding: 35px 30px 157px 35px;
	text-align: left;
	position: relative;
}

#content.wide {
	padding-left: 0;
	padding-right: 0;
}

#content-header {
	position: absolute;
	bottom: 0px;
	left: 25px;
	z-index: 25;
}

#content-header img {
	vertical-align: bottom;
}

#container {
	height: 370px;
	width: 630px;
	position: relative;
	text-align: center;
	margin-bottom: -50px;
}

#container h2 {
	text-align: left;
	position: absolute;
	font-size: .9375em;
	top: 0px;
	left: 0px;
}

#container .portfolio {
	width: 630px;
	min-height: 345px;
	height: auto !important;
	height: 345px;
}

.portfolio-image {
	z-index: 1;
}

.portfolio-details {
	font-size: .625em;
	line-height: 1.2em;
	margin: 0;
	z-index: 3;
	list-style-type: none;
}

.portfolio-details li {
	margin: .5em 0;
}

.lower-right {
	position: absolute;
	text-align: right;
	right: 0px;
	bottom: 0px;
}

#portfolio-nav {
	position: absolute;
	bottom: -50px;
	right: 40px;
	z-index: 5;
}

#portfolio-nav a {
	border: none;
}

#footer {
	text-align: right;
}

/* @end */