/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-
YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/* DEFAULTS */
html,body,div,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #1D3C52 url(../Images/bk.jpg) repeat-x;
}

img, div { behavior: url(/SiteFiles/1348/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: "Helvetica Neue Thin Extended",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}
a:link, a:visited, a:active {
	color: #9900CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none; 
}

h1 {
	font-size: 36px;
	color: #10A2DD;
	margin:0 0 24px;
	font-weight:normal;
}
h2 {
	font-size: 24px;
	color: #B3B3B3;
	font-weight:normal;

}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-weight:normal;

}
h4 {
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	font-weight:normal;

}
h5 {
	font-size: 24px;
	color: #B3B3B3;
	font-weight:normal;

}

/* SEARCH */
#search {
	background:transparent url(/sitefiles/1348/Images/search-field.png) no-repeat scroll 0 0;
	float:right;
	height:26px;
	margin-top:20px;
	width:122px;
	behavior: url(/SiteFiles/1348/Scripts/iepngfix.htc);
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform:uppercase;
}
.searchField {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#808080;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:5px 0 0 24px;
	padding:0;
	width:83px;
}
.searchButton {
	display:none;
	visibility:hidden;
	width:0;
}

/* SIGNUP */
.signupPanel {
	margin-left:17px;
}
.signupField {
	background:transparent url(/sitefiles/1348/Images/signup-field.png) no-repeat scroll 0 0;
	border:0 none;
	color:#999999;
	float:left;
	height:22px;
	padding-left:10px;
	padding-top:6px;
	text-decoration:none;
	width:130px;
	behavior: url(/SiteFiles/1348/Scripts/iepngfix.htc);
}
.signupButton {
	background: transparent url(/sitefiles/1348/Images/signup-button.png) no-repeat;
	border:0 none;
	float:left;
	height:26px;
	line-height:0;
	right:0;
	text-indent:-1000px;
	width:24px;
	behavior: url(/SiteFiles/1348/Scripts/iepngfix.htc);
}


/* SUB NAV */
#subnavWrapper {
	border-right: 1px solid #E5E5E5;
    width: 170px;
    float: left;
}
#subnavWrapper p {
	display: none;
}
#subnavWrapper h2 {
	margin-left: 20px;
}
#subnavWrapper h2 a {
	color: #B3B3B3;
	font-size: 12px;
	font-weight: normal;
	text-transform:uppercase;
}
#subnav {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}
#subnav li {
	padding: 0;
    margin: 0;
    background: none;
}
* html #subnav li {
	height: 33px;
}
#subnav a {
	color: #000;
	display:block;
	font-size: 13px;
	padding: 6px 6px 6px 20px;
	text-decoration: none;
}
#subnav a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
}
#subnav a.current {
	background-color: #F2F2F2;
}


/* WRAPPERS */
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#mainnavWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#content-top-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
#content-mid-wrapper {
	border-bottom: 1px solid #112330;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content-bottom-wrapper {
	border-bottom:1px solid #112330;
	margin: 0;
	padding: 0;
	width: 100%;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	color: #999;
}
#footer-bottom-wrapper {
	border-top:1px solid #112330;
	height:100px;
}


/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	height: 128px;
}
#logo {
	float:left;
	height:74px;
	margin:30px 0 0 33px;
	width:194px;
}
* html #logo {
	margin-left: 20px;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content-top {
	margin: 18px auto;
	width: 974px;
	position: relative;
}
#content-top-default {
	background-color: #FFF;
	margin: 18px auto;
	padding: 40px;
	width: 894px;
}
#content-top-default-left {
	float: left;
	width: 170px;
	margin-right: 80px;
}
#content-top-default-right {
	float: left;
	width: 640px;
}
#content-top-nosub-left {
	float:left;
	margin-right:40px;
	width:370px;
}
#content-top-nosub-right {
	float: left;
	width: 480px;
}
#content-mid {
	margin:16px auto;
	width:974px;
}
#ad1 {
	float: left;
	margin-right: 10px;
}
#ad2, #ad3 {
	border-right: 1px dashed #FFF;
	float: left;
}
#ad2 a, #ad3 a, #ad4 a {
	color:#FFFFFF;
	display:block;
	height:90px;
	padding-top:50px;
	text-align:center;
	text-decoration:none;
	width:205px;
}
#ad2:hover, #ad3:hover, #ad4:hover {
	background-color: #112330;
	text-decoration: none;
}
#ad3 {
	border-right: 1px dashed #FFF;
	float: left;
}
#ad4 {
	float:left;
	height:140px;
	text-align:center;
	width: 205px;
}
#ad4 img {
	margin-top:50px;
}
#join-now {
	color: #FFF;
}
#content-bottom {
	background-color:#FFFFFF;
	border:15px solid #112330;
	margin:0 auto;
	width:944px;
}
img#content-bottom-left {
	float:left;
	margin:5px 40px;
}
div#content-bottom-right {
	float:left;
	margin-top:30px;
	width:570px;
}
#content-bottom-right p {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 30px 0px;
	width: 950px;
	border-top: 1px solid #32474e;
}
#footer-top, #footer-bottom {
	width: 974px;
	margin:  0 auto;
}
#footer-top p, #footer-bottom p {
	color: #999;
}
#footer-logo {
	display:block;
	float:left;
	margin:30px 20px 30px 0;
}
p#footer-info {
	float:left;
	font-size:11px;
	margin-top:30px;
	width:480px;
}
div#footer-links {
	float:right;
	margin-top:25px;
}
#footer-links img {
	margin-left: 10px;
}
#footer-bottom-left {
	float: left;
}
#footer-bottom-right {
	float: right;
}
#footer-bottom p {
	font-size: 11px;
}
#footer-bottom a {
	color: #999;
	text-decoration: none;
}
#footer-bottom-right p {
	text-align: right;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}

/* PHOTO GALLERY */
.photogallery {
	padding: 0px;
	margin: 0;
	list-style: none;
}
.photogallery li {
	background:transparent none repeat scroll 0 0;
	float:left;
	margin:0;
	padding:0 16px 10px 0;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #BFBFBF;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #000;
	display: block;
}

/* SLIDER */
#slideshowWrapper {padding: 38px 0;}
#workWrapper {
	margin: 0px auto;
	padding: 8px 0px 4px;
	width: 974px;
	position: relative;
	z-index:6;
}
html>body #workWrapper {
	*padding: 8px 0px 4px;
	padding: 8px 0px 4px;
}
* html #workWrapper {
	padding: 0px 0px;
}
#work {
	background:transparent none repeat scroll 0 0;
	height:450px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:974px;
}
* html #work {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	width: 974px;
	height: 450px;
	overflow: hidden;
}
#work li {
	padding: 0;
	margin: 0px 33px 33px 0px;
	float: left;
	background: none;
	display: block;
}
#work li.lastimage {
	padding: 0;
	margin: 0 0 33px;
	float: left;
	background: none;
	display: block;
}
#work a {
	display: block;
	text-decoration: none;
}
a#work-nav-prev:link, a#work-nav-prev:visited, a#work-nav-prev:active{
	background:transparent url(/SiteFiles/1348/Images/arrow-left.gif) no-repeat scroll center top;
	display:block;
	height:85px;
	left:-55px;
	position:absolute;
	text-indent:-9999px;
	top:150px;
	width:75px;
	z-index:5;
	background-image: url(/sitefiles/1348/Images/arrow-left.png);
}
a#work-nav-next:link, a#work-nav-next:visited, a#work-nav-next:active{
	background:transparent url(/SiteFiles/1348/Images/arrow-right.gif) no-repeat scroll center top;
	display:block;
	height:85px;
	position:absolute;
	right:-55px;
	text-indent:-9999px;
	top:150px;
	width:75px;
	z-index:5;
	background-image: url(/sitefiles/1348/Images/arrow-right.png);
}
div.quickcart {
	display: none;
}
.slider {
	background-color:#FFFFFF;
	padding:20px;
	width:934px;
	z-index:10;
	height: 410px;
}

/* TOGGLE */
.collection {
	background-color:#FFFFFF;
	display: none;
	padding:20px;
	position:absolute;
	top:146px;
	width:934px;
	z-index:10;
	height: 410px;
}
img#collection-tick {
	left:410px;
	position:absolute;
	top:-9px;
}
img.collection-left {
	float:left;
	margin-right:30px;
}
.collection-right {
	float:left;
	width:450px;
}
.collection-right p {
	color: #000;
}
#collection-right li {
	margin: 10px 0;
}
img#collection-dress {
	position:relative;
	top:6px;
	margin-right:5px;
}
#collection-dropdown {
	border-right:1px solid #808080;
	color:#000000;
	float:right;
	font-family: "Helvetica Neue Thin Extended",Helvetica,Arial,sans-serif;
	font-size:16px;
	padding:0 16px;
	text-decoration:none;
}

/* BREADCRUMBS */
#breadcrumbs {
	border-top:1px solid #E5E5E5;
	float:left;
	margin:40px 0 0;
	text-align:left;
	width:100%;
	padding-top: 10px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumbs a {
	padding: 0 0 0 16px;
	font-size: 11px;
	color: #000;
	background: url(/SiteFiles/1348/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumbs a:hover {
	color: #666;
}
#breadcrumbs a.first {
	background: none;
	padding-left:10px;
}
#breadcrumbs a.current  {
	color: #666;
}
