/*  Custom stylesheet for lifeimagesinc.com */

body{ margin: 0; font: 12px "century gothic", tahoma, verdana, arial, helvetica, sans-serif; background: #000; color: #fff; }

html, body{ height: 100%; margin: 0; padding: 0; }
img#background{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

#scroller{ height: 100%; width: 100%; position: absolute; z-index: 100; }

#container{ width:expression( documentElement.clientWidth < 900 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 900 ? "900" : "auto") : "900px") : "auto" ); min-width: 900px; padding: 0; }/* END CONTAINER */

#header{ height: 100px; border-bottom: 1px solid #AF893C; }
#header h1{ float: left; width: 225px; height: 100px; padding: 0; margin: 0 0 0 15px; background: url(../images/logo.gif) center center no-repeat; text-indent: -9000px; }
#header h1 a{ width: 225px; height: 100px; padding: 0; margin: 0; border: 0; display: block; text-decoration: none; }

#navigation{ float: right; margin: 55px 0 0 0; font: 11px "century gothic", tahoma, verdana, arial, helvetica, sans-serif; }
#global{ margin: 0; padding: 20px 0 15px 0; }
#navigation li{ display: block; float: left; }
#navigation li a{ display: block; float: left; padding: 10px 15px 7px 15px; }
#navigation li a:link, 
#navigation li a:visited{ color: #fff; text-decoration: none; }
#navigation li a:hover, 
#navigation li a:active{ color: #AF893C; }

#navigation ul.potato-menu{ margin: 0; padding: 0; width: auto; list-style: none; }
#navigation .potato-menu:after{ content:" "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0; }
#navigation ul.potato-menu li.potato-menu-item{ margin: 0; padding: 0; position: relative; list-style: none; list-style-position: outside; display: inline; float: left; }
#navigation ul.potato-menu li.potato-menu-item ul{ margin-top: 30px; padding: 0; }
#navigation ul.potato-menu li.potato-menu-item ul li{ display: block; clear: left; }
#navigation ul.potato-menu li.potato-menu-item ul li a{ display: block; clear: left; width: 135px; padding: 8px 15px; text-decoration: none; white-space: nowrap; outline: 0; background-image: none; }
#navigation ul.potato-menu ul.potato-menu-group{ background: #000; border: 1px solid #AF893C; margin: 0; position: absolute; display: none; z-index: 1000; }

.local{ text-align: center; }

a:link, a:visited{ color: #AF893C; }
a:hover, a:active{ text-decoration: none; }

#page_body{ padding: 0; clear: both; }
#info #page_body{ padding: 10px 75px 100px 75px; width: 85%; min-width: 600px; }

h1{ clear: left; }
p{ font-size: 14px; line-height: 20px; text-indent: 16px; }
#page_body ul{ font-size: 14px; line-height: 20px; }
blockquote p strong{ white-space: nowrap; }

img.odd{ float: right; clear: right; margin: 10px 0 5px 10px; border: 1px solid #AF893C; }
img.even{ float: left; clear: left; margin: 10px 20px 5px 0; border: 1px solid #AF893C; }

#resources{ text-align: center; margin: 0; padding: 0; }
#resources li{ list-style-type: none; padding: 5px 0; }

#gallery{ width: 720px; margin: 0 auto; clear: both; border-collapse: collapse; }
#enlarge{ width: 520px; height: 502px; }
#enlarge img{ border: 1px solid #AF893C; }
.thumbnails td{ width: 100px; }
.thumbnails td img{ border: 1px solid #AF893C; margin: 3px 0; height: 50px; }
html>body .thumbnails td img{ height: auto; max-height: 50px; }

form{ }
fieldset{ display: inline; width: 400px; padding: 10px; margin: 0; border: 1px solid #B9B6B7; }
fieldset fieldset{ clear: left; float: left; margin: 5px 0; width: auto; }
fieldset fieldset label{ width: 335px; }
legend{ color: #AF893C; }
label{ display: block; float: left; clear: left; width: 100px; font-size: 12px; margin-top: 3px; }
.required{ color: #AF893C; font-weight: bold; }
input[type="checkbox"], input[type="radio"]{ margin: 0 15px 0 0; }
input[type="text"], textarea{ width: 250px; float: left; margin: 3px; }
input[type="submit"], input[type="reset"]{ margin: 3px; }
input[type="submit"]:hover, input[type="reset"]:hover{ cursor: pointer; }

#footer{ clear: both; padding: 10px 15px; margin-top: 0; border-top: 1px solid #AF893C; font-size: 10px; text-align: center; }
#footer address{ font-size: 18px; font-style: normal; }

.clear{ clear: both; }
