/* Default fonts */
h1,h2,h3,
h4,h5,h6  { font-family: "Lucida Grande", Calibri, Helvetica, Verdana, sans-serif; }
body      { font-family: "Lucida Grande", Calibri, Helvetica, Verdana, sans-serif; } 
p { text-align:left; }
body, .container {
	margin:0;
	width:100%;
}
body {
	padding-bottom:5em;
	color:#000000;
	background-color:#ffffff;
	text-align:left;
}
hr.hidd {
	color:none;
	background-color:none;
	margin:0;
	padding:0;
	border:0;
	height:0;
	line-height:0;
	visibility: hidden;
}
a{color:#000;text-decoration:none;font-weight:bold;}
a:hover{text-decoration:underline;}
.wrapper {
	margin-left:80px;
	width:750px;
	background: top right url(images/kantuta.jpg) no-repeat;
}
#header { text-align:left; }
#header .logo {
	display:block;
	overflow:hidden;
	margin:0 0 4px 7px;
	padding-top:36px;
	width:150px;
	height:48px;
	background:bottom url(images/miski.png) no-repeat;
	text-indent:-10000px;
}
#footer {
	width:630px;
	margin:10px 20px;
}
ul.nav {
	padding:0;
	margin:0;
}
ul.nav li {
	padding:0;
	margin:0 14px 0 4px;
	float:left;
	list-style:none;
}
#content {
	border:1px solid #ddd;
	width:640px;
	min-height:320px;
	background:url(images/white-50.png);
	padding:9px;
}
.paddit {
	padding: 10px 20px;
}
.pic {
	line-height:0;
}
.pic img {
	margin:0;
}
h2 { font-size:1.25em; font-weight:bold; }

#slideshow {
	overflow:hidden;
	width:640px;
	height:300px;
	margin:0;
	z-index:80;
}
#slideshow img {
	border:1px solid #ddd;
	margin:0;
	z-index:1;
}
img.lettuce {
	vertical-align:top;
	margin:0 0 0 15px;
}
#quicklinks {
	width:639px;
	height:30px;
	margin-top:6px;
	padding-left:1px;
}
#quicklinks a {
	display:block;
	text-decoration:none;
	width:150px;
	margin-right:12px;
	float:left;
	height:30px;
	text-align:center;
	line-height:30px;
	background-color:#ddd;
	font-weight:bold
}
#quicklinks a:hover {
	background-color:#999;
	color:#fff;
}

/* Product Showcase */
.product {
	float:left;
	margin:20px;
	line-height:1;
}
.product-grid .product {
	margin: 10px 20px;
}
.product-image {
	margin-bottom:0;
	width:160px;
	height:120px;
	text-align:center;
	display:block;
	color:#ddd;
	font-weight:normal;
}
.product-grid .product-image {
	border: #ddd solid 1px;
}
.product-image-large {
	float:left;
}
h2.product-range-title {
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px solid #ddd;
}
h2.product-range-title span.order-link {
	font-size:0.8em;
	font-weight:normal;
	display:block;
	position:absolute;
	top:36px;
	right:30px;
}
p.product-range-description {
	margin-left:20px;
	margin-right:20px;
	color:#333;
}
p.product-range-description .order-link {
	margin-left:7em;
}
h3.product-name {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding:5px;
	line-height:1;
}
h2.product-name {
	font-weight:bold;
}
.product-details {
	float:left;
	width:240px;
	margin-left:20px;
}
p.product-description { display:none; }
p.product-fabric { margin-bottom:0.5em; }
.product-options {
	border-left:3px solid #ddd;
	padding-left:4px;
	margin-bottom:1em;
}
.alt-pics {
	margin:0;
	padding:0;
	list-style:none;
}
li.alt-pic {
	float:left;
	display:block;
	width:32px;
	height:32px;
	margin:4px 4px 0 0;
	float:left;
	overflow:hidden;
	background-position:center center;
}
li.alt-pic:hover {
	overflow:visible;
}
li.alt-pic img {
	display:none;
	background-color:#fff;
}
li.alt-pic:hover span {
	display:block;
	cursor:zoom;
	position:relative;
	top:24px;
	left:-84px;
	z-index:1000;
	width:200px;
	height:200px;
}
li.alt-pic:hover img {
	display:block;
	outline:2px solid #ddd;
}

.alt-pics h4,
.product-options h4 {
	text-transform:uppercase;
	color:#666;
	font-size:0.8em;
	padding:0;
	line-height:1;
}
.product-colours,
.product-sizes {
	margin-top:10px;
}
.product h5 {
	padding:0;
}
.product-colours p,
.product-sizes p {
	margin:2px 0;
}

.product-sizes span.order-link {
	display:block;
	margin-top:10px;
}
span.swatch {
	display:block;
	width:32px;
	height:1em;
	margin-right:4px;
	float:left;
	overflow:hidden;
}
span.swatch img {
	position:relative;
	top:0;
	left:0;
}



/* Dropdown Menus */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	position:absolute;
	z-index:90;
	line-height:	1.0;
	margin-bottom:0.75em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.1em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-top:		1px solid #fff;
	padding: 		.5em 1em;
	text-decoration:none;
	padding-right: 	2.5em;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#ddd;
}
.sf-menu li li {
	background:		#ddd;
}
.sf-menu li li li {
	background:		#ddd;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#999;
	outline:		0;
	color:			#fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.5em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
