html {
	width: 100%;
	height: 100%;
}
body {
	font: 11px Tahoma, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body.main {
	background: #D3CEC6;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #000;
	font-size: 32px;
	font-weight: normal;
	margin: 15px 0 5px;
	padding: 0 0 2px;
	border-bottom: 3px solid #E29847;
}
h2 {
	color: #E29847;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	margin: 0;
}
h5 {
	font-size: 11px;
	margin: 0;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 15px;
}
ul, ol {
	margin: 0 0 15px 20px;
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}
ul li {
	list-style: square;
}
table {
	font-size: 11px;
}
hr {
	color: #B53C41;
	height: 2px;
	border: none;
}

#layer1 {
	padding: 0 0 10px;
	background: url(images/pageBG.gif) repeat-y center top;
}
#banner, #nav, #content, #footer, #copyright {
	width: 766px;
	margin: auto;
}
#banner {
	height: 135px;
	position: relative;
	border-bottom: 5px solid #FFF;
	background: #8CD1C8 url(images/bannerBg.png) repeat-x;
}
#banner img {
	border: none;
}
#banner .logo {
	left: 10px;
	top: 5px;
	position: absolute;
}
#banner .bar {
	color: #634934;
	vertical-align: middle;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 5px;
	position: absolute;
	background: #E29848;
}
#banner .nav {
	margin: 0;
	padding: 0;
	right: 2px;
	bottom: 5px;
	position: absolute;
}
#banner .nav li {
	float: left;
	list-style: none;
	border-left: 1px solid #946928;
}
#banner .nav li a {
	color: #634934;
	display: block;
	padding: 3px 10px;
}
#banner .nav li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #634934;
}
#top_nav {
text-align:right;
padding: 15px 10px 0 10px;
margin-bottom: 0px;
/*width:500px;
float:right;*/
}

#top_nav a {
color: #AD5412;
font-weight: bold;
}
#slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 0 0 10px;
	float: left;
}
#sign-up {
	right: 10px;
	bottom: 45px;
	position: absolute;
}
#search-box {
	left: 325px;
	top: 0;
	position: absolute;
}
#nav {
	color: white;
	margin: 0 auto;
	padding: 0;
	border-top: 5px solid #C6E3C3;
	position: relative;
	z-index: 1000;
}
#nav li {
	height: 35px;
	width: 151px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	list-style: none;
	position: relative;
}
#nav li.main {
	height: 235px;
}
#nav li.about {
	width: 152px;
	border-left: none;
	background: #A9BB99 url(images/btnAboutBG.png) repeat-x center bottom;
}
#nav li.about a:hover img, #nav li.about .hover {
x	background: url(images/btnAboutArrow.gif) no-repeat center bottom;	
}
#nav li.shop {
	background: #8CD1C8 url(images/btnShopBG.png) repeat-x center bottom;
}
#nav li.shop a:hover img, #nav li.shop .hover {
x	background: url(images/btnShopArrow.gif) no-repeat center bottom;	
}
#nav li.condo {
	width: 152px;
	background: #A0D3A0 url(images/btnCondoBG.png) repeat-x center bottom;
}
#nav li.condo a:hover img, #nav li.shop .hover {
x	background: url(images/btnCondoArrow.gif) no-repeat center bottom;	
}
#nav li.specials {
	background: #F0D617 url(images/btnSpecialsBG.png) repeat-x center bottom;
}
#nav li.specials a:hover img, #nav li.specials .hover {
x	background: url(images/btnSpecialsArrow.gif) no-repeat center bottom;	
}
#nav li.locations {
	width: 152px;
	border-right: none;
	background: #E29847 url(images/btnLocationsBG.png) repeat-x center bottom;
}
#nav li.locations a:hover img, #nav li.locasions .hover {
x	background: url(images/btnLocationsArrow.gif) no-repeat center bottom;	
}
#nav a {
	font-weight: normal;
	text-decoration:none;
	border:none;
}
#nav a:hover {
	text-decoration:none;
	border:none;
}
#nav a img {
	color: #FFF;
	font-weight: bold;
x	float: left;
	clear: both;
	border: none;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 151px;
	position: absolute;
	top: 36px;
	left: -100000px;
}
#nav .main ul {
	top: 236px;
}
#nav ul li {
	border: none;
	border-top: 1px solid white;
	height: auto;
	margin: 0;
	text-align: center;
}
#nav ul li ul {
	display:block; 
	position:absolute; 
	top:0;
	margin:-1px 0 0 150px; 
	width:150px;
}

#nav ul li a {
	line-height: 20px;
	width: 151px;
	display: block;
}
#nav .about ul li {
	background: #A9BB99;
}
#nav .about ul li a:hover {
	background: #C3D0B8;
}
#nav .shop ul li {
	background: #8CD1C8;
}
#nav .shop ul li a:hover {
	background: #AFDFD9;
}
#nav .condo ul li {
	background: #A0D39F;
}
#nav .condo ul li a:hover {
	background: #BDE0BC;
}
#nav .specials ul li {
	background: #F0D617;
}
#nav .specials ul li a:hover {
	background: #F5E25D;
}
#nav .locations ul li {
	background: #E29848;
}
#nav .locations ul li a:hover {
	background: #EEC77C;
}
#nav .shop ul li a.kids {
	background-image:url(images/kids.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
}
#nav .shop ul li a.kids:hover {
background-color:#FFF300;
background-image:url(images/kids_over.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#nav-column {
	font-size: 10px;
	width: 110px;
	float: left;
	border-top: 1px solid #FFF;
	background: #C6E3C3;
}
#nav-column p {
	padding: 0 0 0 3px;
}
#nav-column ul, #nav-column li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav-column li a {
	color: #634934;
x	font-weight: normal;
x	line-height: 20px;
x	width: 100px;
	margin: 0;
	padding: 5px 5px 3px;
	display: block;
	border-bottom: 1px solid #FFF;
	background: #8CD1C8;
}
#nav-column li a.kids {
	color: #FFF;
	margin: 0;
	padding:0;
	display: block;
	height:20px;
	background: #2D779E;
width:110px;
background-image:url(images/kids.gif);
}
#nav-column li a.kids:hover {
	text-decoration: none;
	height:20px;
background-image:url(images/kids_over.gif);
}
#nav-column li a:hover {
	text-decoration: none;
	background: #E7AF44;
}
#nav-column .side-button {
	height: 70px;
	width: 110px;
	margin: 0 0 10px 0;
	padding: 0;
x	overflow: hidden;
	border: none;
	background: #E29847;
}
#nav-column .side-button img {
	margin: 0;
	padding: 0;
	border: none;
}
#nav-column .new-arrivals, #nav-column .credit {
	margin-bottom: 15px;
}
#nav-column .sneak-peek, #nav-column .news {
	margin-top: 15px;
}

#nav-column .side-alternate {
	background: none;
	border-bottom: 1px solid #634934;
}
#nav-column .side-alternate2 {
	color: #B63D41;
	text-transform: uppercase;
	background: none;
	border-bottom: 1px solid #634934;	
}

#content {
	text-align: left;
	margin: 0 auto 5px;
	position: relative;
	background: url(images/leftColumnBG.png) repeat-y left top;
}
#content.main {
	background: #C5E3C3;
}
#content .padding {
	width: 650px;
	padding: 0;
	float: right;
}
#content .column {
	margin: 0 10px 10px;
	float: left;
}
#footer {
	height: 45px;
	margin: 5px auto 0;
	background: #8CD1C8 url(images/footerBG.png) repeat-x;
}
#footer li {
	color: #634934;
	font-size: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #FFF;
}
#footer li.last {
	border-right: none;
}
#footer .nav {
	width: 640px;
	margin: 0 auto;
	padding: 7px 0 0;
}
#footer .nav a {
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	width: 90px;
	padding: 3px 0;
	display: block;
}
#footer .nav a:hover {
	color: #625B2A;
	text-decoration: none;
	background: #C6E5E3;
}
#copyright {
	clear: both;
	font-size: 10px;
	text-align: right;
	padding: 5px 0 0;
}
#copyright a {
}
#copyright a:hover {
}
#script-warning, #flash-warning {
	color: #FF0000;
	font-size: 14px;
	width: 766px;
	margin: 2px auto;
	background: #FFC;
	clear: both;
}
#script-warning p {
	margin: 0;
	padding: 10px;
	border: 2px solid #FFCC66;
}

#content-top {
	position: relative;
}
#credit-teaser {
	width: 350px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
}
#preload-area {
	position: absolute;
	left: -10000px;
	margin: -100% 0 0; /* Prevent element from taking any space */
}
#left-column {
	float: left;
	width: 400px;
}
#right-column {
	float: right;
	width: 244px;
	margin: 0 0 0 6px;
}

.inset-left {
	float: left;
	margin: 0 10px 0 0;
}
.inset-right {
	float: right;
	margin: 0 0 0 10px;
}
.input-text-single-line {
	font-size: 10px;
	width: 100px;
	padding: 3px 5px;
	border: 1px solid #BF903F;
	background: #FFFFFF url(images/inputTextBG.gif) repeat-x center top;
}
.go-button {
	color: #000;
	font: 11px Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 25px 5px 15px;
	float: right;
	border: none;
	background: url(images/btnGo.gif) no-repeat right center;
}
.go-button:hover {
	text-decoration: none;
	background: url(images/btnGoHover.gif) no-repeat right center;
}
.add-wishlist-button {
    font: 11px Tahoma, Helvetica, sans-serif;
    text-align:center;
	color: #FFF;
	height: 25px;
	width: 102px;
	border: 0;
	float: right;
	background: #F0D617 url(images/btnWishlistAdd.png) no-repeat center top;
    xpadding-bottom:2px;
}
.add-wishlist-button:hover {
	background: #8CD1C8 url(images/btnWishlistAdd.png) no-repeat center bottom;
}

a .add-wishlist-button {
    font: 11px Tahoma, Helvetica, sans-serif;
    text-align:center;
	color: #FFF;
	height: 20px;
	width: 102px;
	border: 0;
	xfloat: right;
	background: #F0D617 url(images/btnWishlistAdd.png) no-repeat center top;
    padding-top:5px;
}
a .add-wishlist-button:hover {
	background: #8CD1C8 url(images/btnWishlistAdd.png) no-repeat center bottom;
	text-decoration:none;
}
.back-button {
	line-height: 20px;
	height: 20px;
	display: block;
	margin: 10px 0;
	float: right;
	clear: both;
	background: #F0D617 url(images/btnBackBG.png) repeat-x center center;
}
.back-button strong, .back-button em {
	font-style: normal;
x	font-weight: normal;
	display: block;
}
.back-button strong {
	background: url(images/btnBackBGRight.png) no-repeat right center;
}
.back-button em {
	padding: 0 20px;
	background: url(images/btnBackBGLeft.png) no-repeat left center;
}
.back-button:hover {
	text-decoration: none;
	background: #E7AF44 url(images/btnBackBGHov.png) repeat-x center center;
}
.back-button:hover strong {
	background: url(images/btnBackBGHovRight.png) no-repeat right center;
}
.back-button:hover em {
	background: url(images/btnBackBGHovLeft.png) no-repeat left center;
}
.forward-button {
	line-height: 20px;
	height: 20px;
	display: block;
	margin: 10px 0;
	float: right;
	clear: both;
	background: #F0D617 url(images/btnBackBG.png) repeat-x center center;
}
.forward-button strong, .forward-button em {
	font-style: normal;
x	font-weight: normal;
	display: block;
}
.forward-button strong {
	background: url(images/btnForwardBGRight.png) no-repeat right center;
}
.forward-button em {
	padding: 0 20px;
	background: url(images/btnForwardBGLeft.png) no-repeat left center;
}
.forward-button:hover {
	text-decoration: none;
	background: #E7AF44 url(images/btnBackBGHov.png) repeat-x center center;
}
.forward-button:hover strong {
	background: url(images/btnForwardBGHovRight.png) no-repeat right center;
}
.forward-button:hover em {
	background: url(images/btnForwardBGHovLeft.png) no-repeat left center;
}
.micro-text {
	color: #888;
	font-size: 9px;
x	width: 630px;
	margin: 0 0 5px;
	padding: 0;
x	position: absolute;
x	bottom: 0;
x	left: 130px;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.back-to-top {
	color: #B53C41;
	float: right;
}
.link-to-top {
	background: url(images/iconTopLink.png) no-repeat left center;
	padding: 1px 1px 1px 18px;
}

#headline {
	height: 50px;
	margin: 5px 0;
	background: #8CD1C8;
}
#headline .script {
	color: #FFF;
	font-size: 35px;
	font-style: italic;
	margin: 0;
	padding: 5px 0 5px 10px;
	display: block;
	float: left;

}
#headline .light {
	color: #FFF;
	font-size: 28px;
	padding: 12px 0 5px 10px;
	display: block;
	float: left;
	}
	table#crypton {
margin:10px 0 0 15px;
border:1px solid #8c4317;
}
table#crypton td {
border:1px solid #8c4317;
}