@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/web.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A4DCDE;
}
div#bar {
	position: relative;
	width: 100%;
	top: 181px;
	background-color: #61b4af;
	height: 106px;
}
div#logo {
	position: absolute;
	width: 410px;
	height: 410px;
	background-image: url(images/white.png);
	background-repeat: repeat;
	left: 35px;
	top: 35px;
	padding: 10px;
}
div#logo2 {
	position: absolute;
	width: 410px;
	height: 410px;
	background-color: #FFFFFF;
}
div#logoImg {
	height: 154px;
	width: 221px;
	margin-top: 110px;
	margin-right: auto;
	margin-left: auto;
}
div#navigation {
	position: absolute;
	width: 410px;
	height: 410px;
	left: 35px;
	top: 475px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
div#content {
	position: absolute;
	width: 410px;
	height: 700px;
	background-image: url(images/white.png);
	background-repeat: repeat;
	left: 500px;
	top: 35px;
	padding: 10px;
}
div#content2 {
	position: absolute;
	width: 410px;
	height: 700px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
div#text {
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 2em;
}
div#text a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
ul#subnav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
li#subnav {
	list-style:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}

li#subnav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
li#subnav a:hover {
	color: #61B4AF;
	text-decoration: none;
}
div#model {
	position: fixed;
	width: 220px;
	height: 505px;
	left: 330px;
	bottom: 0px;
	right: 0px;
}
div#flower {
	position: absolute;
	width: 220px;
	height: 505px;
	left: 350px;
	top: 0px;
}



div#navigation2 {
	position: absolute;
	width: 419px;
	height: 164px;
	left: 35px;
	top: 475px;
}
ul#mainnav {
	list-style-type: none;
	position: relative;
	width: 410px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
li#mn_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 419px;
	height: 20px;
	background: url(images/nav2.png) no-repeat 0 0;
}
li#mn_2 {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 419px;
	height: 24px;
	background: url(images/nav2.png) no-repeat 0px -20px;
}
li#mn_3 {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 419px;
	height: 24px;
	background: url(images/nav2.png) no-repeat 0 -44px;
}
li#mn_4 {
	position: absolute;
	top: 68px;
	left: 0px;
	width: 419px;
	height: 24px;
	background: url(images/nav2.png) no-repeat 0 -68px;
}
li#mn_5 {
	position: absolute;
	top: 92px;
	left: 0px;
	width: 419px;
	height: 24px;
	background: url(images/nav2.png) no-repeat 0 -92px;
}
li#mn_6 {
	position: absolute;
	top: 116px;
	left: 0px;
	width: 419px;
	height: 24px;
	background: url(images/nav2.png) no-repeat 0 -116px;
}
li#mn_7 {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 419px;
	height: 24px;
	background: url(images/nav2.png) no-repeat 0 -140px;
}
ul#mainnav a {
	height: 24px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
li#mn_1 a:hover {background: url(images/nav_over2.png) no-repeat 0 0px;}
li#mn_2 a:hover {background: url(images/nav_over2.png) no-repeat 0 -20px;}
li#mn_3 a:hover {background: url(images/nav_over2.png) no-repeat 0 -44px;}
li#mn_4 a:hover {background: url(images/nav_over2.png) no-repeat 0 -68px;}
li#mn_5 a:hover {background: url(images/nav_over2.png) no-repeat 0 -92px;}
li#mn_6 a:hover {background: url(images/nav_over2.png) no-repeat 0 -116px;}
li#mn_7 a:hover {background: url(images/nav_over2.png) no-repeat 0 -140px;}

div#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #61B4AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
