html
{
	height: 100%;
}
body
{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	background: url( "../img/grad_bg.jpg" ) repeat-y center;
}
* html body
{
	/* hack for IE6 being garbage - ensure central alignment versus background */
	margin-left: 5px;
}
img
{
	border: 0;
}
div#main
{
	width: 639px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
div#menu
{
	height: 25px;
	width: 100%;
	padding-top: 5px;
	background-color: #d3d3d1;
}
div#menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: 5px;
}
div#menu li
{
	display: inline;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}
div#menu a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
}
div#menu a:hover
{
	color: #ee2f75;
	text-decoration: none;
}
div#menu a:visited
{
	text-decoration: none;
}
div#banner
{
	height: 50px;
	width: 100%;
	margin-right: 5px;
	background-color: #e5e6e0;
}
div#banner_notlive
{
	height: 50px;
	width: 100%;
	margin-right: 5px;
	background-color: #ff0000;
}
.susankerr_logo
{
	margin-top: 6px;
	margin-right: 10px;
	border: 0;
	float: right;
}
div#body
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 50px;
}
div#body h1
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 90%;
	color: #ee2f75;
}
div#body p
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-size: 80%;
	color: #a3a3a1;
}
div#body p b
{
	font-weight: bold;
	color: #ee2f75;
}
div#body p a
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #a3a3a1;
	text-decoration: none;
	border-bottom: 1px dashed #a3a3a1;
}
div#body p a:hover
{
	color: #a3a3a1;
	text-decoration: none;
	border-bottom: 1px solid #ee2f75;
}
.contactform
{
	margin-left: 30px;
}
.form_row
{
	margin-top: 8px;
	margin-bottom: 8px;
}
.form_row label
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 80%;
	color: #a3a3a1;
	float: left;
	width: 130px;
}
.form_row input, textarea
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-size: 80%;
	color: #a3a3a1;
	border: 1px solid #a3a3a1;
	padding: 2px;
	vertical-align: top;
}
div#submit
{
	padding-left: 130px;
}
div#submit input
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 80%;
	color: #a3a3a1;
	padding: 3px;
	background-color: #ffffff;
	border-top: 1px solid #ee2f75;
	border-left: 1px solid #ee2f75;
	border-right: 2px solid #ee2f75;
	border-bottom: 2px solid #ee2f75;
}
.contactform .error
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 80%;
	color: #ee2f75;
	margin-left: 10px;
	vertical-align: top;
}
.contactform .info
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 80%;
	color: #a3a3a1;
	margin-left: 10px;
}
div#formbody
{
	background: url( "../img/petal_pin_bg.jpg" ) no-repeat top right;
}
div#gallery
{
	margin: 0px;
	padding: 0px;
}
div#categories
{
	float: left;
	margin-bottom: 5px;
}
div#categories ul
{
	padding: 0;
	margin-left: 10px;
	list-style-type: none;
}
div#categories li
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-size: 70%;
	color: #a3a3a1;
	display: inline;
	float: left;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	width: 110px;
}
div#images
{
	margin-top: 30px;
	clear: both;
}
div#hr
{
	clear: both;
	height: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	background: url( "../img/hr.jpg" ) no-repeat center;	
}
div#hr hr
{
	display: none;
}
.hr_short
{
	clear: both;
	height: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	background: url( "../img/hr_short.jpg" ) no-repeat center;	
}
.hr_short hr
{
	display: none;
}
.error
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 80%;
	color: #ee2f75;
	vertical-align: top;
}
div#categories .selected
{
	font-weight: bold;
	color: #ee2f75;
}
div#images ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div#images li
{
	display: inline;
}
.thumbnail
{
	width: 320px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}
.caption
{
	width: 260px;
	margin-right: 20px;
	float: right;
}
.caption p
{
	padding: 0;
	margin: 0;
	font-size: 80%;
	color: #a3a3a1;
	font-family: Verdana, Arial, Sans-Serif;
}
.caption .title
{
	color: #ee2f75;
}
div#body .caption p a
{
	color: #ee2f75;
	text-decoration: none;
	border-bottom: 1px dashed #a3a3a1;
}
div#body .caption p a:hover
{
	color: #ee2f75;
	text-decoration: none;
	border-bottom: 1px solid #ee2f75;
}
div#body .caption .materials_year
{
	margin-top: 10px;
}
.caption .photo
{
	font-size: 80%;
}
div#footer
{
	clear: both;
}
div#tothetop
{
	clear: both;
	width: 100%;
	text-align: center;
}
div#tothetop a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	color: #a3a3a1;
	text-decoration: none;
	border-bottom: 1px dashed #a3a3a1;
}
div#tothetop a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #ee2f75;
}
div#image_container
{
	margin-top: -5px;
	text-align: center;
}
div#image_container img
{
	margin-top: 5px;
}
div#caption_single
{
	width: 400px;
	margin: -10px auto 5px auto;
}
div#caption_single p
{
	padding: 0;
	margin: 0;
	font-size: 80%;
	color: #a3a3a1;
	font-family: Verdana, Arial, Sans-Serif;
}
div#caption_single .back
{
	line-height: 1.6em;
}
div#caption_single .back a
{
	text-decoration: none;
	border-bottom: 1px dashed #a3a3a1;
}
div#caption_single .back a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #ee2f75;
}
div#caption_single .title
{
	color: #ee2f75;
	font-weight: bold;
}
div#caption_single_bottom
{
	width: 400px;
	margin: 0 auto;
}
div#caption_single_bottom p
{
	padding: 0;
	margin: 0;
	font-size: 80%;
	color: #a3a3a1;
	font-family: Verdana, Arial, Sans-Serif;
}
div#caption_single_bottom .materials_year
{
	margin-top: 10px;
}
div#caption_single_bottom .photo
{
	font-size: 80%;
}
div#latest_exhibitions
{
	float: left;
	width: 340px;
	margin-bottom: 20px;
}
div#stockists
{
	float: right;
	width: 220px;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fcfcf9;
	border-left: 1px solid #e5e6e0;
	border-top: 1px solid #e5e6e0;
	border-right: 2px solid #e5e6e0;
	border-bottom: 2px solid #e5e6e0;
}
div#body .exhibitions_stockists ul
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	color: #a3a3a1;
}
div#body .exhibitions_stockists li
{
	margin-bottom: 6px;
}
div#body .exhibitions_stockists li .title
{
	color: #ee2f75;
}
div#body .exhibitions_stockists li a
{
	color: #ee2f75;
	text-decoration: none;
	border-bottom: 1px dashed #a3a3a1;
}
div#body .exhibitions_stockists li a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #ee2f75;
}
div#previous_exhibitions
{
	clear: both;
}
div#prev_years
{
	float: left;
	width: 80px;
	margin-left: 10px;
}
* html #prev_content
{
	/* min-height hack for ie6 and lower */
	height: 200px;
}
div#body .exhibitions_stockists .prev_content
{
	min-height: 200px;
	float: left;
	width: 480px;
	background-color: #fcfcf9;
	border-left: 1px solid #e5e6e0;
	border-top: 1px solid #e5e6e0;
	border-right: 2px solid #e5e6e0;
	border-bottom: 2px solid #e5e6e0;
	padding: 10px;
}
div#prev_years ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	background-color: #fcfcf9;
	border: 1px solid #e5e6e0;
}
div#prev_years li
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	color: #a3a3a1;
	text-align: center;
	border-bottom: 1px solid #e5e6e0;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1.6em;
}
div#prev_years li a
{
	color: #a3a3a1;
	text-decoration: none;
	border: 0;
	display: block;
	width: 78px;
}
div#prev_years li a:hover
{
	color: #ee2f75;
	border: 0;
	text-decoration: none;
}
div#prev_years li:hover
{
	cursor: pointer;
}
div#prev_years li:hover a
{
	color: #ee2f75;
	border: 0;
	text-decoration: none;
}
div#prev_years .selected
{
	font-weight: bold;
	color: #ee2f75;
}
div#prev_years .selected a
{
	font-weight: bold;
	color: #ee2f75;
}
div#infopanel
{
	float: left;
	width: 220px;
	padding: 5px;
	margin-top: 60px;
	padding-left: 20px;
}
div#splash
{
	float: right;
	margin-top: 20px;
	width: 350px;
	margin-bottom: 80px;
}
div#splash img
{
	position: relative;
	left: 10px;
}
.hidden
{
	display: none;
}
div#about
{
	float: left;
	width: 280px;
	margin-bottom: 20px;
}
div#qualifications
{
	float: right;
	width: 280px;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fcfcf9;
	border-left: 1px solid #e5e6e0;
	border-top: 1px solid #e5e6e0;
	border-right: 2px solid #e5e6e0;
	border-bottom: 2px solid #e5e6e0;
}
div#qualifications ul
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	color: #a3a3a1;
}
div#qualifications li
{
	margin-bottom: 6px;
}
div#qualifications li .title
{
	color: #ee2f75;
}
div#qualifications li a
{
	color: #ee2f75;
	text-decoration: none;
	border-bottom: 1px dashed #a3a3a1;
}
div#qualifications li a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #ee2f75;
}
div#about_image
{
	float: right;
	width: 280px;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div#copyright
{
	padding-top: 100px;
	clear: both;
	text-align: center;
	font-size: 70%;
	padding: 0;
}
.greyborder
{
	border: 1px solid #B4B4BD;
}
.contact_name
{
	width: 200px;
}
.contact_email
{
	width: 200px;
}
.contact_subject
{
	width: 200px;
}
.contact_message
{
	width: 270px;
	height: 200px;
}
.contact_captcha
{
	width: 200px;
}
.captcha_image
{
	margin-top: 4px;
	margin-left: 130px;
}
.field_clarification
{
	display: block;
	margin-left: 130px;
	font-family: Verdana, Arial, Sans-Serif;	
	font-size: 80%;
	color: #a3a3a1;
}	