* {
	margin: 0;
	padding: 0;
}

/* @group Hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	color: #322e34;
	font: 14px Verdana, sans-serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	clear: both;
}

.auto {
	width: auto;
}

a {
	color: #771c54;
}

a:hover {
	color: #444;
}

img,
a img {
	border: none;
}

p {
	margin: .4em 0 .7em;
}

#container, #footer {
	margin: 5em auto 0;
	width: 970px;
}

/* @group Header */

#header {
	height: 4em;
	background: url(../img/headerbg.png) no-repeat center bottom;
}

#header h1,
#header h1 a {
	display: block;
	float: left;
	width: 290px;
	height: 40px;
	font-size: .6em;
	text-indent: -5000px;
	background: url(../img/dr-jules-nabet.gif) no-repeat;
}

/* @end */

#content {
	padding: 0 10px;
	background: url(../img/contentbg.png) repeat-y;
}

/* @group Menu */
ul#menu {
	float: right;
	list-style-type: none;
}


#menu li,
#menu li a {
	display: block;
	float: left;
	font-size: 20px;
	color: #444;
	text-transform: lowercase;
}

#menu li {
	padding: 0 .5em;
	line-height: 2.5em;
}

#menu li.last {
	margin-right: 0;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu .current a:link, #menu .current a:visited {
	color: #771c54;
}

#menu .current a:hover {
	text-decoration: none;
}

#menu a:hover {
	color: #771c54;
	text-decoration: underline;
}


.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		0;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#fff;
}

.sf-menu li ul {
	border: 1px solid #eee;
}

.sf-menu li li {
	background:		#efefef;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#fff;
	outline:		0;
}

/* @end */


#maincol {
	position: relative;
}

#maincol {
	float: left;
	width: 680px;
	padding: 5px;
}

#subcol {
	float: right;
	width: 250px;
}

#subcol a.callback {
	display: block;
	margin: 15px auto;
}

#submenu {
	height: 2em;
	margin: 0;
	padding: 0;
}

#submenu li {
	display: block;
	float: left;
	list-style: none;
}

#submenu li.title {
	display: none;
}

#submenu li a {
	display: block;
	margin: 0 .5em;
	padding: .3em;
	color: #444;
	text-decoration: none;
	text-transform: lowercase;
}

#submenu li a:hover {
	color: #771c54;
	text-decoration: underline;
}

#submenu li.current a {
	color: #771c54;
	background-color: #eee;
}

div.product h1 {
	position: absolute;
	top: 1em;
	left: 1em;
}


h1, h2, h4 {
	margin: .7em 0 .4em;
	font-weight: normal;
}

h1, h1 a {
	color: #322e34;
}

/*h2, h2 a {
	padding: .3em .5em;
	color: #fff;
	background-color: #771c54;
}*/

#maincol p {
	margin: .4em .5em .6em;
	line-height: 1.4em;
	text-align: justify;
}

ul, ol {
	margin: .4em 2em .6em;
}

#maincol img.left,
#maincol img.right,
#maincol img.center,
#maincol .flash.left,
#maincol .flash.right {
	margin: .4em .8em;
}

#maincol img.left,
#maincol .flash.left {
	margin-left: 0;
}

#maincol img.right,
#maincol .flash.right {
	margin-right: 0;
}

div.intro {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #b7b5b8;
	font-size: 1.2em;
	color: #372b27;
}

#home #content {
	position: relative;
}

#home div.intro {
	position: absolute;
	top: 80px;
	left: 40px;
	width: 350px;
	border: none;
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: center;
}

/* @group Footer */

#footer {
	clear: both;
	margin: 0 auto 2em;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
	background: url(../img/footerbg.png) no-repeat;
}

#footer,
#footer a {
	color: #bbb;
}

#footer p {
	margin: 0 1.5em 1.4em;
	line-height: 1.2em;
}

#footer p.left {
	text-align: left;
}

#footer p.right {
	text-align: right;
}

/* @end */

/* @group BreadCrumbs */

#maincol ul.breadcrumbs {
	margin: 0 0 2em;
	font-size: 11px;
	list-style: none;
}

.breadcrumbs li {
	display: inline;
	padding: 0 .2em 0 1.2em;
	list-style: none;
	background: url(../img/breadcrumbs.gif) no-repeat 0 center;
}

.breadcrumbs li.home {
	padding-left: 0;
	background: none;
}

/* @end */

#maincol p.more {
	
}

#maincol .more a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

#maincol .more a:hover {
	background-color: #f5f5f5;
}

#subcol .photo img {
	display: block;
	margin: 1em auto;
	border: 1px solid #ccc;
}

#subcol .photo p {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #555;
}

#subcol form,
#subcol form div {
	padding: .5em 1em;
}

form label,
form input,
form textarea {
	display: block;
}

form input,
form textarea {
	margin-bottom: .5em;
}


#map {
	width: 520px;
	height: 260px;
	border: 2px solid #ccc;
}

ul.press li {
	float: left;
	width: 110px;
	height: 110px;
	text-align: center;
	overflow: hidden;
}

ul.press li img {
	display: block;
	margin: 0 auto;
}

#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	height: 151px;
	width: 232px;
	z-index: 1;
	/*background: url(/images/exclusively-harrods.gif) no-repeat;*/
	text-indent: -999em;
	text-decoration: none;
}

p.right {
	text-align: right;
}

#subcol h3,
#subcol p.details {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#subcol h3 {
	color: #000;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: lowercase;
}

#subcol p.details {
	margin: 0;
	font-size: 10px;
	color: #888;
}

img.product,
div.product img {
	border-bottom: 1px solid #e4d2dd;
}

#subcol div {
	padding: 1em .5em;
	border-bottom: 1px solid #f5f5f5;
}

#newsletter label {
	display: none;
}

ul.products {
	margin: 0;
}

ul.products li {
	float: left;
	list-style: none;
	margin: .5em;
}

ul.products h2 {
	font-size: 13px;
	text-align: center;
	background-color: #eee;
}

ul.products h2 a {
	text-decoration: none;
}