body {
	margin:0;
	padding:0;
	background:#ffffec;
	background:#633d7c;}

h2 {
	color:#0f0;
	font:bold 16px "century gothic", arial, helvetica, sans-serif;}

h3 {
	color:#000;
	font:bold 16px "century gothic", arial, helvetica, sans-serif;
	background:url(../images/bg-port-bottom.gif) no-repeat left bottom;}

p {
	margin:0;
	padding:10px 0;}

a {
	color:#09f;
	text-decoration:none;}
a:hover,
a:focus {
	color:#00f;}

a img {
	border:3px solid #000;}
a:hover img,
a:focus img {
	border:3px solid #0f0;}

hr {
	display:none;}

.hide {
	display:none;}

/****************************************************************** START STRUCTURE */

#wrap {
	position:relative;
	min-width:700px;
	max-width:900px;
	width:expression(
		document.body.clientWidth < 702? "700px" :
		document.body.clientWidth > 902? "900px" :
		"auto");
	/*width:expression(document.body.clientWidth < 753? "751px" : "auto" );
	width:expression(document.body.clientWidth > 932? "930px" : "auto" );*/
	margin:0 auto;
	background:#000 url(../images/bg-corner.gif) no-repeat top right;}
	
h1 {
	margin:0;
	padding:15px 15px 25px 15px;
	border-left:5px solid #000;
	border-right:5px solid #000;
	background:url(../images/bg-top.gif) no-repeat right bottom;
	color:#fff;
	font:bold 30px "century gothic", arial, helvetica, sans-serif;}
	h1 span {
		color:#09f;}
	h1 span i {
		color:#0f0;}
	h1 .sub {
		color:#0f0;
		font:bold 12px "century gothic", arial, helvetica, sans-serif;}
	
#top-wrap {
	position:relative;
	clear:both;
	overflow:auto;
	padding:15px;
	border-left:5px solid #000;
	border-right:5px solid #000;
	background:#cddadc url(../images/bg-form.gif) no-repeat right top;}

#nav {
	position:absolute;
	z-index:1;
	top:65px;
	left:0;
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
	color:#000;}
	#nav li {
		display:block;
		float:left;
		margin:0 5px;
		padding:0;}
	#nav a {
		display:block;
		padding:5px 30px;
		background:#a21313;
		color:#000;
		font:12px "century gothic", arial, helvetica, sans-serif;
		text-transform:uppercase;
		text-align:center;}
	#nav a:hover {
		background:#000;
		color:#fff;}

#content {
	margin:0 320px 0 0;
	font:normal 16px "century gothic", arial, helvetica, sans-serif;}

#services {
	position:absolute;
	top:25px;
	right:15px;
	_right:20px;
	width:252px;
	margin:0;
	padding:0 24px;}
	#services h2 {
		margin:0 0 10px 0;
		padding:5px 0;
		background:#000;
		color:#fff;
		font:bold 14px "century gothic", arial, helvetica, sans-serif;
		text-align:center;}

#portfolio {
	position:relative;
	clear:both;
	overflow:auto;
	padding:25px 15px 15px 15px;
	border-left:5px solid #000;
	border-right:5px solid #000;
	background:#000 url(../images/bg-mid.gif) no-repeat left top;}

#sitelist {
	position:absolute;/* Because of IE and the Min/Max width hack */
	top:25px;
	right:15px;
	_right:20px;/* Fucking IE */
	/*float:right; Without positioning this works */
	width:300px;
	height:502px;
	background:/*#faf4e2*/ /*#7e7e7e*/#000 url(../images/bg-side-top.gif) no-repeat top;}
	#sitelist h3 {
		width:280px;
		margin:0;
		padding:0 0 15px 15px;
		color:#0f0;
		font:bold 16px/16px "century gothic", arial, helvetica, sans-serif;}
	
	#sitelist #freelance {
		overflow:auto;
		list-style:none;
		height:180px;
		width:270px;
		margin:0 0 12px 0;
		padding:15px;
		background:#7e7e7e url(../images/bg-side-bottom.gif) no-repeat bottom;}
	#sitelist #outsourced {
		overflow:auto;
		list-style:none;
		height:185px;
		width:270px;
		margin:0;
		padding:15px;
		background:#7e7e7e url(../images/bg-side-bottom.gif) no-repeat bottom;}
	#sitelist #freelance li,
	#sitelist #outsourced li {
		margin:0;
		padding:0;
		font:bold 25px/32px "century gothic", arial, helvetica, sans-serif;}
	#sitelist #freelance li a,
	#sitelist #outsourced li a {
		color:#000;
		text-decoration:none;}
	#sitelist #freelance li a:hover,
	#sitelist #freelance li a:focus,
	#sitelist #outsourced li a:hover,
	#sitelist #outsourced li a:focus {
		color:#0cf;}
	#sitelist #freelance li a:active,
	#sitelist #outsourced li a:active {
		color:#0f0;}

#box {
	height:90px;
	margin:0 320px 0 0;
	background:#ccc url(../images/animation.gif) no-repeat;}
		
#siteinfo {
	height:402px;
	margin:10px 320px 0 0;
	background:#666 url(../images/bg-port-top.gif) no-repeat left top;
	color:#fff;
	font:normal 16px "century gothic", arial, helvetica, sans-serif;}
	#siteinfo #inner {
		overflow:auto;
		height:372px;
		padding:15px;
		background:url(../images/bg-port-bottom.gif) no-repeat left bottom;}
	#siteinfo #inner div {
		min-height:372px;
		_height:372px;
		padding:15px;
		background:url(../images/bg-port-bottom.gif) no-repeat left bottom;}
	#siteinfo b {
		color:#0f0;}

#bottom {
	overflow:hidden;
	position:relative;
	padding:30px 15px 30px 15px;
	border-left:5px solid #000;
	border-right:5px solid #000;
	background:#cddadc url(../images/bg-footer.gif) no-repeat left top;}
#bottom h2 {
	color:#000;
	margin-top:0;}

#hosting {
	margin:0 320px 10px 0;
	padding:20px;
	border:1px solid #000;
	background:#0d0;}
#hosting2 {
	clear:left;
	margin:0 320px 10px 0;
	padding:20px;
	border:1px solid #000;
	background:#0b0;}
#hosting3 {
	clear:left;
	margin:0 320px 0 0;
	padding:20px;
	border:1px solid #000;
	background:#090;}

#contact {
	float:right;
	width:285px;
	color:#000;}

p#source[id] {
	display:block;
	position:absolute;
	z-index:4;
	bottom:-8px;
	right:0;
	width:88px;
	height:88px;
	margin:0;
	padding:0;
	border:none;
	background:none;}
	p#source[id] a {
		display:block;
		overflow:hidden;
		width:88px;
		height:88px;
		margin:0;
		padding:0;
		border:none;
		background:url(../images/page_curl.gif) no-repeat top;
		text-align:left;
		text-indent:-9999px;}
	p#source[id] a:hover {
		background:url(../images/page_curl.gif) no-repeat bottom;}

#footer {
	clear:both;
	padding:35px 15px 30px 15px;
	border-left:5px solid #000;
	border-right:5px solid #000;
	background:#000 url(../images/bg-mid.gif) no-repeat right top;
	color:#fff;
	font:normal 16px "century gothic", arial, helvetica, sans-serif;
	text-align:right;}
	#footer span {
		float:left;}
	#footer a {
		color:#0f0;}
	#footer a:hover,
	#footer a:focus {
		color:#0cf;}

/****************************************************************** START FORM */

form {
	margin:0;
	padding:0;}

form p {
	margin:0;
	padding:0;}

label {
	color:#000;
	font:16px "courier new", courier, monospace;
	cursor:pointer;}
label:hover,
label:focus {
	color:#c00;}

input {
	width:244px;
	margin:0 0 10px 0;
	padding:3px;
	border:1px solid #000;
	color:#000;
	font:14px "courier new", courier, monospace;}

textarea {
	overflow:auto;
	height:100px;
	width:244px;
	margin:0 0 10px 0;
	padding:3px;
	border:1px solid #000;
	color:#000;
	font:14px "courier new", courier, monospace;}

textarea:hover,
input:hover,
textarea:focus,
input:focus {
	background:#efefef;}
	
.button {
	width:70px;
	margin:0;
	padding:0 2px;
	border:1px solid #000;
	background:#000;
	color:#000;
	color:#0f0;
	font:bold 14px "century gothic", arial, helvetica, sans-serif;
	cursor:pointer;}
.button:hover,
.button:focus {
	background:#000;
	color:#09f;}

.note,
.alert {
	margin:0 0 10px 0;
	padding:5px 0;
	background:#000;
	font:bold 14px "century gothic", arial, helvetica, sans-serif;
	text-align:center;}
.note {
	color:#fff;}
.alert {
	color:#f00;}

/****************************************************************** Start of Light Box */

#lightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;}

#lightbox a img {
	border:none;}

#outerImageContainer {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;}

#imageContainer {
	padding:10px;}

#loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;}

#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;}

#imageContainer>#hoverNav {left:0;}
#hoverNav a {outline:none;}

#prevLink,
#nextLink {
	width:49%;
	height:100%;
	background:transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block;}

#prevLink {left:0;float:left;}
#nextLink {right:0;float:right;}
#prevLink:hover,
#prevLink:visited:hover {background:url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink:hover,
#nextLink:visited:hover {background:url(../images/nextlabel.gif) right 15% no-repeat;}

#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;}

#imageData {padding:0 10px;color:#666;}
#imageData #imageDetails {width:70%;float:left;text-align:left;}	
#imageData #caption {font-weight:bold;}
#imageData #numberDisplay {display:block;clear:left;padding-bottom:1.0em;}			
#imageData #bottomNavClose {width:66px;float:right;padding-bottom:0.7em;}	
		
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000;}
