/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F9EEDD url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 15px 0px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7E4E18;
}

h1 {
}

h2 {
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #593915;
}

h4 {
	text-align: center;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7E4E18;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4833;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-left: 50px;
	padding-left: 0px;
	list-style: none;
}

ul li {
	padding-left: 9px;
	background: url(images/bullet2.gif) no-repeat left center;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.text1 {
	font-size: 14px;
	color: #4E3114;
}

.text2 {
	text-align: center;
	color: #B07D42;
}

.text3 {
	margin: 0px;
	font-size: 11px;
	color: #593915;
}

.list1 li {
	margin-bottom: 10px;
}

/** LINKS */

a {
	color: #FF7200;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #EDD7B6;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	color: #964B00;
}

.link2:hover {
	text-decoration: underline;
}

.link3 {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #7E4E18;
}

.link3:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #5A483C;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

#flowers {
	background: url(images/bg03.jpg) no-repeat left top;
}

#page {
	background: url(images/bg04.jpg) repeat-y left top;
}

#page .topbg {
	background: url(images/bg05.jpg) no-repeat left top;
}

#page .bottombg {
	background: url(images/bg06.jpg) no-repeat left bottom;
}

#splash {
	background: url(images/homepage03.jpg) no-repeat left top;
}

#content {
	background: url(images/subpage1_02.jpg) repeat-y left top;
}

#content .topbg {
	background: url(images/subpage1_03.jpg) no-repeat left top;
}

.homepage #content .topbg {
	background: url(images/homepage08.jpg) no-repeat left top;
}

#content .bottombg {
	background: url(images/subpage1_04.jpg) no-repeat left bottom;
}

#content-wide {
	background: url(images/bg07.jpg) repeat-y left top;
}

#content-wide .topbg { background: url(images/bg08.jpg) no-repeat left top; }

#content-wide .bottombg { background: url(images/bg09.jpg) no-repeat left bottom; }

.bg1 {
	background: url(images/homepage04.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/homepage05.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/homepage06.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/subpage1_05.jpg) no-repeat left top;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 42px;
	background: url(images/homepage12.gif) repeat-x left center;
}

.footer {
	font-size: 12px;
	color: #EDD7BE;
	text-align: center;
}









/** BASIC */

html, body {
	height: 100%;
}

/** LOGO */

#logo {
	width: 720px;
	height: 125px;
	margin: 0px auto;
	background: url(images/title.jpg) no-repeat left top;
}

#logo h1 {
	display: none;
}

/** MENU */

#flowers {
	width: 720px;
	height: 54px;
	margin: 0px auto;
}

#menu {
	width: 500px;
	height: 54px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
	padding: 0px;
	background: none;
}

#menu a {
	padding: 0 12px 10px 34px;
	background: url(images/bullet2.gif) no-repeat left top;
}

#menu .first a {
	background: none;
	padding-left: 10px;
}

/** PAGE */

#page {
	width: 720px;
	margin: 0px auto;
}

/** SPLASH */

#splash {
	width: 236px;
	height: 93px;
	margin: 0 77px;
	padding: 100px 290px 0px 40px;
}

#splash h2 {
	display: none;
}

/** CONTENT */

#content {
	float: right;
	width: 346px;
	padding: 0px 79px 0px 0px;
}

#content-wide {
	width: 561px;
	margin-left: 80px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 281px;
}

/** FOOTER */

#footer {
	padding-bottom: 50px;
}

/** BOX1 */

#box1 {
	padding: 35px 30px 20px 30px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 129px;
	padding: 0px 0px 0px 30px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 129px;
	padding: 0px 30px 0px 0px;
}

/** BOX4 */

#box4 {
	width: 194px;
	margin: 0px 0px 0px 77px;
}

/** BOX5 */

#box5 {
	padding: 10px 0px 0px 67px;
}

/** BOX6 */

#box6 {
}

#soapt, tr, td {
	width: 95%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	border: 0;
	text-align: center;
}

#soappic1 {
	width: 300px;
	height: 218px;
}

#soappic2 { 
	height: 150px;
}

.bevel {
	border-width: 2px;
	border-bottom-color: #4E3114;
	border-left-color: #807D42;
	border-right-color: #5A483C;
	border-top-color: #807D42;
	border-style: solid;
}

.linkpage {
	line-height: 22px;
	text-indent: 20px;
}