body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#7d7d7d;
	line-height:150%;
}
body {
	background: url(images/background.jpg) repeat-x top left #398ae8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a img{
	border:0;
	padding:0px 10px 10px 0px;
	background: url(images/image_shadow.jpg) no-repeat bottom right;
}


#keywords {
	display:none;
}
#page {
	background: url(images/page.png) repeat-y top center;
	min-height:800px;
}
#header {
	background: url(images/header.png) no-repeat top center;
	min-height:600px;
}
#content {
	width:780px;
	margin:0px auto 0px auto;
	/*background-color:#000000;*/
}
#actual_header {
	height:135px;
}
/****************************************
	MAIN PAGE CONTROLS
****************************************/
#navigation {
	height:37px;
	margin: 0 10px;
	background:url('images/navigation.jpg') no-repeat top left;
}

#navigation a {
	display:block;
	float:left;
	width:100px;
	height:35px;
	margin:0;
	padding:0;
	border:0;
	background:url('images/navigation/home.jpg') no-repeat top left;
}

#navigation a:hover {
	background-position:bottom left;
}

#navigation .home, #navigation .home_on {
	background:url('images/navigation/home.png') no-repeat top left;
}

#navigation .gallery, #navigation .gallery_on {
	background:url('images/navigation/gallery.jpg') no-repeat top left;
}

#navigation .events, #navigation .events_on {
	background:url('images/navigation/events.jpg') no-repeat top left;
}

#navigation .chocolate_fountain, #navigation .chocolate_fountain_on {
	width:150px;
	background:url('images/navigation/chocolate_fountain.jpg') no-repeat top left;
}

#navigation .our_shop, #navigation .our_shop_on {
	width:130px;
	background:url('images/navigation/our_shop.png') no-repeat top left;
}

#navigation .feedback, #navigation .feedback_on {
	width:130px;
	background:url('images/navigation/feedback.png') no-repeat top left;
}

#navigation .links, #navigation .links_on {
	width: 80px;
	background:url('images/navigation/links.png') no-repeat top left;
}

#navigation .contact, #navigation .contact_on {
	width:115px;
	background:url('images/navigation/contact.png') no-repeat top left;
}

#navigation .home_on {
	background:url('images/navigation/home_on.jpg') no-repeat top left;
}

#navigation .gallery_on {
	background:url('images/navigation/gallery_on.jpg') no-repeat top left;
}

#navigation .events_on {
	background:url('images/navigation/events_on.jpg') no-repeat top left;
}

#navigation .chocolate_fountain_on {
	background:url('images/navigation/chocolate_fountain_on.jpg') no-repeat top left;
}

#navigation .our_shop_on {
	background:url('images/navigation/our_shop_on.jpg') no-repeat top left;
}

#navigation .feedback_on {
	background:url('images/navigation/feedback_on.jpg') no-repeat top left;
}

#navigation .links_on {
	background:url('images/navigation/links_on.jpg') no-repeat top left;
}

#navigation .contact_on {
	background:url('images/navigation/contact_on.jpg') no-repeat top left;
}

#navigation .home_on:hover, #navigation .gallery_on:hover, #navigation .events_on:hover, #navigation .chocolate_fountain_on:hover, #navigation .our_shop_on:hover, #navigation .feedback_on:hover, #navigation .links_on:hover, #navigation .contact_on:hover {
	background-position:top left;
	cursor:default;
	pointer:pointer;
}

/*
#navigation {
	height:30px;
	margin:0px 20px 0px 20px;
}
#navigation tr td {
	padding:0px 12px 0px 20px;
	background:url(images/navigation.png) no-repeat top left;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	
}
#navigation tr td a {
	text-decoration:none;
	color:#ffffff;
}
#navigation tr td a:hover {
	color:#ffffff;
}
#navigation tr td:hover {
	background:url(images/navigation_over.png) repeat-x top left;
	text-decoration:none;
	color:#ffffff;
}
#navigation tr .selected {
	background:url(images/navigation_selected.png) repeat-x top left;
}
#navigation tr .selected:hover {
	background:url(images/navigation_selected.png) repeat-x top left;
}

*/
#gallery_dropdown, #events_dropdown {
	/*display:none;
	position:absolute;
	width:125px;

	margin-left:85px;
	*/
	border:1px solid #000000;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color:#ca2281;
	font-size:12px;
}
#events_dropdown {
	/*margin-left:155px;*/
}

#gallery_dropdown a, #events_dropdown a {
	display:block;
	border-bottom: 1px solid #000000;
	padding: 2px 10px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

#gallery_dropdown a:hover, #events_dropdown a:hover {
	background-color:#971961;
}

/**************************************************
	BASIC PAGE
**************************************************/

.sub_navigation {
	width: 160px;
	margin: 20px 0 0 20px;
	padding: 10px;
	background-color: #eeeeee;
	line-height:24px;
}

.sub_navigation a:first-child {
	border-top: 1px dotted #666666;
}

.sub_navigation a {
	display: block;
	padding: 5px 10px;
	background: url('images/sub_navigation.png') repeat-x top left #e23999;
	border-bottom: 1px dotted #666666;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.sub_navigation a:hover {
	background-position:bottom left;
	color: #ffffff;
}


.sub_navigation .sub {
	display: block;
	padding: 0 10px;
	background: none;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
	font-weight: normal;
	color: #e23999;
	text-transform: lowercase;
}

.sub_navigation a:hover {
	background-color: #eeb3d5;
	color: #ffffff;
}

/**************************************************
	BASIC PAGE
**************************************************/

#actual_page {
	width: 540px;
	padding:0px 20px 20px 20px;
}
.page_title {
	margin: 20px 10px 0 10px;
	font-weight:bold;
	font-size:24px;
	color:#c94690;
}
.sub_title {
	margin:10px 0px 10px 0px;
	font-weight:bold;
	font-size:14px;
	color:#c94690;
}
h2 {
	margin:0 10px;
	font-weight:bold;
	font-size:14px;
	color:#999999;
}
h2 .dot {
	display:inline-block;
	width:10px;
	height:16px;
	margin:0 3px;
	background:url('images/dot.png') no-repeat center left;
}
p {
	margin:10px 0px 10px 0px;
}

/**************************************************
	PAGE CONTROL
**************************************************/

.page_control {
	display: block;
	padding: 5px 10px;
	background-color: #eeeeee;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	text-align:center;
}

.page_control a {
	color: #666666;
	text-decoration: none;
}
.page_control a:hover {
	text-decoration: underline;
}

/**************************************************
	GALLERY
**************************************************/
.gallery_title, .events_title {
	display:block;
	padding-bottom:10px;
	background:url(images/shadow_top.jpg) repeat-x bottom left;
	font-weight:bold;
	font-size:18px;
	color:#c94690;
}
.gallery_title a, .events_title a {
	color:#c94690;
	text-decoration:none;
}
.gallery_title a:hover, .events_title a:hover {
	text-decoration:underline;
}
.gallery_images, .events_images {
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
	background:url(images/shadow_bottom.jpg) repeat-x bottom left;
}
.gallery_images a img , .events_images a img {
	border:0;
}
/**************************************************
	EVENTS
**************************************************/

/**************************************************
	CHOCOLATE FOUNTAIN
**************************************************/

/**************************************************
	OUR SHOP
**************************************************/

#directions {
	margin:10px 0px;
	padding:10px 20px 10px 20px;
	background:url(images/detail_top.jpg) repeat-x top left;
	border-top:1px dotted #f488b7;
	border-bottom:1px dotted #f488b7;
	line-height:250%;
	color:#c94690;
}
#directions b {
	display:block;
	color:#999999;
}
#directions input {
	display:inline;
}
#directions .button {
	display:inline;
	width:180px;
}

/**************************************************
	FEEDBACK
**************************************************/
.feedback {
	width:500px;
	margin-bottom:20px;
	padding:10px;
	border:1px dashed #f488b7;
	background:url(images/speech.jpg) no-repeat top left #eeeeee;
	color:#c94690;
}

.feedback .name {
	text-align:right;
	display:block;
	font-weight:bold;
	margin-top:20px;
	color:#999999;
}
/**************************************************
	LINKS
**************************************************/

/**************************************************
	CONTACT
**************************************************/

#contact, .contact_detail {
	float:left;
	width:330px;
	min-height:100px;
	margin:0px 20px 10px 0px;
	padding:10px 20px 10px 20px;
	background:url(images/detail_top.jpg) repeat-x top left;
	border-top:1px dotted #f488b7;
	border-bottom:1px dotted #f488b7;
	line-height:250%;
	color:#c94690;
}
.contact_detail .address {
	margin-left:60px;
	line-height:150%;
}
#contact b, .contact_detail b {
	margin-right:20px;
	color:#999999;
}
.contact_detail a {
	color:#999999;
	text-decoration:none;
}
.contact_detail a:hover {
	text-decoration:underline;
}
#contact .red {
	color:#cc0000;
}

#contact input, #contact textarea {
	min-width:260px;
}
#contact .button {
	display:block;
	min-width:100px;
	width:100px;
	margin-top:10px;
}
#contact_form {
	margin-top:0px;
	padding:10px 10px 20px 20px;
	border:1px dashed #c94690;
}

#contact_form input {
	/*min-width:200px;*/
}
#contact_form textarea {
	min-width:260px;
}

/**************************************************
	FORMS
**************************************************/

form {
	margin:0;
	padding:0;
}
input, label {
	display:block;
}
input {
	margin-bottom:10px;
}
.button {
	display:block;
	min-width:100px;
	width:100px;
	margin-top:10px;
}

/**************************************************
	ADMIN PAGE
**************************************************/

#admin_page {
	width:780px;
	margin:0 auto;
	padding:0 10px;
	background-color:#ffffff;
	border-left:3px solid #999999;
	border-right:3px solid #999999;
}

#admin_header {
	height:100px;
	background-color:#0066cc;
}
#admin_content {
	min-height:600px;
}
#admin_menu {
	list-style-type:none;
}
#admin_menu li {
	list-style-type:none;
	display:inline;
}
#admin_menu li a {
	padding:5px 10px;
	background-color:#0066cc;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#admin_menu li a:hover {
	background-color:#c94690;
}
#sub_admin_menu li {
	list-style-type:none;
	display:inline;
}
#sub_admin_menu li a {
	padding:3px 5px;
	background-color:#0066cc;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
#sub_admin_menu li a:hover {
	background-color:#c94690;
}

#admin_login {
	width:200px;
	margin:0 auto;
	padding:20px;
	border:5px double #cccccc;
}

.response {
	margin:0 50px 10px 50px;
	padding:20px;
	border:5px double #cccccc;
	color:#c94690;
	font-weight:bold;
}
#admin_form {
	margin:0 50px;
	padding:20px;
	border:5px double #cccccc;
}
#admin_form label , #admin_form_gallery label {
	font-weight:bold;
}

.uploaded_image {
	display:block;
	margin:0px auto 10px auto;
	padding:5px;
	border:5px double #cccccc;
}
#admin_form_gallery {
	margin:0 50px;
	padding:20px;
	border:5px double #cccccc;
}

.checkbox {
	display:inline;
	margin:0;
}

a.delete, a.edit {
	padding:3px 5px;
	background-color:#cc0000;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
a.delete:hover, a.edit:hover {
	background-color:#000000;
}
.error, .success  {
	min-height:50px;
	margin:0 50px 10px 50px;
	padding:20px 20px 20px 100px;
	border:5px double #cc0000;
	background: url(images/warning.jpg) no-repeat center left;
	color:#cc0000;
	font-weight:bold;
}
.success {
	border:5px double #00a650;
	background: url(images/success.jpg) no-repeat center left;
	color:#00a650;
}
/**************************************************
	STATS
**************************************************/
.stats_title {
	margin:10px 0px 10px 0px;
	font-weight:bold;
	font-size:18px;
	color:#c94690;
}
.stats_table {
	width:300px;
	margin-bottom:20px;
	
}

.stats_table .title td {
	padding:5px 10px;
	font-weight:bold;
	font-size:10px;
	color:#c94690;
}
.stats_table .odd {
	background-color:#cccccc;
}
.stats_table .even {
	background-color:#eeeeee;
}
.stats_table tr td {
	margin:5px;
	padding:5px 10px;
	border:3px solid #ffffff;
	font-weight:bold;
	font-size:10px;
}
.stats_table tr .visits {
	text-align:right;
}
.stats_row {
	float:left;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #666666;
}
.stats_data {
	float:left;
}
.stats_flash {
	float:left;
	width:400px;
	height:300px;
	margin:75px 0px 0px 20px;
}

/**************************************************
	FOOTER
**************************************************/

#footer, #deanturner {
	clear:both;
	width:740px;
	min-height:150px;
	margin:10px auto 0px auto;
	padding:20px 10px;
	background-color:#f4e0e9;
	border-top:1px dotted #f488b7;
	color:#c94690;
	text-align:center;
}
#footer a {
	padding:0px 10px 0px 10px;
	color:#c94690;
	text-decoration:none;
	font-weight:bold;
}
#deanturner {
	width:740px;
	min-height:auto;
	margin:0px auto 10px auto;
	padding:5px 10px;
	border:0;
	text-align:right;
}
#deanturner a {
	display:block;
	padding:0px 10px 0px 10px;
	color:#f488b7;
	text-decoration:none;

}

#footer a:hover, #deanturner a:hover {
	text-decoration:underline;
}

#info {
	margin-bottom:20px;
	font-size: 12px;
}

#info .address {
	margin-bottom:20px;
	font-weight:bold;
}

#info a {
	text-decoration:none;
	font-weight:normal;
}

#info a:hover {
	text-decoration:underline;
}

#info .title {
	font-weight:bold;
}

#info .phone {
	font-size: normal;
padding:0px 10px 0px 10px;
}

#info .spacer {
	margin-right:20px;	
}

.copyright {
	margin-top:20px;
	font-size:12px; 
}


