@charset "UTF-8";
/* CSS Document */

:focus {outline: 0;}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

/* misc */

a {
	color: #83192d;
	text-decoration: none;
}

a:hover {
	color: #49141e;
}

a.active {
	color: #333;
}

a img {
	border: 0;
}

img {
	margin: 0; /* ie hack */
}

input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* layout */

#container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #414245;
	background: white url('/images/body_bg.png') 0 -10px repeat-x;
}

#main {
	padding-bottom: 40px;
}

/* header */

#header {
	height: 110px;
	padding-bottom: 200px;
}
#header .logo {
	margin-top: 23px;
	width: 180px;
	height: 75px;
}

/* subheader */

#supersized {
	position: absolute;
	top: 110px;
	height: 200px;
	width: 100%;
	left: 0;
	overflow: auto;
}

#subheader {
	//margin-top: -155px;
	width: 100%;
	height: 130px;
	position: absolute;
	left: 0;
	//overflow-x: hidden;
	//background: #474220;
}

#header_todays_woman {
	margin-top: -138px;
	margin-bottom: 63px;
	position: relative;
	z-index: 500;
}

header_todays_woman {
	
}

/* nav */

#nav_bar {
	margin-top: -155px;
	position: absolute;
	width: 100%;
	left: 0;
	height: 32px;
	background-image: url('/images/nav_bar_bg.png');
}

#nav {
	padding-left: 325px;
	padding-left: 336px;
	line-height: 40px;
	margin-top: -28px;
	float: left;
	text-align: right;
	list-style: none;
	width: 625px;
	margin-right: -10px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	font-size: 15px;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#nav a.active, #nav a:hover {
	color: #82192d;
}

#nav ul {
	position: absolute;
	top: 110px;
	background: #fff;
	margin: 0;
	padding: 10px 0;
	z-index: 500;
	width: 200px;
	display: none;
	list-style: none;
	clear: both;
}

#nav ul li {
	width: 200px;
	clear: both;
}

#nav ul a {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 3px 7px;
	display: block;
	color: #333;
}

/* left */

#left, #right {
	float: left;
}

#left {
	width: 295px;
	padding-right: 50px;
	color: #33302e;
	padding-bottom: 40px;
}

#side_menu {
	margin-top: 20px;
}

#side_menu a {
	display: block;
	float: left;
	clear: both;
	line-height: 28px;
	font-size: 20px;
	color: #58595b;
}

#side_menu .sub_menu {
	margin-bottom: 8px;
}

#side_menu .sub_menu a {
	font-size: 16px;
	line-height: 22px;
}

#side_menu a:hover, #side_menu a.active {
	color: #83192d;
}

/* right */

#right {
	width: 605px;
	padding-bottom: 40px;
}

#right .section {
	font-size: 25px;
	line-height: 25px;
	color: #83192d;
	margin-top: -40px;
	margin-bottom: 35px;
	position: relative;
	z-index: 500;
}

#right h1 {
	font-size: 20px;
	color: #83192d;
	font-weight: normal;
	margin: 0 0 12px;
	line-height: 28px;
}

#right h1.title {
	/*margin-top: -5px;*/
}

#right h2 {
	font-size: 15px;
	line-height: 18px;
	color: #83192d;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}

#right h3 {
	font-size: 14px;
	line-height: 18px;
	color: #83192d;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
}

#right p {
	margin-top: 0;
	line-height: 18px;
	max-width: 500px;
}

#right li {
	line-height: 18px;
	margin-top: 5px;
}

/* history clippings */

.history_clippings {
	float: left;
}
.history_clippings div {
	float: left;
	margin-right: 35px;
}

/* product gallery */

.product_gallery {
	margin-right: -35px;
	margin-bottom: -25px;
	float: left;
}
.product_gallery div {
	float: left;
	margin-right: 35px;
	margin-bottom: 25px;
	line-height: 16px;
}

#right .product_gallery div a {
	background: url('/images/gallery_link_bg.png') top left no-repeat;
	display: block;
	color: #373D41;
	width: 178px;
	height: 177px;
}

#right .product_gallery div a:hover {
	color: #373D41;
}

.product_gallery div img {
	width: 178px;
	height: 142px;
	margin-bottom: 5px;
}
.product_gallery div span {
	display: block;
	text-align: center;
}

/* product page */

.product_page div {
	float: left;
	width: 200px;
	padding-right: 35px;
}

.product_page img {
	float: left;
}

/* fitting guide */

.fitting_diagrams img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.size_chart td {
	text-align: center;
}
.size_chart table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.size_chart table td {
	line-height: 21px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 70px;
}

.size_chart td.headcol {
	width: 15px;
	line-height: 14px;
	border-bottom: 0;
	text-align: left;
}

.size_chart td.headrow {
	border-right: 0;
	padding-bottom: 2px;
}

.size_chart td.red {
	color: #83192d;
}

.heart {
	width: 30px;
	height: 32px;
	vertical-align: middle;
	margin-right: 10px;
}

/* join us page */

#shop_other {
	display: none;
}

#right .join_privacy p {
	padding-top: 22px;
	font-size: 11px;
	line-height: 16px;
}

/* stockists page */

.stockist_list img {
	margin-bottom: 4px;
	margin-top: 18px;
}

/* project overview */

.project_gallery > div {
	float: left;
	border-top: 1px solid #A3A08F;
	padding: 8px 0;
	width: 680px;
}

.project_gallery a.thumb {
	float: left;
	width: 205px;
	padding-right: 0;
}

.proect_gallery img {
	width: 165px;
	height: 78px;
}

.project_gallery a {
	float: left;
	width: 140px;
	padding-right: 60px;
	font-weight: bold;
	text-transform: uppercase;
}

.project_gallery p {
	float: left;
	width: 230px;
	padding-right: 45px;
}

/* project images */

.project_thumbs {
	text-align: right;
}

.project_thumbs img {
	margin-bottom: 25px;
}

/* contact form */

.contact_details td {
	vertical-align: top;
	line-height: 18px;
}

.google_map {
	float: right;
	height: 100px;
	width: 150px;
}

.contact_form .top_align {
	padding-top: 7px;
	vertical-align: top;
	line-height: 18px;
}

.contact_form td {
	font-size: 12px;
}
.contact_form .req {
	margin-left: 5px;
	font-size: 16px;
	color: #83192d;
	vertical-align: middle;
}

.button {
	display: block;
	line-height: 24px;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	background-color: #83192d;
	text-transform: uppercase;
	font-size: 12px;
}
.button:hover {
	color: #fff;
	background-color: #5a1622;
}

.contact_form input[type=text], .contact_form textarea {
	border: 1px solid #BBB;
	height: 14px;
	line-height: 12px;
	margin-top: 5px;
	padding: 6px;
	width: 255px;
}

.contact_form textarea {
	overflow: auto;
	height: 140px;
}

.contact_form input[type=checkbox] {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
}

.contact_form input[type=submit] {
	color: #43220b;
	background-color: #F89828;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px 1px 5px;
	border-bottom: 1px solid orange;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_message {
	float: left;
	line-height: 24px;
	width: 189px;
	margin-top: 5px;
	display: block;
}

.contact_form a {
	width: 80px;
	float: left;
}

/* footer */

#footer {
	height: 100px;
	margin-top: -100px;
	position: relative;
	clear: both;
	background-color: #EAE0D6;
}
#footer > div {
	width: 950px;
	font-size: 12px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
}
#footer > div > div {
	float: left;
	width: 282px;
	margin-left: 52px;
}

#footer div.first {
	margin-left: 0;
}

#footer .title {
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 15px;
}

#footer div a {
	color: #83192d;
}
#footer div a:hover, #footer a.active {
	color: #49141e;
}

#footer img {
	vertical-align: middle;
	margin-right: 20px;
}

#footer .menu span {
	margin: 0 10px;
	background: transparent url('/images/footer_separator.png') center no-repeat;
}

/* sticky footer */

/* CLEAR FIX*/
#main { padding-bottom: 100px;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%;
	width: 1050px;
	height: 209px;
	margin: 0 auto;
	display: none;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 1050px; /* opera hack */
	height: 209px; /* opera hack */
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	width: 37px;
	height: 37px;
}
#slider .nivo-control.active img {
	//border-color: 6b2368;
}

#slider .nivo-control {
	padding: 2px;
}

#slider .nivo-control.active div {
	border: 2px solid #6b2368;
	height: 33px;
	width: 33px;
	position: absolute;
	top: 2px;
	left: 2px; /*ie hack */
}
#silder .nivo-control div:hover {
	border: 2px solid #32a960;
}
#slider .nivo-controlNav {
	position: absolute;
	bottom: -51px;
	right: 50px;
}

#slider .nivo-control {
	float: left;
	display: block;
	//padding: 2px solid white;
}

#slider3 {
	margin-bottom:110px;
}
#slider3 .nivo-controlNav {
	position:absolute;
	left:29%;
	bottom:-70px;
}
#slider3 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}
#slider3 .nivo-controlNav a.active img {
	-moz-box-shadow:0px 0px 5px #fff;
	-webkit-box-shadow:0px 0px 5px #fff;
	box-shadow:0px 0px 5px #fff;
}

/* misc */

.purple {
	color: #6a2668;
}
.hr {
	height: 1px;
	background: transparent url('/images/hr_bg.png') top left;
	width: 100%;
}
.left {
	float: left;
}
.hr.padded {
	margin: 15px 0;
}