/* CSS Document */
/* Flower Style CSS - John McGeary 2007*/



* {
	margin:	0;
	padding: 0;
}

html, body  {
    padding: 0px;
    margin: 0px;
    font: 12px/18px Arial;
	background-color:#ecebeb;
   
    scrollbar-3d-light-color:	#FFF;
    scrollbar-arrow-color:		#C1235D;
    scrollbar-base-color:		#CCC;
    scrollbar-dark-shadow-color:#EEE;
    scrollbar-face-color:		#FFF;
    scrollbar-highlight-color:	#CCC;
    scrollbar-shadow-color:		#DDD;
}

h1 {
	color:#C1235D;
	font-weight:bold; 
	font: 26px Arial;
	margin-bottom:10px;
}

h2 {
	color:#C1235D; 
	font-weight:bold;
	font: 20px Arial;
	margin-bottom:10px;
}

h3 {
	color:#666666; 
	font: 16px Arial;
	margin-bottom:10px;
}

hr {
    border: 1px solid #C1235D;
	margin-top:10px;
	margin-bottom:10px;
}

#maincontainer  {
   margin: 0px auto 0px auto;
   width: 786px;
   position: relative;
   background-color:#FFFFFF;
   height:580px;
}

a {
	color:#C1235D;
	text-decoration:none;
}

a:hover {
	color:#C1235D;
	text-decoration:underline;
}


/* -------- Masthead -------- */



#topimagebox  {
   background: url(images/topbannerflowers.jpg) no-repeat right #C1235D;
   width: 100%;
   height: 46px;
}

#topimagebox p  {
   font: bold 13px/16px Arial;
   margin: 0px;
   color: #FFFFFF;
   text-align: left;
   padding-top:13px;
   padding-left:13px;
}

/* -------- Top Navigation -------- */


#navigation  {
   text-align: left;
   padding-left: 12px;
   padding-top: 7px;
   width: 768px;
   height:20px;
}


#navigation li {
	list-style:	none;
	display: inline;
	padding-right: 3px;
	color: #C1235D;
}

#navigation a {
	text-decoration: none;
	color:	#666666;
}

#navigation a:hover {
	text-decoration: underline;
	color: #c1235d;
}

#navigation #currentpage a {
	color: #c1235d;
	font-weight: bold;
} 

#navigation #currentpage a:hover {
	color: #c1235d0;
	text-decoration: none;
	font-weight: bold;
} 



/* -------- Text Area -------- */

#textarea  {
   float:right;
   width: 300px;
   height:468px;
   padding-top:30px;
   margin-top:5px;
   margin-right:5px;
   overflow: auto;
}

#textarea p  {
   margin-bottom: 10px;
   text-align: left;
   color: #666666;
}



/* -------- Testimonial Box -------- */

#testimonialbox p  {
   color: #FFFFFF;
   text-align: left;
}


#testimonialbox  {
   background: #C1235D;
   width: 260px;
   height:128px;
   padding:10px;
}

#testimonialbox a {
	color: #FFFFFF;
	text-decoration: none;
}

#testimonialbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* -------- Scrolling Thumbnails -------- */

#thumbnails  {
   float:left;
   margin-left:5px;
   margin-top:5px;
   width: 127px;
   height:497px;
   overflow: auto;
}

#thumbnails img {
	margin-bottom:5px;
}



/* -------- Main Image Area -------- */

#mainimage  {
   width: 335px;
   height: 507px;
   float:left;
   padding:0px;
   margin:0px;
}



/* -------- Footer -------- */

#footer  {
   width: 100%;
   height:20px;
   background-color:#ecebeb;
   clear: both;
   padding-left:10px;
   padding-top:5px;
}

#footer p  {
   font: 9px/16px Arial;
   margin: 0px;
   color: #666666;
   text-align: left;
}

#footer a {
	font-size: 9px;
	color: #c1235d;
	text-decoration: none;
}

#footer a:hover {
	font-size: 9px;
	color: #c1235d;
	text-decoration: underline;
}






