/* BASE STYLES */

* { margin: 0; padding: 0; }

#wrapper { 
	width: 760px;
	margin: 0 auto;
}

body {
	background: transparent url("/images/backtile.jpg") top left repeat;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
        margin: 0;
}

a {
	color: #006633;
        font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #990000;
}

/* HEADER */

#header {
        width: 720px;
        height: 290px;
        margin: 0;
        padding: 20px;
        background: #cfe7cf;
        clear: both;
}

#header h1 {
	border: 0;
}

#header h1 a {
        position: absolute;
	width: 231px;
	height: 235px;
	border: 0;
	display: block;
	text-decoration: none;
        background: transparent url("/images/logofly.jpg") top left no-repeat;
        margin: 0 0 0 250px;
	text-indent: -9999px;
}

.headleft {
width: 240px;
float: left;
}

.headleft p {
      text-align: center;
}

.headright {
      float: right;
      width: 240px;
}

.headright p {
      font-size: 1.25em;
      line-height: 1.15em;
      text-align: center;
      font-weight: bold;
}

.headright p a { color: #990000; }
.headright p a:hover { color: #ff0000; }

/* NAVIGATON */

#navbar,
#secnavbar {
	position: absolute;
	width: 756px;
        padding: 7px 0 7px 3px;
        background: #004522;
        clear: both;
        border-left: 1px solid #fff;
}

#navbar ul li,
#secnavbar ul li {
        border-right: 1px solid #fff;
        margin: 0 0 0 -3px;
        padding: 7px 11px 8px 13px;
        position: relative;
	list-style: none;
}

#navbar ul li:hover,
#secnavbar ul li:hover {
       margin: 0 0 0 -3px;
       background: #006633;
}

#navbar li,
#secnavbar li
{
      display: block;
      color: #fff;
      display: inline;
      text-decoration: none;
}

#navbar li a,
#secnavbar li a {
      margin: 0;
      border: 0;
      padding: 7px 5px;
      display: block;
      color: #fff;
      display: inline;
      text-decoration: none;
}

#navbar li:hover,
#secnavbar li:hover,
{
       background: #006633;
       text-decoration: none;
}

#navbar a:hover,
#secnavbar a:hover { color: #fff; background: #006633; }

#navbar a,
#secnavbar a {
	text-decoration: none;
}

/* CONTENT */

#maincontent {
        margin: 0;
        background: #add3ad;
        padding: 45px 0 15px 0;
        clear: both;
}

#maincontent a { text-decoration: underline; }

#maincontent img { margin: 0 10px 0 0; }

h2 { font-size: 200%; padding: 5px 0 8px 0;}
h3 { font-size: 180%; margin: 15px 0; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }

#content {
	width: 680px;
        margin: 0 auto;
        clear: both;
}

#content ul, #content ol { margin-left: 20px; }

#content p,
#content h2,
#content h5,
#content h6,
#content ul,
#content ol { margin-bottom: 16px; }

#content li { line-height: 1.7em; font-weight: bold; }

.medium { font-size: 1.5em; line-height: 1em; }

.large { font-size: 2em; line-height: 1.2em; }

#headertext {  clear: both; text-align: center; font-weight: bold; padding: 5px 0; }

.green { color: #006633; }

div.leftcol { float: left: width: 48%; font-size: 2em; line-height: 1.2em; }

div.rightcol { float: right; width: 48%; margin: -115px 0 0 0; }

/* FOOTER */
#footer {
        clear: both;
	background: #cee7ce;
	margin: 30px auto;
        height: 90px;
}

#footer a { text-decoration: underline; }

#footer p { text-align: center; padding: 20px; }

.clearboth { clear: both; }

hr { height: 1px; border: 0; border-top: 1px solid #000; margin: 0;  }

.error { color: #cf0000; font-size: 2em; }  

#products h4 { font-size: 2em; color: #990000; margin: 0 0 10px 0; }

#products .price { color: #006600; font-size: 2.2em; line-height: 1.2em; }

#products .highlight{ font-size: 1.5em; color: #990000; font-weight: bold; }

#products .guidingdatedeposit { font-size: 2em; color: #990000; margin: 17px 0; font-weight: bold; }

.viewcart { margin: -45px 0 20px 0; }






#LIGHTBOX STUFF >>
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
