@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f5e4f4;
}
 #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DDA5B2;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	background-color: #DDDDDD;
	background-image: url(../images/header.jpg);
	height: 143px;
	position: relative;
	}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	background-color: #FFF3F2;
	background-image: url(../pagesbackdrop4.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
}
.fpcontentholder {
position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	height: 516px;
}
.logoholder {
	float: left;
}
#toppic {
	height:147px;
	z-index:1;
	float: left;
	margin-left: 90px;
}


#topbar {
	background:#DDDDDD;
	height: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menubar {
	width:960px;
	height:41px;
	z-index:3;
	background-image: url(../menubar.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
	top: 131px;
}
#maintext {
	width:351px;
	height:264px;
	z-index:1;
	font-size: 14px;
	padding-top: 30px;
	padding-left: 10px;
	float: left;
}
#maintext h1 {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#vbuttons {
	width:122px;
	height:283px;
	z-index:1;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 35px;
}

#vbuttons ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#vbuttons li {
	margin: 5px;
	width: 100px;
	text-align: center;
}
#vbuttons a {
	color: #000;
	text-decoration: none;
	background-color: #d9bfd6;
	display: block;
	width: 100px;
	border: 1px solid #B07BAA;
	padding: 5px;
	font-size: 16px;
	
}
#vbuttons a:hover {
	background-image: url(../images/buttonbackground.jpg);
	background-position: center;
	color: #FFF;
}
#picturebox {
	width:auto;
	height:auto;
	z-index:1;
	margin-top: 20px;
}
.pictxt {
	left:12px;
	top:333px;
	width:480px;
	z-index:1;
	font-size: 13px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.pictxt h1{
	font-size: 18px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
}
.smalltxt {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	line-height: 14px;
}
.picholder {
	border: 2px solid #6A4065;
	height: 132px;
	width: 175px;
	float: left;
	margin-right: 10px;
}
#piccontainer {
	z-index:1;
	padding-top: 10px;
	font-size: 13px;
	padding-left: 10px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#fppiccontainer {
	z-index:1;
	padding-top: 10px;
	font-size: 13px;
	height: 500px;
	
}
#piccontainer h1{
	margin: 0px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 36px;
	padding-top: 20px;
	padding-right: 10px;
}
.picandtxt {
	left:88px;
	top:151px;
	width:470px;
	z-index:1;
	height: 146px;
	float: left;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clearfloats {
	clear: both;
}
.makecentre {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.makecentre2 {
	width: 475px;
	margin-right: auto;
	margin-left: auto;
}
#lprices {
	position:absolute;
	left:7px;
	top:190px;
	width:227px;
	height:170px;
	z-index:1;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#lprices h1{
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
#rprices {
	position:absolute;
	left:676px;
	top:189px;
	width:233px;
	height:160px;
	z-index:1;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.logo {
	font-size: 9px;
	color: #943A8F;
	padding-top: 20px;
	margin-bottom: 10px;
}
.logo a {
	text-decoration: none;
	color: #792F76;
}


#rprices h1{
	
font-size: 17px;
	margin: 0px;
	padding: 0px;
	}
