@charset "utf-8";
/* CSS Document */


/* Global Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* Global Styles */

body {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background: transparent url(/images/bg_gradient.png) top left repeat-x;
	color: #333333;
}

strong {
	font-weight: bold;
}

p {
	margin: 0px 0px 15px 0px;
}

.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
	font-size: 1px;
}

h1 {
	display: none;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

ul {
	margin: 0px 0px 15px 0px;
	list-style-type: square;
	padding-left: 15px;
}

ol {
	margin: 0px 0px 15px 0px;
	list-style-type:decimal;
	padding-left: 20px;
}

a {
	color: #333333;
}

.lightgrey {
	color: #8A8A8A;
}

img {
	margin-bottom: 10px;
}

em {
	font-style:italic;
}

/* layout */

#header {
	background: transparent url(/images/bg_header.png) top left no-repeat;
	margin: 32px auto;
	margin-bottom: 0;
	width: 760px;
	height: 64px;
	padding: 18px 20px;
	background-color:#FFFFFF;
}

#menu_feature {
	background: transparent url(/images/bg_feature.png) top left no-repeat;
	margin: 0 auto;
	width: 886px;
	height: 266px;
	padding: 20px 21px 19px 21px;
}	

*html #menu_feature {
	margin: -27px auto 0 auto;
}	

#content {
	margin: 0px auto;
	width: 730px;
	padding: 18px 35px 15px 35px;
	background-color:#FFFFFF;
}

*html #content {
	margin-top: -4px;
}

#content p{
	line-height: 15px;
}

#footer {
	width: 100%;
	background: transparent url(/images/bg_footer.png) top left repeat-x;
	height: 70px;
	font-size: 10px;
	color: #5A5A5A;
	padding-top: 15px;
}

#footer p {
	width: 730px;
	margin: 0 auto;	
	
}

/* header */

#header img {
	float: left;
}

#header p {
	float: right;
	font-size: 20px;
	padding-top: 50px;
}

#header p span {
	color: #8A8A8A;
}


/* menu */

#menu {
	background: transparent url(/images/bg_menu.png) top left repeat-x;
	height: 38px;
}	

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color:#FFFFFF;
	padding: 8px 20px 12px 20px;
	text-decoration: none;
}

#nav a:hover {
	display: block;
	text-decoration: underline;
}

#nav li ul li a {
	background-color: #212121;
	padding: 5px 0px 5px 20px;
	width: 130px;
}

#nav li ul li a:hover {
	text-decoration: none;
	background-color: #383838;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 1em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li .sub_nav {
	background: transparent url(/images/bg_subnav.png) 89px 15px no-repeat;
	padding-right: 27px;
	cursor: default;
	text-decoration: none;
}

#nav li:hover, #nav li.hover {  
	position: static;  
}  


/* homepage */

#hp_image {
	float: right;
	padding: 0 0 0 20px;
}

/* collectoins */

.item_container {
	width: 144px;
	background: transparent url(/images/bg_product.jpg) top left no-repeat;
	padding: 12px;	
	float: left;
	margin: 0 19px 10px 0;
}

#norightmargin, .norightmargin {
	margin-right: 0px;
}

.item_container img {
	margin-bottom: 10px;
	text-decoration: none;
}

.item_container a {
	text-decoration: none;
	color: #333333;
}

.enlarge {
	background: transparent url(/images/icon_magnifyingglass.gif) left 3px no-repeat;
	text-decoration: underline;
	padding-left: 20px;
}

/* contact */

#contact_left {
	width: 350px;
	float: left;
	padding-right: 45px;	
	border-right: solid 1px #D6D6D6;
	margin-right: 45px;
	height: 230px;
}

#content #contact_left #contact_info {
	line-height: 20px;
}

#contact_right {
}

#contact_right label {
	width: 90px;	
	float: left;
	font-weight: bold;
}

#contact_right input, #contact_right textarea {
	border: solid 1px #D6D6D6;
	margin-bottom: 10px;
	height: 21px;
	color: #666666;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#contact_right textarea {
	width: 200px;
	height: 70px;	
}

#contact_right #send {
	margin-top: 5px;
	border: none;	
}

/* workshop */

.workshop_image {
	float: left;
	margin-right: 20px;
	width: 230px;
}

.workshop_image p {
	padding-left: 8px;
}

.workshop_image img {
	margin-bottom: 0px;
}

/* stockists */


#stockists_container {
	width: 100%;
	margin: 0 auto;
	background: transparent url(/images/bg_stockists.png) top left repeat-x;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	padding-bottom: 25px;
	background-color: #F5F5F5;
}

#stockists {
	width: 765px;
	padding: 18px 0px 25px 35px;
	background-color: #333333;
	color: #999999;
	margin: 0 auto;
}

#stockists h2 {
	font-size: 22px;
	font-weight: normal;
	color:#FFFFFF;
}

#stockists ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#stockists li {
	float: left;
	width: 345px;
	padding-right: 35px;
	
}

.stockists_name {
	float: left;
	color:#FFFFFF;
}

.stockists_contact {
	float: right;
}

/* designer */

.designer_container {
	margin-bottom: 15px;
	border-bottom: solid 1px #E0E0E0;
}

.bordertop {
	margin-top: 20px;
	padding-top: 15px;
	border-top: solid 1px #E0E0E0;
}

.noborder {
	margin-bottom: 0px;
	border: none;
}

/* about */

.about_image {
	float: right;
	margin-right: 20px;
	width: 230px;
}

.about_image img {
	margin: 0 15px 15px 15px;
}
