* {padding:0; margin:0;}
img {border:none;}
.clearer {clear:both; height:1px; overflow:hidden; margin-top:-1px;}
a:link, a:active, a:visited {text-decoration:none; color: #FFE400;  }
a:hover {color:#CCCCCC;}

body {
	background-color: #1A638A;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000;
	font-size: 14px;
	}
	
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {	
	background-image: url(../images/headder-bg.gif);
	height: 190px;
	}
	
	#header img {
		float: left;
		}
	 #nav {
		  float:left;
		  background-image: url(../images/nav-bg.png);
		  font-size: 18px;
		  line-height:normal;
		  height: 35px;
		  margin: 136px 0px 0px 38px;
	
		  }
		#nav ul {
			margin:0;
			padding:0;
			list-style:none;
		  }
		#nav li {
		  display:inline;
		  margin:0;
		  padding:0;
		  }
		#nav a {
		  float:left;
		  background:url(../images/nav-button-bg.png) repeat-x left top;
		  margin:0;
		  padding:0 0 0 4px;
		  text-decoration:none;
		  }
		#nav a span {
		  float:left;
		  display:block;
		
		  padding:5px 12px 4px 12px;
		  margin-right: 1px;
		  color:#FFF;
		  }
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav a span {float:none;}
		/* End IE5-Mac hack */
		#nav a:hover span {
		  color:#FFF;
		  }
		#nav a:hover {
		  background-position:0% -42px;
		  }
		#nav a:hover span {
		  background-position:100% -42px;
		  }
	
			#nav #current a {
					background-position:0% -42px;
			}
			#nav #current a span {
					background-position:100% -42px;
			}
		
	
#content {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	width: 100%;
	}
	
#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
	padding-top: 25px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	}
	
	#footer a:link {
		color: #FFE400;
		}
		
/* HOME LAYOUT ******************************************************************************/

#home-left {
	float: left;
	width: 427px;
	padding-left: 48px;
	margin-top: 25px;
	}
#home-right {
	float: left;
	width: 475px;
	margin-top: 15px;
	}
	
	#home-right h1 {
		font-size: 24px;
		font-weight: bold;
		padding: 5px 0px 3px 5px;

		}
		
	#home-right p {
		width: 410px;
		line-height: 16px;
		}
		
#home-bluebox-container {
	padding: 20px 0px 20px 45px;
	}
	.bluebox {
		background-image: url(../images/bluebox-282x182.png);
		background-position:bottom;
		background-repeat:no-repeat;
		width: 282px;
		height: 203px;
		margin-right: 10px;
		float: left;
		text-align: center;
		}
		.bluebox-inside {
			width: 258px;
			margin: 0px 0px 0px 12px;
			color: #fff;
			text-align: left;
			}
			.bluebox-inside img {
				float: left;
				padding-right: 5px;
				}
		.bluebox a:link {
			text-align: center;
			font-weight: bold;
			}
			
/* Retail LAYOUT ******************************************************************************/

#left {
	float: left;
	width: 222px;
	padding-left: 48px;
	margin-top: 25px;
	}
	
#right {
	float: left;
	width: 680px;
	margin-top: 15px;
	}
	
	#right p {
		width: 615px;
		line-height: 16px;
		padding: 30px 0px 0px 20px;
		}
		
	h3.mumcare {
		padding: 30px 0px 0px 20px;
		}
		
	#right ul.list1 {
		width: 595px;
		padding-left: 40px;
		}
	#right h2.about {
		padding: 30px 0px 0px 20px;
		}
#navbox {
	background-image: url(../images/navbox-bg.jpg);
	background-repeat: repeat-y;
	width: 222px;
	border-bottom: 1px solid #000;
	color: #D1F66F;
	font-weight: bold;
	}
	
	#navbox ul {
		width: 180px;
		list-style: none;
		padding: 15px 0px;
		margin-left: 21px;
		}
		
	#navbox ul.top {
		border-bottom: 1px solid #D1F66F;
		}
		
	img.aboutimg {
		padding: 15px 0px 15px 11px;
		}
	li.magazine {
		width: 179px;
		margin: 15px 0px;
		text-align:center;
		}
		
	img.2010-magazine {
		width: 179px;
		padding: 7px 0px;
		}
	
#bluebox-container {
	padding: 20px 0px 20px 45px;
	}
	#bluebox-container .bluebox {
		background-image: url(../images/bluebox-282x182.png);
		background-position:bottom;
		background-repeat:no-repeat;
		width: 282px;
		height: 182px;
		margin-right: 10px;
		float: left;
		text-align: center;
		}
		#bluebox-container .bluebox h2{
			color: #D1F66F;
			font-weight:bold;
			font-size: 18px;
			text-align: center;
			padding: 5px 0px;
			}
		#bluebox-container .bluebox-inside {
			width: 258px;
			margin: 0px 0px 0px 12px;
			color: #fff;
			text-align: left;
			}
			#bluebox-container .bluebox-inside img {
				float: left;
				padding-right: 5px;
				}
		#bluebox-container .bluebox a:link {
			text-align: center;
			font-weight: bold;
			}
			
/* Contact LAYOUT ******************************************************************************/

#contactForm {
	padding: 20px 0px 20px 45px;
	}
	
/* Retail and Wholesale flower LAYOUT ******************************************************************************/
#headline {
	padding: 10px 0px 20px 20px;
	}
.flower-container {
	width: 620px;
	border-bottom: 1px solid #000;
	margin: 0px 20px 15px 20px;
	padding-bottom: 15px;
	}
		
		.flower-img {
			float: left;
			width: 160px;
			margin-right: 15px;
			text-align: right;
			}
			.flower-img img {
				border: 2px solid #005923;
				}
		.flower-container a:link, .flower-container a:visited, .flower-container a:active{
			color: #005120;
			font-size: 10px;
			}
		.flower-container a:hover {
			color: #B77A00;
			}
			
		
		.flower-info {
			float: left;
			width: 405px;
			}
			
			.flower-info h3 {
				color: #005923;
				font-weight: bold;
				font-size: 18px;
				}
			
			.type {
				font-size: 10px;
				font-weight: bold;
				}
				.type span {
					font-style: italic;
					font-weight: normal;
					}
			.availible {
				font-size: 10px;
				font-weight: bold;
				padding-bottom: 8px;
				}
				.availible span {
					font-style: italic;
					font-weight:normal;
					}
				
/* Wholesale Page Nav ******************************************************************************/

.mumnavTxt {
	width: 585px;
	padding: 15px;
	margin-top: -2px;
	border: 1px solid #666;
	background-color: #E1F99F;
	}
	
#mumnav {
	padding: 20px 0px 15px 20px;
	}


     #tabs6 {
      float:left;
      width:615px;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #666;
      }
    #tabs6 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("../images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("../images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }