
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur) , pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 1px solid #F08DC5;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 0px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}


.highslide-html {
	background-color:  #FFE6F4;
}
.highslide-maincontent {
	display: none;
	
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}


/* Styles for the popup */

.highslide-wrapper .highslide-html-content {
	width: 560px;
	padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #444;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-maincontent h3{
font-weight:normal;
}

.highslide-wrapper .highslide-body {
 color:#627222;
 text-align:left;
 font: 80% 'Century Gothic', Geneva, Verdana, Arial, Helvetica, sans-serif;

}

.highslide-wrapper .highslide-body a:link{
color: #627222;
text-decoration:none;
}

.highslide-wrapper .highslide-body a:visited{
color: #627222;
text-decoration:none;
}


.highslide-wrapper .highslide-body a:hover{
color: #444;
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}

/* page layout css */

body {
	font: 12px 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	background: #b5dfe6 url(images/bottom.png) repeat-x bottom fixed;
	margin: 0;
	padding: 0;
	text-align: center; 
	color:#444
}
#bottom{
background: url(images/bg.png) repeat-x top;
width:100%;
margin-top: -5px;
height: 900px;
margin: 0;
padding:0;

}
#container {
	width:  800px;
	margin: 0 auto;
	text-align: center; 
}
.oneColLiqCtrHdr #header {
	background: transparent; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0 0 0 -100px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFE6F4 ;
	border: #F08DC5 2px dashed;
	height:620px;
	width:600px;
	text-align:center;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent;
	text-align:left;
	color:#778b2a;
	font-size:9px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1#title{background:url(images/title.png) no-repeat ;
height:180px;
text-indent:-9999999px;
}

.thumbs{
border: 1px solid #F08DC5;
margin: 0 5px 5px 0;
}


.thumbs:hover{
border: 1px solid #d6ecf1;
}

#mainmenu {
width:642px;
background-color:#FFBDE2 ;
border: 1px solid #FFBDE2   ;
margin: 0;
}
ul#navlist{

background: #FFBDE2   ;
margin: 0px;
padding: 0px;
height: 18px;
border: 1px solid #FFBDE2   ;
}


#navlist li
{
display: inline;
float: right;
margin-bottom:5px;
padding: 0px;
padding-bottom:5px;
list-style: none;
}

#navlist li a:link, #navlist li a:visited
{
font: 13px/16px  Garamond, Times, serif;
color:#778b2a;
text-decoration: none;
display: block;
margin: 0px;
height: 16px;
overflow: hidden;
width: 100px;
text-align: center;
}



#navlist li a:hover, #navlist li a:active
{
border-bottom: 4px solid #F08DC5 ;
background-color:#FFE6F4 

}

#flower{
position: absolute;
z-index:-3;
left:880px;
top:430px;
}
#flower2{
position: absolute;
z-index:-2;
left:40px;
top:300px;
}

#flower3{
position: absolute;
z-index:-1;
left:140px;
top:400px;
}

#flower4{
position: absolute;
z-index:-2;
left:-25px;
top:500px;
}

#flower5{
position: absolute;
z-index:-2;
left:400px;
top:500px;
}

#flower6{
position: absolute;
z-index:2;
left:960px;
top:200px;
}

#flower7{
position: absolute;
z-index:-2;
left:800px;
top:320px;
}
/* CSS Document */

