/* CSS Document */

/*---------------------------------------------------------
Author:
Date:	
Description: 
----------------------------------------------------------*/

/* =Structure
------------------------- Page Structure ------------------
*/		
*{margin:0px;padding:0px;border:0px;} /* set defaults */	
body 
{
	background-image:url(../images/florist_bg_50.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
}
#wrapper
{
	width:760px;
	margin:0px auto 0px auto;
}
.clear
{	
	clear:left;

}		
/* =header area
------------------------- header area ------------------
*/		
#header 
{
	background-image:url(../images/florist_header_50.jpg);
	background-repeat:no-repeat;		
	height:412px;
}
/* =links
------------------------- links ------------------
*/		
#footer a
{
	color:#006600;
	font-weight:bold;
	text-decoration:none;
}
#content a
{
	color:#006600;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
#content a:hover
{
	text-decoration:underline;
}
/* =content
------------------------- content ------------------
*/		
#content
{
	width:760px;
	padding:6px;
}
#left_col
{
	width:445px;
	float:left;
	padding-top:12px;
}
#right_col
{
	width:303px;
	float:left;
	
	/*height:300px;  only for testing*/	
	margin-top:5px;
}
#right_col_head
{
	width:303px;
	height:48px;
	/*background-image:url(../images/right_col_head.gif);
	background-repeat:no-repeat;*/
	

}
#right_col_content
{
	/*width:303px;*/
	margin-left:1px;
	width:272px;
	background-color:#d9e8be;
	padding:10px 15px 10px 15px;
}
#right_col_foot
{
	width:303px;
	height:14px;
	background-image:url(../images/right_col_foot.gif);
	background-repeat:no-repeat;
}

#left_pic
{
	background-image:url(../images/rose.jpg);
	background-repeat:no-repeat;
	width:86px;
	height:201px; /* pic height is 181px */
	margin-top:20px;
	float:left;
}
#left_txt
{
	margin-top:20px;
	/*width:359px;*/
	width:310px;
	margin-left:10px;
	float:left;
}
/* =footer
------------------------- footer ------------------
*/		
#footer
{
	background-image:url(../images/footer_line.gif);
	background-repeat:no-repeat;
	width:760px;
	padding:6px;
	margin-top:12px;
	height:85px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#footer_terms
{
	width:310px;
	float:left;
}
#footer_terms ul 
{
	list-style: none;
	padding: 0px;	
	margin:0px;	
	margin-top:12px;
}
#footer_terms li 
{
	display: inline;
}
#footer_terms li a, #footer_terms li a:hover
{
	float: left;
	display: block;
	font-size: 0.9em;
	margin-left:10px;
	margin-top:5px;
}
#copyright_text
{
	font-weight:bold;
	padding-left:10px;
	font-size:0.9em;
	color:#333333;

}
#footer_nav 
{	
	color:#003399;
	font-weight:bold;
	width:280px;
	float:right;
/*	margin-left:60px;*/
}
#footer_nav ul 
{
	list-style: none;
	padding: 0px;	
	margin-left:10px;
	margin-top:12px;
	

}
#footer_nav li 
{
	display: inline;
}
#footer_nav li a, #footer_nav li a:hover
{
	float: left;
	display: block;
	padding: 3px 12px;	
	font-size: 0.9em;
}
/* =nav
------------------------- nav ------------------
*/		
#nav
{
	padding:0px;
	margin:0px;
	margin-top:-5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#nav a {
	font-weight: bold;
	color: green;
}
#nav li
{
	list-style:none;

}
#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	margin-top:5px;
	margin-left:4px;
}

#nav li li a:hover {
	font-weight:bold;
}

#nav li, #nav li ul li {
	float: left;
	position: relative;
	width:101px;;
	text-align: center;
	cursor: default;
	font-size:12px;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(../images/sales_dropdown.png) bottom left no-repeat;
	height:57px;
	margin-top:-19px;
}
li ul li
{
	margin-top:1px;

}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

#nav_home a, #nav_sales a, #nav_contact a
{
	height:50px;
	width:101px;
	color:#006600;
	display:block;
	background: url("../images/button.gif")  no-repeat;
	background-position:left;
	text-decoration: none;
	float: left;
	text-align:center;
	padding-top:22px;
	position:relative;
}
#nav_home a:hover, #nav_sales a:hover, #nav_contact a:hover 
{
	height:50px;
	width:101px;
	display:block;
	background: url("../images/button.gif") -106px  no-repeat;
	color:#FFFFFF;
	text-align:center;
}



h2 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 110%;
}
