/*layout*/
body 
{
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
}
#sizer
{
	margin-left:20px;
	margin-right:20px;
	text-align: left;
}
#header
{
	height:125px;
	margin-bottom:0px;
	text-align:center;
}
#contact
{
	margin:10px;
	text-align:left;
	float:right;
}
#nav
{
	width: 155px;
	height:350px;
	float: left;
}
#content
{
	margin-left: 0px;
	padding-bottom:25px;
	padding-right:20px;
	padding-left:5px;
	border-left:5px solid black;
	float:none;
	height:325px;
	overflow:auto;
}
*html content
{
}
#footer
{
	padding: 3px;
	line-height:30px;
	margin-left:10%;
	margin-right:10%;
}
/*Colours and stuff*/
body
{
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	background-color:#990000;
}
#sizer
{
	background-color: #ffffff;
	border-left:1px solid #ffa633;
	border-right:1px solid #ffa633;
	border-top:15px solid #ffa633;
	border-bottom:15px solid #ffa633;
}
#header
{
	border-bottom:5px solid #000000;
	background-image:url(../images/cherry_bg.gif);
	background-repeat:no-repeat;
	background-position:99% 0%;
	background-color:#ffffff;
}
#nav
{
	margin-top:0px;
	background-image:url(../images/nav_bg.jpg);
}
#content
{
	background-image:url(../images/content_bg.jpg);
}
a:link, a:visited
{
	color:#990000;
	text-decoration:underline;
}
a:hover
{
	color:#ffa633;
	text-decoration:underline;
}
#content h1 , #content h2
{
	font-size:1.8em;
	color:#990000;
	font-weight:normal;
}
#content h1
{
	background-color:#990000;
	margin-top:5px;
	color:#ffcc33;
	padding:5px;
	opacity: .7;
	filter: alpha(opacity=70);
}
#content h2
{
	font-size:1.1em;
	font-weight:bold;
}
#footerimage
{
	border-top:5px solid #000000;
	clear: both;
	background-image:url(../images/footer.jpg);
	height:60px;
}
#footer
{
	font-size: 0.8em;
	color:white;
}
#staff, .links
{
	margin-top:15px;
	font-size:1em;
}
#sales
{
	margin-top:15px;
	border-collapse:collapse;
	font-size:0.8em;
	background-color:white;
}
#sales th
{
	background-color:#ffcc33;
}
#sales td, #sales th
{
border:1px solid black;
text-align:center;
font-weight:bold;
}
#sales td.description
{
	text-align:left;
	font-weight:normal;
}
#sales td.photo
{
	font-weight:normal;
}
#sales td.photo img
{
	border:1px solid #990000;
}
/*form layouts*/
form.layout
{
 margin-top:15px;
}
form p.required
{
	font-weight:bold;
}
form p.required label:after
{
	content:'*';
}
form.layout p
{
	margin-top:2px;
	margin-bottom:2px;
}
form.layout p label
{
	display:block;
	width:150px;
	float:left;
}
form.layout p button
{
	margin-left:150px;
}
