@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
overflow: auto;
}

body {
	font: 86% Arial, Helvetica, sans-serif;
	background: #b7b06a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.layout #wrapper {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.layout #container {
	background-color: white;
	width: 780px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.layout #header {
	background-color: white;
	height: 120px;
	margin: 0;
	padding: 0;
	width: 780px;
	background-image: url(img/mainbanner.gif);
}

.layout #navbar {
	background-color: #622a54;
	width: 756px;
	height: 38px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	font-size: 98%;
}

.layout #navbar #cart {
	float: left;
	margin-top: 10px;
	color: white;
}

.layout #navbar #cart a, a:link {
	color: white;
	padding-left: 0px;
	text-decoration: none;
}

.layout #navbar #cart a:hover {
	text-decoration: underline;
}

.layout #navcontainer {
	text-align: right;
	margin-right: 24px;
}

.layout #navcontainer ul {
	padding-top: 10px;
}

.layout #navcontainer #navlist li {
	display: inline;
	padding-bottom: 14px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.layout #navcontainer #navlist a, a:link {
	padding-left: 20px;
	padding-bottom: 14px;
	text-decoration: none;
	color: white;
}

.layout #navcontainer #navlist a:hover, a:active {
	text-decoration: none;
	color: #e4dd94;
	background: url(img/menuarrow.gif) no-repeat;
}

.layout #navcontainer #navlist a#current {
	text-decoration: none;
	color: #e4dd94;
	background: url(img/menuarrow.gif) no-repeat;
}

.layout #contentArea {
	width: 756px;
	height: 344px;
	background-color: white;
	margin-right: 12px;
	margin-left: 12px;
}

.layout #contentArea #home {
	width: 756px;
	height: 344px;
	float: left;
	text-align: left;
	background: #d1cd95;
}

.layout #contentArea #home h1 {
	color: #622a54;
	font-size: 90%;
	font-weight: bold;
	display: block;
	position: relative;
	top: 110px;
	left: 32px;
	width: 335px;
}

.layout #contentArea #home p {
	color: #ffffff;
	font-size: 80%;
	position: relative;
	display: block;
	width: 335px;
	left: 32px;
	top: 124px;
}

.layout #contentArea #loginform {
	position: relative;
	display: block;
	width: 335px;
	left: 32px;
	top: 124px;
}

.layout #contentArea #sidebar {
	background-color: #d1cd95;
	width: 180px;
	height: 344px;
	float: left;
	text-align: left;
}

.layout #contentArea #sidebar ul {
	padding-top: 24px;
	padding-left: 24px;
	color: #622a54;
	list-style-type: none;
}

.layout #contentArea #sidebar #subnavlist li {
	padding-bottom: 12px;
}

.layout #contentArea #sidebar #subnavlist li a, a:link {
	color: #622a54;
	text-decoration: none;
	padding-left: 20px;
}

.layout #contentArea #sidebar #subnavlist li a:hover, a:active {
	color: white;
	background: url(img/sidebar_arrow.gif) no-repeat;
	padding-left: 20px;
}

.layout #contentArea #sidebar #subnavlist a#current {
	color: white;
	background: url(img/sidebar_arrow.gif) no-repeat;
	padding-left: 20px;
}

.layout #contentArea #sidebar #sidebarbase {
	width: 180px;
	height: 158px;
	background: url(img/women_sidebar.jpg) no-repeat 0 bottom;
	position: relative;
	top: 110px;
}

.layout #contentArea #sidebar #sidebarbase p {
	color: white;
	font-size: 75%;
	padding-left: 12px;
}

.layout #contentArea #sidebar #sidebarbase_men {
	width: 180px;
	height: 158px;
	background: url(img/men_sidebar.jpg) no-repeat 0 bottom;
	position: relative;
	top: 84px;
}

.layout #contentArea #sidebar #sidebarbase_men p {
	color: white;
	font-size: 75%;
	padding-left: 12px;
}

.layout #contentArea #sidebar #sidebarbase_accessories {
	width: 180px;
	height: 158px;
	background: url(img/accessories_sidebar.jpg) no-repeat 0 bottom;
	position: relative;
	top: 136px;
}

.layout #contentArea #sidebar #sidebarbase_accessories p {
	color: white;
	font-size: 75%;
	padding-left: 12px;
}

.layout #contentArea #mainContent {
	background-color: #e4dd94;
	width: 564px;
	height: 344px;
	float: left;
	margin-left: 12px;
	text-align: left;
}

.layout #contentArea #mainContent #thumb {
	padding-left: 13px;
	padding-top: 12px;
}

.layout #contentArea #mainContent #thumb a img, a:link img {
	border: 2px solid white;
	margin-bottom: 6px;
	margin-right: 20px;
	background-image: none;
}

.layout #contentArea #mainContent #thumb a:hover img, a:active img {
	border: 2px solid #b7b06a;
}

.layout #contentArea #mainContent #thumb a:hover, a:active {
	background-image: none;
	padding-left: 0px;
}

.layout #contentArea #mainContent #prodpic {
	padding-left: 13px;
	padding-top: 12px;
}

.layout #contentArea #mainContent #prodpic img {
	border: 2px solid white;
	margin-right: 24px;
	float: left;
}

.layout #contentArea #mainContent #prodtext {
	display: block;
	width: 282px;
	float: left;
}

.layout #contentArea #mainContent #prodtext h1 {
	color: #622a54;
	text-transform: uppercase;
	font-size: 130%;
	padding-top: 12px;
}

.layout #contentArea #mainContent #prodtext .price {
	color: #a9122a;
	text-transform: uppercase;
	font-size: 130%;
}

.layout #contentArea #mainContent #prodtext .description {
	color: #622a54;
	font-size: 90%;
	padding-top: 18px;
}

.layout #contentArea #mainContent #prodtext .description a, a:link, a:visited {
	color: #622a54;
	text-decoration: none;
}

.layout #contentArea #mainContent #prodtext .description a:hover {
	color: #622a54;
	text-decoration: underline;
}

.layout #contentArea #mainContent #prodtext .sizes {
	color: #622a54;
	font-size: 90%;
	padding-top: 6px;
	text-align: right;
}

.layout #contentArea #mainContent #prodtext .sizes strong {
	float: left;
}

.layout #contentArea #mainContent #prodtext .colourways {
	color: #622a54;
	font-size: 90%;
	padding-top: 6px;
	text-align: right;
}

.layout #contentArea #mainContent #prodtext .colourways strong {
	float: left;
}

.layout #contentArea #mainContent #prodtext .sizes a, a:link {
	color: #a9122a;
	text-decoration: underline;
	padding-left: 56px;
	padding-top: 0;
}

.layout #contentArea #mainContent #prodtext .colourways a, a:link {
	color: #a9122a;
	text-decoration: underline;
	padding-left: 56px;
	padding-top: 0;
}

.layout #contentArea #mainContent #prodtext a:hover, a:active {
	color: #622a54;
}

.layout #contentArea #mainContent #prodtext #shoppingArea {
	color: #a9122a;
	padding-top: 18px;
	line-height: 150%;
	font-size: 90%;
}

.layout #contentArea #mainContent #prodtext #shoppingArea label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.layout #contentArea #mainContent #prodtext #shoppingArea label {
	text-align: left;
	width: 75px;
	padding-right: 20px;
}

.layout #contentArea #mainContent #prodtext #shoppingArea br {
	clear: left;
}
.layout #contentArea #mainContent #carttext {
	padding-left: 24px;
}
.layout #contentArea #mainContent #carttext h1 {
	color: #622a54;
	text-transform: uppercase;
	font-size: 110%;
	padding-top: 12px;
}
.layout #contentArea #mainContent #sitemap {
	padding-left: 24px;
	padding-top: 24px;
}
.layout #contentArea #mainContent #sitemap {
	color: #622a54;
}
.layout #contentArea #mainContent #sitemap a, a:link {
	color: #622a54;
}
.layout #contentArea #mainContent #sitemap a:hover {
	color: #622a54;
	text-decoration: underline;
}
.layout #footer {
	width: 780px;
	height: 28px;
	margin-top: 12px;
	background-color: #b7b06a;
	color: white;
	font-size: 80%;
	clear: both;
	text-shadow: #000000 0 0 0px;
}

.layout #footer #links {
	float: left;
	margin-left: 12px;
	text-align: left;
	margin-top: 6px;
	color: white;
}

.layout #footer #links ul {
	list-style-type: none;
}

.layout #footer #links #footerlinks li {
	display: inline;
	padding-right: 20px;
}

.layout #footer #links #footerlinks a, a:link {
	text-decoration: none;
	color: white;
}

.layout #footer #links #footerlinks a:hover {
	text-decoration: underline;
}

.layout #footer #credit {
	float: right;
	margin-right: 12px;
	text-align: right;
	margin-top: 6px;
}

.layout #footer #credit ul {
	list-style-type: none;
}

.layout #footer #credit #creditlink a, a:link {
	text-decoration: none;
	color: white;
	padding-left: 0;
}

.layout #footer #credit #creditlink a:hover {
	text-decoration: underline;
}

.floatRight {
	float: none;
}

:focus
{
  -moz-outline-style: none;
}