body {background: #5E5946; margin: 0; color: #fff; font: "Times New Roman", Times, serif;}

#wrapper {background: #030000; margin: 0 auto; padding: 15px 33px 33px 33px; width: 732px; position: relative;}

a {color: #7d765f;}
a:hover {color: #000;}

/* home page */
#home {border: 2px solid #7d765f; background: url("images/site/bg-home.gif") no-repeat; height: 700px; width: 728px;}
#home h1 {margin: 0; text-indent: -10000px; height: 292px; background: url("images/site/logo-home.gif") no-repeat bottom center; margin-top: 350px}

/* menu */
#menu {margin: 7px 0 0 2px; padding: 0; list-style-type: none; width: 730px;}

#menu li {display: block; margin: 0; padding: 0; height: 24px; float: left; padding-right: 22px; position: relative; text-align: center;}
#menu li span {display: none}
#menu li a {display: block; height: 24px;}

#menu ul {margin: 0; padding: 0; background: none; list-style-type: none; width: 120px; position: absolute; top: 24px; text-align: center !important; display: none; z-index: 100;}
#menu ul li {width: 120px;  border: 1px solid #231f20; text-align: center !important; height: auto !important; padding-right: 0; background: #7d765f; border-top: 0;}
#menu ul li a {display: inline; background: none; width: 120px !important; height: auto !important; color: #fff; font-family: Verdana; font-size: 11px; text-decoration: none; text-align: center !important; padding: 5px;}
#menu ul li a:hover {background: none !important; color: #000;}

#menu li:hover ul {display: block !important;}
#menu #m-about ul {left: -26px;}
#menu #m-graphic ul {left: -5px;}
#menu #m-web ul {left: -20px;}
#menu #m-print ul {left: -18px;}
#menu #m-portfolio ul {left: -20px;}
#menu #m-quotes ul {left: -30px;}
#menu #m-contact ul {left: -18px;}

#m-home {background: url("images/site/menu-home.gif") no-repeat; width: 39px;}
#m-home a {width: 38px;}
#m-home a:hover {background: url("images/site/menu-home-on.gif") no-repeat;}

#m-about {background: url("images/site/menu-about.gif") no-repeat; width: 62px;}
#m-about a {width: 68px;}
#m-about a:hover {background: url("images/site/menu-about-on.gif") no-repeat;}

#m-graphic {background: url("images/site/menu-graphic.gif") no-repeat; width: 111px;}
#m-graphic a {width: 112px;}
#m-graphic a:hover {background: url("images/site/menu-graphic-on.gif") no-repeat;}

#m-web {background: url("images/site/menu-web.gif") no-repeat; width: 79px;}
#m-web a {width: 83px;}
#m-web a:hover {background: url("images/site/menu-web-on.gif") no-repeat;}

#m-print {background: url("images/site/menu-print.gif") no-repeat; width: 79px;}
#m-print a {width: 84px;}
#m-print a:hover {background: url("images/site/menu-print-on.gif") no-repeat;}

#m-portfolio {background: url("images/site/menu-portfolio.gif") no-repeat; width: 71px;}
#m-portfolio a {width: 76px;}
#m-portfolio a:hover {background: url("images/site/menu-portfolio-on.gif") no-repeat;}

#m-quotes {background: url("images/site/menu-quotes.gif") no-repeat; width: 50px;}
#m-quotes a {width: 55px;}
#m-quotes a:hover {background: url("images/site/menu-quotes-on.gif") no-repeat;}

#m-contact {background: url("images/site/menu-contact.gif") no-repeat; width: 82px; padding-right: 0 !important;}
#m-contact a {width: 84px;}
#m-contact a:hover {background: url("images/site/menu-contact-on.gif") no-repeat;}

/* sub pages */
.subpage-wrapper {border-bottom: 26px solid #7d765f;}

#subpage {width: 728px; margin: 23px 0 20px 0;}
#subpage h1 {font: Helvetica, sans-serif; color:#7D765F; margin: 0; text-indent: -10000px; height: 59px; background: url("images/site/logo.gif") no-repeat bottom center;}

#container {background: #fff; color: #000; padding: 9px;}
#container-wrapper {border: 1px solid #231f20; padding: 13px;}

#content {/*border: 1px solid #231f20;*/ padding: 20px;}

#subcontent {overflow: hidden; /*border: 1px solid #231f20;*/ height: 85px; width: 580px; margin-top: 15px; margin-left: 104px;}
#subcontent p {margin: 10px;}

h2 {font: Helvetica, sans-serif;  color:#7D765F; margin-top: 0;}

#dog {position: absolute; bottom: 135px; left: 55px; margin: 0; height: 105px; width: 86px; overflow: hidden;}

/* clearing floats */
#wrapper:after, #menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* lightbox code */	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(images/site/prevlabel.gif) left 5% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/site/nextlabel.gif) right 5% no-repeat;}
/*
#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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
