@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, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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 { 
	margin: 0 auto;
	width: 923px;
}

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

#top_logo {
	width: 482px;
	height: 74px;
	/*background: url(../_media/hd_logo.png) no-repeat;border:1px solid red;*/
	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;
}

#mid {
	width: 919px;
	height: 400px;
	border: 2px solid #d35931;
	background-image: url(../_media/flash_hwc.jpg);
}

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

/* @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 {
	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;
}

/* @end */

/* @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;
}



/* @end */

/* @group SUBNAV */

/* @end */

/* @end */

/* @group H1-H6 */

/* @end */

/* @group LINKS */

/* @end */

/* @group FOOTER */

/* @end */

/* @group FORMS */

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

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

/* @end */


/*@group HOME PAGE*/
#hpmid {
	width: 919px;
	overflow:hidden;
	border: 2px solid #d35931;
	background:#bfbfbf url(../_media/hp_bg.jpg) no-repeat center top !important;
}

#piccontainer{
width:888px;
overflow:hidden;
margin:0 auto;
margin-top:15px;
margin-bottom:15px;
border: 1px solid #d35931;
}

#hppics{
overflow:hidden;
clear:both;
/*border-bottom:8px solid #ff6533;*/
}

#hptext{
overflow:hidden;
clear:both;
}

#leftpic{
width:293px;
background:#CCCCCC;
float:left;
overflow:hidden;
}
#midpic{
width:293px;
background:#fff;
float:left;
overflow:hidden;
}
#rtpic{
width:302px;
background:#f0f0f0;
float:left;
overflow:hidden;
}
#bottompic{
width:586px;
float:left;

}
#bottomretailers{
width:302px;
float:left;
}
/* @end */