html, body  
	{background: #eff2f4 url('img/bg.jpg') no-repeat top center; 
	 text-align: left; 
	 font-size: 11px; 
	 font-family: arial;
	 margin: 0;
	 padding: 0;
	}

img 
  {border: 0px;
	}
h1 
	{font-size: 1.4em; 
	 font-weight: bold;
	}
h2 
	{font-size: 1.2em;
	}
h3
	{font-size: 1em; 
	 font-weight: bold;
	}
a 
	{color: #9a0000; 
	 font-size: 1em;
	}
	
#site {
	width: 900px;
	margin: 0 auto;
}

#top{
	width: 900px;
	height: 126px;
}

#content{
	width: 900px;
	height: 308px;
}

#menu, #photos{
	float: left;
	margin:0;
	padding:0;
}

#photos{display: block; width: 680px;}

#menu{
	width: 200px;
	height: 308px;
	background: url('img/menu.gif') no-repeat top left;
}

#menu ul,li{margin: 0; padding: 0; list-style-type: none;}

#menu a{
	display: block;
	width: 179px;
	height: 29px;
	margin-left: 2px;
	text-decoration: none;
}

#footer {
	text-align: right;
	color: #929292;
	padding-top: 5px;
	padding-right: 45px;
}

#footer2 {
	text-align: right;
	color: #929292;
	padding-top: 0px;
	clear: both;
	padding-right: 100px;
}

#footer a, #footer2 a {font-weight: bold; text-decoration: none; color: #929292;}
#footer a:hover, #footer2 a {font-weight: bold; text-decoration: underline; color: #929292; }

a.home{
	background-image:url(img/home2.gif);
	margin-top: 8px;
	background-position: -178px 0px;
	background-repeat:no-repeat;
}

li.active{background-position: 0px 0px;}

a:hover.home, li.active a.home{
	background-position: 0px 0px;
}

a.portrait{
	background-image:url(img/portrait.gif);
	background-position: -178px 0px;
	background-repeat:no-repeat;
}

a:hover.portrait, li.active a.portrait{
	background-position: 0px 0px;
}

a.bw{
	background-image:url(img/bw.gif);
	margin-top: 2px;
	background-position: -178px 0px;
	background-repeat:no-repeat;
}

a:hover.bw, li.active a.bw{
	background-position: 0px 0px;
}

a.fashion{
	background-image:url(img/fashion.gif);
	margin-top: 1px;
	background-position: -178px 0px;
	background-repeat:no-repeat;
}

a:hover.fashion, li.active a.fashion{
	background-position: 0px 0px;
}

a.freestyle{
	background-image:url(img/free.gif);
	background-position: -178px 0px;
	background-repeat:no-repeat;
}

a:hover.freestyle, li.active a.freestyle{
	background-position: 0px 0px;
}

a.contact{
	background-image:url(img/cont.gif);
	margin-top: 1px;
	background-position: -178px 0px;
	background-repeat:no-repeat;
}

a:hover.contact, li.active a.contact{
	background-position: 0px 0px;
}


/**************************************************************/

div.content {
	display: none;
	padding: 0;
	margin: 0;
	width: 478px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	width: 152px;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	margin-left: 11px;
	background: url(img/button.gif) no-repeat bottom;
}

div.controls a {
	padding: 5px;
	font-family: tahoma;
	font-size: 11px;
	color: #fffffd;
	text-decoration: none;
	font-weight: bold;
}

div.controls a:hover{	text-decoration: underline;}

div.nav-controls a{font-size: 12px; font-weight: 900;}
div.nav-controls a:hover{text-decoration: none;}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

#gallery, #thumbs{
	float: left;
}

.top {display: none;}

#thumbs img{
	width: 75px; 
	height: 75px; 
	padding: 2px; 
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;   
	-webkit-border-radius: 5px;    
	border-radius: 5px;
}

div.loader {
	background-image: url('img/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 478px;
	height: 350px
}

div.slideshow {
	clear: both;
	border: 0;
}
div.slideshow span.image-wrapper {
	float: left;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: 0;
}
div.slideshow img {
	border: 0;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
		display: none;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	float: left;
	width: 185px;
	margin: 0;
	padding-left: 11px;
}
ul.thumbs li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 0; 
	margin: 0;
	display: block;
}

ul.thumbs li.selected a.thumb {
	background: transparent;
	border-color: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

div.bottom{
	display: none;
}

div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin: 7px 2px 5px 10px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
	position: absolute;
}



ul.thumbs span.full{
	margin-top: -23px;
	margin-left: 58px;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(img/full.png) no-repeat;
}


/**************************************************************/

div#header{
 margin: 0 0 0 200px;
}

 div#header div#slide-holder{
  width: 701px;
  height: 308px;
 }
  div#header div#slide-holder div#slide-runner{
   width: 660px;
   height: 308px;
   overflow: hidden;
   position: absolute;
	 margin: 0;
	 padding: 0;
  }
	
  div#header div#slide-holder img{
   margin-left: 0;
	 padding: 0;
   display: none;
   position: absolute;
  }
	
  div#header div#slide-holder div#slide-controls{
   width: 28px;
   height: 113px;
   display: block;
	 margin: 190px 0 0 0;
	 padding-top: 5px;
	 padding-right: 13px;
	 float: right;
	 background: url('img/controls.gif') no-repeat top left;
  }
 
   div#header div#slide-holder div#slide-controls p#slide-nav{
    float: right;
    height: 26px;
    display: block;
    margin: 0;
   }
    div#header div#slide-holder div#slide-controls p#slide-nav a{
     width: 17px;
     height: 17px;
     display: block;
     margin: 15px 0 0 0;
		 text-indent: -9999px;
     background-position: 0 0;
     background-repeat: no-repeat;
    }
    div#header div#slide-holder div#slide-controls p#slide-nav a.on{
     background-position: 0 -17px;
    }
		
div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(images/slide-nav.gif);}

div#nav ul li a{background:url(images/nav.png) no-repeat;}


/**************************************************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}