@charset "UTF-8";
/* CSS Document */

/* these are the page construction styles */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 945px;
}
#container {
	width: 90%;  /* this will create a container 80% of the browser width */
	margin: 1em auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 2px solid #000;
	background-color: #CCC;
}
#header {
	background: #CCC;
	height: 200px;
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#mainContent {
	padding: 4em 20px 0 5em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCC;
	margin-top: 0;
	padding-top: 0;
	height: auto;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCC;
	margin-top: -1em;
	border-top: 1px solid  #000;
	clear: both;
} 
#mainContentFaq {
	padding: 4em 3em 0 5em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCC;
	margin-top: 0;
	padding-top: 0;
	height: auto;
}

#mainContentFaq ul {
	width: 75%;
}

#faq-right {
	float: right;
	background: url(assets/images/faq-eq.jpg) repeat-y;
	width: 89px;
	height: 1700px;
	border: 2px solid #000;
	margin-top: 6em;
	margin-right: 90px;
}

/* end of the page construction styles */


/* thse are the nav styles */



/* start of SON O SUCKERFISH TOP-NAV styles */


#top-nav {
	background: #CCC;
	height: 2em;
	/* margin: 0 auto 0 auto; */
	/* width: 70%; */
	color: #000;
}

#top-nav, #top-nav ul {
	background: #CCC;
	list-style: none;
	list-style: none;
	text-align: center;
	margin: 0; 
	padding: .3em 1em 0 8%;
}

#top-nav  .nav-header{
	font-size: small;
	font-weight: bold; 
	width: 85px;
	text-transform: uppercase;

}

#top-nav .nav-header-this {
	font-size: small;
 	font-weight: bold;  
	color: #900;
	padding-bottom: .3em;
	width: 85px;
	text-transform: uppercase;

}

#top-nav a {
	display: block;
	color:#000;
	text-decoration: none;

}

#top-nav a:hover {
	display: block;
	text-decoration: none;
	color: #900;
}

#top-nav li {
	float: left;
	width: 85px;
	border-right: 1px solid #666; 
}

#top-nav .item-last {
	float: left;
	width: 85px;
	border-right: none; 
}

#top-nav .item-last-this {
	float: left;
	width: 85px;
	border-right: none;
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
	font-size: small;
}

.sub-item {
	width: 5em;
} 

#top-nav li ul {
	background: #CCC;
/*	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999; */
	position: absolute;
	width: 9em;
	left: -999em;
	text-align: left;
	padding-left: .5em;
	padding-bottom: .5em;
	font-size: small;
	line-height: 1.6;
}

#top-nav li:hover ul {
	left: auto;
	width: 9em;
}

#top-nav li:hover ul li {
	left: auto;
	width: 9em;
	border-right: none;
}

#top-nav li ul ul {
	margin: -1em 0 0 10em;
	border-right: none;
	
}

.this {
	color: #C00;
	font-weight: bold;
}

/*  end of SON OF SUCKERFISH top-nav styles 

-------------------------------------------  */


/* these are the page element styles */

.clrflt {
	clear: both;
}

.contact-subhead {
   font-size: large;
   font-weight: bold;
}

#header-image {
	float: right;
	width: auto;
	margin: 1.5em 5em 0 0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.gear-major-category{
	margin-bottom: 0;
	padding: .2em;
	padding-top: .3em;
	background-color: #CCCC99;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 50%;
}

.gear-category {
	margin-bottom: 0;
	padding-top: .4em;
	padding-right: .4em;
	padding-left: .2em;
	padding-bottom: .3em;
	margin-bottom: .8em;
	background-color: #CCCC99;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: auto;
	font-weight: bold;
	font-size: small;
}

.gear-item {
	margin-top: 0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom: .3em;
}

.gear-item-first {
	margin-top: .7em;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom: .3em;
}

h2 {
	margin-bottom: 0;
}

.list {
	font-size: small;
}

#logo {
	margin-left: 5.5em;
}

#logo-title {
	text-align: left;
	margin-left: 4.2em;
	background:#CCC;
	color: #000;
	clear:both;
	margin-top: -2px;
	padding-top: 0;
	font-size: large;
}

.ital {
	font-style: italic;
}

#mainContent p {
	margin-right: 3em;
	font-size: small;	
}

#mainContentFaq p {
	font-size: small;

}

.bio {
	list-style: disc;
	font-size: small;
}

.phone {
	font-size: large;
	color: #900;
}

.photo-left {
	float: left;
	width: auto;
	padding: 1em 1em 1em 0;
}

.photo-left-noborder {
	float: left;
	width: auto;
	padding: 1em 1em 1em 0;
	border: none;
}

.photo-right {
	float: right;
	width: auto;
	/* margin-right: 3em; */
	padding: 1em;
}

.subhead {
	margin-top: 0;
}


.thumbnail-list li {
	list-style: none;
	display: inline;
}

.thumbnail {
	border: none;
	text-decoration: none;
	/* padding: 2em 2em 2em -2em; */
	margin : 2em 4em 2em -2em;
}

#footer-ok {
	font-size: 11px;
	color: #000;
	text-align: left;
	padding-left: 5em;
}

#footer-ths {
	font-size: 11px;
	color: #000;
	float: right;
	margin-right: 4.5em;
}

/* these are the FAQ styles */

.faqtHeader {
	list-style: none;
	color: #000;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: .6em;
	padding-left: 0;
}


.faqQuestion {
	list-style: none;
	font-size: small;
	line-height: 1.3em;
	padding-left: 0;
}

.faqQuestion a:link {
	color: #000;
}

.faqQuestion a:hover {
	color: #900;
}

.faqAnswer {
	list-style: none;
	font-size: small;
	padding-left: 0;
}
.faqBackTop a {
	color: #900;
	font-size: smaller;
	font-style:italic;
}

/* end of the FAQ styles */

/* end of the page element styles */


/* these are special effects styles */

.noborder a {
	border: none;
}

#mainContent a:link {
	color: #900;
	text-decoration: none;
}

#mainContent a:hover {
	color: #900;
	text-decoration: underline;
}

.oneColLiqCtrHdr #footer a:link {
	color: #900;
	text-decoration: none;
}

.oneColLiqCtrHdr #footer a:hover {
	text-decoration: underline;
	color: #900;

}

/* these are the lightbox styles */


#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(assets/images/LB-prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(assets/images/LB-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; }

/* end of the lightbox styles /*

/*end of special effects */
