body,html {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 0.8em;
	color: #666666;
}
a {
	color: #666666;
}
img {
	border: 0px;
}
#wrapper {
	height: 707px;
	width: 772px;
	background-image: url(Images/mainbg.png);
	background-position:top left;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 50px;
	padding: 23px;
}
#innerwrapper {
	height: 707px;
}
#logo {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
#webdesign {
	position: absolute;
	left: 84px;
	top: 132px;
	z-index: 50;
	font-size: 1.7em;
	color: #999999;
}
#flashlogo {
	z-index: 30;
}
#menu {
	text-align: center;
	margin-top: 50px;
}
#menu ul {
	font-size: 1.2em;
	list-style-type: none;
}
#menu ul li {
	display: inline;
	padding-right: 30px;
}
#menu ul li a {
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#menu ul li a:hover {
/*	background-image:url(Images/menubg.png);
	background-position:center center; */
	color: #FFFFFF;
}
#maincontent {
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 20px;
	overflow: auto;
	height: 300px;
}
#copyright {
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
}
#sitemap {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
#portfolio {
	position: relative;
}
#pih {
	position: absolute;
	left: 250px;
	top: 16px;
}
#tb {
	position: absolute;
	left: 77px;
	top: 63px;
}
#ewp {
	position: absolute;
	left: 15px;
	top: 118px;
}
#tn {
	position: absolute;
	right: 15px;
	top: 122px;
}
#mft {
	position: absolute;
	left: 353px;
	top: 161px;
}
#bg {
	position: absolute;
	left: 139px;
	top: 166px;
}
#l8 {
	position: absolute;
	left: 406px;
	top: 60px;
}
#t4u {
	position: absolute;
	left: 210px;
	top: 95px;
}
#bb {
	position: absolute;
	right: 210px;
	top: 95px;
}
#contacttable {
	float: right;
	width: 290px;
	margin-left: 30px;
}
#codesubmit {
	float:right;
	padding-top: 10px;
	padding-right: 12px;
}
#portfoliocontainer {
	position: relative;
	width: 100%;
	overflow: visible;
}
#slidercontainer {
	width: 485px;
	height: 300px;
	overflow: hidden;
	margin-left: 73px;
	z-index: 10;
}
.slideritem {
	float: left;
	width: 485px;
	height: 300px;
	position: relative;
}
.slideritem img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#leftarrow, #rightarrow {
	position: absolute;
	width: 79px;
	height: 90px;
	top: 110px;
	cursor: pointer;
	z-index: 20;
}
#leftarrow {
	left: 20px;
}
#rightarrow {
	right: 20px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
