html {
	margin: 0;
	padding: 0;
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	color: #716f65;
	background-color: #ececec;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
}

#wrapper {
	width: 852px;
	margin: 0 auto;
	padding: 0 20px;
}

#content {
	width: 100%;
	float: left;
}

a {
	text-decoration: none;
	color: #716f65;
}

a:hover {
	color: #96644b;
}

img {
	border: 0px;
}

a img {
	border: 0px;
}

.button {
	border: 1px solid #cfcec8;
	padding: 4px 4px 2px;
	letter-spacing: 1px;
	margin-left: 50px;
	text-transform: uppercase;
	color: #716f65;
	font-size: 10px;
	background-color: #f7f7f4;
}

address {
	border: 1px solid #cfcec8;
	padding: 12px;
	color: #96644b;
	background-color: #f7f7f4;
	font-weight: normal;
	font-style: normal;
	width: 326px;
	font-size: .8em;
	line-height: 1.6em;
	margin-left: 100px;
}

.button:hover {
	border: 1px solid #96644b;
	color: #96644b;
}

strong {
	color: #96644b;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
}

#productCopyText a{
	color: #96644b;
}

#productCopyText a:hover {
	color: #96644b;
	border-bottom: 1px solid #96644b;
}

h1 {
	margin: 0;
}

#header {
	width: 852px;
	height: 115px;
	background: url(../images/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

h1 a {
	width: 245px;
	height: 52px;
	margin-right: auto;
	margin-left: 305px;
	display: block;
	float: left;
	margin-top: 40px;
}

h1 a span {
	display: none;
}

#header .links {
	text-align: right;
	letter-spacing: 1px;
	margin-right: 28px;
	display: block;
	float: right;
	margin-top: 12px;
	font-variant: small-caps;
	font-size: .8em;
}

#header .links a {
	text-decoration: none;
	color: #716f65;
}

#header .links a:hover {
	color: #96644b;
}

#header .links .space {
	margin-right: 10px;
	margin-left: 10px;
	color: #716f65;
}

#nav {
	width: 852px;
	border-bottom: 1px solid #cfcec8;
	height: 28px;
	margin: 0;
	padding: 0;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 28px;
}

#nav ul li {
	float: left;
	height: 28px;
	padding: 0;
	margin: 0 28px 0 8px;
}

#nav a {
	height: 28px;
	margin: 0;
	padding: 0;
	display: block;
}

#nav a:hover {
	background-position: 0 -28px;
}

#nav a span {
	display: none;
}

#nav .bags, #nav .bags_on {
	width: 117px;
	background: url(../images/buttons/bags.png) no-repeat;
}

#nav .wallets, #nav .wallets_on {
	width: 74px;
	background: url(../images/buttons/wallets.png) no-repeat;
}

#nav .sale, #nav .sale_on {
	width: 142px;
	background: url(../images/buttons/sale.png) no-repeat;
}

#nav .products, #nav .products_on {
	width: 122px;
	background: url(../images/buttons/products.png) no-repeat;
}

#nav .bag, #nav .bag_on {
	width: 140px;
	display: block;
	background: url(../images/buttons/bag.png) no-repeat;
	margin-left: 75px;
	margin-right: 0;
}

#nav .bags_on, #nav .wallets_on, #nav .sale_on, #nav .products_on, #nav .bag_on {
	background-position: 0 -28px;
}

#footer {
	width: 804px;
	height: 40px;
	margin: 0;
	padding: 28px 24px 0;
	text-align: center;
	clear: both;
	border-top: 1px solid #cfcec8;
}

#footer .links {
	letter-spacing: 2px;
	font-variant: small-caps;
	margin-right: auto;
	text-transform: lowercase;
	font-size: .75em;
	margin-left: auto;
}

#footer .space {
	margin-right: 10px;
	margin-left: 10px;
	color: #716f65;
}

.copyright {
	color: #716f65;
}

.text_page {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

.text_page h2 {
	text-align: center;
}

.text_page p {
	font-size: .8em;
	line-height: 1.6em;
	margin-top: 12px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.text_page ul {
	margin: 25px 0 0 100px;
	padding: 0;
}

.text_page li {
	margin: 12px 0;
	padding: 0;
	list-style-type: circle;
}

.retailers {
	margin-left: 90px;
}

body.contactbody {
}

#contactform input {
	border: 1px;	
}
