@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

.temputils{
	background: none;
	display: inline;
	
	position: absolute;
	top: 2px;
	right: 10px;
}

.temputils li{
	background: none;
	display: inline;
}

.temputils li a{
	color: #fff;
	font-weight: bold;
}

html{
	background:#a29b91 url(../images/body_bg.jpg) repeat-x 0px 0px;
	height: 100%;
}

body{
	background:transparent;
	color:#353431;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height:100%;
}

body.admin{
	background-position:center -10px;
}

#admin-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:1000px;
	min-height: 100%;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: -55px;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 280px;
	margin:0 auto;
	background:transparent url(../images/header_bg.jpg) no-repeat center 0px;
	position:absolute;
	width:1000px;
	top:0px;
}

.admin #header{
	height:266px;
	margin-top:14px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: url(../images/spacer.Gif) 0 0 no-repeat;
		left:-43px;
		position:absolute;
		top: 47px;
	}
		#logo img{
			height:48px;
			width:347px;
		}


/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:50px;
	width:900px;
	padding-top:280px;
	margin-left:50px;
}
	#nav{
		margin:0 auto;
		text-align:center;
	}
		#nav ul{
			list-style:none;
			margin:0 auto;
			text-align:left;
		}
			#nav ul li{
				background-image:none;
				display:inline;
				margin:0;
				padding:0;
			}
				#nav a{
					display:block;
					float:left;
					text-decoration:none;
					background:url(../images/nav_a.jpg) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:50px 0 0 0;
					position:absolute;
				}
				#nav a:hover, #nav a.active{
				}
				
				/*Home*/
				#t78932 a{
				background-position:-2px 0;
				left:50px;
				width:47px;
				}
				
				#t78932 a:hover, #t78932 a.active{
				background-position:-2px -50px;
				}
				
				/*Our Shop*/
				#t79199 a{
				background-position:-71px 0;
				left:119px;
				width:65px;
				}
				
				#t79199 a:hover, #t79199 a.active{
				background-position:-71px -50px;
				}
				
				/*Flora*/
				#t79213 a{
				background-position:-171px 0;
				left:219px;
				width:38px;
				}
				
				#t79213 a:hover, #t79213 a.active{
				background-position:-171px -50px;
				}
				
				/*Bouquets & Beyond*/
				#t79219 a{
				background-position:-239px 0;
				left:287px;
				width:129px;
				}
				
				#t79219 a:hover, #t79219 a.active{
				background-position:-239px -50px;
				}
				
				
				/*Uncommon Objects*/
				#t79314 a{
				background-position:-398px 0;
				left:446px;
				width:138px;
				}
				
				#t79314 a:hover, #t79314 a.active{
				background-position:-398px -50px;
				}
				
				/*Gardens & More*/
				#t79196 a{
				background-position:-563px -0px;
				left:613px;
				width:107px;
				}
				
				#t79196 a:hover, #t79196 a.active{
				background-position:-563px -50px;
				}
				
				/*Enticements*/
				#t79214 a{
				background-position:-703px -0px;
				left:751px;
				width:86px;
				}
				
				#t79214 a:hover, #t79214 a.active{
				background-position:-703px -50px;
				}
				
				/*Discover Us*/
				#t79195 a{
				background-position:-818px -0px;
				left:867px;
				width:79px;
				}
				
				#t79195 a:hover, #t79195 a.active{
				background-position:-818px -50px
				}
				
#main-body{
	background:transparent url(../images/main_body.gif) repeat-y 242px 0;
	margin-left:50px;
	width:900px;
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		
		
	}
	#main-table-body-leftcell{
		background: transparent;
		width:250px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:650px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:7px 0 0 0;
}

#menu-header {
	background:transparent;
}

#menu{
	margin: 7px 0 0 0px;
	padding:0;
	width: 250px;
}
	#menu ul{
		font-size: 12px;
		margin:0 20px 0 0;
		padding:0;
		list-style: square inside;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#4c3b25;
				display:block;
				font-size: 13px;
				padding: 6px 0px 6px 12px;
				width:226px;
				font-family:Arial, Helvetica, sans-serif;
				background:#a39c93 url(../images/menuA.gif) repeat-x 0px bottom;
			}
			
			#menu a:hover {
				background:#b0a595 url(../images/menuA2.gif) repeat-x 0px bottom;
			}
			
			#menu a.current{
				background:#b0a595 url(../images/menuA2.gif) repeat-x 0px bottom;
			}
			
			#menu a.subcurrent{
				text-decoration: none;
				background: #afa89c;
				color:#754e48;
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-left: 25px;
				text-decoration: none;
				width:212px;
				background:#afa89c;
				border-bottom:1px dashed #91857b;
				color:#55562b;
			}
			
			#menu li ul li a:hover {
				background: #afa89c;
				color:#754e48;
			}
			
			#menu h3{
				padding:0px;
				margin:0 0 2px 0;
			}
			
			#menu h3 a{
				width:239px;
				height:41px;
				display:block;
				text-decoration:none;
				border:0px;
				text-indent:-10000px;
				margin:0px;
				padding:0px;
			}
			
			/*Our Shop*/
			.tab79199 #menu h3 a, .tab79199 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/ourShop.gif) no-repeat 0px 0px;
			}
			
			/*Flora*/
			.tab79213 #menu h3 a, .tab79213 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/flora.gif) no-repeat 0px 0px;
			}
			
			/*Bouquets & Beyonds*/
			.tab79219 #menu h3 a, .tab79219 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/bouquets.gif) no-repeat 0px 0px;
			}
			
			/*Uncommon Objects*/
			.tab79314 #menu h3 a, .tab79314 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/uncommonObjects.gif) no-repeat 0px 0px;
			}
			
			/*Gardens & More*/
			.tab79196 #menu h3 a, .tab79196 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/gardens.gif) no-repeat 0px 0px;
			}
			
			/*Enticements*/
			.tab79214 #menu h3 a, .tab79214 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/enticements.gif) no-repeat 0px 0px;
			}
			
			/*Discover Us*/
			.tab79195 #menu h3 a, .tab79195 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/discoverUs.gif) no-repeat 0px 0px;
			}
			
	#menu-footer{
		background:transparent;
		padding:50px 0 150px 35px;
	}
	
	#menu-footer a img{
		border:0px;
	}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0 0px;
	margin: 0;
	position:relative;
	width: 100%;
	height:25px;
	background:#5D5E2D url(../images/tabs.jpg) repeat 0px 0px;
}
	#breadcrumblist{
		font-size: 11px;
		line-height:120%;
		padding:.5em 0 .5em 0px;
		width:728px;
		font-family:Arial, Helvetica, sans-serif;
		color:#a8a05e;
		height:10px;
		overflow:hidden;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11px;
			text-decoration:none;
			color:#aaa88e;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
			text-decoration:underline;
			color:#aaa88e;
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:9em;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 4px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#f7f2ee;
				font-family:Arial, Helvetica, sans-serif;
				text-decoration:none;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				color:#f7f2ee;
				text-decoration:underline;
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:0;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#f7f2ee;
				font-family:Arial, Helvetica, sans-serif;
				text-decoration:none;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				color:#f7f2ee;
				text-decoration:underline;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 5px 20px 0 20px;
		padding:0 0 10px 0;
		overflow:hidden;
	}
	#pagetitle{
		margin:15px 0 15px 0px;
	}
		#pagetitletext h1{
			font-size:25px;
			font-weight:normal;
			font-family:Arial, Helvetica, sans-serif;
			color: #3e4205;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 55px;
		clear: both;
}

#footer{
	clear:both;
	height: 55px;
	margin:0 auto;
	position:relative;
	background:#8E8578 url(../images/footer_bg.gif) repeat-x 0px 0px;
}
	#footerwrap{
		background:#8E8578 url(../images/footer_bg.gif) repeat-x 0px 0px;
		margin:0 auto;
		width: 1000px;
		position:relative;
		height: 55px;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:0px;
		bottom:3px;
		width:1000px;
		text-align:center;
	}
		#poweredby a{
			color:#dfd9d1;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}
		
		#footernav{
		
		}
		
		#footernav ul{
		padding:13px 0 0 0;
		}
		
		#footernav ul li{
		padding:0 21px;
		display:inline;
		background:transparent;
		}
		
		#footernav ul li a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#52473f;
		text-decoration:none;
		}
		
		#footernav ul li a:hover, #footernav ul li a.active{
		color:#dfd9d1;
		text-decoration:none;
		}
		
		#footernav ul li#f78932{
		padding-left:0px;
		}
		
		#footernav ul li#f79195{
		padding-right:0px;
		}
		
		#footerContact{
		position:absolute;
		color:#2f4605;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:16px;
		top:-118px;
		text-align:left;
		left:62px;
		}
		
		#footerContact a{
		color:#e3dfd9;
		}
