@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_interface.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EFEDEE;
}								

#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	min-height: 800px;

}
#header {
	width: 720px;
	float: left;
	height: 90px;
}
#headerleft {
	background-image: url(../images/header_logo.gif);
	height: 90px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#home #wrapper #main #content #intro {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #666666;
	font-size: 10px;
}
#home #wrapper #main #content #intro a {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
#home #wrapper #main #content #intro a:hover {
	text-decoration: none;
}



#headermid {
	float: left;
	width: 300px;
	font-size: 8px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
#header #headerright {
	float: left;
	width: 235px;
}

#headermid p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666666;
	padding-left: 65px;
}

#headernav {
	width: 235px;
	float: left;
}

#headernav ul {
	margin: 0px;
	padding: 0px;
}
#headernav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headernav ul li a {
display: block;
float: left;
height: 20px;
}
#phonenumber {
	height: 20px;
}


#headernav .topnav_home a:link, #headernav .topnav_home a:visited {
	width: 35px;
	background-image:url(../images/topnav_home.gif);
}
#headernav ul li.topnav_home a:hover, #headernav ul li.topnav_home a:active {
	 width: 35px;
	 background-image: url(../images/topnav_homeover.gif);
}
.imgspace {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftnav a {
	text-decoration: none;
	color: #666666;
	
}
#leftnav a:hover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #0F75BC;
}
#leftnav .imgspace p {
	font-weight: bold;
	color: #000000;
}

#headernav .topnav_faqs a:link, #headernav .topnav_faqs a:visited {
	background-image:url(../images/topnav_faqs.gif);
	width: 35px;
}
#headernav ul li.topnav_faqs a:hover, #headernav ul li.topnav_faqs a:active {
	 width: 35px;
	 background-image: url(../images/topnav_faqsover.gif);
}
#headernav .topnav_crisprags a:link, #headernav ul li.topnav_crisprags a:visited {
	background-image:url(../images/topnav_crisp.gif);
	width: 55px;
}
#headernav ul li.topnav_crisprags a:hover, #headernav ul li.topnav_crisprags a:active {
	 width: 55px;
	  background-image: url(../images/topnav_crispover.gif);
}
#headernav .topnav_purchase a:link, #headernav .topnav_purchase a:visited {
	background-image:url(../images/topnav_purch.gif);
	width: 55px;
}
#headernav ul li.topnav_purchase a:hover, #headernav ul li.topnav_purchase a:active {
	 width: 55px;
	  background-image: url(../images/topnav_purchover.gif);
}
#headernav .topnav_contact a:link, #headernav .topnav_contact a:visited {
	background-image:url(../images/topnav_contact.gif);
	width: 55px;
}
#headernav ul li.topnav_contact a:hover, #headernav ul li.topnav_contact a:active {
	 width: 55px;
	  background-image: url(../images/topnav_contactover.gif);
}


#headernav  li  a  span {
	display: none;
}

#home #headernav .topnav_home a:link, #home #headernav .topnav_home a:visited, #home #headernav ul li.topnav_home a:hover, #home #headernav ul li.topnav_home a:active {
	 width: 35px;
	 background-image: url(../images/topnav_homeover.gif);
	 background-repeat: no-repeat;
} 
#main {
	width: 720px;
	float: left;
}
#active a:link, #active a:visited, #active a:hover, #active a:active{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #0F75BC;
}
#main #leftnav {
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#leftnav li {
	list-style-type: none;
	color: #0F75BC;
}

.hide {
	display: none;
}


#main #content {
	width: 430px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main #content #breadcrumb {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#wrapper #main #content #contenttop img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contentbot {
	float: left;
	width: 100%;
}
#content a {
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#phonenumber h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 115px;
	font-size: 14px;
}

.Price {
	color: #0F75BC;
	font-weight: bold;
	font-size: 13px;
}



#wrapper #main #content #contentbot ul {
	display: inline;
	list-style-type: none;
}

#wrapper #main #content #contentbot li {
	float: left;
	padding-left: 5px;
	font-size: 9px;
	letter-spacing: -1px;
}
#wrapper #main #content #contentbot h3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wrapper #main #content #contentbot ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #main #content #womenshomepage h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contentright h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
	color: #0F75BC;
}
#wrapper #main #content #womenshomepage li{
	float: left;
	padding-left:5px;
	font-size: 9px;
	letter-spacing: -1px;
	
}
#wrapper #main #content #womenshomepage ul {
	display: inline;
	list-style-type: none;
}
#contentright #freeshipping {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contentright li {
	list-style-type: none;
}
#wrapper #footer li {
	list-style-type: none;
}
#wrapper #footer a {
	text-decoration: none;
	color: #999999;
}
#wrapper #footer ul {
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#wrapper #main #content #womenshomepage li {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contentright {
	width: 120px;
	float: left;
	text-align: center;
}

#contentright img{
	border:none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.clear {
	clear: both;	

}
#womenshomepage {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
}
#content #womenshomepage img{
border: 2px solid #605F5F;
}
#content #contentbot h3 img{
border: none;
}
#content #womenshomepage h3 img{
border: none;
}
#contenttop {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-image: url(../images/footer_storke.gif);
	height: 4px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #contentbot img {
	border: 2px solid #605F5F;
}
#lowercontent {
	background-color: #CCCCCC;
	height: 200px;
	width: 400px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#lowercontent a {
	color: #333333;
}
#lowercontent ul li{
	text-align: center;
	width: 92px;
}
#lowercontent img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#lowercontent h2 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #333333;
}
	
#contentright #favs a {
	font-size: 9px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#contentright #favs {
	width: 120px;
	text-align: center;
}
#productpic {
	float: left;
	height: 450px;
	width: 295px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
}

#lowercontent ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#womenshomepage h2 {
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#contentright #favs img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#checkoutinfo {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 115px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	text-align: right;
}
#productprice {
	font-size: 18px;
	font-weight: bolder;
	color: #0F75BC;
}
#checkoutinfo #checkout img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#womenshomepage input {
	width: 250px;
}
#womenshomepage textarea {
	width: 250px;
}
#womenshomepage  input#button  {
	width: 70px;
	float: right;
}
#womenshomepage table {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}





/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	width: 130px;
	height: 160px;
}

.hoverbox li
{

	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 450px;
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}
