@charset "UTF-8";
body {
	font: "Courier New", Courier, monospace;
	background: #ffffff;
	font-size:10px;
	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;
}
.gardeStyles #container {
	width: 1000px;  /* 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 */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
}
.gardeStyles #header {
	background: #ffffff;
	padding: 22px 10px 18px 67px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 923px;
	float: left;
}
.gardeStyles #header #images {
	width:540px;
	float:left;
}
.gardeStyles #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 11px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.gardeStyles #mainContent {
	padding: 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.gardeStyles #footer {
	padding: 5px 75px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.gardeStyles #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:"Courier New", Courier, monospace;
	text-align: right;
}
.gardeStyles p {
	margin: 0 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:"Courier New", Courier, monospace;
	text-align: left;
}
.gardeStyles h1 {
	margin: 0 0 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	text-align: left;
}
a {
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	color:#000000;
}
a:hover {
	font-family:"Courier New", Courier, monospace;
	text-decoration: underline;
	color:#000000;
}
.gardeStyles #nav {
	width:225px;
	float: left;
	margin-top: 28px;
}
.hide {
	display:none;
}
.gardeStyles #flashContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.shopForm {
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
}
.centerShopImg {
	width: 225px;
	margin-left: 88px;
	float: left;
}
.rightShopImg {
	width: 225px;
	margin-left: 88px;
	float: left;
	padding: 0px 0;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #FFFFFF;
	padding: 0px, 0px, 0px, 0px;
	/*width: 1000px;*/
	position: relative;
}
/*
#gallery ul {
	list-style: none;
	padding-bottom: 25px;
}
#gallery ul li {
	display: inline;
	padding-left: 35px;
	padding-right: 25px;
}
#gallery ul li p {
	display: inline;
}
#gallery ul img {
	border: 0px solid #fff;
	border-width: 0px 0px 0px 0px;
	color: #fff;
}
#gallery ul a:hover img {
	border: 0px solid #fff;
	border-width: 0px 0px 0px 0px;
	color: #fff;
}
#gallery ul a:hover {
	color: #000000;
	bottom: auto;
}
*/
.head {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-transform: uppercase;
}
.mainNav {
	width:300px;
	float:right;
	padding: 7px 65px 7px 0px;
	text-align:right;
}
.mainNav a {
	text-transform:uppercase;
	margin-left:15px;
}
.gardeLogo {
	margin: 0px 75px 0;
}
.gardeCopy {
	margin: 0px 75px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0;
	text-align: left;
	height: 170px;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
}
.gardeCopy p {
	margin-bottom:15px;
}
.gardeShopCopy {
	margin: 0px 75px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 10px;
	text-align: left;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
}
.gardeCopy span {
	float:left;
	margin-right:212px;
}
.leftP {
	float:left;
	margin-bottom:15px;
	margin-right:75px;
	width: 225px;
}
.centerP {
	float:left;
	margin-bottom:15px;
	margin-right:75px;
	width: 225px;
}
.rightP {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
	width: 225px;
}

.curatedBy{
	float:left;
	text-align:left;
}

#mainContentPress {
	font-size:12px;
	margin-left:77px;
	
	
}
.press-logo{
	margin-left:33px;
	margin-top:280px;
}

.stockist-links{
	/*height:220px;*/
	width:220px;
	overflow:auto;
	padding-right:5px;
	float:left;
}

.stockist-links ul{
	margin:0px;
	padding:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:10.5px;
	text-decoration:none;
}

.stockist-links ul li{
	list-style:none;
	list-style-type: none;
	font-size: 10.5px;
}

.stockist-links ul li a { 
	text-decoration: none;
}

.stockist-links ul li a:hover{
	text-decoration:underline;
}

.press-links{
	/*height:300px;*/
	width:260px;
	overflow:auto;
	padding-right:10px;
	float:left;
}

.press-links ul li{
	margin:0px;
	padding:0px;
	margin-left:-40px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	text-decoration:none;
}

.press-links ul li{
	list-style:none;
	list-style-type: none;
	font-size: 11px;
}

.press-links ul li a { 
	text-decoration: none;
}

.press-links ul li a:hover{
	text-decoration:underline;
}


#press-content{
	float:right;
	width:605px;
}

#bottom-text-blocks{
	
	clear:both;
	height:56px;
	margin-top:50px;
	font-size:11px;
}

.bottom-block{
	float:left;
	width:220px;
}

.press-left-margin {
	margin-left:20px;
}
}

.stockist-left-margin {
	margin-left:2px;
}

.gardeStyles #container #mainContentPress #press .stockist-links #gallery ul li a {
	font-size: 10.5px;
}
