
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodyclass {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	padding-top: 16px;
	color: #ffffff;
}


/*********************************** main ********************************************/
#main {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}

#bar {
	width: 14px;
	float: left;
}

/************************** header *************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 828px;
	height: 105px;
	float: left;
}


/*************************** navigation **************************/
#navigation {
	width: 213px;
	float: left;
	margin: 0px;
	padding-bottom: 250px;
}

#navcontainer {
	width: 213px;
	float: left;
	margin: 0px;
	padding-top: 3px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style:none;
	margin: 0;
	font-weight: normal;
}

#navcontainer li a
{
	display: block;
	padding: 4px 8px 4px 10px;
	color: #ffffff;
	text-decoration: none;
	width: 195px;
	border-bottom: 1px solid #1e1e1e;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	background-color: #222222;
	color: #f15f2e;
	font-weight: bold;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li
{
	list-style: none;
	margin: 0;
	background-color: #3a3839;
}

#navcontainer li li a
{
	display: block;
	padding: 5px 8px 5px 25px;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	border: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #ef5e31;
	background-color: #3a3839;
	background-image: url(../images/bg_menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: normal;
}

#navcontainer ul ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navcontainer li li li
{
	list-style:none;
	margin: 0;
	font-weight: normal;
	border: none;
	background-color: #a0938a;
}

#navcontainer li li li a
{
	display:block;
	padding: 2px 8px 2px 25px;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	font-size: 11px;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current
{
	color: #3a3839;
	background-color: #a0938a;
	background-image: none;
}

/************************** content *******************/
#container {
	width: 587px;
	float: left;
	padding-bottom: 10px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
}

#maincontent {
	width: 570px;
	padding-left: 10px;
	padding-top: 10px;
}

h1 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}

#breadcrumb {
	width: 570px;
	float: right;
	color: #a0938a;
	text-align: right;
	padding-bottom: 5px;
	text-transform: lowercase;
	font-size: 11px;
}

#breadcrumb a {
	color: #a0938a;
	text-decoration: none;
}

#bottom {
	clear: both;
}

/*************************************** footer ****************************************/
#navbottom {
	position: relative;
	width: 828px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

#flower {
	position: absolute;
	left: 15px;
	top: -200px;
}

#footer {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	clear: both;
	color: #a0938a;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #a0938a;
}

#footer_left {
	width: 400px;
	float: left;
	padding-left: 14px;
}

#footer_right {
	width: 100px;
	height: 30px;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

#printfooter {
	display: none;
	visibility: hidden;
}
