@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/backgroundGrad.jpg) repeat-x #FFF;
	margin: 0px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	overflow: auto;
}
a:link {
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}
/*--- containers ---*/
#mainContainer {
	width: 907px;
	margin: 0px auto;
}
#headContainer {
	width: 907px;
	height: 90px;
	padding: 20px 0px 0px 0px;
	text-align: left;
}
#bodyContainer {
	width: 907px;
	background: url(../images/bodyBackground.jpg) no-repeat #cc4090 bottom left;
}
#bodyContainerempty {
	width: 907px;
	background: url(../images/flowerBackground.jpg) no-repeat #cc4090 bottom left;
}
#bodyContainergallery {
	width: 907px;
	background: url(../images/galleryBackground.jpg) no-repeat #cc4090 bottom left;
}
#bodyContainerfeedback {
	width: 907px;
	background: url(../images/feedbackBackground.jpg) no-repeat #cc4090 bottom left;
}
/*--- navigation ---*/
#navContainer {
	width: 907px;
	height: 45px;
	background: url(../images/fullnavbar.jpg) no-repeat;
	line-height: 32px;
	text-align: left;
}
#navEnd {
	float: right;
	width: 13px;
	height: 32px;
	background: #0F0;
}
#navContainer .links li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 5px 0px 5px 30px;
	background: url(../images/linkflower.png) no-repeat;
	background-position: 0px 5px;
}
#navContainer .links a, #navContainer .links a:visited
	{
	font-size: 11pt;
	position: relative;
	text-decoration: none;
	color: #FFF;
	margin: 0px 10px 5px 0px;
	}
#navContainer .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #F06;
	}
/*--- content ---*/
#body {
	float: left;
	width: 618px;
	text-align: left;
	padding: 10px 0px 0px 20px;
}
#bodyGallery {
	float: left;
	width: 227px;
	text-align: left;
	padding: 10px 0px 0px 20px;
}
#bodyMenu {
	float: left;
	width: 867px;
	text-align: left;
	padding: 10px 0px 0px 20px;
}
#bodyLeft {
	width: 300px;
	text-align: left;
	padding: 0px auto;
}
#bodyFeedback {
	width: 350px;
	text-align: left;
	padding: 0px auto;
}
#bodyLeftgallery {
	float: left;
	width: 227px;
	text-align: left;
	padding: 0px auto;
}
#bodyLeftMenu {
	float: left;
	width: 598px;
	text-align: left;
	padding: 0px auto;
}
#bodyLefthappy {
	float: left;
	width: 423px;
	text-align: left;
}
#bodyRight {
	float: right;
	width: 249px;
}
#bodyRightgallery {
	float: right;
	width: 640px;
}
#bodyRightFlickr {
	float: left;
	width: 907px;
}
#footerSpacer {
	width: 907px;
	height: 130px;
}
#bodyRighthappy {
	float: right;
	width: 423px;
}
#bodyRightmenu {
	float: right;
	width: 615px;
	padding: 10px 0px 0px 0px;
}
#menuThumb {
	float: left;
	text-align: left;
	width: 195px;
	height: 310px;
	vertical-align: top;
	padding: 2px 5px 10px 5px;
}
#menuThumb img {
	text-align: center;
	margin: 0px auto;
}
#menuThumb .heading {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
#menuThumb .text {
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	font-style: italic;
}
#menuThumb .price {
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	font-style: normal;
}
#clearing {
	clear: both;
}
#footContainer {
	font-size: 10px;
	width: 800px;
	height: 20px;
	line-height: 20px;
	margin: 0px auto;
	color: #333333;
}
.footlinks a:link {
	font-size: 10px;
	color: #333333;
}
.footlinks a:visited {
	font-size: 10px;
	color: #333333;
}
.footlinks a:hover {
	color: #FF0066;
}
.form {
	background: #0f0f0f;
	color: #999;
	border: #333 inset 1px;
}
input {
	width: 225px;
}
input.submit {
	width: 70px;
	float: right;
}
label {
	display: block;
}
.quotes {
	font-size: 10pt;
	color: #FFF;
	font-style: italic;
}
