/*****************************************************
** Regines Patisserie
**
** (c) FreckleCreative.com.au
*****************************************************/

@import url(freckle.css);

body {
	margin:0;
	padding:0;
	color: #8b3d1b;
	font-size: 0.9em;
	font-family: georgia, serif;
	background: white url(../images/body_bg.jpg) 50% 0 repeat-x;
	text-align: center;
}

img.logo,
#h1-header,
#d-accessability { display: none }

a,
a:visited { color: #fd0800; text-decoration: underline }
a:hover { color: #561416; }
acronym { border-bottom: 1px dotted #8b3d1b; cursor: help }

p {
	margin: 0.8em 0;
	padding: 0;
}

body #d-flash,
body #d-flash a {
	display: block;
	width: 724px;
	height: 222px;
	padding-left: 16px;
}
body #d-flash a,
body #d-flash a:visited {
	padding-left: 0;
	text-indent: -5000px;
	text-align: center;
	background: transparent url(../images/flash.jpg) 31px 0px no-repeat;
}

body #d-container {
	text-align: left;
	display: block;
	margin: 0 auto;
	padding:0;
	width: 740px;
}
body #d-header {
	display: block;
	width: 740px;
	height: 130px;
	background: #721b1d url(../images/header_bg.jpg) top left no-repeat;
}
body #d-nav {
	float: right;
	padding: 29px 47px 0 0;
	margin: 0;
	list-style: none;
	width: 401px;
	height: 101px;
	overflow: hidden;
}
body #d-nav li {
	float: left;
	width: 93px;
	height: 101px;
}
body #d-nav li a,
body #d-nav li a:visited {
	color: white;
	display: block;
	width: 93px;
	height: 101px;
	text-align: center;
	text-decoration: none;
}
body #d-nav li.selected a,
body #d-nav li a:hover {
	text-decoration: underline;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/nav_hover.jpg);
}
body #d-nav li.selected a {
	font-weight: bold;
	text-decoration: underline !important;
	background-image: url(../images/nav_selected.jpg) !important;
}
body #d-nav li a.item1 { padding-top: 60px }
body #d-nav li a.item2 { padding-top: 56px }
body #d-nav li a.item3 { padding-top: 52px }
body #d-nav li a.item4 { padding-top: 48px }
body #d-nav li a.item1:hover, body #d-nav li.selected a.item1 { background-position: 0 0 }
body #d-nav li a.item2:hover, body #d-nav li.selected a.item2 { background-position: -93px 0 }
body #d-nav li a.item3:hover, body #d-nav li.selected a.item3 { background-position: -186px 0 }
body #d-nav li a.item4:hover, body #d-nav li.selected a.item4 { background-position: -279px 0 }

body #d-wrapper {
	display: block;
	width: 740px;
	background-color: white;
	background-position: top left;
	background-repeat: repeat-y;
	background-image: url(../images/wrapper_paper.jpg);
}
body #d-wrapper-top { background: transparent url(../images/wrapper_top.jpg) top left no-repeat }
body#home #d-wrapper {
	height: 538px;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
}
body #d-wrapper-top { padding: 52px 0 0 0 }
body h2 {
	display: block;
	margin: 0;
	padding: 0; /*padding: 80px 0 0 40px;*/
	width: 400px;
	height: 85px;
	text-indent: -3000px;
	background-color: transparent;
	background-position: 43px 0;
	background-repeat: no-repeat;
}
body#aboutus h2 { background-image: url(../images/h2_aboutus.jpg) }
body#product h2 { background-image: url(../images/h2_products.jpg) }
body#contact h2 { background-image: url(../images/h2_contactus.jpg) }
body #d-content {
	float: left;
	padding: 5px 0 20px 45px;
	margin: 0;
	width: 695px;
	height: 300px;
	min-height: 300px;
	text-align: justify;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/content_bottom.jpg);
}
body#aboutus h2 {
	width: 400px;
}
body#aboutus #d-content {
	font-size: 0.8em;
	line-height: 1.6em;
}
body#aboutus #d-content img {
	position: absolute;
	display: block;
	top: 250px;
	margin-left: 490px;
}
html>body #d-content { height: auto }
body #d-content p { width: 475px; }
body#home #d-content p { width: 300px; }
body#home #d-content {
	float: left;
	width: 300px;
	height: auto;
	min-height: 200px;
	padding: 40px 0 50px 80px;
	font-size: 12px;
	line-height: 1.7em;
	background-image: none;
}
body.product #d-content p { width: 600px }
h3 {
	clear: both;
	margin: 10px 0 0 0;
	padding: 3px;
	background: transparent url(../images/hr.gif) left bottom no-repeat;
}
label {
	clear: left;
	float: left;
	width: 100px;
	padding-right: 10px;
}
select,
input.text {
	width: 300px;
	padding: 1px;
	background-color: transparent;
	border: 1px solid #8b3d1b;
}

body#contact h2 { width: 250px }
body#contact label {
	clear: left;
	float: left;
	width: 72px;
	font-weight: bold;
}
body#contact address,
body#contact .details p {
	font-style: normal;
	display: block;
	width: 143px;
	margin: 0 0 0 84px;
	padding: 0 0 1em 0;
}
body#contact img {
	position: absolute;
	float: right;
	top: 182px;
	margin-left: 270px;
	margin-right: 20px;
}
body#contact #d-content {
	clear: none;
}

ul.cats,
ul.catnav,
ul.catnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.cats li {
	float: left;
	width: 216px;
	height: 146px;
	padding: 0;
	margin: 0;
	color: #8b3d1b;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/no_cat_image.gif);
}
ul.cats li a,
ul.cats li a:visited,
ul.cats li a span {
	float: left;
	color: #8b3d1b;
	width: 216px;
	height: 146px;
	text-decoration: none;
}
ul.cats li a span {
	width: 104px;
	height: 30px;
	font-size: 11px;
	color: #6a1619;
	cursor: pointer;
	text-align: left;
	padding: 116px 105px 0 7px;
}
ul.cats li a:hover { text-decoration: none; background-image: none; }
ul.cats li.pies { background-image: url(../images/cat_pies.jpg) }
/*ul.cats li.slab { background-image: url(../images/cat_slab.jpg) }*/
ul.cats li.cakes { background-image: url(../images/cat_mudcake.jpg) }
ul.cats li.savory { background-image: url(../images/cat_savory.jpg) }
ul.cats li.breakfast { background-image: url(../images/cat_breakfast.jpg) }
ul.cats li.cheesecakes { background-image: url(../images/cat_cheesecake.jpg) }

ul.cats li a { background: transparent url(../images/cat_a.gif) top left no-repeat }
ul.cats li a:hover span { background: transparent url(../images/cat_a_hover.gif) top left no-repeat; color: white; }

ul.catnav { float: left }
ul.catnav li {
	display: block;
	color: #8b3d1b;
	width: 177px;
	/* height: 34px; */
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/product_li_a_normal.jpg);
}
ul.catnav li li { background-image: url(../images/product_li_a.jpg) }
ul.catnav li a {
	color: #8b3d1b;
	font-weight: bold;
	display: block;
	width: 177px;
	height: 34px;
	font-size: 0.75em;
	text-decoration: none !important;
	background-image: none;
}
ul.catnav li a span {
	display: block;
	color: #8b3d1b;
	margin: 0;
	padding: 4px 5px 0 5px;
	text-decoration: none;
	text-align: left;
}
ul.catnav li li a span { 
	font-weight: normal; 
	color: #6e191b; 
	padding-left: 20px; 
	font-size: 0.9em; 
	padding-top: 5px; 
	background: transparent url(../images/li_dash.gif) 6px 50% no-repeat;
}
ul.catnav li a.selected,
ul.catnav li a:hover {
	color: white !important;
	text-decoration: none;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/product_a_sel.jpg);
}
ul.catnav li a.selected span,
ul.catnav li a:hover span { color: white; }
ul.catnav li li a.selected,
ul.catnav li li a:hover { background-image: url(../images/product_li_a_hover.jpg); }
ul.catnav li li a.selected span,
ul.catnav li li a:hover span { 
	color: white;
	background-image: url(../images/li_dash_white.gif);
}
ul.catnav li li { padding:0;margin:0 }

ul.products { display: block; margin-left: 158px; }
html>body ul.products { margin-left: 178px }
ul.products li { margin-left: 20px }
ul.products img { display: none }
ul.products li a span {
	width: 205px;
	cursor: pointer;
	text-align: left;
	padding: 116px 5px 0 6px;
}
ul.products li a:hover span { background-image: url(../images/product_a_hover.gif) }
body.productlist #d-content { padding-bottom: 70px }
.productphoto {
	float: left;
	width: 216px;
	height: 146px;
	margin-right: 20px;
	margin-left: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/no_cat_image.gif);
}
.productphoto img,
.productphoto span em { display: none }
.productphoto span {
	display: block;
	width: 216px;
	height: 146px;
	text-indent: -3000px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/product_image_cover.gif);
}
body.productlist h3 {
	clear: none;
	float: left;
	width: 400px; /* 240px; */
	margin: 10px 0 0 25px;
	vertical-align: bottom;
}
body.productlist #d-content p { width:240px; margin-left: 205px; }

#d-productofmonth {
	float: left;
	width: 343px;
	height: 257px;
	margin: 0;
	padding:0;
}
#d-productofmonth a {
	display: block;
	width: 343px;
	height: 257px;
	cursor: pointer;
	text-indent: -3000px;
}

/***** Footer ************************/
body #d-footer {
	clear: both;
	margin: 0;
	padding: 5px 0 0 43px;
	font-size: 10px;
	display: block;
	height: 90px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/footer_top.jpg);
}
body#home #d-footer { 
	height: auto;
	padding: 0 0 0 80px; 
	background-image: none;
}
#d-footer a,
#d-footer a:visited {
	color: #8b3d1b;
	padding: 0 4px;
	text-decoration: none;
}
#d-footer a:hover { text-decoration: underline }
#d-footer .links { display: inline }
#d-footer hr { display: none }
#d-footer p { 
	margin: 0;
	padding: 0 0 6px 0;
}
#d-footer .valids {
	padding: 38px 0 0 0;
}
#d-footer em { display: none }

