/*stickyfooter*/
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom: 80px;
	}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/*end sticky footer*/
/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:120%;
	color:#666;
}
strong {
	font-weight:bold;
	font-size:1.05em;
}
b {
	font-weight: bold;
}
h1, h2, h3 {
	line-height:120%;
	font-weight:bold;
}
h1 {
	font-size:2.5em;
	text-align:center;
}
h2 {
	font-size:1.25em;
	margin:0 0 10px 0;
}
h3 {
	font-size:1.15em;
}
article ul li {
	list-style:circle;
	margin:5px 0 2px 25px;
}
article {
	max-width:1420px;
	padding-bottom:20px;
}
article a {
	color:#000;
}
p {
	margin:5px;
}
.centered {
	text-align:center;
}
.cleared {
	clear:both;
}
.fltLft {
	float:left;
}
.fltRgt {
	float:right;
}
img.bio {
	margin:0 5% 15px 20px;
}
#wrap {
	margin:0 auto;
	width:100%;
	max-width: 1800px;
	padding:0 10px;
}
header {
	margin:10px 0 20px 0;
}
nav {
	position:relative;
	float:left;
	width:100%;
	max-width:480px;
	min-width:270px;
}
nav li {
	font-size:12px;
	padding:7px 0 8px 0;
	background:url(../images/navbg.png) 0 25px no-repeat;
}
nav li a {
	text-decoration:none;
	color:#666;
}
nav li:hover{
	background:url(../images/navbg.png) 0 -20px no-repeat;
}
#pme nav li.pmeNav, #artists-selection nav li.artists-selection, #purchase nav li.purchaseNav, #containers nav li.containersNav, #new nav li.newNav, #home nav li.homeNav , #portrait nav li.portraitNav, #works nav li.worksNav, #sydmel nav li.sydmelNav, #lollipops nav li.lollipopsNav, #personal nav li.personalNav, #about nav li.aboutNav {
	color:#669933;
	font-weight:bold;
	background:url(../images/navbg.png) 0 -20px no-repeat;
}
#pme nav li.pmeNav a, #artists-selection nav li.artists-selection a , #purchase nav li.purchaseNav a, #containers nav li.containersNav a, #new nav li.newNav a, #home nav li.homeNav a, #portrait nav li.portraitNav a, #works nav li.worksNav a, #sydmel nav li.sydmelNav a, #lollipops nav li.lollipopsNav a, #personal nav li.personalNav a, #about nav li.aboutNav a {
	color:#669933;
}
.artworks {
	float:right;
	width:35%;
	min-width:300px;
/*	max-width:400px;*/
	margin-right:10%;
}
.artworks li img {
	max-height: 95%;
}
.artworks ul.slides {
	height:50%;
	max-height:400px;
}
.artthumbs ul.slides {
	height:64px;
	overflow:hidden;
}
.artthumbs ul.slides li {
	height: 64px;
	overflow: hidden;
	margin-right: 3px;
	cursor: pointer;
}
.artthumbs {
	width:600px;
	float:left;
	margin:20px auto 10px auto;
}
.artworks.flexslider .slides img {
	max-height:95%; 
	margin:0 auto;
	}
#footer {
	background:url(../images/footer-bg.gif) #000 top left repeat-x;
}
#footer p {
	color:#FFF;
	font-size:11px;
	padding-top:5px;
}
#footer a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#footer p.designer {
	text-align:right;
	color:#999;
}