/* TAG STYLES */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 20px 0;
}
h1, h2, h3, h4, #topnav a, #subnav a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
	line-height: 1.5em;
	height: 60px;
	width: 190px;
	overflow: hidden;
	margin: 30px 0 0 20px;
}
h1 a {
	line-height: 999em;
	height: 60px;
	overflow: hidden;
	background: url(assets/images/woman-logo.gif) no-repeat top left;
	display: block;
}
p.nelson {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	line-height: 1.286em;
	letter-spacing: 0.071em;
	float: left;
	margin-left: 60px!important;
	margin-left: 30px;
	margin-bottom: 0;
}
.addons {
	width:550px;
	padding:3px 0  0 12px;
	border: 1px solid #BF994F;
	margin:15px 0;
	background:#FDFCFA;
}
.addons  {
	font-size:.8em;
	color:#444;
	}
	.addons h3 {
		font-size: 1.1em;
		padding:0;
		margin:0;
		margin-top:7px;
	}
h2 {
	font-size: 1.5em;
	line-height: 48px;
	text-transform: UPPERCASE;
	color: #FFFFFF;
	font-weight: normal;
}
h3 {
	clear: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #BF994F;
	margin-bottom: 1.5em;
}
h3 span {
	color: #000000;
}
h4 {
	clear: left;
	font-size: 1em;
	line-height: 1.5em;
}
br {
	line-height: 1.5em;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color: #666666;
}
a {
	color: #BF994F;
}
a:link {
}
a:hover, a:active {
	text-decoration: none;
}
a:visited {
	color: #CDAF73;
}
abbr, acronym {
	outline: 0;
}
address {
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	clear: both;
	margin: 0;
	text-align: center;
	color: #BF994F;
	width: auto;
	padding-top: 3em;
}
address strong {
	text-transform: uppercase;
}
ul, ol {
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
li {
	font-size: 1em;
	line-height: 1.5em;
}
table {
	margin-bottom: 1.5em;
}
th, td {
	font-size: 1em;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	color: #666666;
}
dl {
	margin-bottom: 1.5em;
}
dt {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
}
dt strong {
	color: #BF994F;
}
dt span {
	padding: 0 0.5em;
}
dt span.pl {
	padding-left: 0;
}
dd {
	font-size: 1em;
	line-height: 1.5em;
}
embed {
	margin-bottom: 1.5em;
}
/* CONTAINER STYLES */
.container {
	width: 906px;
	margin: 0 auto;
}
.top-left {
	clear: left;
	background: url(assets/images/top-left-bg.gif) no-repeat top left;
}
.top-right {
	background: url(assets/images/top-right-bg.gif) no-repeat top right;
}
.top {
	background: url(assets/images/top-bg.gif) repeat-x top left;
	width: auto;
	height: 48px;
	margin: 0 20px 0 10px;
	padding: 0 10px;
	overflow: hidden;
}
.content-left {
	background: url(assets/images/content-left-bg.gif) repeat-y top left;
}
.content-right {
	background: url(assets/images/content-right-bg.gif) repeat-y top right;
}
.bottom {
	background: url(assets/images/bottom-bg.gif) repeat-x bottom left;
}
.bottom-left {
	background: url(assets/images/bottom-left-bg.gif) no-repeat bottom left;
}
.bottom-right {
	background: url(assets/images/bottom-right-bg.gif) no-repeat bottom right;
}
.content {
	margin: 0 12px 0 2px;
	padding: 18px 18px 30px;
	width: auto;
	height: auto;
/*	background: url(assets/images/gridline.gif) repeat top left; */
}
/* HEADER */
.header {
	width: auto;
	height: 175px;
	padding: 1px 10px 12px 2px;
	margin-bottom: 11px;
	background: no-repeat top left;
}
.one {
	background-image: url(assets/images/header1.jpg);
}
.two {
	background-image: url(assets/images/header2.jpg);
}
.three {
	background-image: url(assets/images/header3.jpg);
}
.four {
	background-image: url(assets/images/header4.jpg);
}
.five {
	background-image: url(assets/images/header5.jpg);
}
.six {
	background-image: url(assets/images/header6.jpg);
}
/* NAVIGATION */
#topnav {
	margin: 49px 8px 0 8px!important;
	margin-top: 50px;
	width: auto;
}
#topnav ul {
	list-style: none;
	margin: 0;
}
#topnav li {
	float: left;
	cursor: pointer;
}
#topnav a {
	display: block;
	text-decoration: none;
/*	text-transform: UPPERCASE; */
	padding: 0 10px;
	font-size: 1em;
	line-height: 35px;
}
#topnav a:link {
	color: #000000;
}
#topnav a:hover,
#topnav a:active {
	background-color: #CDAF72;
	text-decoration: none;
	color: #FFFFFF!important;
}
#topnav a:visited {
	color: #666666;
}
#topnav .current {
	color: #FFFFFF !important;
	background-color: #BF994E;
}
#topnav li ul {
	position: absolute;
	z-index: 99;
	left: -999em;
}
#topnav li:hover ul, .topnav li:active ul,
#topnav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}
#topnav li li {
	clear: left;
}
#topnav li ul a {
	font-size: 1em;
	line-height: 1.5em;
	width: 12em;
	background: #F6F1DE;
	height: auto;
}
#subnav {
	float: left;
	margin-bottom: 1.5em;
}
#subnav ul {
	list-style: none;
	margin: 0;
}
#subnav li {
	float: left;
	margin-right: 1em;
	border-right: 2px solid #BF994F;
}
#subnav a {
	display: block;
	margin-right: 1em;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:link {
	color: #BF994F;
}
#subnav a:hover, #subnav a:active {
	color: #CDAF73;
	text-decoration: underline;
}
#subnav a:visited {
	color: #999999;
}
#subnav .current {
	color: #333333!important;
}
/* CONTENT */
.side {
	float: left;
	width: 200px;
	margin-right: 40px;
	padding-top: 1.5em;
	clear: right;
}
.side img {
	margin-bottom: 16px;
	border: none;
}
.side p {
	color: #666666;
}
.main {
	float: right;
	width: 615px;
}
.home p {
	color: #666666;
}
.home h3, h3.uc {
	text-transform: UPPERCASE;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
	font-weight: normal;
}
h3.mb {
	margin-bottom: 0;
}
h4.clr {
	color: #BF994F;
}
h4.mb {
	margin-bottom: 1.5em;
}
h4.uc {
	text-transform: UPPERCASE;
}
h4.uc span {
	font-weight: normal;
	text-transform: none;
	padding-left: 0.5em;
}
span.uc {
	text-transform: UPPERCASE;
}
strong.clr {
	color: #BF994F;
}
a.icon {
	font-weight: bold;
	background: url(assets/images/icon.gif) no-repeat top left;
	padding: 0.25em 20px 0.25em;
	text-decoration: none;
}
a.icon:hover, a.icon:active {
	text-decoration: underline;
}
.contact th {
	padding-right: 1.5em;
	color: #666666;
}
.left {
	float: left;
	margin-right: 40px;
	margin-bottom: 16px;
	margin-top: -1.5em;
}
.left img {
	border: none;
}
.products {
	clear: right;
}
.products p, .products h4 {
	margin-left: 240px;
}
.specials {
margin-bottom:20px;
background:#fff;

}
.right {
	margin: 0 0 1.5em 1.5em;
	float: right;
}
.right img {
	margin-bottom: 6px;
}
.right p {
	font-size: 0.75em;
	line-height: 2em;
	margin-bottom: 0;
}
.tabletop {
	font-size: 1.2em;
	color:#00F;
	font-weight:bold;
}
.special {
	font-size: 1.3em;
	color:#F00;
	font-weight: bold;
	text-align: center;
}
/* FOOTER */
.footer {
	width: auto;
}
.footer p {
	text-align: center;
	font-size: 0.75em;
	line-height: 2em;
	color: #666666;
}

/* LIGHTBOX */
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#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: transparent url(assets/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink, #prevLink:hover, #prevLink:visited:hover {
	background: url(assets/lightbox/prevlabel.gif) left 0% no-repeat;
}
#nextLink, #nextLink:hover, #nextLink:visited:hover {
	background: url(assets/lightbox/nextlabel.gif) right 0% no-repeat;
	}
#imageDataContainer {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
	color: #201B18;
	}
#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;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%;
}

