html {
	font-size: 62.5%;
	background-color: #052148;
	}

body {
	margin: 0 auto; padding: 10px 0;
	width: 960px;
	font: normal 1.2em/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	}

p, ul, ol, h2, h3, h4, h5, form, label, blockquote, address {
	margin: 0 0 14px;
	}

ul, ol {
	margin-left: 2em;
	}

	ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

a {
	text-decoration: underline;
	color: #204374;
	outline: none;
	}

	a:hover {
		text-decoration: none;
		color: #d8a435;
		/*color: #4d5664;*/
	}

img, a img {
	display: inline;
	border: none;
	}

acronym {
	cursor: help;
	}

h1 {
	margin: 10px 0 10px; padding: 0;
	font: normal 31px "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	color: #204374;
	}

h2 {
	font: bold 17px/17px "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	}

	#specials h2 {
		text-decoration: underline;
	}

h3 {
	font: bold 15px/15px Arial, Helvetica, sans-serif;
	}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	overflow: hidden;
	}

.clearafter:after {
	content: "";
	display: block; 
	height: 100%;
	clear: both;
	visibility: hidden;
	}

/** HEADER + NAV *****************************************/

#header {
	position: relative;
	height: 130px;
	background: url(/images/site/bg_header.gif) no-repeat center 0;
	}

#logo {
	position: absolute;
	left: 390px;
	width: 180px;
	text-indent: -9999px;
	z-index: 5;
	}

	#logo a {
		display: block;
		height: 130px;
	}

	#logo a:hover {
		display: block;
		height: 130px;
		background: url(/images/site/bg_header.gif) no-repeat center -130px;
	}

#quicklinks {
	position: absolute;
	top: 40px; right: 15px;
	margin: 0; padding: 0;
	list-style: none;
	font-size: 12px;
	}
	
	#quicklinks li {
		float: left; display: inline;
		margin-left: 10px;
	}
	
	#quicklinks li a {
		display: block;
		padding: 0 10px;
		color: #b4bdc8;
		text-decoration: none;
		}
	
	#quicklinks li a:hover {
		text-decoration: underline;
		}

#nav {
	position: absolute;
	bottom: 0;
	margin: 0; padding: 0;
	list-style: none;
	line-height: 30px;
	}
	
	#nav li {
		float: left; display: inline;
		margin: 0;
		}
	
	#nav li a {
		display: block;
		height: 38px;
		text-indent: -9999px;
		}
	
	#nav li a:hover, #nav li a.active {
		background: url(/images/site/bg_header.gif) no-repeat 0 -117px;
		}

	#nav li.men a { width: 60px; }
	#nav li.men a:hover, #nav li.men a.active { background-position: 10px -117px; }
	#nav li.women a { width: 90px; }
	#nav li.women a:hover, #nav li.women a.active { background-position: -50px -117px; }
	#nav li.service a { width: 210px; }
	#nav li.service a:hover, #nav li.service a.active { background-position: -140px -117px; }
	#nav li.news a { width: 156px; margin-left: 240px; }
	#nav li.news a:hover, #nav li.news a.active  { background-position: -590px -117px; }
	#nav li.heritage a { width: 106px; }
	#nav li.heritage a:hover, #nav li.heritage a.active{ background-position: -746px -117px; }
	#nav li.contact a { width: 98px; }
	#nav li.contact a:hover, #nav li.contact a.active { background-position: -852px -117px; }

/** CONTENT *********************************************/

#content {
	position: relative;
	margin: 0 0 15px; padding: 10px 0 25px;
	background: #fff url(/images/site/bg_content.jpg) no-repeat 0 bottom;
	}

#banner {
	margin: 0 auto 10px;
	width: 940px; height: 110px;
	}

#main {
	float: left; display: inline;
	margin: 0 0 0 20px; padding: 0;
	width: 680px;
	}

	.img-left {
		float: left;
		margin: 0 20px 20px 0;
		border: 1px solid #d8d8d8;
		background-color: #f5f5f5;
	}

	.img-right {
		float: right;
		margin: 0 0 20px 20px; padding: 3px;
		border: 1px solid #d8d8d8;
		background-color: #f5f5f5;
	}

	.img-noborder {
		border: none;
		background-color: transparent;
	}

	.intro {
		margin-bottom: 20px;
		font-size: 14px;
	}

#home-feature {
	margin: 0 auto 20px;
	width: 940px; height: 330px;
	background-color: #222;
	}

#home-blocks {
	margin: 0; padding: 0;
	list-style: none;
	font-size: 12px;
	}

	#home-blocks li {
		float: left; display: inline;
		margin-left: 20px;
		width: 215px;
	}

	#home-blocks li a {
		display: block;
		text-decoration: none;
	}

	#home-blocks li h2 {
		margin-bottom: 5px;
		font: normal 19px Georgia, serif;
	}

	#home-blocks li p, #home-blocks label {
		margin-bottom: 8px;
	}

	#home-blocks input#email {
		width: 138px;
	}

#collections {
	float: left;
	margin: 0;
	width: 520px;
	list-style: none;
	}

	#collections h2 {
		margin: 0 0 2px;
	}

	#collections h2 a:link {
		text-decoration: none;
	}

	#collections .collections-image {
		float: left; display: inline;
		margin-right: 20px;
		width: 140px;
	}

	#collections .collections-image span {
		position: absolute;
		display: block;
		width: 140px; height: 100px;
		background: url(/images/site/bg_collections_image.gif) no-repeat 0 0;
	}

	#collections .collections-details {
		float: left; display: inline;
		width: 360px;
	}

#brands {
	float: right;
	margin: 0;
	width: 140px;
	background: #fff url(/images/site/bg_brands.gif) repeat-y 0 0;
	}

	#brands h3 {
		margin: 0; padding: 10px 10px 5px;
		background: url(/images/site/bg_brands_top.gif) no-repeat 0 0;
	}

	#brands ul {
		margin: 0; padding: 0 10px;
		list-style: none;
		background: url(/images/site/bg_brands_bottom.gif) no-repeat 0 bottom;
	}

	#brands li {
		padding: 10px 0;
		text-align: center;
		background: url(/images/site/bg_dotline.gif) repeat-x 0 top;
	}

.hiddenFields, .hidden {
	display: none;
	}

.required {
	color: #f60;
	}

#entries {
	margin: 0;
	list-style: none;
	}

.entry {
	margin-bottom: 15px; padding-bottom: 15px;
	background: url(/images/site/bg_dotline.gif) repeat-x left bottom;
	}

	.entry h2 {
		margin: 0 0 2px;
	}

	.entry h2 a:link, .entry h2 a:visited {
		text-decoration: none;
	}

.date {
	font-weight: bold;
	color: #666;
	}

/** SIDEBAR **********************************************/

#sidebar {
	float: right; display: inline;
	margin: 0 10px 0 0; padding: 0;
	width: 220px;
	}

	#sidebar ul {
		margin: 0;
		list-style: none;
	}
	
	#sidebar ul li {
		padding: 10px;
		border-top: 2px solid #d5d5d5;
	}
	
	/*#sidebar ul li:hover {
		background-color: #f8f8f8;
	}*/
	
	#sidebar ul li h4 {
		margin-bottom: 5px;
		font: normal 19px "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	}
	
	#sidebar ul li p, #sidebar ul li label {
		display: block;
		margin-bottom: 8px;
	}

	#sidebar ul li a {
		text-decoration: none;
	}
	
a.btn, button.btn {
	display: block;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/site/bg_buttons.gif) no-repeat 0 0;
	}

a.btn-learnmore {
	width: 140px;
	background-position: 0 0;
	}
	
	a.btn-learnmore:hover {
		background-position: -140px 0;
		}

a.btn-collection {
	width: 140px;
	background-position: 0 -24px;
	}
	
	a.btn-collection:hover {
		background-position: -140px -24px;
		}

a.btn-specials {
	width: 140px;
	background-position: 0 -48px;
	}
	
	a.btn-specials:hover {
		background-position: -140px -48px;
		}

a.btn-buynow {
	width: 90px;
	background-position: 0 -72px;
	}
	
	a.btn-buynow:hover {
		background-position: -140px -72px;
		}

a.btn-viewgallery {
	margin-top: 2px;
	width: 140px;
	background-position: 0 -120px;
	}
	
	a.btn-viewgallery:hover {
		background-position: -140px -120px;
		}

input#email {
	float: left; display: inline;
	margin: 2px 5px 0 0;
	width: 120px;
	}

a.btn-signup {
	width: 140px;
	background-position: 0 -96px;
	}
	
	a.btn-signup:hover, button.btn-signup:hover {
		background-position: -140px -96px;
		}

button.btn-signup {
	padding: 0;
	width: 300px; height: 30px;
	border: none;
	cursor: pointer;
	background-position: 0 -144px;
	}
	
	button.btn-signup:hover {
		background-position: 0 -174px;
		}

/** FOOTER **********************************************/

#footer {
	position: relative;
	margin-bottom: 20px;
	font: normal 11px Verdana;
	color: #8290a4;
	text-align: center;
	background: url(/images/site/bg_footer.gif) no-repeat center 25px;  
	}

	#footer a {
		color: #8290a4;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

	#footer p, #footer address {
		margin-bottom: 5px;
	}

#fnav {
	margin-bottom: 20px !important;
	/*font-weight: bold;*/
	letter-spacing: 0.5px;
	}

#copyright {
	
	}

#credit {
	text-indent: -9999px;
	}

	#credit a {
		display: block;
		margin: 0 auto;
		width: 96px; height: 12px;
		color: #bfd0d7;
		background: url(/images/site/bg_credit.gif) no-repeat 0 0;
	}

	#credit a:hover {
		color: #bfd0d7;
		background: url(/images/site/bg_credit.gif) no-repeat 0 -12px;
	}

/** SLIMBOX **********************************************/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

	#lbPrevLink {
		left: 0;
		background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0% -4px;
		}

		#lbPrevLink:hover {
			/*background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0% 15%;*/
		}

	#lbNextLink {
		right: 0;
		background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% -4px;
		}

		#lbNextLink:hover {
			/*background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;*/
		}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

	#lbCaption {
		font-weight: bold;
	}

@media print {
  html, body {
    color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    }
  a {
     text-decoration : underline;
    color : #0000ff;
    }
  #header, #nav {
    display : none;
  } 
}

@media handheld {

}