﻿/* main page divisions */
body  {
    border-style: none;
	border-color: inherit;
	border-width: 0;
	text-align: center;
   	margin: 0;
   	padding: 0;
    background: #ccc url('../images/bg%20red%20check.jpg') repeat-x center top;
   	color: black;
   	font: 15px Cambria, "Palatino Linotype", "Minion Pro", "Book Antiqua", Century, Georgia, "Iskoola Pota", "Mongolian Baiti", "New Times Roman", Serif;
}

#container {
	color: white;
	background: url('../images/bgwhiteshadow.png') repeat-y center top;
	width: 846px;
	height: 445px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#masterhead {
	color: white;
	background: transparent;
	height: 143px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation {
	color: maroon;
	background: maroon url('../images/bgdarkred.jpg') center top;
	float: left;
	width: 796px;
	height: 302px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: right;
}
#nav {
	color: #999;
	background: #ccc;
	width: 225px;
	height: 302px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	background: #ccc url('../images/bgdarkred.jpg') top left repeat;
}
#content {
	color: black;
	background: transparent url('../images/bgwhiteshadow.png') top left repeat-y;
	width: 846px;
	float: left;
	margin: 0 0px 30px 0px;
	padding: 0;
	text-align: left;
}
#column_l {
	color: black;
	background: #ccc url('bggray.jpg') left top repeat;
	width: 200px;
	min-height: 150px;
	float: left;
	margin: 0 0 0 25px;
	padding: 20px 15px 30px 15px;
	text-align: left;
}
#fadeshow {
    float: right;
    width: 565px;
    height: 302px;
    background: #ccc url('bggray.jpg') left top repeat;
}
#column_r {
	color: black;
	background: white;
	width: 530px;
	min-height: 400px;
	margin: 0;
	padding: 20px 15px 30px 15px;
	float: left;
	text-align: left;
}
#footer {
	background: transparent url('bggray.jpg') left top repeat;
	width: 766px;
	height: auto;
	float: left;
	margin: 30px 25px 0 25px;
	padding: 7px 15px 7px 15px;
	text-align: left;
	border-bottom: 3px solid white;
}
/* Styles for Navigation */
#navigation img{
	float: right;
}
#nav ul {
	list-style-type: none;
	width: 230px;
	height: 31px;
	margin: 0;
	padding: 0;
}
#nav li {
    float:left;
    background: none;
    width: 230px;
    height: 31px;
    margin: 0;
    padding: 0;
    text-align: left;
}
#nav a {
	color: #c99;
	text-decoration: none;
	display: block;
	padding: 3px 15px 3px 15px;
	border: 0;
	text-align: left;
}
#nav a:hover {
	color: #c99;
	background: #600 url('../images/bgdarkredhover.jpg');
	text-decoration: none;
	display: block;
	padding: 3px 15px 3px 16px;
}

/* Styles for sidebar */
#column_l h1, h2, h3, h4, h5, h6 {
	color: #999;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
}
#column_l h1 a:link, a:visited {
	color: #999;
	text-decoration: none;
}
#column_l h1 a:hover {
	color: #999;
	text-decoration: underline;
}
#column_l a:link, a:visited {
    color: black;
    text-decoration: none;
}
#column_l a:hover {
	color: black;
	text-decoration: underline;
}
#column_l a:link img, a:visited img, a:hover img, a:active img {
	color: #ccc;
	border-style: none;
}
#column_l a:hover img {
	padding: 0 0 0 1px;
}
#column_l p, ul, li {
    color: black;
    font-weight: normal;
	margin: 0;
}
#column_l br {
    font-size: 15px;
}

/* Styles for content */
#column_r h1, h2, h3, h4 {
	font-weight: bold;
}
#column_r h3, h5, p {
	color: black;
}
#column_r h1 {
	color: #999;
	font-size: 25px;
	margin: 0;
}
#column_r hr {
    margin: 3px 0 15px 0;
}
#column_r h2 {
	color: #c00;
	font-size: 18px;
	margin: 0 0 15px 0;
}
#column_r h3 {
	font-size: 15px;
}
#column_r h4 {
    color: #c00;
    font-size: 15px;
    margin: 0;
}
#column_r h5 {
    font-size: 19px;
    font-weight: normal;
}
#column_r p {
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 15px 0;
}
#column_r p img {
    float: left;
}
#column_r li {
	list-style: disc url('../images/chilli.png');
	text-indent: 20px;
}
#column_r li.cupcake {
	list-style: disc url('../images/cake-icon.jpg');
	text-indent: 15px;
	line-height: 23px;
}
#column_r li.mobile {
	list-style: disc url('../images/mobile-icon.png');
	text-indent: 15px;
	line-height: 23px;
}
#column_r li.telephone {
	list-style: disc url('../images/telephone-icon.jpg');
	text-indent: 15px;
	line-height: 23px;
}
#column_r p a:link, a:visited {
    color: #999;
    text-decoration: none;
}
#column_r p a:hover {
	color: #f30;
	text-decoration: none;
}
#column_r br {
	font-size: 15px;
}
#column_r a img {
	border: 0;
}
#column_r a img:hover {
	opacity: 0.85;
}
#column_r table.form {
	width: 530px;
	text-align: left;
	background: #ccc url('bggray.jpg') top left repeat;
	border: medium #765 solid;
}
#column_r table.form tr {
    height: 25px;
}
#column_r table.form td {
    font-size: small;
}
#column_r input {
}
.star {
 font-weight:bold;
 color:#F00;
}
.form_td {
	padding:3px;
	font-size:12px;
	width: 120px;
}
.form p {
	padding:4px;
}
.form label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.star {
 font-weight:bold;
 color:#F00;
}
.heading {
	font-size: medium;
	color: black;
}

/* styles for tables */
#column_r table {
	width: 540px;
	margin: 0;
	text-align: left;
}
#column_r table p {
	text-align: left;
}
#column_r table br {
    font-size: 6px;
}
#column_r td {
    width: 170px;
    padding: 0 0 10px 0;
    margin: 0 10px 0 0;
    vertical-align: top;	
}
#column_r tr {
	height: 215px;
}
#column_r td a img {
	border: 0;
}
#column_r td a img:hover {
	border-bottom: 3px #600 solid;
	opacity: 0.80;
}

/* Styles for footer */
#footer p {
	color: #999;
	font-size: 10.5px;
	line-height: 13px;
	margin: 1px;
	padding: 1px;
	font-family: Gautami, Calibri, "Franklin Gothic Medium", "Franklin Gothic", Cambria, "Iskoola Pota", "Mongolian Baiti", "10px Arial", "10px ", "sans serif";
}	
#footer a:link, a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
}	