/* CSS Document for Watt's Bloomin */
/* Copyright G2 Web Design 2008 */

/* Element Styles */
html {
	background: url(images/body_bg.png) top left repeat-y #fffdee;	
}

body {
	height: 100%;
	width: 100%;
	background: url(images/body_bg.png) top left repeat-y #fffdee;	
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	overflow: auto;
}

/*===== banner styles =====*/
#header {
	height: 200px;
	background: url(images/header.jpg) no-repeat left top #fffdee;
	border-bottom: double 9px #e7db85;
}

#header span {
	display: none;
}

/*===== menu styles =====*/
#menu {
	width: 182px;
	position: absolute;
	top: 209px;
	left: 0px;
	background-color: #ebf4ca;
	border-left: double 9px #e7db85;
	border-right: double 9px #e7db85;
	z-index: 2;
}

#menu li {
	width: 182px;
}

#menu ul li ul {
	/*margin-left: 200px;*/
}

#menu ul li ul li {
	width: 182px;
	height: 50px;
}

#menu li.calendar {
	height:60px;
}

#menu li span {
	display:none;
}

#menu li a {
	width: 182px;
	height: 50px;
	display:block;
}

#menu li.home a {
	background: url(images/menu/home.jpg) no-repeat;
}

#menu li.biography a {
	background: url(images/menu/biography.jpg) no-repeat;
}

#menu li.services a {
	background: url(images/menu/services.jpg) no-repeat;
}

#menu ul ul li.lectures a {
	background: url(images/menu/lectures.jpg) no-repeat;
}

#menu ul ul li.consulting a {
	background: url(images/menu/consulting.jpg) no-repeat;
}

#menu ul ul li.coaching a {
	background: url(images/menu/coaching.jpg) no-repeat;
}

#menu ul ul li.installation a {
	background: url(images/menu/installation.jpg) no-repeat;
}

#menu ul ul li.decorations a {
	background: url(images/menu/decorations.jpg) no-repeat;
}

#menu li.topics a {
	background: url(images/menu/topics.jpg) no-repeat;
}

#menu li.idea a {
	background: url(images/menu/idea.jpg) no-repeat;
}

#menu li.divider {
	height: 4px;
	width: 182px;
	background: url(images/divider.jpg) no-repeat;
}

#menu li.calendar a {
	background: url(images/menu/calendar.jpg) no-repeat;
	background-position: 0px 5px;
	height:60px;
}

#menu li.book a {
	background: url(images/menu/book.jpg) no-repeat;
}

#menu li.contact a {
	background: url(images/menu/contact.jpg) no-repeat;
}

#menu li.end {
	height:0px;
	width: 194px;
	margin-left: -6px;
	border-bottom: double 9px #e7db85;
}


#content {
	max-width: 700px;
	margin-left: 200px;
}

#footer {
	height: 42px;
	max-width: 700px;
	background: url(images/footer.jpg);
	margin-left:200px;
}

#divider {
	height: 42px;
	width: 700px;
	background: url(images/footer.jpg);
}

#footer {
	height: 42px;
	max-width: 700px;
	background: url(images/footer.jpg);
	margin-left:200px;
}

#bio_div {
	padding-top: 250px;
	background: url(images/sections/bio_bg.jpg) no-repeat top left;
}

#topics_div {
	padding-top: 250px;
	background: url(images/sections/topics_bg.jpg) no-repeat top left;
}

#hint_div {
	padding-top: 250px;
	background: url(images/sections/hint_bg.jpg) no-repeat top left;
}

#calendar_div {
	padding-top: 250px;
	min-height: 450px;
	background: url(images/sections/calendar_bg.jpg) no-repeat top left;
}

#contact_div {
	padding-top: 250px;
	min-height: 450px;
	background: url(images/sections/contact_bg.jpg) no-repeat top left;
}

#decorations_div {
	padding-top: 250px;
	min-height: 450px;
	background: url(images/sections/decorations_bg.jpg) no-repeat top left;
}

#consulting_div {
	padding-top: 250px;
	min-height: 450px;
	background: url(images/sections/consulting_bg.jpg) no-repeat top left;
}

#installation_div {
	padding-top: 250px;
	min-height: 450px;
	background: url(images/sections/installation_bg.jpg) no-repeat top left;
}

#coaching_div {
	padding-top: 250px;
	min-height: 450px;
	background: url(images/sections/coaching_bg.jpg) no-repeat top left;
}


#lectures_div {
	padding-top: 250px;
	min-height: 450px;
	background: url(images/sections/lectures_bg.jpg) no-repeat top left;
}
/*
div.button {
	width: 200px;
	height: 50px;
}

div.button span {
	display: none;
}

div.button a{
	display: block;
}

#biography {
	background: url(images/menu/biography.png);
}

#services {
	background: url(images/menu/services.png);
}

#topics {
	background: url(images/menu/topics.png);
}

#calendar {
	background: url(images/menu/calendar.png);
}

#book {
	background: url(images/menu/book.png);
}

#contact {
	background: url(images/menu/contact.png);
}
*/
/*===== main content styles =====*/
/*#container {
	width: 794px;
	background: url(images/body_bg.png) top repeat-y #fffdee;
	float: left;
}
	
#main {
	width: 794px;
	background: url(images/stripe_h.png) repeat-x top;
	float: left;
}

*/
/*============================*/

/*===== base tag styles =====*/

p { padding: 15px; }

img { 
	float:left;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 30px;
}

strong { font-weight: bold; }

h3 {
	font-weight: bold;
	color: #1E8635;
	font-size: 120%;
	font-style:oblique;
	padding-left: 5px;
}

#content h3.hint {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

#content ul {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 1em;
}

#content ul li {
	list-style: disc;
	padding: 5px;
}
/*======= FORMS =======*/

textarea {
	overflow: auto;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 1px solid #1E8635;
	padding: 15px;
	text-align: left;
	margin: 0 45px 15px 45px;
}

fieldset p {
	padding: 0;
}

legend {
	color: #1E8635;
	font-style: oblique;
	font-weight: bold;
}