@charset "utf-8";
/* GENERAL */
* {
	margin:0;
    padding:0;
}
body {
	background-color:#FCE5EF; /* 70% Opac */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	color:#311704;
}
.clear {
	clear:both;
}
.break {
	padding-bottom:15px;
}
a img {
	border:none;
}
.image_lhs {
	float:left;
	margin:0 11px 11px 0;
}
.image_rhs {
	float:right;
	margin:0 0 11px 11px;
}
a.external_link {
}

/* LAYOUT */
#wrapper {
	width:900px;
	min-height:560px;
	height:auto !important;
	height:560px;
    margin:0 auto;
    background-color:#FFFFFF;
}
.lhs_spacer {
	margin-left:38px;
}
.rhs_spacer {
	margin-right:38px;
}
.lhs_spacer_lrg {
	margin-left:40px;
}
.rhs_spacer_lrg {
	margin-right:40px;
}

/* HEADER */
#header {
	padding-top:21px; /*21+24=45*/
	height:24px; /*21+24=45*/
}
#header p {
	text-align:right;
	font-size:1.1em;
	margin:0;
}

/* FOOTER */
#footer {
	width:900px;
	margin:0 auto;
	padding:20px 0 10px 0;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:1.0em;
	line-height:120%;
}

/* BANNER */
#banner {
	width:824px;
	height:285px;
}
#banner img {
	display:none;
}
#banner img.default {
	display:block;
}

/* CONTENT BLOCKS */
#logo {
	width:104px;
	margin-top:17px;
	float:left;
	display:inline; /* For IE6 */
}
#content {
	width:674px;
	margin-left:2px;
	float:left;
	display:inline; /* For IE6 */
}

/* FONTS */
.pink {
	color:#F067A3 !important;
}
.brown {
	color:#311704 !important;
}
h1 {
	font-size:1.6em;
	line-height:150%;
	padding-top:14px;
	margin-bottom:9px;
	font-weight:bold;
	color:#F067A3;
}
h2 {
	font-size:1.3em;
	line-height:150%;
	padding-top:0;
	margin-bottom:0;
	font-weight:bold;
	color:#F067A3;
}
h3 {
	font-size:1.1em;
	line-height:130%;
	margin-bottom:9px;
	font-weight:normal;
	color:#F067A3;
}
#content_home h1 {
	font-size:1.5em;
	line-height:120%;
	padding-top:18px;
	margin-bottom:0;
	font-weight:bold;
	color:#F067A3;
}
#content_home h2 {
	font-size:1.4em;
	line-height:150%;
	padding-top:0;
	margin-bottom:8px;
	font-weight:bold;
	color:#F067A3;
}
#content_home h3 {
	font-size:1.2em;
	line-height:150%;
	padding-top:6px;
	margin-bottom:8px;
	font-weight:bold;
	color:#F067A3;
}
p {
	font-size:1.1em;
	line-height:130%;
	margin-bottom:9px;
	font-weight:normal;
	color:#311704;
}
p.order_details {
	line-height:150%;
}
p.contact_details {
	font-size:1.2em;
}
a:link, a:visited {
	color:#F067A3;
	text-decoration:none;
}
a:hover, a:active {
	color:#F067A3;
	text-decoration:underline;
}

/* NAVIGATION */
ul#nav {
	display:block;
	float:right;
}
ul#nav li {
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #311704;
	margin:0 8px 0 0;
	padding:0 8px 0 0;
	color:#311704;
}
ul#nav li.last {
	border-right:none;
	margin:0;
	padding:0;
}
ul#nav li a:link, ul#nav li a:visited {
	color:#311704;
	text-decoration:none;
}
ul#nav li a:hover, ul#nav li a:active {
	color:#F067A3;
	text-decoration:none;
}
ul#nav li.active a:link, ul#nav li.active a:visited {
	color:#F067A3;
	text-decoration:none;
}
ul#nav li.active a:hover, ul#nav li.active a:active {
	color:#F067A3;
	text-decoration:none;
}

/* PRODUCT INFO BOX (homepage) */
.product_info_box {
	width:168px;
	float:left;
	margin:18px 58px 0 -6px;
	display:inline; /* For IE6 */
}
.product_info_box.last {
	margin-right:0;
}
.product_info_box h3 {
	padding-top:6px;
	padding-bottom:5px;
	margin-left:4px;
	margin-bottom:6px;
	border-bottom:2px dotted #F067A3;
}
.product_info_box p {
	margin-left:4px;
}
.product_info_box p a:link, .product_info_box p a:visited {
	color:#311704;
	text-decoration:underline;
}
.product_info_box p a:hover, .product_info_box p a:active {
	color:#F067A3;
	text-decoration:underline;
}

/* BISCUIT GALLERY */
.galleries {
	margin-top:-4px;
}
.gallery, .gallery_active {
	display:block;
	padding:12px 0 10px 0;
}
.gallery img, .gallery_active img {
	display:block;
	float:left;
	margin-right:11px;
}
.gallery img.last, .gallery_active img.last {
	margin-right:0;
}
