/* CSS Document */

body {
	background: #DBF0EF;
	text-align: center;
	font-size: .80em;
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, Sans-Serif;
	color: #4A2A12;
	margin: 0;
	padding: 0;
}
p{
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 0.9em; 
}
h1{
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 4px 0 8px 0;
}
h3{
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
}
h4{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	margin: 0.5em 0 0.5em 0;
}
li{
	list-style-image:	url(../images/bullet.gif);
}
/*layout styles-----------------------------------------------------------------------------------------*/
#page{
	width: 915px;
	height: 550px;
	background: url(../images/bg-page-stripes.gif) repeat-y;
}
#page-border{
	border: solid 1px #999;
	text-align: left;
	margin: 10px auto;
	width: 915px;
}
#content{
	width: 915px;
	height: 510px;
	background: url(../images/logo-mj.gif) top right no-repeat;
}
#content-pane{
	width: 675px;
/*	height: 415px;*/
	margin-left: 35px;
	padding-top: 70px;
	background: url(../images/bg-stripes.jpg) no-repeat;
}
#footer{
	width: 915px;
	height: 40px;
	background: url(../images/bg-footer.gif) repeat-x;
	text-align: center;
}
#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li{
	display: inline;
	line-height: 40px;
	padding: 10px;
	margin: 0;
}
#footer ul li a, #footer ul li a:visited{
	color: #4A2A12;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active{
	color: #86D5EE;
	text-decoration: none;
}
#footer ul li a.highlight{
	color: #45BDE4;
}
/*-- specific styles for different content types --*/
/*-- collection gallery page with thumbnails on right and main image left*/
#left{
	float: left;
	height: 415px;
	width: 410px;
	diplay: block;
}
#left p{
	padding: 2px 0 0 54px;
	margin: 0;
	width: 298px;
}
#left p.alt{
	padding: 0 0 0 54px;
	margin: 0;
	width: 300px;
	text-align: right;
}
#left img{
	padding: 68px 0 0 48px;
}
#right{
	float: left;
	width: 310px;
	height: 415px;
	padding-top: 80px;
}
#right .box{
	width: 95px;
	height: 125px;
	float: left;
	padding: 0 0 10px 5px;
}
#right .box p, #right .box-top p{
	margin: 0;
	padding: 2px 0 0 0;
}
#right img.main{
	padding: 0 0 0 20px;
}
#right a img{
	border: none;
}
/* -- about page - nice and clean!  --------------- */

#content-pane-about{
	width: 402px;
	height: 380px;
	padding-top: 116px;
	float: left;
	display: block;
	background: url(../images/bg-about-text.jpg) no-repeat;
}
#content-pane-about h2{
	padding: 16px 0 0 102px;
	padding: 0 0 0 102px;
}
#content-pane-about p{
	padding: 5px 25px 5px 52px;
	margin: 0;
	width: 298px;
}
#content-pane-static, #content-pane-privacy{
	width: 350px;
	height: 430px;	
	background: url(../images/bg-other-text.jpg) no-repeat;
	display: block;
	float: left;
	padding: 80px 0 0 52px;
}
#content-pane-static p{
	width: 300px;
	padding: 0 0 5px 0;
	margin: 0;
}
#content-pane-privacy p{
	width: 300px;
	padding: 0 0 8px 0;
	margin: 0;
}
#content-pane-static ul{
	width: 290px;
	padding: 10px 0 5px 16px;
	margin: 0;
}
#content-pane-static ul li{
	padding: 0 0 8px 0;
	margin: 0;
}
#content-pane-static ul li ul{
	padding: 2px 0 0 20px;
	margin: 0;
}
#content-pane-static ul li ul li{
	padding: 0;
	margin: 0;
}
#content-pane-static a, #content-pane-static a:visited, #right a, #right a:visited{
	color: #4A2A12;
	text-decoration: underline;
}
#content-pane-static a:hover, #content-pane-static a:active, #right a:hover, #right a:active{
	color: #86D5EE;
	text-decoration: underline;
}
#content-pane-static.stockists ul{
	overflow: auto;
	height: 220px;
}
#content-pane-gallery{
	width: 720px;
	height: 500px;	
	display: block;
	float: left;
	background: url(../images/bg-gallery-text.jpg) no-repeat;
}
#content-pane-gallery #right{
	float: left;
	width: 310px;
	height: 415px;
	padding-top: 60px;
}
#content-pane-gallery #left img{
	padding: 28px 0 0 48px;
}
/*-- collections pages - this is for creating a number of horizontal bars with image on left
and heading and text to right - can fit 3 into a page nicely*/
div.collections{
	height: 305px;
	diplay: block;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}
div.collections img{
	float: left;
	padding-right: 40px;
}
div.collections h1, .collections p{
	padding: 0;
	margin: 0;
}
div.collections li a, .collections li a:visited{
	color: #4A2A12;
	text-decoration: underline;
}
div.collections li a:hover, .collections li a:active{
	color: #86D5EE;
	text-decoration: none;
}
div.collections ul{
	padding: 6px 0 0 0;
	margin: 0 0 0 374px;
	height: 60px;
	width: auto;
	list-style-image: url(../images/bullet.gif);
}
div.collections ul li{
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}

img.author{
	float: right;
	padding: 2px 0 0 10px;
	clear: both;
	display: inline;
}
/* select jump menu */
p.alt{
	position: relative;
	top: 430px;
	left: 0px;
	margin: 0;
	padding: 0;
}
/* product code */
p.code{
	position: relative;
	top: 368px;
	left: 0px;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: right;
	clear: both;
}
/* photography by karen watson */
p.author{
	position: relative;
	top: 444px;
	left: 0px;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
}
p.author a:link, p.author a:visited{
	color: #333;
	text-decoration: none;
}
p.author a:hover, p.author a:active{
	color: #999;
	text-decoration: none;
}
/* next and previous links */
#links{
	position: relative;
	left: 0px;
	top: 420px;
	width: 296px;
}
div.next{
	text-align: right;
	float: right;
	clear:none;
	display: inline;
	width: 100px;
}
div.previous{
	text-align: left;
	float: left;
	clear:none;
	display: inline;
	width: 120px;
}
div.pages{
	text-align: left;
	float: right;
	clear:none;
	display: inline;
	width: 76px;
}
span.current{
	font-weight: bold;
}
span.disabled{
	color: #CCC;
}
a.next, a.next:visited, a.previous, a.previous:visited{
	color: #666;
	text-decoration: none;
}
a.next:hover, a.next:active, a.previous:hover, a.previous:active{
	color: #CCC;
	text-decoration: none;
}
.divider{
	width: 20px;
	border-top: 1px solid #CCC;
	height: 1px;
}
tr.error{
	color: #FF0000;
}
/* copyright */
#copy{
	width: 970px;
	clear: both;
	text-align: center;
	padding: auto;
	margin: auto;
}
#copy p{
	text-align: center;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: .8em;
}
#copy a:link, #copy a:visited{
	color: #000;
	text-decoration: underline;
}
#copy a:hover, #copy a:active{
	color: #999;
	text-decoration: underline;
}