body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background-color: #c9de40;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container {
	width: 760px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER, NAVIGATION */

#container-header {
	width: 680px;
	height: 80px;
	padding: 10px 40px 20px 40px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color:  #FFFFFF;
	line-height: auto;
	font-weight:bold;
}

/* Round CSS Corners */

#container .top {display:block; background: #4d5800;}
#container .top b
{
  display:block;height: 1px; overflow: hidden; background: #ffffff;
}
#container .r1{margin: 0 5px;}
#container .r2{margin: 0 3px;}
#container .r3{margin: 0 2px;}
#container .top .r4 {margin: 0 1px;height: 2px;}

/* Round CSS Corners END */

#container-name {
	float: left;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #a4b435;
	line-height: 70px;
	font-size:28px;
}

#container-slogan {
	float: right;
	width: 200px; /*marquee width */
height: 20px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 20px;
	line-height: 70px;
}

span, #container-name span,#container-slogan span {
	color: #55600a;
}

#container-eyecatcher {
	width: 675px;
	padding: 15px 40px 0px 45px;
	height: 165px;
	background-image: url(images/bg_eyecatcher.gif);
	background-repeat:no-repeat;
}
 
#container-navigation {
	width: 680px;
	background-color: #a4b435;
	height: 25px;
	clear: both;
}

#navigation {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation  ul, #navigation  li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navigation  a:link, #navigation  a:visited {
	float: left;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 2px 15px 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #a4b435;
	border-right: 1px solid #ffffff;
}

#navigation td a:hover {
	color: #ffffff;
	background-color: #55600a;
}


/* CONTENT */

#container-content {
	width:680px;
	background-image: url(images/bg_content.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f2fabb;
	padding: 20px 40px 20px 40px;
	margin: 0 0 0 0;
	height: auto;
}

#container-content a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #7D8C16;
}

#container-content a:hover {
	color: #51280C;
}


#content {
	width: 440px;
	float: left;
}

#border {
	width: 180px;
	margin-left: 500px;
}


/* FOOTER */

#container-footer {
	color: #e9f68d;
	background-color: #7d8c16e;
	width: 760px;
	padding: 0px 0px 0px 0px;
	color: #aeaeae;
	display: block;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #e9f68d;
}

#container-footer a:hover {
	color: #fcffe4;
}

#footer {
	font-size: 10px;
	color: #e9f68d;
	padding-bottom: 75px;
	background-color: #7d8c16e;
	background-image: url(images/footer-end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer-copyright {
	float: left;
	width: 360px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #7d8c16;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 360px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #7d8c16;
}

/* HELPER */

.clearer {
	clear: both;
}

/* HEADLINES */

h1 {
	font-size: 22px;
	color: #7d8c16;
	margin: 0 0 0 0;
	padding: 0px 0 20px 0px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #51280c;
	padding: 5px 0 5px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #7d8c16;
	padding: 5px 0 0px 0px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 14px;
	color: #51280c;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	border-top: 1px solid #51280c;
	border-bottom: 1px dotted #51280c;
	padding: 4px 0 4px 5px;
	margin: 0 0 10px 0;
	}

/* TYPOGRAPHY etc. */	
	
hr {
	border: none 0;
	border-top: 1px solid #7d8c16;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #666600;
	border-bottom: 1px dotted #666600;
	padding: 1px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7d8c16;
	padding: 1px;
	border-bottom: 1px dotted #ffffff;
}

#content ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 25px;
	padding: 0 0 0 20px;
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content .quote {
	border-top: 1px solid #51280c;
	background-color: #dde891;
	border-bottom: 1px solid #51280c;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #51280c;
	font-style: italic;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 20px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #7d8c16;
	border-bottom: 1px dotted #7d8c16;
}

#subnavigation li a:hover {
	text-decoration: none;
	color: #51280c;
	border-bottom: 1px solid #51280c;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 2px 0px 2px 20px;
	margin: 0 0 15px 0px;
}

/* IMAGES */

#content img {
	background-color: #ffffff;
	padding: 5px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

object {
	margin: 0 0 10px 0;
}

/* FORM ELEMENTS */

.formbox {
  margin-left: 25px;
  padding:0; width:520px;
}

form {
	margin:0;
	padding:0;
}

fieldset {
	width:390px;
	border:1px solid #999;
	padding:10px;
	margin:5px;
	text-align:left;
}

fieldset:hover {
	border-color:#333;
}

fieldset#checkbox input  {
	width:35px;
}

legend {
	font-size:1.1em;
	color:#666;
	font-weight:bold;
	padding:5px;
	margin:5px;
	background:none,
}

label {
	color:#666;
	font-size:1em;
	margin:0 3px 3px 0;
	padding:0;
	line-height:1.5em;
	width:120px;
	display:block;
	float:left;
	clear:left;
}

input {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	width:240px;
	background:#fff;
}

input:focus {
	border-color:#7d8c16;
}

select {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	background:#fff;
	width:100px;
}

option {
	color:#900;
}

textarea {
	width:244px;
	border:1px solid #666;
}

textarea:focus {
	border-color:#900;
}

.zip {width:50px;}

.city {width:180px;}

.street {width:200px;}

.strnr {width:30px;}

.buttons {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.submitbtn {
	width:123px;
	background:#666;
	color:#fff;
	cursor:pointer;
}

.submitbtn:hover {
	background:#7d8c16;
	color:#fff;
}

#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;}
#nextLink { right: 0; float: right;}
#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; }
