@charset "utf-8";
/*-----------------------------------------------------------------------------
author: PalmettoSoft
date: 
client: Homewaters Clothing
Copyright 2008 PalmettoSoft, Inc.
-----------------------------------------------------------------------------*/

/* @group GLOBAL */

/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the inconsistent default styling of HTML elements, creating a level playing field across A-grade browsers and providing a sound foundation upon which you can explicitly declare your intentions." (see http://developer.yahoo.com/yui/reset/)

*/

html, body, div, applet, object, iframe, h1,  h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #1a1a84;
	font: small Georgia, "Times New Roman", Times, serif;
/*	background: #fff url(../_media/bg.jpg) repeat-y center;*/
	background: #fff;
}

/* @end */
/* @group STRUCTURAL */

#container { 
	width: 923px !important;
	margin: 0 auto !important;
}

/* @group Header */

#header {
	width: 923px;
	height: 189px;
}

#top_logo {
	width: 482px;
	height: 74px;
/*	background: url(../_media/hd_logo.png) no-repeat;*/
	float: left;
}

#latest_news {
	width: 389px;
	height: 80px;
	float: right;
}

#topnav1 {
	width: 297px;
	height: 38px;
	float: left;
	position: relative;
	top: 77px;
}

#shop_now {
	width: 130px;
	height: 85px;
	float: left;
	margin-top: 30px;
}

#topnav2 {
	width: 496px;
	height: 38px;
	float: right;
	top: 71px;
	position: relative;
}

/* @end */

/* @group Middle */

#mid {
	width: 919px;
	border: 2px solid #d35931;
	background: #f3f2f7 url(../_media/mid_bg.jpg) no-repeat;
	overflow: auto;
}

#flash_tags {
	width: 316px;
	height: 135px;
	float: right;
	position: relative;
}

#pagetitle {
	width: 346px;
	height: 52px;
	float: left;
	top: 85px;
	position: relative;
	left: 84px;
}

#content {
	width: 750px;
	float: left;
	clear: none;
	position: relative;
	left: 84px;
	margin-bottom: 50px;
}

#content p {
	line-height: 1.5em;
}

/* @end */

#bottom {
	width: 923px;
	height: 50px;
	color: #1a1a84;
	margin-top: 8px;
	font: x-small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/* @end */
/* @group MAIN CONTENT */

/* @end */

/* @group TYPOGRAPHY */

#content p {
	margin: 10px 0;
}

/* @end */

/* @group NAV */

/* @group Latest News */
#latest_news img {
	border-bottom: 2px solid #1a1a84;
	padding-top: 5px;
	height:28px;
}

#latest_news p {
	padding-top: 5px;
}

#latest_news a:link, #latest_news a:visited {
	float: right;
	padding-top: 10px;
	text-decoration: none;
	color: #d35931;
	border-bottom: 2px dotted #d35931;
}

#latest_news a:hover, #latest_news a:active {
	float: right;
	padding-top: 10px;
	text-decoration: none;
	color: #1a1a84;
	border-bottom: 2px dotted #1a1a84;
}


/* @end */


/* @group Dropdown
 */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a {	
	display: block;
	padding: 38px 0 0px;
	background: url(../_media/hd_topnav1_products.png);
	color: #FFF;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
	

#sddm li a:hover {
	background: 0 38px;
}

#sddm div {	
	position: absolute;
	visibility: hidden;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #d35931;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#sddm div a	{	
		position: relative;
		display: block;
		padding: 5px 0 5px 10px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff;
		color: #2875DE;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#sddm div a:hover	{	
	background: #1a1a84;
	color: #FFF
		
}


#sddm li.nav1_1 a {
	background-image: url(../_media/hd_topnav1_home.png);
	width: 91px;
}

#sddm li.nav1_2 a {
	background-image: url(../_media/hd_topnav1_products.png);
	width: 98px;
	padding-top: 38px;
}

#sddm li.nav1_3 a {
	background-image: url(../_media/hd_topnav1_contact.png);
	width: 108px;
}

.dd a {
	border:;
	background-image: none !important;
	padding-top: 10px !important;
	overflow: visible;
	padding-bottom: 20px!important;
}

/* @end */


/* @group Nav2 */

.nav2 {
	width: 496px;
	height: 38px;
	padding: 0;
	margin: 0;
}

.nav2 li {
	display: inline;
	list-style-type: none;
	height: 38px;
	margin: 0;
}

.nav2 a {
	float: left;
	padding: 38px 0 0 0;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px; /* for IE5/Win only */
}

.nav2 a:hover, .nav2 a:active {
	background-position: 0 38px;
}

.nav2_1 a{
	background-image: url(../_media/hd_topnav2_conversation.png);
	width: 136px;
}

.nav2_2 a{
	background-image: url(../_media/hd_topnav2_about.png);
	width: 78px;
}

.nav2_3 a{
	background-image: url(../_media/hd_topnav2_thefamily.png);
	width: 114px;
}

.nav2_4 a{
	background-image: url(../_media/hd_topnav2_gallery.png);
	width: 85px;
}

.nav2_5 a{
	background-image: url(../_media/hd_topnav2_faqs.png);
	width: 83px;
}

/* @end */

#shop_now a:link, #shop_now a:visited {
	background-image: url(../_media/hd_shopnow.png);
	width: 130px;
	height: 85px;
	overflow: hidden;
	height: 0px !important;
	padding: 85px 0 0;
	float: left;
}

#shop_now a:hover, #shop_now a:active {
	background-position: 0 85px;
}
/* @group Content */

#content a:link, #content a:visited, #content a:active {
	color: #d35931;
	text-decoration: none;
	border-bottom: 2px dotted #d35931;
}

#content a:hover {
	color: #1a1a84;
	text-decoration: none;
	border-bottom: 2px dotted #1a1a84;
}

#content img a {
	border-style: none !important;
}

/* @group Bottom */

#bottom a:link, #bottom a:visited {
	color: #d35931;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
}

#bottom a:hover, #bottom a:active {
	color: #1a1a84;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
}

.pic_outline {
	border: 2px solid #d35931;
}



/* @end */

/* @group SUBNAV */

/* @end */

/* @end */

/* @group Lightbox */

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

#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 */


/* @group H1-H6 */

h1.pt_about {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_about.png) no-repeat;
	height: 0;
}

h1.pt_marlin_products {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_marlin.png) no-repeat;
	height: 0;
}

h1.pt_redfish_products {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_redfish.png) no-repeat;
	height: 0;
}

h1.pt_dolphin_products {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_dolphin.png) no-repeat;
	height: 0;
}

h1.pt_contact {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_contact.png) no-repeat;
	height: 0;
}

h1.pt_conservation {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_conservation.png) no-repeat;
	height: 0;
}

h1.pt_thefamily {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_thefamily.png) no-repeat;
	height: 0;
}

h1.pt_gallery {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_gallery.png) no-repeat;
	height: 0;
}

h1.pt_faqs {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_faqs.png) no-repeat;
	height: 0;
}

h1.pt_latestnews {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_latestnews.png) no-repeat;
	height: 0;
}

h1.pt_sitemap {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_sitemap.png) no-repeat;
	height: 0;
}

h1.pt_shopnow {
	width: 346px;
	overflow: hidden;
	padding-top: 52px;
	background: url(../_media/pt_shopnow.png) no-repeat;
	height: 0;
}

h2 {
	color: #d35931;
	font-size: medium;
}

h3 {
	font-style: italic;
	color: #d35931;
	font-size: small;
}

h4 a {
	color: #FFFFFF !important;
	font-size: medium;
	padding: 3px;
	text-transform: uppercase;
	background-color: #d35931;
	border: 1px solid #d35931;
	margin-top: 5px;
	margin-bottom: 5px;
}


h4 a:hover {
	color: #FFFFFF !important;
	font-size: medium;
	padding: 3px;
	background-color: #1a1a84;
	border: 1px solid #1a1a84;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* @end */

/* @group LINKS */

/* @end */

/* @group FOOTER */

/* @end */

/* @group FORMS */

/* @end */
/* @group TABLES */

/* @end */
/* @group MISC */

.goright {
	float: right; margin-left: 10px;
}

.goleft {
	float: left; margin-right: 10px;
}

#galleryframe {
	margin-left: -50px !important;
}

/* @end */
