/*
-----------------------------------------------
Style Sheet

Site: inthepink.com
Author:   www.aaryn.com
Version:  2006.12
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* reset margin and padding for all elements to 0 */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl{ margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/bg.jpg) repeat-x #FDF6E9;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#ae0f5f;
	}
	
a:hover, a:active {
	color:#ea1480;
	}

table {
	font-size:12px;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:left;
	}

.bottom_border {
	border-bottom:1px solid #a0a1a5;
	}

.left_border {
	border-left:1px solid #a0a1a5;
	}

.right_border {
	border-right:1px solid #a0a1a5;
	}

.push_down {
	margin-top:5px;
	}

.product_name {
	font-size:14px;
	}

/* Layout
 * ------------------------------------------------------------------------- */

body {
	background:url(../images/bg_tile.gif) repeat;
	}


#header {
	background:url(../images/header.gif) no-repeat;
	width:933px;
	height:149px;
	}

#home_button {
	margin-left:374px;
	height:128px;
	width:195px;
	background:#00FF00;
	}

	#home_button a {
	height:128px;
	width:195px;
	}
	
	#home_button span {
		display:none;
		}







/* Sprite Navigation
 * ------------------------------------------------------------------------- */
#nav {
	background: url(../images/nav.jpg) top left no-repeat;					
	width: 933px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 37px;		/* Height of entire image */
}
#nav span { display: none; }
#nav li { 
	position: relative;
	float: left;
	list-style: none;
}
#nav li, #nav a { 
	height: 37px;			/* Each button must have the same height, define it here */
	display: block;
}

/* left - defines offset from left edge, will most likely just be 0 */
/* width - width of each button, they will each most likely be unique */
#nav-01 {left:115px; width: 78px;}
#nav-02 {left:138px; width: 118px;}
#nav-03 {left:161px; width: 96px;}
#nav-04 {left:184px; width: 58px;}
#nav-05 {left:207px; width: 82px;}
#nav-06 {left:230px; width: 46px;}
#nav-07 {left:253px; width: 101px;}
#nav-08 {left:276px; width: 77px;}

/* Changed values should match "width" numbers specified above */
#nav-01 a:hover {background: transparent url(../images/nav.jpg)   -115px  -37px no-repeat;}
#nav-02 a:hover {background: transparent url(../images/nav.jpg)  -216px -37px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/nav.jpg)  -357px -37px no-repeat;}
#nav-04 a:hover {background: transparent url(../images/nav.jpg)  -476px -37px no-repeat;}
#nav-05 a:hover {background: transparent url(../images/nav.jpg)  -557px  -37px no-repeat;}
#nav-06 a:hover {background: transparent url(../images/nav.jpg)  -662px -37px no-repeat;}
#nav-07 a:hover {background: transparent url(../images/nav.jpg)  -731px -37px no-repeat;}
#nav-08 a:hover {background: transparent url(../images/nav.jpg)  -855px -37px no-repeat;}

/* SON OF SUCKERFISH */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #000;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
}

#nav li ul li {
	height: 20px;				/* Height of each drop down menu item */
	border-top:1px solid #ea1480; 
}
#nav li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	
}
#nav li ul li a span {
	display: block;
	padding-left: 5px;
	float:left;
}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul { left: auto; background-position: 0 0; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-03 ul a:hover, #nav-05 ul a:hover { 
	background-image: none;
	background-color: #ea1480;
	cursor:pointer; 
}

/* width of drop down menu - choose width that allows items to display on one line */	
#nav-01 ul, #nav-01 li, #nav-03 ul, #nav-03 li, #nav-05 ul, #nav-05 li { width: 100px;  }		









/* Sprite Navigation with LINKS
 * ------------------------------------------------------------------------- */
#nav_links {
	background: url(../images/nav_w_links.jpg) top left no-repeat;					
	width: 933px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 37px;		/* Height of entire image */
}
#nav_links span { display: none; }
#nav_links li { 
	position: relative;
	float: left;
	list-style: none;
}
#nav_links li, #nav_links a { 
	height: 37px;			/* Each button must have the same height, define it here */
	display: block;
}

/* left - defines offset from left edge, will most likely just be 0 */
/* width - width of each button, they will each most likely be unique */
#nav_links-01 {left:115px; width: 78px;}
#nav_links-02 {left:138px; width: 118px;}
#nav_links-03 {left:161px; width: 96px;}
#nav_links-04 {left:184px; width: 58px;}
#nav_links-05 {left:207px; width: 82px;}
#nav_links-06 {left:230px; width: 46px;}
#nav_links-07 {left:253px; width: 60px;}
#nav_links-08 {left:276px; width: 77px;}

/* Changed values should match "width" numbers specified above */
#nav_links-01 a:hover {background: transparent url(../images/nav_w_links.jpg)   -115px  -37px no-repeat;}
#nav_links-02 a:hover {background: transparent url(../images/nav_w_links.jpg)  -216px -37px no-repeat;}
#nav_links-03 a:hover {background: transparent url(../images/nav_w_links.jpg)  -357px -37px no-repeat;}
#nav_links-04 a:hover {background: transparent url(../images/nav_w_links.jpg)  -476px -37px no-repeat;}
#nav_links-05 a:hover {background: transparent url(../images/nav_w_links.jpg)  -557px  -37px no-repeat;}
#nav_links-06 a:hover {background: transparent url(../images/nav_w_links.jpg)  -662px -37px no-repeat;}
#nav_links-07 a:hover {background: transparent url(../images/nav_w_links.jpg)  -731px -37px no-repeat;}
#nav_links-08 a:hover {background: transparent url(../images/nav_w_links.jpg)  -814px -37px no-repeat;}

/* SON OF SUCKERFISH */

#nav_links li ul {
	position: absolute;
	left: -9999px;
	background-color: #000;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
}

#nav_links li ul li {
	height: 20px;				/* Height of each drop down menu item */
	border-top:1px solid #ea1480; 
}
#nav_links li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	
}
#nav_links li ul li a span {
	display: block;
	padding-left: 5px;
	float:left;
}

/* Drop down link styles */
#nav_links a:link, #nav_links a:visited, #nav_links a:hover, #nav_links a:active {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#nav_links li:hover ul, #nav_links li.sfhover ul { left: auto; background-position: 0 0; }

/* Hover styles for drop down items */
#nav_links-01 ul a:hover, #nav_links-03 ul a:hover, #nav_links-05 ul a:hover { 
	background-image: none;
	background-color: #ea1480;
	cursor:pointer; 
}

/* width of drop down menu - choose width that allows items to display on one line */	
#nav_links-01 ul, #nav_links-01 li, #nav_links-03 ul, #nav_links-03 li, #nav_links-05 ul, #nav_links-05 li { width: 100px;  }	








/* Sprite Navigation NO ABOUT!!
 * ------------------------------------------------------------------------- */
#nav_no_about {
	background: url(../images/nav_no_about.jpg) top left no-repeat;					
	width: 933px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 37px;		/* Height of entire image */
}
#nav_no_about span { display: none; }
#nav_no_about li { 
	position: relative;
	float: left;
	list-style: none;
}
#nav_no_about li, #nav_no_about a { 
	height: 37px;			/* Each button must have the same height, define it here */
	display: block;
}

/* left - defines offset from left edge, will most likely just be 0 */
/* width - width of each button, they will each most likely be unique */
#nav_no_about-01 {left:115px; width: 78px;}
#nav_no_about-02 {left:138px; width: 118px;}
#nav_no_about-03 {left:161px; width: 96px;}
#nav_no_about-04 {left:184px; width: 58px;}
#nav_no_about-05 {left:207px; width: 82px;}
#nav_no_about-06 {left:230px; width: 46px;}
#nav_no_about-07 {left:253px; width: 77px;}

/* Changed values should match "width" numbers specified above */
#nav_no_about-01 a:hover {background: transparent url(../images/nav_no_about.jpg)   -115px  -37px no-repeat;}
#nav_no_about-02 a:hover {background: transparent url(../images/nav_no_about.jpg)  -216px -37px no-repeat;}
#nav_no_about-03 a:hover {background: transparent url(../images/nav_no_about.jpg)  -357px -37px no-repeat;}
#nav_no_about-04 a:hover {background: transparent url(../images/nav_no_about.jpg)  -476px -37px no-repeat;}
#nav_no_about-05 a:hover {background: transparent url(../images/nav_no_about.jpg)  -557px  -37px no-repeat;}
#nav_no_about-06 a:hover {background: transparent url(../images/nav_no_about.jpg)  -662px -37px no-repeat;}
#nav_no_about-07 a:hover {background: transparent url(../images/nav_no_about.jpg)  -731px -37px no-repeat;}

/* SON OF SUCKERFISH */

#nav_no_about li ul {
	position: absolute;
	left: -9999px;
	background-color: #000;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
}

#nav_no_about li ul li {
	height: 20px;				/* Height of each drop down menu item */
	border-top:1px solid #ea1480; 
}
#nav_no_about li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	
}
#nav_no_about li ul li a span {
	display: block;
	padding-left: 5px;
	float:left;
}

/* Drop down link styles */
#nav_no_about a:link, #nav_no_about a:visited, #nav_no_about a:hover, #nav_no_about a:active {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#nav_no_about li:hover ul, #nav_no_about li.sfhover ul { left: auto; background-position: 0 0; }

/* Hover styles for drop down items */
#nav_no_about-01 ul a:hover, #nav_no_about-03 ul a:hover, #nav_no_about-05 ul a:hover { 
	background-image: none;
	background-color: #ea1480;
	cursor:pointer; 
}

/* width of drop down menu - choose width that allows items to display on one line */	
#nav_no_about-01 ul, #nav_no_about-01 li, #nav_no_about-03 ul, #nav_no_about-03 li, #nav_no_about-05 ul, #nav_no_about-05 li { width: 100px;  }		









/* US State nav

 * ------------------------------------------------------------------------- */



#blobs {

 width: 933px;

 height: 149px;

 background: url(../images/header.gif);

 margin: 0; padding: 0;

 position: relative;


}

#blobs li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}



	#blobs li span { display:none; }



#blobs a {display: block;}



/* NOTE: Coordinates of these nav items will overwrite each other based on where they appear in the HTML list.

   EX: If list item #3 has intersecting points with list item #2, the #3 coordinates would be used for this overlapping space */



#blob1 {left: 366px; top: 0px; width: 211px; height: 136px;} /* California */

#blob2 {left: 800px; top: 17px; width: 119px; height: 19px;} /* West */

#blob3 {left: 696px; top: 46px; width: 222px; height: 29px;} /* Northwest */




#blob1 a {height: 136px;}

#blob2 a {height: 19px;}

#blob3 a {height: 29px;}







#blob1 a:hover {background: url(../images/header.gif) -366px -149px no-repeat;}

#blob2 a:hover {background: url(../images/header.gif) -800px -166px no-repeat;}

#blob3 a:hover {background: url(../images/header.gif) -696px -195px no-repeat;}


