/****************************************  CSS reset  ********************************************************/

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,p,blockquote,th { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	font-size: 14px;
}

fieldset,img { 
	/*border-radius: 8px;*/
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/********************************************* declare html5 tags a block elements for browser **********************/


header,nav,article,footer,section,aside,figure,hgroup,figcaption{display:block}


/********************************************** all pages styles **********************************************************/

body    {
    /*background-image: url('../images/fsfBG.png');*/
    background: #e1efcc url('../images/newBG.jpg') repeat top center;
    /*background-image: url('../images/newBG.jpg');
    background-position: center;
    background-position: top;
    background-repeat: repeat-y;*/
    /*background: #e1efcc;*/
    font-family: helvetica, sans-serif;
    font-weight: lighter;
	font-size: 14px;
    margin: 0 auto;
}
hr { 
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
	
#container    {
	margin: auto;
	background: #fff;
    width: 935px;
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.34);
}

.errorSpan	{
	color: red;
	font-size: 10px;
}

.deets	{
	float: left;
	background-color: #eee;
	padding: 2px 51px 2px 51px;
	margin-top: -4px;
	font-size: .8em;
	color: #aaa;
	text-align: center;
}

#deet1	{
	padding-left: 56px;
}

#topDeets	{

}

.inputHelp	{
	color: red;
	font-size: 15px;
}

a   {
    text-decoration: none;
    color: #13371a;
}

#ribbon{
	padding-bottom: 50px;
	/*background-image: url('../images/ribbon2.png');*/
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
}

#banner{
    background-color: #13371a;
    
    width: 935px;
    margin: 0 auto;
    height: 110px;
    /*box-shadow:0px 4px 3px #666;*/
    position: relative;
}

#banner h1  {
    margin: 0px 0px 0px 0px;
    text-indent: -9999px;   
}

#fsfTitle   {
	padding: 50px;
	/*color: #ffffff;*/
	/*text-align: center;*/
    background-image: url('../images/fsfTitle.png');
	background-color: #13371a;
    background-repeat: no-repeat;
    /*height: 65px;*/
    background-position: center;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin: auto;
	padding: 0;
	background-color: #13371a;
	width: 935px;
}

nav2 { 
	margin: 0 auto;
	background-color: #13371a;
	width: 100%;
}

#logo {
	color: #ffffff;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 49px;
	background-image: url('../images/fsfTitle.png');
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #13371a;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	/*top: 49px;*/
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
	z-index: 100;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:202px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

 /*
nav{
	background-color: #13371a;
	margin-top: 0px;
	position: absolute;
	border-top: #cbde9d 1px dashed;
	width: 935px;
}

nav li a  {
    margin: 10px 10px;
    padding: 5px 10px 3px 10px;
    text-decoration: none;
    color: #cbde9d;
}

.trans:hover  {
	margin: 10px 10px;
	text-decoration: none;
	color: #ffffff;
}



nav li  {
    list-style-type: none;
    display: inline;
    
}

nav ul  {
	padding: 0px;
	margin: 10px 0px 0px 130px;
	background-color: #13371a;
	height: 22px;
	
}
*/

#sliderBox	{
	
	
	overflow: hidden;
	margin-left: 18px;

	
	
}

#sliderCont	{
	width: 97%;
	z-index: -100;
}

#content    {
	margin-top: -50px !important;
    width: 880px;
    margin: 0 auto;
    min-height: 500px;
	/*background-color: #ffffff;*/
}
#content2    {
    /*width: 880px;*/
    /*margin: 0 auto;*/
	border-top: #cbde9d 1px dotted;
}

#footer {
    background-color: #13371a;
    width: 935px;
    margin: 0px auto;
    clear: both;
    overflow: auto;
    
}

#footer ul{
	float: right;
	font-size: .85em;
	padding: 10px 0px 10px 0px;
	width: 935px;
	/*background-color: #eee;*/
	border-top: #cbde9d 1px dotted;
	margin: 0px;
}

#footer li{
	clear: both;
	display: inline;
	margin: 0px 20px 5px 20px;
	color: #cbde9d;
	
}

#footer li a{
	color: #cbde9d;
}

#navFoot	{
	color: #cbde9d;
	margin-left: 20px !important;
}
#footer li a:hover{
	color: #ffffff;
}
#smallText {
	color: #cbde9d;
	float: right;
}

#smallText  ul{
	padding: 0px 0px 0px 0px;
}

#smallText  li{
	margin: 0px 50px 0px 10px;
}

/*.homefoot	{
	margin-left: -9px !important;
}*/

.importText	{
	color: #a42027;
	size: 15px;
}

.contactFoot    {
    font-size: .9em;
    color: #ffffff;
    float: left;
    margin: 0px 0px 20px 60px;
}

.contactFoot a {
	color: #ffffff;
}

.contactFoot p  {
    line-height: 25px;
}

.contactFoot h2  {
    font-weight: normal;
    margin-top: 20px;
}

#hours  {
    
}

#returnError	{
	margin: 30px 35px;
	clear: both;
}

.alert {
	border: 1px solid;
	margin: 10px 0px;
	padding:5px 5px 15px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #13371a;
	background-color: #cbde9d;
	border-radius: 5px;
	font-weight: bold;
}

/********************************************** index page styles **********************************************************/


.slider	{
	z-index: 10 !important;
	position: relative;
	
}

.homeText	{
	width: 800px;
	margin: 10px 15px 10px 35px;
	/*padding: 15px;*/
	float: left;
}

.homeText p	{
	margin: 15px 0px 0px 0px;
	line-height: 20px;
}

.buyText	{
	width: 550px;
	margin: 0px 15px 10px 35px;
	/*padding: 15px;*/
	float: left;
}

.buyText p	{
	margin: 15px 0px 0px 0px;
	line-height: 20px;
}

#homeInter	{
	margin: 10px 40px 0px 15px !important;
	float: right;
}

#homeBuyTitle	{
	background-color: #13371a;
	clear: both;
	height: 55px;
	color: #ffffff;
	/*margin: 0px 23px 0px 44px;*/
}

#homeBuyTitle h2 	{
	font-weight: normal;
	font-size: 1.7em;
	margin: 0px 0px 0px 15px;
	padding-top: 15px;
}

#homePP	{
	margin: 10px 40px 0px 15px !important;
	float: right;
}

#homePDF	{
	margin: 10px 40px 0px 15px !important;
	float: right;
}

#flowerFirst	{
	clear: both;
}

#sign	{
	margin-top: 15px;
	
}

.flowers	{
	float: left;
	margin: 0px 24px 25px 0px;
	border: solid 2px #cbde9d;
	border-radius: 10px;
	padding: 0px 20px 20px 20px;
	
}

.flowers h3	{
	text-align: center;
	color: #555;
	font-size: 1.4em;
	font-weight: lighter;
}

#flowers	{
	margin-left: 80px;
	margin-bottom: 20px;
	clear: both;
	overflow: auto;
}

#flowers img {
	border-radius: 5px;
	box-shadow: 1px 1px 2px #333;
}


/********************************************** flowers page styles **********************************************************/


.flowerSell	{
	
	float: left;
	border: solid 2px #cbde9d;
	border-radius: 10px;
	/*background-color: #cbde9d;*/
	padding: 0px 0px 10px 10px;
	margin: 10px;
}

.breaker	{

	clear: both;
	overflow: auto;
	margin-bottom: 20px;
}

.selectOpt	{
 margin-top: 15px;
}

.flowersTitle h2{
	font-size: 2.3em;
	font-style: italic;
	font-weight: lighter;
	margin: 30px 0px 0px 45px;
	padding: 10px 0px;
}

.flowersTitle {
	background-color: #F1D1D1;
	width: 700px;
	clear: both;
	margin-left: -9px;
}

.flowersHead	h2{
	font-size: 2.3em;
	font-style: italic;
	font-weight: lighter !important;
	margin: 20px 0px 0px 20px;
	border-bottom: 2px solid #cbde9d;
	
	padding: 0px 0px 15px 0px;
	width: 840px;
	clear: both;
	text-shadow: 1px 1px 4px #aaa;
	
}

.flowersText	{
	width: 550px;
	margin: 10px 15px 30px 5px;
	padding: 15px;
	float: left;
}

.flowersText p	{
	margin: 15px 0px 0px 0px;
	line-height: 20px;
}

.flowerSelection	{
	border-bottom: #666 solid 1px;
	width: 700px;
	height: 60px;
	

	
}


.flowerSell h2	{
	margin: 5px 0px 10px 0px;
	font-weight: lighter;
	font-size: 1.7em;
	
	
}

.flowerSell img{
	margin: 0px 10px 0px 0px;
	float: left;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #333;
}

.basketButton	{
	/*background-image: url('../images/addToBasket.png');*/
	width: 162px;
	height: 29px;
}

select	{
	width: 180px;
	font-size: 12px;
	font-weight: lighter;
	background-color: #ffffff;
	border: #ddd solid 2px;
	height: 25px;
	margin: 10px 9px;
	border-radius: 3px 3px 3px 3px;
	
}

.flowerSellForm	{
	width: 210px;
	float:left;
	text-align: center;
}

.buyButton {
	cursor:pointer;
	padding:5px 25px;
	background-color: #13371a;
	color: #ffffff;
	border-radius: 5px;
	border: #ddd solid 0px;
}

.buyButton:hover{
	background-color: #000000;
	color: #ffffff;
}

/************************************** nav dropdown menu ****************************************/
.menu {
	
}

#flowersMenu	{
	width: 150px;
	height: 250px;
	background-color: #13371a;
	margin: 0px 0px 0px 70px;
	position: relative !important;
	z-index: 1000;
}

.FlowersMenuButton	{
	cursor: pointer;
	padding: 5px 5px 5px 5px;
	z-index: 100;
	margin-bottom: 25px;
	color: #cbde9d;
}

.FlowersMenuButton:hover  {
	border-radius: 5px 5px 5px 5px;

    background-color: #13371a;

    text-decoration: none;
    color: #ffffff;
}

#subMenu	{
	margin-top: 0px;
	list-style-type: none;
	padding: 0px 0px 5px 15px;
	position: absolute;
	top: 35px;
	height: 185px;
	left: 72px;
	border-radius: 0px 0px 10px 10px;
	z-index: 100;

}
#subMenu li	{
	display: block;
	margin: 1px 15px 0px 0px;
}


#subMenu li a	{
	background-color: #13371a;
	display: inline-block;
	width: 128px;
	color: #ffffff;
	padding: 5px 20px 5px 3px;
	margin: 1px;

}

#subMenu li{
	font-size: .97em;
}

#subMenu li a:hover	{
	color: #13371a;
	background-color: #cbde9d;
	border-radius: 5px 5px 5px 5px;
}

.back2top	{
	text-align: center;
	margin-bottom: 20px;
}



/************************************************ contact page *********************************/

#mapBox	{
	height: 490px;
	width: 362px;
	margin-top: 30px;
}

#contactForm	{
	width: 450px;
	background-color: #eee;
	padding: 15px;
	float: left;
	
	height: 460px;
	margin: 30px 20px 30px 8px;
}

#contactInfo section{
	background-color: #eee;
	height: 180px;
	width: 860px;
	margin: 30px 0px 40px 10px;
}

#contactHours	{
	margin-left: 10px !important;
}

.contactHead h2{
	font-size: 2.3em;
	font-style: italic;
	font-weight: lighter !important;
	margin: 40px 0px 0px 10px;
	border-bottom: 2px solid #cbde9d;
	
	padding: 0px 0px 15px 0px;
	width: 850px;
	
	text-shadow: 1px 1px 4px #aaa;
	
}


/************************************************ form field styles *********************************/

textarea	{
	width: 425px;
	height: 200px;
	border-radius: 10px 10px 10px 10px;
	border: 1px #333 solid;
	resize: none;
	font-size: .9em;
	font-family: helvetica;
	padding: 10px;
}

input[type='text']	{
	width: 300px;
	height: 30px;
	font-size: 1em;
	margin: 3px 0px 8px 0px;
	border-radius: 5px 5px 5px 5px;
	border: 1px #333 solid;
	padding-left: 3px;
}

/************************************************ form field styles *********************************/

.formBox	{
	background-color: #eee;
	clear: both;
	overflow: auto;
	margin-top: 15px;
	padding: 15px;
	border-radius: 10px 10px 10px 10px;
	width: 680px;
}

.formBox input{
	width: 440px;
	
}

.formBox textarea{
	font-size: 1em; 
	height: 100px !important;
}

.formBox label{
	margin: 10px 0px;
	font-size: 1.2em;
	
}

.formLeft	{
	float: left;
	clear: both;
	
}

.formRight	{
	float: left;
	color: #666;
	
}

.formRight p{
	width: 220px;
	margin: 23px 0px 0px 10px;
	
}

#send	{
	margin: 15px 0px;
	height: 25px;
	width: 50px;
}

#email	{
	background-color: #eee;
	padding: 15px;
	width: 680px;
	border-radius: 10px 10px 10px 10px;
	line-height: 20px;
	margin: 0px 0px 30px 15px;
}

#email p{
	margin: 15px;
}

/*----------	Tablet size    ---------*/		
@media all and (max-width : 768px) {
	
	body {
    background-image: none;
	background-color: #fff;
	}
	#container {
		width: 100%;
	}
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	#fsfTitle   {
	padding: 30px;
	margin-left: 10px;
	background-image: url('../images/fsfTitle_s.png');
	background-position: left;
}

	nav {
		margin-left: 0;
		width: 100%;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #13371a;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 30px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

/*
nav{
	width: 100%;
}

nav ul  {
	margin: 10px 0px 0px 30px;
}

nav li  {
    margin: 0px;
}

nav li a  {
	margin: 15px;
}

.trans:hover  {
	margin: 15px;
}
*/

#sliderCont	{
	width: 97%;
}

#banner{
    width: 100%;
    margin: 0 auto;
}

#content    { 
	display: block;
	width: 90%;
}

.homeText	{
	width: 100%;
	float: left;
	margin: 5px 5px 5px 5px;
}

.homeText p	{
	margin: 15px 30px 0px 0px;
}

.buyText	{
	width: 100%;
	float: left;
	margin: 5px 5px 5px 5px;
}

.buyText p	{
	margin: 15px 30px 0px 0px;
}

#homeBuyTitle	{
	margin: 0px 5px 0px 5px;
}

#homePP	{
	margin: 10px 0px 30px 30px !important;
	float: none;
}

#homePDF	{
	margin: 10px 0px 30px 30px !important;
	float: none;
}

#homeInter	{
	margin: 10px 0px 30px 30px !important;
	float: none;
}

#flowers	{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.flowers {
	margin: 0px 5px 5px 0px;
}

.flowersHead	h2{
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.flowerSell	{
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 10px 10px;
	/*width: 300px;*/
}

.flowerSell img{
	margin: 0px 10px 10px 5px;
}

table {
	margin-left: 5px;
}

select	{
	margin: 5px 0px 5px 0px;
}

.buyButton {
	margin-left: 0px;
}

#footer {
    width: 100%;
}

#footer ul{
    width: 100%;
	margin: 0px;
}

#footer li{
	margin: 10px;
	width:95%;
	display: block;
}

#footer li a{
	
}
#navFoot	{
	margin-left: 10px !important;
}

#hours  {
    margin-left: 10px;
	margin-right: 30px;
}
.contactFoot {
	margin-left: 10px;
	margin-right: 30px;
}
#smallText {
	width: 95%;
	margin-left: 20px;
	float: left;
}

#subMenu {
		left: 82px;
}

.contactHead h2{
	width: 95%;
}

#contactForm	{
	width: 90%;
	margin: 20px 20px 20px 0px;
}

#mapBox {
	width: 95%;
}

}

/*----------	Iphone size    ---------*/		
	
@media all and (max-width: 330px) {

body {
    background-image: none;
	background-color: #fff;
}

#banner{
    height: 210px;
}

#fsfTitle   {
	padding: 30px;
	/*color: #ffffff;*/
	/*text-align: center;*/
    background-image: url('../images/fsfTitle_s.png');
	background-position: left;
}

nav ul li {
	display:block;
	width: 100%;
}


/*
nav ul  {
	margin: 10px 0px 0px 5px;
}

nav li  {
    margin: 5px 0px 0px 0px;
	display: block;
}

nav li a  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.trans:hover  {
	margin: 10px 0px 0px 0px;
}
*/

.FlowersMenuButton	{
	padding: 0px 0px 0px 0px;
	z-index: 100;
	margin-bottom: 0px;
}

#sliderCont	{
	width: 280px;
	display: none;
}

#flowers	{
	/*margin-left: 30px;*/
}

#hours  {
    margin-left: 30px !important;
}
.contactFoot {
	margin-left: 30px;
}
.flowerSell	{
	margin: 10px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
	width: 220px;
}

.flowerSell img{
	margin: 0px 10px 10px 20px;
	width: 175px;
	height: 175px;
}

table {
	margin-left: 15px;
}

select	{
	margin: 5px 0px 5px 0px;
}

.buyButton {
	margin-left: 0px;
}

#footer ul {
	padding: 0px 0px 0px 0px;
}

#footer li{
	width: 100%;
	margin: 10px;
	display: block;
}

#navFoot	{
	margin-left: 10px !important;
}
#smallText {
	
}
#mapBox	{
	height: 490px;
	width: 100%;
	margin-top: 30px;
}

.contactHead h2{
	width: 95%;
}

#contactForm	{
	width: 90%;
	margin: 30px 20px 30px 0px;
}

textarea	{
	width: 95%;
}

input[type='text']	{
	width: 95%;
}

}
