/* sitewide */
* {
	font-family: arial;
	color: #222222;
}

body {
	margin: 0px;
	margin-top: 29px;
	margin-bottom: 30px;
	font-size: 13px;
	background: url('images/bg.gif') top left repeat-x;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #fa0606;
}

ol, ul {
	margin-top: 0px;
	padding-top: 0px;
}

.clear {
	clear: both;	
}

/* global container */
#holder {
	text-align: center;
	background: url('images/shadow.gif') top center no-repeat;
}

#main {
	width: 888px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}

#header {
	height: 141px;
	background: url('images/header.gif') top left no-repeat;
	text-align: right;
}

/* navigation section */
#navigation-container {
	width: 400px;
	text-align: center;
	font-size: 11px;
	color: #e22428;
	float: right;
	margin-top: 68px;
	margin-right: 40px;
}

#navigation-container a {
	font-size: 11px;
	color: #e2e2e2;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}

#navigation-container a:hover {
	color: #fa0606;
}

#navigation a.first {
	margin-left: 0px;
}

#navigation a.last {
	margin-right: 0px;
}

#navigation-container a.active {
	color: #923d00;	
}

/* main content */
#content {
	height: 547px;
	overflow: hidden;
	background: url('images/bg-content.gif') top left no-repeat;
	margin-bottom: 3px;
	border: 1px solid #ababab;
}

#content-inner {
	height: 547px;
	overflow: hidden;
}

#copy-content {
	margin-left: 196px;
	padding-top: 45px;
}

#content * {
	line-height: 18px;
}

#content a {
	font-weight: bold;
}

#content p {
	margin: 0px;
	margin-bottom: 15px;
}

#content ul, ol {
	margin: 0px;
	margin-bottom: 15px;
	list-style-type: square;
}

#content ul li, ul li {
}

.pagetitle {
	font-size: 18px;
	color: #fa0606;
	font-weight: bold;
	margin-bottom: 25px;
}

.pagesubtitle {
	font-size: 15px;
	font-weight: bold;
}

.pagesubtitle a {
	text-decoration: none;
}

/* footer section */
#footer {
	padding: 0.5em 25px;
	color: #555555;
	font-size: 10px;
}

#footer .left {
	float: left;
	width: 50%;
}

#footer .right {
	float: right;
	width: 50%;
	text-align: right;
}

/* pages */
#home-apple {
	padding-top: 120px;
}

/* page name bg images */
.home {
	background: url('images/home.png') top left no-repeat;
}
.portfolio {
	background: url('images/portfolio.png') top left no-repeat;
}
.about {
	background: url('images/about.png') top left no-repeat;
}
.capabilities {
	background: url('images/capabilities.png') top left no-repeat;
}
.clients {
	background: url('images/clients.png') top left no-repeat;
}
.contact {
	background: url('images/contact.png') top left no-repeat;
}

/* circles */
#circle-pusher {
	height: 495px;
}
#circles {
	text-align: right;
}

#circles a {
	margin-right: 85px;
}

.circle-imgs {
	visibility: hidden;
	width: 1px;
	height: 1px;
}

/* clients */
.client-floater {
	float: left;
	margin-right: 40px;
	font-size: 12px;
	line-height: 14px;
}

/* about */
#about-squisher {
	width: 	350px;
}
.andrea-floater {
	float: left;
	margin-right: 25px;
	margin-top: 3px;
	vertical-align: bottom;
}

/* portfolio */
#portfolio-canvas {
	width: 452px;
	height: 340px;
	/*
	background: #302f30;
	*/
	margin-bottom: 5px;
	overflow: hidden;
	border: 1px solid #555555;
	background: #585959;
}

#sub-portfolio-canvas {
	width: 452px;
	font-size: 11px;
}

#project-name-description {
	float: left;
	width: 70%;
}

#portfolio-navigation {
	float: right;
	width: 30%;
	text-align: right;
}

#portfolio-navigation a {
	text-decoration: none;
}

