@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#dcdcdc;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	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: #8f8f8f;
	/*color: #9C6596; -- lilac*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}
p {
	text-decoration:none;
}
.boldText {
	font-weight: bold;
	letter-spacing: 1pt;
}
.default .container {
	position:relative;
	padding-top:9px;
	width: 906px;
	height: 496px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* top nav classes in topNav.css*/
/* top nav classes End - the rollover classes are at the end of default*/

/*.stdFloat {
	float:left;
}*/

.navBarStart{
	float:left;
	display:block;
	width: 10px;
	height: 50px;
	border: 0;
	background: url(../img/nav/navLeft.jpg) no-repeat left top;
}

.navBarEnd{
	float:left;
	display:block;
	width: 26px;
	height: 50px;
	border: 0;
	background: url(../img/nav/navRight.jpg) no-repeat left top;
}

/* interface frame classes */
.sidebar1 {
	position:absolute;
	top: 59px;
	left: 0px;
	width: 10px;
	height: 420px;  /*since this element is floated, a width must be given */
	background: #dedede; /* the background color will be displayed for the length of the content in the column, but no further */
}
.sidebar2 {
	position:absolute;
	top: 59px;
	left: 880px; /* has to come from the left to cure a windows explorer 5.52 mac issue   <div id="sidebar2"><img src="img/mainRight.jpg" width="26" height="420" border="0" /></div>*/
	display:block;
	width: 26px;
	height: 420px;
	border: 0;
	background: url(../img/mainRight.jpg) no-repeat left top;
}
.basePos {
	position:absolute;
	top: 479px;
	left: 0;
	display:block;
	width: 906px;
	height: 26px;
	border: 0;
	background: url(../img/mainBaseShadow.jpg) no-repeat left top;
	/*background: #f6f6f6;*/
}
/* interface frame classes End */

/* the main contect window - the content positions are relative to this */
.default .mainContent {
	position:absolute;
	top: 59px;
	left: 10px;
	margin: 0; /*top, right, bottom, left 0 12em 0 12em;  the right margin can be given in ems or pixels. It creates the space down the right side of the page.*/
	background: #f6f6f6;
	padding: 0;
	border: 0;
	width: 870px;
	height: 420px;
}
/* common main content elements */
.leftWindowCurve { 
	position:absolute;
	top: 0px;
	left: 0px;
	display:block;
	width: 5px;
	height: 420px;
	border: 0;
	background: url(../img/mainWinLeftCurve.jpg) no-repeat left top;
}
.rightWindowCurve {/* all except home <div id="rightWindowCurve"><img src="img/mainWinRightCurve.jpg" width="5" height="420" border="0" /></div>*/
	position:absolute;
	top: 0px;
	right: 0px;
	display:block;
	width: 5px;
	height: 420px;
	border: 0;
	background: url(../img/mainWinRightCurve.jpg) no-repeat left top;
}
.default #logo {
	position:absolute;
	top: 20px;
	left: 25px;
}
/* common main content elements End */
/* home specific elements */
.coverCorner {
	position:absolute;
	top: 0px;
	right: 0px;
	display:block;
	width: 5px;
	height: 45px;
	border: 0;
	background: url(../img/CoverTopRightCurve.jpg) no-repeat left top;
}
.default #coverImagePos {
	position:absolute;
	top: 45px;
	right: 0px;
}
/* home specific elements End*/
/* collection specific elements */
/* found in collection.css */
/* collection specific elements End*/

/* stockists specific elements */
.default .stockistsColumn1 {
	position:absolute;
	top: 60px;
	left: 25px;
	width: 190px;
}
.default .stockistsColumn2 {
	position:absolute;
	top: 60px;
	left: 235px;
	width: 190px;
}
.default .stockistsColumn3 {
	position:absolute;
	top: 60px;
	left: 445px;
	width: 190px;
}
.default .stockistsColumn4 {
	position:absolute;
	top: 60px;
	left: 655px;
	width: 190px;
}
/* stockists specific elements End*/

/* press specific elements */
.pressBtnColumn {
	position:absolute;
	top: 70px;
	left: 25px;
	width: 200px;
}
.pressBtn a {
	line-height:195%;
	text-decoration: none;
	font-weight:normal;
	letter-spacing:1pt;
}
.pressBtn a:hover {
	text-decoration: none;
	font-weight:bold;
	letter-spacing:normal;
}
.pressBtnNow {
	line-height:195%;
	text-decoration: none;
	font-weight:bold;
}
.pressContainer {
	position:absolute;
	Top: 0px;
	left: 239px;
	height: 420px;
	width: 576px;
}
.pressLeftImage {
	position:absolute;
	Top: 15px;
	left: 64px;
	height: 300px;
	width: 212px;
	margin: 0;
	padding: 4px 3px 4px 4px; /*top, right, bottom, left*/
	background-color: #dedede; /*#dedede;*/
	border:1px solid #8f8f8f;
	border-right-width:0;
}
.pressRightImage {
	position:absolute;
	Top: 15px;
	left: 284px;
	height: 300px;
	width: 212px;
	margin: 0;
	padding: 4px 4px 4px 3px; /*top, right, bottom, left*/
	background-color: #dedede;
	border:1px solid #8f8f8f;
}
.pressDoubleImage {
	position:absolute;
	Top: 35px;
	left: 75px;
	margin: 0;

}
.pressQuote1line {
	position:relative;
	Top: 350px;
	width: 520px;/*width has to go before margin*/
	margin: 0 auto;/*for horizontal centering*/
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
}
.pressQuote3line {
	position:relative;
	Top: 340px;
	width: 520px;/*width has to go before margin*/
	margin: 0 auto;/*for horizontal centering*/
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
}
.rightNav a {
	position:absolute;
	top: 180px;
	right: 27px;
	display:block;
	width: 28px;
	height: 27px;
	border: 0;
	background: url(../img/nav/navArrow_right.png) no-repeat left top;
	background-position: 0px 0px;
}
.rightNav a:hover {
background-position: 0px -27px;
}
.leftNav a {
	position:absolute;
	top: 180px;
	left: 21px;
	display:block;
	width: 28px;
	height: 27px;
	border: 0;
	background: url(../img/nav/navArrow_left.png) no-repeat left top;
	background-position: 0px 0px;
}
.leftNav a:hover {
background-position: 0px -27px;
}
/* press specific elements End*/

/* profile specific elements */
.default .profileText {
	position:relative;
	top: 70px;
	left: 25px;
	width: 820px;
	text-align: justify;
}
.profileImage {
	float: right;
	margin: 2px 0px 3px 12px;/*top, right, bottom, left*/
	padding: 2px 2px 2px 2px;/*top, right, bottom, left #8f8f8f*/
	border-width:1px;
	border-style:solid;
	border-color:#8f8f8f;/*background-color:#dedede;*/
}
/* profile specific elements End*/

/* contact specific elements */
/* uses about - .aboutText */ 
.thanksText {
	position:absolute;
	top: 385px;
	left: 25px;
	font-size: 8pt;
}
/* contact specific elements End*/

/* basket specific elements */
 .backBtn a {

	/*margin: 0 auto;
	left: 25px;*/
	color: #8f8f8f;
	text-align:center;
	
	text-decoration: none;
}
.backBtn a:hover {
	color: #8f8f8f;
	text-decoration:underline;
}
.arrivalDate{
	position:absolute;
	top: 230px;
	width: 870px;
		text-align:center;
	text-decoration:none;
}
.basketSoon {
	position:relative;
	Top: 160px;
	width: 687px;/*width has to go before margin*/
	margin: 0 auto;/*for horizontal centering*/
	/*text-align:center;
	font-size:30pt;
	color: #fa7f7f;*/
}
/* basket specific elements End*/

/* Miscellaneous classes for reuse */
.preload {
	display: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #8f8f8f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8f8f8f;
}
a:hover {
	font-style: normal;
	text-decoration: underline;
	color: #8f8f8f;
}
