@charset "utf-8";
/* CSS Document */
/*******************************************************/
/*******  Container Formats  ***************************/
/*******************************************************/


/******  CSS Reset  *********/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, font, strong, a, img, b, u, i, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}	

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/******  Page Setup  *********/

body	{
	font-family:Arial, Verdana, helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	line-height: 1.4em;
	color: #514330;
	background-color:#f2f8d8;
	height: 100%;
	min-width: 1000px;	
	text-align:center;
}	


/*******  General Link Formats  ************************************/

a:link {

	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 13px;
	color: #364b00;
	text-decoration: underline;
}

a:visited {

	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 13px;
	color: #364b00;
	text-decoration: underline;
}

a:hover {

	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 13px;
	color:  #514330;
	text-decoration: underline;
}

a:active {

	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 13px;
	color:  #514330;
	text-decoration: underline;
}

/*******  Heading Formats  ************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	color:#336600;
}

h1 {
	font-size: 20px;
	margin:10px 0px;
}

h2 {
	font-size: 18px;
	margin:6px 0px;
	
}	
	
h3 {
	margin: 4px 0px;
	font-size: 15px;	
}

h4 {
	margin: 25px 0 0 0;
	font-size: 12px;
	color: #514330;	
}




/*******  Text Formats  ************************************/

p{
	font-family:Arial, Verdana, helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	line-height: 1.4em;
	color: #514330;
	margin: 15px 0;
}

.site_header {
	color: #364b00; 
	text-align:center;
}

.leftalign	{
	text-align:left;

}
	
/*******  Full site Container  ***************************/


#fullsite{
	width:990px;
	margin:0 auto;
	text-align:left;
}

	
/*******  Header  **************************************/
/*******************************************************/

#header{
	height:93px;
	background-image:url(../images/banner/send-flowers-and-gift-baskets.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:990px;
}

/*******  Top Menu  ************************************/
/*******************************************************/

#menubar{
	font:10pt  Arial, Verdana, helvetica, san-serif;
	margin:0 auto;
	padding:0;
	height:26px;
	width:990px;
	background-color:#84a106;
	line-height:26px; 
	text-align:center;
}

.menulist a:link{
	color:white;
	text-decoration:none;
}

.menulist a:visited{
	color:white;
	text-decoration:none;
}

.menulist a:hover{
	color:#e1c4c2;
	text-decoration:underline;
}


ul.menulist {
	padding-left: 20px;
	font-style:italic;	

}

ul.menulist li {
	display:inline;
}

ul.menulist a {
	display:inline-block;
	padding: 0 15px;
	line-height:26px;
	text-decoration:none;
	color:#FFFFFF;
}

li.none a {
	background:none;
}

/*******  Main Body - Wrapper   *************************/
/*******************************************************/

#wrapper{
	width: 984px;
	background-color:#FFFFFF;
	background-image:url(../images/border-984.gif);
	background-repeat:repeat-y;
	border: solid #84a106;
	border-width: 0 3px 3px 3px;
}

/*******   Side Menu  *************************/
/**********************************************/

#sidebar{
	float:left;
	height: 100%;
	width:174px;
}

#Innsidebar{
	margin: 10px;			
}

#SideImage{
	margin: 10px 0;
	text-align:center;			
}

.imagepad {
	margin:5px 0;
	border:0;
}

/*********************************/

#navcontainer { 
	margin: 0 0 20px 5px; 
	
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { 
	margin: 0; 
}

#navcontainer a {
	display: block;
	padding: 10px 0 10px 0;
	color:#336600;
	font-size:16px;
	text-decoration: none;
}

#navcontainer a:hover {
	color:#e1c4c2;
	text-decoration: underline;
}

#navcontainer ul ul li { 
	margin: 0 0 1px 0; 
}

#navcontainer ul ul a {
	display: block;
	padding: 0px 0px 1px 15px;
	color:#333300;
	font-size:12px;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color:#e1c4c2;
	text-decoration: underline;
}

/*******************************/

/*******  Main Body  ***********************************/
/*******************************************************/


/*******  Main Body  *************************/

#mainbody {
	float: right;
	width: 807px;
	height: 100%;
	min-height: 175px;
}


/*******  Main Body - Content  *************************/

#content{
	margin:10px;
	position:relative;
}


#mainview	{
	width: 500px;
	min-height: 500px;
	float: left;
	text-align:center;
	position:relative;
	
}

#sideview	{
	width: 280px;
	min-height: 500px;
	float: right;
	text-align:center;
	position:relative;
}

#sv1, #sv2, #sv3 {
	padding: 8px 0;
	width: 280px;
	height: 150px;
	float: right;
	position:relative;
	
}

#sv1, #sv2 {
	border-bottom:#CCC 1px solid;
}



.sv-r	{
	float:right;
	width:172px;
}

.sv-l	{
	float:left;
	width:102px;
	padding: 20px 0px;
		
}

#textbox	{
	
}


.banner1	{
	width:780px;
	height:92px;
	background-image:url(../images/other/floral-image.jpg);
	background-repeat:no-repeat;
	position:relative;
}

.banner1text	{
	width:660px;
	height:32px;
	text-align:center;
	font-size: 24px;
	font-style:italic;
	font-weight:normal;
	line-height: 1.2em;
	color:#336600;
	position:absolute;
	top: 29px;
	left:21px;
}

.banner2text	{
	width:660px;
	height:32px;
	text-align:center;
	font-size: 24px;
	font-style:italic;
	font-weight:normal;
	line-height: 1.2em;
	color:#336600;
	position:absolute;
	top: 15px;
	left:20px;
}


/*******  Main Body - Product  *************************/

#prodhead {
	position:relative;
	width:782px;
	height: auto;
	overflow:hidden;
}


.prodrow {
	position:relative;
	text-align:center;
	margin-bottom: 10px;
	width:782px;
	height: 270px;
	overflow:hidden;
	border-bottom:#CCC 1px solid;
}

.prodblock {
	width:195px;
	height: 260px;
	float:left;
	overflow:hidden;
}

.prodimage {
	width:190px;
	height: 140px;
	margin:0 auto;
	clear:both;	
}

.prodcomm {
	width:100px;
	height: 30px;
	margin:0 auto;
	font-size: 10px;
	line-height: 1.3em;
	color:#FF0000;
	clear:both;	
}

.prodtext {
	width:135px;
	height: 70px;
	margin-left:55px;
	float:left;
	text-align:left;
	overflow:hidden;
	clear:both;	
}

.prodbutt {
	width:90px;
	height: 24px;
	margin:0 auto;
	overflow:auto;
	clear:both;	
}

#prodend {
	position:relative;
	text-align:center;
	width:780px;
	height: 100px;
	overflow:hidden;
}

.prodtext a:link {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #364b00;
	text-decoration: underline;
}

.prodtext a:visited {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #364b00;
	text-decoration: underline;
}

.prodtext a:hover {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 12px;
	color:  #514330;
	text-decoration: underline;
}

.prodtext a:active {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 12px;
	color:  #514330;
	text-decoration: underline;
}

#prodmenu {
	position:relative;
	width:782px;
	height: 26px;
	line-height:26px; 
	text-align:center;
	margin: 10px 0 20px 0;
	border-bottom:#CCC 1px solid;
	
}

.prodfuneral a:link {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 16px;
	color: #364b00;
	text-decoration: none;
}

.prodfuneral a:visited {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 16px;
	color: #364b00;
	text-decoration: none;
}

.prodfuneral a:hover {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 16px;
	color:#e1c4c2;
	text-decoration: underline;
}

.prodfuneral a:active {
	font-family: Arial,Verdana,helvetica,sans-serif;
	font-size: 16px;
	color:#e1c4c2;
	text-decoration: underline;
}

ul.prodfuneral {
	padding-left: 10px;	
}

ul.prodfuneral li {
	display:inline;
}

ul.prodfuneral a {
	display:inline-block;
	padding: 0 30px;
	line-height:26px;
	text-decoration:none;
	color:#FFFFFF;
}



/*******  Main Body - Footer  *************************/

#footer{
	margin:10px;
	min-width:500px;
	text-align:center;
}


/*******  Classes  *************************/






/****************** - CLEARING ELEMENTS - **************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.clearall {
	clear: both;
}

/********************************************************/

