html {
	padding-bottom: 1px;
}

body{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #202020;
	}
	
/* ATTEMPTS AT FOOTER */

html, body {
    height: 100%;
	}
#body-wrapper{
	display: block;
	position: absolute;
	min-height: 100%;
	width: 100%;
    }

* html #body-wrapper {
	height: 100%;
}
    
   
/* GENERAL */

#wrapper{
	width: 820px;
	margin: auto;
	display: block;
	margin-bottom: 100px;
	}
	
* html #wrapper {
	
}

h1 a{
	width: 308px;
	height: 57px;
	background-image: url(../images/header-logo.gif);
	text-indent: -9000px;
	display: block;
	float: left;
}
h3{
	display: inline;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	padding: 0 10px 0 10px;
	background-color: #121212;
	float: left;
	margin-left: 20px;
}

/* HEADER GENERAL STYLES */

#header-wrapper{
	width: 820px;
	background: url(../images/header-menu-shadow.png) repeat-y;
	}
#header-wrapper-bottom{
	width: 820px;
	height: 14px;
	background: url(../images/header-menu-shadow-bottom.png);
	}
body#body-services #header-wrapper-bottom {
	margin-bottom: 20px;
	}

/* MAIN MENU */


#menu-bar-wrapper{
	width: 780px;
	height: 57px;
	margin: auto;
	background-image: url(../images/header-bg.gif);
	}

ul#main-menu{
	float: right;
	}
ul#main-menu li{
	float: left;
	}

li#main-menu-services a{
	background: url(../images/header-menu-services.png) 0 0 no-repeat;
	display: block;
	height: 57px;
	width: 95px;
	text-indent: -100000px;	
	}
li#main-menu-services a:hover{
	background: url(../images/header-menu-services.png) 0 -57px no-repeat;
	}
body#body-services li#main-menu-services a{
	background: url(../images/header-menu-services.png) 0 -114px no-repeat;
	}
   
li#main-menu-gallery a{
	background: url(../images/header-menu-gallery.png) 0 0 no-repeat;
	display: block;
	height: 57px;
	width: 86px;
	text-indent: -100000px;	
	}
li#main-menu-gallery a:hover{
	background: url(../images/header-menu-gallery.png) 0 -57px no-repeat;
	}
li#main-menu-gallery-selected a{
	background: url(../images/header-menu-gallery.png) 0 -114px no-repeat;
	display: block;
	height: 57px;
	width: 86px;
	text-indent: -100000px;	
	}
body#body-gallery li#main-menu-gallery a{
	background: url(../images/header-menu-gallery.png) 0 -114px no-repeat;
	}

li.main-menu-gallery-selected a{
	background: url(../images/header-menu-gallery.png) 0 -114px no-repeat !important;
	}

li#main-menu-prints a{
	background: url(../images/header-menu-prints.png) 0 0 no-repeat;
	display: block;
	height: 57px;
	width: 75px;
	text-indent: -100000px;	
	}
li#main-menu-prints a:hover{
	background: url(../images/header-menu-prints.png) 0 -57px no-repeat;
	}
body#body-prints li#main-menu-prints a{
	background: url(../images/header-menu-prints.png) 0 -114px no-repeat;
	}

li#main-menu-about a{
	background: url(../images/header-menu-about.png) 0 0 no-repeat;
	display: block;
	height: 57px;
	width: 81px;
	text-indent: -100000px;	
	}
li#main-menu-about a:hover{
	background: url(../images/header-menu-about.png) 0 -57px no-repeat;
	}
body#body-about li#main-menu-about a{
	background: url(../images/header-menu-about.png) 0 -114px no-repeat;
	}
	   
li#main-menu-contact a{
	background: url(../images/header-menu-contact.png) 0 0 no-repeat;
	display: block;
	height: 57px;
	width: 90px;
	text-indent: -100000px;	
	}
li#main-menu-contact a:hover{
	background: url(../images/header-menu-contact.png) 0 -57px no-repeat;
	}
body#body-contact li#main-menu-contact a{
	background: url(../images/header-menu-contact.png) 0 -114px no-repeat;
	}

/* MAIN PHOTO */

#main-photo-top{
	width: 820px;
	height: 38px;
	background: url(../images/main-photo-top.png) no-repeat bottom;
	position: relative;
	}

#main-photo-top-small{
	width: 820px;
	height: 20px;
	background: url(../images/main-photo-top.png) no-repeat bottom;
	position: relative;
	}

#main-photo-top h3 {
	line-height: 36px;
}

.main-photo-controls{
	margin-right: 20px;
	height: 28px;
	width: 47px;
	float: right;
	padding: 8px 10px 0 10px;
	background-color: #121212;
	display: inline;
	}

#main-photo{
	width: 820px;
	background: url(../images/main-photo-bg.png) repeat-y;
	text-align: center;
	}

#slideshow-fav #main-photo{
	height: 515px;
	overflow: hidden;
	}
	
#main-photo-bottom{
	width: 820px;
	height: 60px;
	background: url(../images/main-photo-bottom.png) no-repeat;
	}

a.main-photo-flickr{
	margin-right: 20px;
	float: right;
	padding: 0 30px 0 12px;
	background: #121212 url(../images/main-photo-flickr-arrow.png) no-repeat right;
	text-decoration: none;
	color: #666666;
	line-height: 35px;
	}
a.main-photo-flickr:hover{
	background: #0d0d0d url(../images/main-photo-flickr-arrow-hover.png) no-repeat right;
	}
a.main-photo-flickr span{
	color: #0063dc;
	}
a.main-photo-flickr span span{
	color: #ff0084;
	}

/* GALLERY */

.gallery-main-photo-flickr{
	margin-top: 9px;
	}
.gallery-main-photo-controls{
	height: 28px;
	width: 60px;
	padding: 8px 0px 3px 10px;
	background-color: #121212;
	margin: auto;
	margin-bottom: 30px;
	}
ul#gallery-thumbnails{
	width: 800px;
	margin: auto;
	padding-left: 10px;
	display: block;
	}
ul#gallery-thumbnails li{
	width: 85px;
	height: 85px;
	background: url(../images/gallery-thumbnail-bg.png);
	float: left;
	margin: 0 3px 3px 0;
	}
ul#gallery-thumbnails li img{
	margin: 5px 0 0 5px;
	}



/* FOOTER */
	
#footer{
	position: absolute;
	bottom: 0;
	height: 60px;
	background-color: #101010;
	line-height: 30px;
	width: 100%;
	clear: both;
	display: block;
	}

* html body#body-services #footer {
	position: relative;
}
	
#footer-wrapper{
	width: 780px;
	margin: auto;
	}	


#footer img{
	margin: 18px 12px 0 0;
	float: left;
	}
#footer span{
	line-height: 60px;
	float: left;
	}
span#footer-design-by{
	float: right;
	}
span#footer-design-by a{
	color: #666666;
	border-bottom: 1px solid #343434;
	padding-bottom: 1px;
	text-decoration: none;
	}
span#footer-design-by a:hover{
	background-color: #000;
	}	
	
	
/* COLLECTIONS */	


#collections-bar-wrapper{
	height: 140px;
	width: 780px;
	background: #4b4b4b;
	margin: auto;
	}
	
ul#collections-bar{
	height: 140px;
	}
ul#collections-bar li{
	background: url(../images/header-collections-divider.png) right no-repeat;
	width: 100px;
	height: 120px;
	padding: 10px;
	display: inline;
	float: left;
	}
ul#collections-bar li div{
	padding: 3px;
	background: url(../images/header-collections-thumbnail-bg.png) no-repeat;
	width: 94px;
	float: left;
	}
ul#collections-bar li div a{
	text-decoration: none;
	font-weight: bold;
	color: #888;
	width: 100px;
	display: block;
	float: left;
	}
ul#collections-bar li div a span{
	display: block;
	}
ul#collections-bar li div a img{
	margin-bottom: 8px;
	}
ul#collections-bar li div a:hover{
	color: #aaa;
	}


/* Collections Selected */
	
ul#collections-bar li.selected{
	background-color: #313131;
	}
ul#collections-bar li.selected div{
	padding: 3px;
	background: url(../images/header-sets-thumbnail-bg.png) no-repeat;
	}
ul#collections-bar li.selected div a{
	color: #888;
	}

		
/*Sets*/	


#sets-bar-wrapper{
	height: 140px;
	width: 780px;
	background: #313131;
	margin: auto;
	}
	
ul#sets-bar{
	height: 140px;
	}
ul#sets-bar li{
	background: url(../images/header-sets-divider.png) right no-repeat;
	width: 100px;
	height: 120px;
	padding: 10px;
	display: inline;
	float: left;
	}
ul#sets-bar li div{
	padding: 3px;
	background: url(../images/header-sets-thumbnail-bg.png) no-repeat;
	}
ul#sets-bar li div a{
	text-decoration: none;
	font-weight: bold;
	color: #888;
	clear: left;
	width: 100px;
	display: block;
	}
ul#sets-bar li div a span{
	display: block;
	}
ul#sets-bar li div a img{
	margin-bottom: 8px;
	}
ul#sets-bar li div a:hover{
	color: #aaa;
	}



/* Subpages */

#subpage-wrapper{
	width: 730px;
	margin: auto;
	background-color: #313131;
	padding: 25px;
	margin-top: 20px;
	}
body#body-prints #subpage-wrapper{
	width: 755px;
	padding: 25px 0 10px 25px;
	}
body#body-services #subpage-wrapper{
	width: 780px;
	margin: auto;
	background: none;
	padding: 0;
	}
#subpage-content{
	overflow: auto;
	color: #7c7c7c;
	}
#subpage-content img.about-photo{
	float: right;
	margin: 0 0 0 30px;	
	}
	
/* Prints */

ul#prints-examples{
	float: right;
	width: 445px;
	margin-left: 30px;
	
	}
ul#prints-examples li{
	width: 207px;
	background: url(../images/prints-img-bg.gif);
	float: left;
	margin: 0 0 10px 6px;
	}
ul#prints-examples li a img{
	margin: 3px 0 0px 3px;
	padding: 0;
	border: 0;
	text-decoration: none;
	display: block;
	}
ul#prints-examples li a span{
	display: block;
	padding: 10px 0 0 14px;
	background: url(../images/prints-img-title-bg.gif) no-repeat;
	height: 30px;
	color: #7c7c7c;
	}
ul#prints-examples li a span:hover{
	cursor: pointer;
	}
ul#prints-examples li a:hover span{
	color: #bfbfbf;
	}
ul#prints-examples li a span span{
	padding: 0 0 0px 18px;
	background: url(../images/prints-img-title-icon.gif) no-repeat;
	}
ul#prints-examples li a{
	text-decoration: none;
	}

/* CONTACT */

ul#contactFormArea label{
	display:block; 
	margin: 0 0 5px 4px;
	}
ul#contactFormArea p{
	display: block;
	margin: 0;
	padding: 0;
	}
ul#contactFormArea input, ul#contactFormArea textarea{
	border:0;
	background-color: #252525;
	border: 1px solid #3e3e3e;
	padding: 7px; 
	margin-bottom: 14px;
	color: white;
	margin-left: 0px;
	}
div#contact-left{
	width: 400px; 
	float: left;
	}
div#contact-right{
	width: 300px; 
	float: right;
	}
div#contact-right span{
	display: block;
	margin-bottom: 4px;
	}
div#contact-right label{
	width: 70px;
	float: left;
	}

/* CONTACT 2 */

ul#contactFormArea label{
	display:block; 
	margin: 0 0 5px 4px;
	}
ul#contactFormArea p{
	display: block;
	margin: 0;
	padding: 0;
	}
ul#contactFormArea input, ul#contactFormArea textarea{
	border:0;
	background-color: #444;
	border: 1px solid #555;
	padding: 7px; 
	margin-bottom: 14px;
	color: white;
	margin-left: 0px;
	}
div#contact-left{
	width: 400px; 
	float: left;
	}
div#contact-right{
	width: 300px; 
	float: right;
	}
div#contact-right span{
	display: block;
	margin-bottom: 4px;
	}
div#contact-right label{
	width: 70px;
	float: left;
	}
	
/* Mailing LIST */

#mailingListFormArea{
	padding: 10px;
	width: 420px;
	background-color: #272727;
	border: 1px solid #414141;
	}
#mailingListFormArea label{
	display:block; 
	margin: 0;
	}
#mailingListFormArea input{
	background-color: #444;
	border: 1px solid #555;
	padding: 7px; 
	*padding: 5px;
	color: white;
	}

	
/* SUBMIT BUTTON */	

button{
    margin:0 7px 0 0;
    background-color:#444;
    border:1px solid #252525;
    border-top:1px solid #555;
    border-left:1px solid #555;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#aaa;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
button.submit{
	margin-top: 8px;}

button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img{
    margin:0 3px 0 0 !important;
    padding:0;
    border:none;
}
button:hover{
    background-color:#555;
    border:1px solid #222;
    border-top:1px solid #666;
    border-left:1px solid #666;
    color:#ddd;
}






/* SLIDESHOW */

.loader {
	width: 16px;
	height: 518px;
	display: block;
	margin: auto;
	background: url(../gallery/images/ajax-loader-dark.gif) no-repeat left center;
}

.menu-loader {
	display: block;
	width: 120px;
	height: 140px;
	background: url(../gallery/images/ajax-loader.gif) no-repeat center center;
}









