#slideshow {
	list-style:none;
	color:#fff;
}
#slideshow span {
	display:none;
}
#wrapper {
	width:100%;
	margin:5px auto;
	display:none;
}
#wrapper * {
	margin:0;
	padding:0;
}
#fullsize {
	position:relative;
	width:500px;
	height:426px;
	padding:2px;
	border:1px solid #ccc;
	background:#FFF;
	margin:0 auto;
}
#information {
	position:absolute;
	bottom:0;
	width:100%;
	height:0;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70)
}
#information h3 {
	padding:4px 8px 3px;
	font-size:14px
}
#information p {
	padding:0 8px 8px
}
#image {
	width:449px
}
#image img {
	position:absolute;
	z-index:25;
	width:auto
}
.imgnav {
	position:absolute;
	width:25%;
	height:306px;
	cursor:pointer;
	z-index:150
}
#imgprev {
	left:0;
	background:url(../images/left.gif) left center no-repeat
}
#imgnext {
	right:0;
	background:url(../images/right.gif) right center no-repeat
}
#imglink {
	position:absolute;
	height:306px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}
.linkhover {
	background:url(../images/link.gif) center center no-repeat
}
#thumbnails {
	margin-top:15px
}
#slideleft {
	float:left;
	width:20px;
	height:81px;
	background:url(../images/scroll-left.gif) center center no-repeat;
	background-color:#FFF
}
#slideleft:hover {
	background-color:#333
}
#slideright {
	float:right;
	width:20px;
	height:81px;
	background:#FFF url(../images/scroll-right.gif) center center no-repeat
}
#slideright:hover {
	background-color:#333
}
#slidearea {
	float:left;
	position:relative;
	width:90%;
	margin-left:5px;
	height:81px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height:81px
}
#slider img {
	cursor:pointer;
	border:1px solid #666;
	padding:2px
}


/************************************************ main site styles*/
<link href="css/main.css" rel="stylesheet" type="text/css"> html {
 font-size: 102.1%;
}
body {
	background-image:url(../images/main-site-bg.gif);
	background-position:top center;
	background-repeat: repeat-x;
	background-color:#053565;
	margin: 0 auto;
	font:11px Arial, Helvetica, sans-serif;
}
#container {
	background-color:#FFF;
	width: 950px;
	margin: 0 auto;
}
#banner {
	background-image:url(../images/mahalo-web-design.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 95px;
}
#banner-services {
	padding-top:22px;
	padding-right:10px;
	text-align:right;
	float:right;
	color:#959595;
	font-weight:bold;
}
#banner-services h1 {
	margin:0;
	color:#a79d00;
	font-size:21px;
	font-weight:normal;
}
#nav {
	background-image:url(../images/nav-bg.gif);
	position:relative;
	width:100%;
	top: 19px;
	height: 42px;
	margin: 0 0 18px 0;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
}
#nav ul {
	margin:0;
	padding:13px 20px 0 30px;
	list-style:none;
}
#nav li {
	display:inline;
	margin-right:40px;
	color:#FFF;
}
#nav a {
	color:#FFF;
}
#nav a:hover {
	color:#FFFF99;
}
#splash {
	
	width: 100%;
	background-image:url(../images/splash-bg.jpg);
	background-repeat:repeat-x;
	
	
}

#splash img {
	
	text-align: center;
	
}
#teaser {
	margin-left: 210px;
	margin-top:20px;
	width: 641px;
	background-image:url(../images/yellow-gradient.gif);
	background-repeat:no-repeat;
	font:11px/18px verdana, 'Trebuchet MS', Arial, sans-serif;
	padding:10px;
	color:#003263;
}
#maincontent {
	width: 700px;
	margin-left: 220px;
	font:12px/19px verdana, 'Trebuchet MS', Arial, sans-serif;
	padding:50px 10px;
	color:#565656;
}
#leftcol {
	background-image:url(../images/quote-bg.gif);
	width: 185px;
	float:left;
	padding:8px;
}
#rightcol {
	float:right;
	width:10px;
}
a {
	color:#226db8;
	text-decoration:none;
	font-weight:bold;
}
h1 {
	color:#9bb308;
	margin:0;
	font-size:18px;
}
h2 {
	color:#0f7ecf;
	font-size:16px;
	margin:0;
}
.clearboth {
	clear:both;
}

.center {
	margin: 0 auto;
}

blockquote {
	padding:10px;
	background-color:#fffac0;
	color:#f17a09;
	border: 1px dashed #f2db00;
	margin: 3px;
}
#quotebox {
	margin-left:15px;
}
.yellowtable td {
	border-bottom:1px solid #FFCC00;
	color:#333333;
	background-color:#FFFFCC;
	padding: 0 15px;
}
img {
	border:0;
}
#footer {
	background-image:url(../images/footer.gif);
	background-position:center;
	height:29px;
	text-align:center;
	color:#FFF;
	padding: 5px;
}

