* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	font-family: 'Monaco', Lucida Console, Lucida Sans Typewriter, sans-serif;
	font-size: 9pt;
	margin: 0;
	background: #fff;
}
a
{
	color: #000;
	border-bottom: 3px #FCEE21 solid;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FCEE21;
}
a img {
	border:none;
}
h1 {
	display: none;
}
h2 {
	padding-top: 20px;
	font-family: 'Century Gothic', Trebuchet MS, helvetica, sans-serif;
	font-size: 22pt;
	/*margin: 0.3em 0;
	padding-top: 0.8em;*/
}
p{
	padding-top: 14px;
}
ul, li {
	margin: 0 12px;
}

/* Menu */
.menu{
	position: absolute;
	z-index: 10;
}
.bgArticles, .bgWeRecommends, .bgPresses, .bgAbouts{
	position: absolute;
	width: 205px;
	height: 205px;
	z-index: 8;
}
.bgArticles{
	top: 7px;
	left: 12px;
	background-image: url('../img/news.gif');
	background-repeat: no-repeat;
}
.bgWeRecommends{
	top: 11px;
	left: 7px;
	background-image: url('../img/recommend.gif');
	background-repeat: no-repeat;
}
.bgPresses{
	top: 12px;
	left: 7px;
	background-image: url('../img/press.gif');
	background-repeat: no-repeat;
}
.bgAbouts{
	top: 11px;
	left: 7px;
	background-image: url('../img/about.gif');
	background-repeat: no-repeat;
}
/* Layout */
.shop {
	position: absolute;
	top: 0px;
	left: 215px;
	width: 500px;
	z-index: 2;
}
.Home, .WeRecommends, .getInTouch, .News, .Press
{
	position: absolute;
	z-index: 2;
}
#footer {
	position: absolute;
	bottom: 0;
	display: block;
	width: 700px;
	padding: 20px 10px;
	text-align: right;
}
.space {
	height: 40px;
	display: block;
}

.Home{
	top: 48px;
	left: 236px;
}
.WeRecommends
{
	top: 150px;
	left: 84px;
	padding-left: 60px;
	width: 435px;
	background-image: url('../img/line.gif');
	background-repeat: repeat-y;
}
.WeRecommends .posted{
	font-family: 'Century Gothic', Trebuchet MS, helvetica, sans-serif;
	font-size: 80%;
	height: 25px;
}
.WeRecommends .body{
	font-size: 110%;
	padding-top: 25px;
}

.getInTouch{
	top: 190px;
	left: 112px;
}
.Map{
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 1;
}

.News
{
	top: 40px;
	left: 196px;
	padding-left: 60px;
	width: 435px;
	background-image: url('../img/line.gif');
	background-repeat: repeat-y;
}
.News .article h2 { 
	margin-bottom: 6px; 
}
.News .article h2 a { 
	padding: 2px; 
}

.Seasons
{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 264px;
	width: 215px;
	height: 350px;
	background-image: url('../img/collections.gif');
	background-repeat: no-repeat;
	background-position: 118px 76px;
	z-index: 3;
}
.Seasons ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 158px;
	text-align: right;
}
.Seasons li { 
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
.Seasons li a
{
	font-family: 'Century Gothic', Trebuchet MS, helvetica, sans-serif;
	font-size: 9pt;
	color: #595959;
	border: none;
	padding-right: 10px;

}
.Seasons li a:hover, .Seasons li a.active
{
	color: #595959;
	border-bottom: 2px #FCEE21 solid;
}

.Collection h3
{
	position: absolute;
	top: 225px;
	left: 0;
	width: 144px;
	/*color: #FCEE21;
	font-family: 'Century Gothic', Trebuchet MS, helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;*/
	text-align: right;
	z-index: 4;
}
.galleryScroll {
	position: absolute;
	top: 540px;
	left: 66px;
	width:300px;
	z-index: 4;
}
.galleryScroll .next {
	margin-left: 11px;
}
.imageNext, .imageNext a
{
	position: absolute;
	top: 10px;
	left: 100px;
	display: block;
	width: 40px;
	height: 24px;
	border: none;
	z-index: 9999;
}
.imagePrev, .imagePrev a
{
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	width: 80px;
	height: 24px;
	border: none;
	z-index: 9999;
}
.imageNext a, .imagePrev a { z-index: 99999; background-color: #fff }

#newsletter {
	position: absolute;
	top: 290px;
	left: 32px;
	z-index: 2;
}
#newsletter a {
	border: none;
}
#subscribe, #request {
	font-family: 'Century Gothic', Trebuchet MS, helvetica, sans-serif;
}
#subscribe p, #request p{
  padding: 0;
  width: 350px;
  height: 70px;
	font-family: 'Monaco', Lucida Console, Lucida Sans Typewriter, sans-serif;
}
#wholesale {
	margin-top: 25px;
}

.About{
	position: absolute;
	top: 135px;
	left: 99px;
	padding-left: 60px;
	width: 435px;
	background-image: url('../img/line.gif');
	background-repeat: repeat-y;
}
.About h2{
	height: 40px;
}
.Boutiques{
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 5;
}
.BoutiqueText{
	position: absolute;
	top: 80px;
	left: 245px;
	width: 570px;
	z-index: 10;
}
#boutique .text{
	font-family: 'Monaco', Lucida Console, Lucida Sans Typewriter, sans-serif;
	padding-top: 23px;
}
#boutique .link{
  display: block;
	padding-top: 20px;
}


.Press
{
	position: absolute;
	top: 12px;
	left: 72px;
	width: 3px;
	height: 1030px;
	background-image: url('../img/line.gif');
	background-repeat: repeat-y;
	background-color: #FF0;
}
.pressx a{
	border: none;
}
.press1{
	position: absolute;
	top: 90px;
	left: 195px;
}
.press2{
  position: absolute;
  top: 27px;
  left: 282px;
}
.press3{
  position: absolute;
  top: 22px;
  left: 470px;
}
.press4{
  position: absolute;
  top: 195px;
  left: 93px;
}
.press5{
  position: absolute;
  top: 195px;
  left: 310px;
}
.press6{
  position: absolute;
  top: 343px;
  left: 103px;
}
.press7{
  position: absolute;
  top: 292px;
  left: 462px;
}
.press8{
  position: absolute;
  top: 388px;
  left: 302px;
}
.press9{
  position: absolute;
  top: 512px;
  left: 92px;
}
.press10{
  position: absolute;
  top: 646px;
  left: 83px;
}
.press11{
  position: absolute;
  top: 810px;
  left: 84px;
}
.press12{
  position: absolute;
  top: 610px;
  left: 323px;
}
.press13{
  position: absolute;
  top: 817px;
  left: 283px;
}
.press14{
  position: absolute;
  top: 520px;
  left: 475px;
}
.press15{
  position: absolute;
  top: 725px;
  left: 485px;
}



/* Forms */
form {
	clear: both;
	padding: 0;
	margin: 0;
}
form div {
	clear: both;
	padding-top: 7px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	width: 110px;
	float: left;
}
input, textarea
{
	display: block;
	font-size: 8pt;
	font-family: 'Monaco', Lucida Console, Lucida Sans Typewriter, sans-serif;
	padding: 3px;
	width: 165px;
	border: 3px #FCEE21 solid;
	float: left;
}
.submit input {
	display: inline;
	padding-top: 10px;
	width: auto;
	vertical-align: bottom;
	border: none;
	text-align: right;
	margin-left: 50px;
}
#subscribe .submit input {
	margin-left: 80px;
}
#request .submit input {
	margin-left: 55px;
}
div.error-message {
	clear: both;
	color: #000;
	font-family: 'Monaco', Lucida Console, Lucida Sans Typewriter, sans-serif;
	font-size: 8pt;
}
