/* Riverside Florist Main Stylesheet by Tim
------------------------------------------------------------------*/
/* Global
------------------------------------------------------------------*/
body{
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	background-color: #9C9A6B;
}
td{
	vertical-align: top;
	font-familyi: Arial;
	font-size: 10pt;
}
dl{	
	margin-left: 10px;
	float: right;
}
dl dt{
	font-weight: bold;
}
dl dd{
	text-indent: -35px;
}
dl dd .date{
	text-indent: -20px;
	display: block;
	font-style: italic;
}
/* The container that everthing is put into
------------------------------------------------------------------*/
#container{
	width: 764px;
	margin: 0 auto;
	background-color: white;
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #EEDCD6;
	position: relative;
}

/* Header
------------------------------------------------------------------*/
#header{
	width: 760px;
	height: 200px;
	background: url("images/valentinehead.gif") no-repeat;
	margin: 2px 2px 2px 2px;
	text-align: center;
}

/* The top navigation with hover effects
------------------------------------------------------------------*/
#navigation{
	width: 760px;
	height: 35px;
	margin: 3px 2px 3px 2px;
	text-align: left;
	text-indent: -9999px;
}
#navigation a{
	display: block;
	float: left;
	height: 35px;
}
#homelink a{
	width: 46px;
	background: url(images/home2.gif);
}
#homelink a:hover{
	background: url(images/homeover2.gif);
}
#aboutlink a{
	width: 52px;
	background: url(images/about2.gif);
}
#aboutlink a:hover{
	background: url(images/aboutover2.gif);
}
#contactlink a{
	width: 64px;
	background: url(images/contact2.gif);
}
#contactlink a:hover{
	background: url(images/contactover2.gif);
}
#reminderslink a{
	width: 76px;
	background: url(images/reminders2.gif);
}
#reminderslink a:hover{
	background: url(images/remindersover2.gif);
}
#weddingslink a{
	width: 71px;
	background: url(images/weddings2.gif);
}
#weddingslink a:hover{
	background: url(images/weddingsover2.gif);
}
#locationlink a{
	width: 68px;
	background: url(images/location2.gif);
}
#locationlink a:hover{
	background: url(images/locationover2.gif);
}
#giftstorelink a{
	width: 76px;
	background: url(images/giftstore2.gif);
}
#giftstorelink a:hover{
	background: url(images/giftstoreover2.gif);
}
#greenhouselink a{
	width: 85px;
	background: url(images/greenhouse2.gif);
}
#greenhouselink a:hover{
	background: url(images/greenhouseover2.gif);
}
#businesslink a{
	width: 120px;
	background: url(images/business2.gif);
}
#businesslink a:hover{
	background: url(images/businessover2.gif);
}
#orderlink a{
	width: 102px;
	background: url(images/orderflowers2.gif);
}
#orderlink a:hover{
	background: url(images/orderflowersover2.gif);
}
#addresstop{
	padding-top: 145px;
	padding-right: 305px;
	color: #062914;
}

/* Content - upper half
--------------------------------------------------------------*/
#content{
	width: 764px;
	background-color: white;
	text-align: left;
	position: relative;
}
#slideshow{
	left: 2px;
	top: 2px;
	width: 210px;
	height: 275px;
	margin: 2px;
	background-color: white;
}
#slideshow img{
	display: block;
	text-align: left;
}
#firstimage{
	position: absolute;
	top: 2px;
	left: 213px;
	width: 548px;
	height: 35px;
	background: url(images/texthead5.gif);
	float: right;
}
#openingtxt{
	position: absolute;
	left: 213px;
	top: 37px;
	padding: 0px 2px 0px 2px;
}
/* Bottom half of content
------------------------------------------------------------*/
#secondimage{
	width: 760px;
	height: 45px;
	background: url(images/productshead.gif) no-repeat;
	background-position: center;
	padding: 2px;
}
#content2{
	width: 764px;
	background-color: white;
	text-align: center;
	position: relative;
}
#occasions{
	border-bottom: 2px solid #3D700B;
	width: 760px;
	margin: 2px 2px 0px 2px;
	height: 105px;
}
.first{
	font-weight: bold;
}
.italics{
	font-style: italic;
}

/* Copyright section
--------------------------------------------------------------*/
#copyright, #copyright td{
	color: #145130;
	font-size: 8pt;
	text-align: center;
	background-color: white;
}
#copyright a{
	color: #145130;
}
#copyright p{
	margin-top: 4px;
	margin-bottom: 4px;
}
#copyright table{
	margin: 2px 12px 0px 12px;
	width: 740px;
	border: 0px;
}
#copyright td{
	text-align: center;
}

/* Start of Image Gallery
------------------------------------------------------------------*/

.gallery p{
	clear:both;
}
.hover{
	cursor: default;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding:10px 0px;
	clear:both;
}

.hover a{
	cursor: default;
}

.hover a .large{
	display: none;
}

.hover a:hover .large{
	display: block;
	position: absolute;
	top: -50px;
	left: 0px;
	z-index: 1;
}

.hover img{
	background: #fff;
	border: 1px solid #000;
	vertical-align: top;
	/*width: 100px;
	height: 75px;*/
}

.hover li{
	display: inline;
	float: left;
	width:24%;
	text-align:center;
	margin: 3px;
	position: relative;
}

.hover .large{
	border-color: #000;
	/*width: 200px;
	height: 150px;*/
}
/*--Internet Explorer Fixes----------------------------------------------------------------------*/

.hover a{
	position: relative;
}

.hover a:hover{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hover li{
	position: static;
}