
body {
	color: #000000;
	background: #41e6e6;
	font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
}

div#bottomBackground {	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-top: 175px;
	background: #3dc77d;
}

div#mainBody {
	position: absolute;
	background: transparent;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div#mainBorder {	
	position: relative;
	width: 750px;
	margin-top: 50px;
	background: #41e6e6;
}

div#mainBorderBottom {
	position: relative;
	width: 750px;
	background: #41e6e6;
}

div#mainBorderInner {	
	position: relative;
	background: #41e6e6;
	height: 100%;
}

div#mainText {	
	position: relative;
	width: 730px;
	background: #ffffff;
}

div#mainTextBottom {
	position: relative;
	width: 730px;
	padding-bottom: 5px;
	background: transparent;
}

div#mainTextInner {	
	position: relative;
	background: #ffffff;
	height: 100%;
}

div#middleText {
	position: relative;
	margin: 105px 10px 0px 10px;
	text-align: left;
}

div#title {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#footer {
	position: relative;
	width: 730px;
	margin-top: 25px;
	/*margin-bottom: 10px;	*/
	background: #ffffff;
}

/* Menu Related Style */

#menu {
	position: absolute;
	top: 45px;
	left: 350px;
}

#menu a {
	display: block;
	height: 31px;
	background: none;
}

#menu b {
	display: none;
}

/* Note: For a Section to Appear Active, then section_on must be declared as the DIV ID value */
#home, #home_on { position: absolute; left: 0px; width: 60px; background: transparent url(images/home.png) 0px 0px no-repeat; }
#portfolio, #portfolio_on { position: absolute; left: 85px; width: 75px; background: transparent url(images/portfolio.png) 0px 0px no-repeat; }
#contact, #contact_on { position: absolute; left: 185px; width: 80px; background: transparent url(images/contact.png) 0px 0px no-repeat; }
#about, #about_on { position: absolute; left: 290px; width: 69px; background: transparent url(images/about.png) 0px 0px no-repeat; }

#home a:hover, #home_on { background: transparent url(images/home_mo.png) 0px 0px no-repeat; }
#portfolio a:hover, #portfolio_on { background: transparent url(images/portfolio_mo.png) 0px 0px no-repeat; }
#contact a:hover, #contact_on { background: transparent url(images/contact_mo.png) 0px 0px no-repeat; }
#about a:hover, #about_on { background: transparent url(images/about_mo.png) 0px 0px no-repeat; }

#divider1 { position: absolute; top: -5px; left: 65px; height: 35px; width: 15px; background: transparent url(images/divider.png) 0px 0px no-repeat; }
#divider2 { position: absolute; top: -5px; left: 165px; height: 35px; width: 15px; background: transparent url(images/divider.png) 0px 0px no-repeat; }
#divider3 { position: absolute; top: -5px; left: 270px; height: 35px; width: 15px; background: transparent url(images/divider.png) 0px 0px no-repeat; }
/* End Menu Related Style */

b.rtop, b.rbottom {
	display:block;
	background: #41e6e6;
}

b.rtop b, b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #ffffff;
}

b.ftop, b.fbottom {
	display:block;
	background: #3dc77d;
}

b.ftop b, b.fbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #ffffff;
}

b.r1 { margin: 0 5px }
b.r2 { margin: 0 3px }
b.r3 { margin: 0 2px }

b.rtop b.r4, b.rbottom b.r4, b.ftop b.r4, b.fbottom b.r4, b.btop b.r4, b.bbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}

b.bbottom {
	display:block;
	background: #3dc77d;
}

b.bbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #41e6e6;
}

#floatExpander {
    clear: both;
}

a:link {
	text-decoration: none;
	color: #202020;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: black;
}

img {
  border-style: none;
}

/**************************************************************************************************************/
/*************   Farbtastic CSS   *****************************************************************************/
/**************************************************************************************************************/

.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(./images/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(./images/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(./images/marker.png) no-repeat;
}

/**************************************************************************************************************/
/*************   End Farbtastic CSS   *************************************************************************/
/**************************************************************************************************************/

/**************************************************************************************************************/
/*************   Lightbox CSS   *******************************************************************************/
/**************************************************************************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/**************************************************************************************************************/
/*************   End Lightbox CSS   ***************************************************************************/
/**************************************************************************************************************/

