html, body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
a {
	color:#333333;
	text-decoration:none;
}
h1 {
	font-size:30px;
	margin:15px 0 5px 0;
}
h2 {
	font-size:16px;
	border-bottom:1px solid #979a9d;
	margin:0 0 2px 0;
}
p {
	margin:4px 0 10px 0;
}

#wrapper {
	width: 1021px;
	margin: 0 auto;
}

#header {
	height: 156px;
	background: url(../images/gallerytitle.png) no-repeat;
}

.footer {
	color: #8ba770;
	text-align: center;
}

.menu {
	position: fixed;
	text-align:center;
	width: 100%;
	bottom: 0;
	color: #8ba770;
	font-size: 12px;
	padding: 15px;
	z-index: 1;
}

.bottombg {
	position: fixed;
	text-align:center;
	width: 100%;
	bottom: 0;
	color: #8ba770;
	font-size: 12px;
	padding: 15px;
	background: url(../images/gallerybg3.png) bottom right no-repeat;
	height: 400px;
	
}

.footer a {
	color: #8ba770;
}

.footer a:hover {
	color: #6c834f;
}





/*Gallery*/

#main {
	float:left;
	padding-left: 30px;
	background: url(../images/gallerybg5.png) no-repeat;
}


#gallerytitle {
	padding: 60px 50px 0 0;
	font-size: 25px;
	float: right;
	font-weight: bold;
}


.thickbox img {
	float:left;
	border: none;
}


ul, li {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}


#navigation {
	float: right;
	width: 100px;
	padding: 20px;
	border-left: 1px solid #ddead7;
	background:url(../images/gallerybg4.png) no-repeat left center;
}




#myController span{
	color: #000;
	background: #fff;
	margin-right: 10px;
	cursor: pointer;
	display: none;
}

#jFlowSlide{

}

#myController span.jFlowSelected {
	background:#DDEAD7;
	color: #000000;
}

.jFlowPrev, .jFlowNext{
	cursor: pointer;
}

.gallery_page {
	font-size: 32px;
	color: #8aa56f;
	font-family: "Times New Roman", Times, serif;
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 50px;
	margin: 100px 0;
}


.mywork {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 25px;
	position:relative;
}

.mywork-1 {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 40px;
	position:relative;
}

.mywork-2 {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 50px;
	position:relative;
}

.mywork-3 {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 60px;
	position:relative;
}


.mywork-20px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 20px;
	position:relative;
}

.mywork-25px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 25px;
	position:relative;
}

.mywork-30px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 30px;
	position:relative;
}

.mywork-40px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 40px;
	position:relative;
}

.mywork-45px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 45px;
	position:relative;
}

.mywork-50px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 50px;
	position:relative;
}

.mywork-55px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 55px;
	position:relative;
}

.mywork-60px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 60px;
	position:relative;
}


.mywork-65px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 65px;
	position:relative;
}


.mywork-70px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 70px;
	position:relative;
}


.mywork-75px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 75px;
	position:relative;
}


.mywork-80px {
	float:left;
	height:auto;
	padding-bottom:22px;
	padding-right: 80px;
	position:relative;
}




/* TOOLTIP */

#dhtmlgoodies_tooltip{
  background-color:#fff;
  border:1px solid #8BA771;
  position:absolute;
  display:none;
  z-index:20000;
  padding:2px;
  font-size:11px;
  -moz-border-radius:2px; /* Rounded edges in Firefox */
  font-family: Arial, sans-serif;
  
}

#dhtmlgoodies_tooltipShadow{
  position:absolute;
  background-color:#F8FAF7;
  display:none;
  z-index:10000;
  opacity:0.7;
  _filter:alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -moz-border-radius:6px; /* Rounded edges in Firefox */
}

.beneath {
	font-weight: bold;
	line-height: 16px;
}
