body {
	font-size:14px;
	color:#a8a8a8;
	font-family:Arial, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#c6c7c9;
	margin:0px;
}

h1 {
	font-family:"Aller Light", Arial;
	font-size:16px;
	color:#a8a8a8;
}

a {
	color:#006;
	text-decoration:none;
	
}

.text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	width:160px;
	padding-left:5px;
	height:20px
}

/*====================== ids ===========================*/

#showCase {
	-webkit-box-shadow:0px 3px 20px #ccc;
	-moz-box-shadow:0px 3px 20px #ccc;
	box-shadow:0px 3px 20px #ccc;
}

#loading {
	position:fixed;
	height:100%;
	width:100%;
	background-color:#fff;
	opacity:.85;
	z-index:2;
}

#loadingIcon {
	position:fixed;
	height:32px;
	width:32px;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
	z-index:3;
}

#container
{
	width:818px;
	margin:0px auto;
}

#works {
	background-color:#fff;
	color:#333;
}

/*** Div that contains previous and next buttons for Portfolio ****/
#nextButton {
	width:720px;
	position:relative;
	top:-320px;
	left:680px;
	z-index:2;
}

#previousButton {
	width:720px;
	position:relative;
	top:-260px;
	left:0px;
}

#fadeWhite {
	position:fixed;
	display:none;
	z-index:0;
	opacity:.30;
	filter:alpha(opacity = 30);
	background-color:#000;
	height:100%;
	width:100%;
}	

#navigation {
	position:relative;
	top:0px;
	font-family:"Myriad Pro", Arial;
	font-size:15px;
	color:#999;
}

.shadow
{
	-webkit-box-shadow:0px 0px 15px #999;
	-moz-box-shadow:0px 0px 15px #999;
	box-shadow:0px 0px 15px #999;
}

#portfolio
{
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	z-index:1;
	top:50%;
	left:50%;
	margin-top:-280px;
	margin-left:-360px;
	width:720px;
	height:450px;
	z-index:1;
}

#contactForm {
	color:#666;
	background-color:#fff;
}

#whatWeOffer {
	display:block;
	background-color:#f7f7f7;
}

#goodAt {
	display:block;
	background-color:#f7f7f7;
}

#contactUs {
	display:none;
	background-color:#f7f7f7;
}

#doNext {
	display:none;
	background-color:#f7f7f7;
}

/* ======================================================== */

#footer {
	position:relative;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	width:800px;
}

/*===================== classes ================ */
.mainLinks {
	width:100px;
	text-align:right;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:5px;
}

.links {
	color:#999;
}

.links:hover {
	color:#000;	
}

.emailLink {
	text-decoration:none;
	color:#666;
}

.emailLink:hover {
	color:#333;
}

.imgBorder {
	border:solid 9px #fff;
}

.quickInfo {
	padding-top:8px;
	text-align:center;
	vertical-align:top;
}

.doNext {
	width:300px;
	vertical-align:top;
}

.padding {
	padding-bottom:10px;
}

.spacing {
	display:inline-block;
	width:100px;	
}

.comments {
	width:350px;
	height:100px;
}

/*====================== font classes ==================*/
.description {
	font-size:13px;
	color:#333;
}

.smallHeader {
	font-size:16px;
	color:#666;
}

.goodAt {
	font-size:16px;
	color:#666;
}