/* Browser Amnesia
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Begin CSS
-------------------------------------------------------------- */

html {
		
}
body {
	font-size: 75%;
	color: #222; 
	background: #d0cbcb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	text-transform: uppercase;
	display: block;
	font-size: 45%;
}
h4 span, h5 span, h6 span {
	font-size: 90%;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc Global Classes
-------------------------------------------------------------- */

.right 		{ float: right; } /* YKMOFL */
.left 		{ float: left; }
.clear 		{ clear: both; }
.cleft 		{ clear: left; }
.cright 	{ clear: right; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.sIFR-replaced h1 	{ color: #3A990D; }
.sIFR-alternate 	{ position: relative; left: -9999px; display: none; }


/* Form Styling
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Layout Elements
-------------------------------------------------------------- */

	#kontainer {
		width: 100%;
		margin: 0px auto;
		background: url('../img/dropshadow.jpg') repeat-y center;
		min-height: 100%;
		text-align: center;
		display: block;
		position: absolute;
			top: 0px;
			left: 0px;
			z-index: 0;
	}
		#content {
			text-align: left;
			width: 980px;
			background: #d0cbcb url('../img/contentbg.jpg') no-repeat;
			margin: 0 auto;
			padding: 20px 0px 50px 0px;
			height: 800px;
			position: relative;
		}
			body#gallery #content { height: auto; }
		h1#jakes_logo {
			text-indent: -10000px;
			position: relative;

		}
		div#flashcontent {
			display: block;
			height: 234px;
			width: 539px;
			margin: 0 auto;
		}
		div#nav {
			position: relative;
			margin-top: 156px;
			left: 280px;
			margin-bottom: 30px;
			width: 450px;
		}
		div#nav ul{
		}
	 		div#nav ul li{
	 			float: left;

				list-style: none;
	 		}
	 		div#nav ul li a{
	 			text-decoration: none;
	 			display: block;
				text-indent: -10000px;
	 		}
				#homenav {
					width: 52px;
					height: 45px;
					background: url('../img/homenav.png') no-repeat top left;
				}
					a#homenav:hover {
						background: url('../img/homenav.png') no-repeat bottom left;
					}
				#servicesnav{
					width: 79px;
					height: 45px;
					background: url('../img/servicesnav.png') no-repeat top left;
				}
					a#servicesnav:hover {
						background: url('../img/servicesnav.png') no-repeat bottom left;
					}
				#photonav{
					width: 66px;
					height: 45px;
					background: url('../img/photonav.png') no-repeat top left;
				}
					a#photonav:hover {
						background: url('../img/photonav.png') no-repeat bottom left;
					}
				#faqnav {
					width: 117px;
					height: 45px;
					background: url('../img/faqnav.png') no-repeat top left;
				}
					a#faqnav:hover {
							background: url('../img/faqnav.png') no-repeat bottom left;
					}
				#contactnav{
					width: 100px;
					height: 45px;
					background: url('../img/contactnav.png') no-repeat top left;
				}
					a#contactnav:hover {
						background: url('../img/contactnav.png') no-repeat bottom left;
					}
			.imagelink {
				margin-left: 23px;
			}
			#firstimagelink {
				margin-left: 100px;
			}
			#homeimg {
				position: relative;
				left: 40px;
				top: 15px;
			}
	.subpage #subcontent {
		background: #fff;
		width: 800px;
		height: auto;
		margin: 0 auto;
		position: relative;
		top: 50px;
		padding: 10px 20px 50px 10px;
		display: block;
	}	
		body#gallery #subcontent {
/*			position: static;*/
/*			padding: 10px 20px 167px 10px;*/
		}
			body#gallery .gallery_block {
/*				margin-bottom: 167px;*/
			}
	.subpage h2 {
		font-family: Impact, sans-serif;
		font-size: 24px;
		color: #2a558e;
		letter-spacing: 4px;
		margin-bottom: -5px;
	}	
	.subpage p{
		margin-bottom: 5px;
	}
	#footer { 			/* Footer on bottom but dependent on content */
		position: absolute;
		/*line-height: 45px; helps with padding on top*/
		background: url('../img/footerbg.jpg') repeat-x;
		left: 0px;
		bottom: 0px;
		width: 100%;
		display: block;
		height: 23px;
		z-index: 999;
		padding: 0px;
		margin: 0px;
		font-size: 12px;
	}

.gallerynav {padding-bottom: 10px;}
	.gallerynav li { display: inline; }
		.gallerynav li a { display: inline; float: left; text-decoration: none; color: #2A558E; padding: 3px 6px; margin-right: 10px; font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase; cursor: pointer; }
			.gallerynav li a.current, .gallerynav li a:hover { background-color: #2A558E; color: #FFF; }
			
.gallery_block { display: inline; margin-top:40px;}
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{
	display: block;
	padding-top: .5em;
	text-decoration: none;
	color: #2A558E;
	padding: 3px 6px;
	margin-right: 10px;
	font: 80% 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
* html .galleria li div span{width:400px} /* MSIE bug */

.gallery{width:702px;margin:0 auto;}
.gallery li{width:68px;height:50px;margin:5px;background:#FFF;}
.gallery li div{left:60px; top: 55px;}
.gallery li div .caption{font:italic 0.7em/1.4 georgia,serif;}
#main_image{margin:0 auto 60px auto;
	height:auto;
	/*height:500px; Add this to fix height and take away page jump*/
	width:700px;}
#main_image img{margin-bottom:10px; }

.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase; text-decoration: none!important; color: #2A558E; padding: 3px 6px;}
.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
.info p{margin-top:1.6em;}
