/* 
Fazemedia Style sheet
Last updated: 10/04/2007
Copyright 2007 Matt Bertocchi
*/

/* 
Common colors:
white: fff
light blue: 232e3a
med blue: 181f25
dark blue: 101418
aqua: 0f6
/*

/* --- Global --- */

body { 
	margin: 0; 
	padding: 0;
	color: #fff;
	background: #232e3a url(../imgs/bg.gif) repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 83%;
	}
img { border: 0; }
a:link, a:visited {
	color: #0f6;
	text-decoration: none;
	}
a:hover, a:active {
	color: #0f6;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}

/* --- Layout --- */

#wrapper {
	position: relative;
	top: 30px;
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background: #000;
	border: 1px solid #fff;
	}
#header {
	position: absolute;
	width: 770px;
	height: 114px;
	padding: 8px 0;
	text-align: center;
	background: #000;
	}
#content {
	position: absolute;
	top: 160px;
	width: 770px;
	background: #181f25;
	}
#footer {
	clear: both;
	width: 765px;
	height: 30px;
	padding: 10px 0 0 10px;
	font-size: 80%;
	color: #eee;
	background: url(../imgs/footer-bg.gif) no-repeat;
	}
	
/* --- Navigation --- */

#nav {
	position: absolute;
	top: 130px;
	width: 770px;
	height: 16px;
	padding: 8px 0;
	color: #000;
	background: #fff;
	}
#nav ul {
	width: 770px;
	padding: 0;
	margin: 0;
	list-style: none;
	}
#nav li {
	padding: 0 1em;
	display: inline;
	text-transform: uppercase;
	}
#nav li a:link, #nav li a:visited {
	color: #000;
	text-decoration: none;
	}
#nav li a:hover, #nav li a:active {
	color: #fff;
	text-decoration: none;
	background: #0f6;
	}
#homepage #nav a#home,
#theportfolio #nav a#portfolio,
#contactus #nav a#contact,
#ourservices #nav a#services { font-weight: bold; }
	
/* --- Content --- */

#content .box {
	width: 760px;
	padding: 5px;
	}
#content .box-left {
	float: left;
	width: 400px;
	}
#content .box-right {
	float: right;
	width: 350px;
	padding: 5px;
	background: #101418;
	}
#ourservices #content .box-left { width: 500px;}
#ourservices #content .box-right { width: 240px; }
#content p { padding: 0 5px; }
#content img { 
	margin-top: 4px;
	border: 1px solid #fff;
	}
#content .box-right img { border: 0 none; }
#ourservices .box-right p { margin-bottom: 7px; }
#ourservices .box-left ul.jumpnav { margin: 0 0 15px 5px; padding: 0; }
#ourservices .box-left li.jumpnav { 
	display: inline;
	padding-left: 12px;
	background: url(../imgs/arrow-down.gif) center left no-repeat;
	}
.box-right p { margin: 0; }
.box-right p.last { margin-bottom: 10px; }
.offer { 
	float: left;
	margin-right: 5px;
	}
#none { border: none; }

/* Headers */
#ourservices .box-left h2 { margin-top: 20px; }
h2, span.amp {
	margin: 5px;
	color: #0f6;
	font-size: 130%;
	font-family: Georgia, serif;
	font-weight: normal;
	}
span.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	}
h3 {
	clear: both;
	margin: 5px;
	font-size: 110%;
	font-weight: bold;
	}