/* START RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET CSS */


body, table, input {
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	color:black;
}

p {
	padding-bottom:16px;
}

a:link {
	text-decoration:none;
	color:#642580;
}
a:visited {
	text-decoration:none;
	color:#642580;
}
a:hover {
	text-decoration:underline;
	color:#642580;
}

h1 {
	font-size:24px;
	line-height:26px;
	letter-spacing:3px;
	color:#642580;
	margin-bottom:20px;
}
h2 {
	font-size:18px;
	letter-spacing:2px;
	color:#642580;
	margin-top:-16px;
	margin-bottom:20px;
}
h3 {
	font-size:18px;
	letter-spacing:2px;
	color:#642580;
}

#topbar {
	height:140px;
	background-color:#642580;
	margin-bottom:-140px;
}

body {
	text-align:center;
}

#maincontainer {
	position:relative;
	width:994px;
	min-height:753px;
	height:auto !important;
	height:753px;
	margin:0 auto;
	background:white url(/public/images/bg_plant.gif) bottom right no-repeat;
	text-align:left;
}

#mainmenu {
	float:left;
	width:282px;
	height:140px;
	margin:0px 1px 1px 0px;
	background-color:#642580;
}
#mainmenu ul{
	clear:both;
	padding-top:5px;
}
#mainmenu li{
	padding-left:35px;
	color:#DEDC1E;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	line-height:22px;
}
#mainmenu li a:link {
	text-decoration:none;
	color:#DEDC1E;
}
#mainmenu li a:visited {
	text-decoration:none;
	color:#DEDC1E;
}
#mainmenu li a:hover {
	text-decoration:none;
	color:#B29BC9;
}
#mainmenu li.active {
	color:white;
}
#mainmenu li.active a:link {
	text-decoration:none;
	color:white;
}
#mainmenu li.active a:visited {
	text-decoration:none;
	color:white;
}
#mainmenu li.active a:hover {
	text-decoration:none;
	color:white;
}

#submenu {
	position:relative;
	clear:both;
	float:left;
	width:283px;
	min-height:285px;
	height:auto !important;
	height:285px;
}
#submenu ul{
	clear:both;
	padding-top:12px;
	margin-bottom:60px;
}
#submenu li{
	padding-left:35px;
	color:#B29BC9;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	line-height:16px;
}
#submenu li a:link {
	text-decoration:none;
	color:#B29BC9;
}
#submenu li a:visited {
	text-decoration:none;
	color:#B29BC9;
}
#submenu li a:hover {
	text-decoration:none;
	color:#DEDC1E;
}
#submenu li.active {
	color:#642580;
}
#submenu li.active a:link {
	text-decoration:none;
	color:#642580;
}
#submenu li.active a:visited {
	text-decoration:none;
	color:#642580;
}
#submenu li.active a:hover {
	text-decoration:none;
	color:#642580;
}

#pos1, #pos2, #pos3, #pos4, #pos5, #pos6, #pos7, #pos8, #pos9, #pos10, #pos11 {
	float:left;
	width:140px;
	height:140px;
	margin:1px;
	background-color:#642580;
}

#pos1, #pos2, #pos3, #pos4, #pos5 {
	margin-top:0px;
}

#pos6 {
	margin-left:0px;
}

#pos6pos7 {
	float:left;
	width:282px;
	height:282px;
	margin:1px 1px 1px 0px;
	background-color:#642580;
}

#pos1pos2pos3pos4 {
	position:relative;
	float:left;
	width:566px;
	height:140px;
	margin:0px 1px 1px 1px;
	background-color:#642580;
}

#choose_language {
	float:left;
	width:140px;
	margin:1px;
	text-align:right;
}

#contentcontainer {
	float:left;
	width:566px;
	min-height:501px;
	height:auto !important;
	height:501px;
	margin: 1px 0px 0px 1px;
	background:#DCD1E5 url(/public/images/bg_plant_left.gif) bottom right no-repeat;
}

#content {
	margin:25px 60px 0px 25px;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
}
