/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 2px;
	padding: 0;
	background: url(../images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #559106;
}


h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}

a:visited {
	color: #4E8006;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat left top;
}

#header h1{
	padding: 0px 0px 0px 40px;
	font-size: 12px;
	color: #ffffff;
}
/* Menu */

#menu {
display: inline;
	float: left;
	width: 860px;
	height: 74px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 2px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #ffffff;
}

/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 10px 0;

}

#logo {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/img05a.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h2 { 
	padding-top: 140px;
	font-size: 16px;
	color: #ffffff;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }


#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {

	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(../images/img09.jpg) no-repeat left top;
	font-size: 18px;
	color: #ffffff;
}


.post .entry {
	padding: 0 0px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(../images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(../images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

.post .faq {
	padding: 0 0px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(../images/img08.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(../images/img07.jpg) no-repeat left top;
	font-size: 16px;
	color: #ffffff;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/img04.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	color: #FFFFFF;	
	font-size: 16px;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #999999;
}


.column1{/* Parent Wrapper for inside boxes */
display: inline;
  margin:0px 24px 0px 0px;
  display:inline;/* IE Hack */
  width:280px;
  float:left;
  text-align:left;
}


.column1 img{
  border: 1px solid #999999;
}

.column1 a:hover{
  text-decoration:none
}

.column1 p{
  color:#FF8000
}

.column1 h2 {

	height: 32px;
	padding: 12px 0 0 2px;
	margin-bottom: 10px;
	background: url(../images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
	text-align:left;
}
.column1 h3 {
	padding: 20px 0px 0px 2px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #000000;
	text-align:left;
}


.column2{/* Parent Wrapper for inside boxes */
  display:inline;/* IE Hack */
  width:280px;
  float:left;
  text-align:left;
  
}

.column2 img{
  border: 1px solid #999999;
}
.column2 a:hover{
  text-decoration:none
}

.column2 p{
font-size: 18px;
  color:#000000
}

.column2 p a{
  color:#FAF391
}

.column2 p a:hover{
  color:#FFFFFF
}

.column2 h2 {

	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(../images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
	text-align:left;
}
.column2 h3 {
	padding: 20px 0 0 0px;
	font-size: 14px;
	color: #000000;
	text-align:left;
	font-weight:500;
}


.titletext{
float:left;
position: relative; top: 0px; left:40px;
z-index: 1;
text-align: center;
  width: 200px;
  height: 40px;
  font-weight: bold;
  color: #FDD017;
line-height: 40px;
font-size: 18px;
 background-color: #000000;
  border: 1px solid white;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;

}

* html.titletext{
  height:40px
}/* IE Min-Height Hack */



.titletext a:hover{
  color:#FFFFFF
}


.titletextlong{
float:left;
position: relative; top: 0px; left:40px;
z-index: 1;
text-align: center;
  width: 200px;
  height: 40px;
  font-weight: bold;
  color: #FDD017;
line-height: 20px;
font-size: 12px;
 background-color: #000000;
  border: 1px solid white;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

* html.titletextlong{
  height:40px
}/* IE Min-Height Hack */



.titletextlong a:hover{
  color:#FFFFFF
}

.mainimages {

float:left;
 height:280px;
position: relative; top: -55px;	
  width: 280px;
}

* html.mainimages{
  height:280px;
}/* IE Min-Height Hack */


.price{
  float:left;
  display:inline;
  text-align: center;
  position: relative; top: -105px; left:40px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  background-color: #000000;
  border: 1px solid white;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;

}

* html.price{
  height:40px
}/* IE Min-Height Hack */

.price a{
  color:#ffffff;
  text-decoration:none;
}

.price a:hover{
  color:#ff3300
}

.desc{
diplay:inline;
position: relative; top: -85px;
float:left;
height:30px;
  align:center;
  width: 280px;
  color:#000000;
}

* html.desc{
  height:30px;
}/* IE Min-Height Hack */



.desc a:hover{
  color:#ffffff
}
.desc img{
z-index: -1;
  border: none;
  diplay:inline;
position: relative; top: 10px;
}


.test{
display:inline;
position: relative; top: -50px;
float:left;
}

.flowerdelivery{
  position:relative;
  height:1630px;
  color:787878;
  background: #D4FFD4;
  border:2px solid #AF7817;
  padding: 20px 20px 20px 20px;
}

* html.flowerdelivery{
  height:1630px;
}/* IE Min-Height Hack */

.flowerdeliverydesc{
diplay:inline;
float:left;
height:20px;
  align:left;
  text-align-left;
  width: 280px;
  color:#000000;
}

* html.flowerdeliverydesc{
  height:20px;
}/* IE Min-Height Hack */



.flowerdeliverydesc a:hover{
  text-decoration: none;
}
.flowerdeliverydesc img{
  border: none;
  diplay:inline;
position: relative; top: 10px;
}

.customerdetails {
float: left;
	width: 215px;
}

.security {
	height: 32px;
	width: 280px;
	align: right;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000000;
	text-align:left;
}

.ordertitle {
	height: 32px;
	width: 280px;
	align: right;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000000;
	text-align:center;
}

.typesavailable {
	height: 32px;
	width: 280px;
	align: left;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
	text-align:center;
}
.dfdescfirstletter {
display: inline;
	font-size: 200%;
	font-weight: bold;
	line-height: 1em;
	color: #4E8006;
}

.faq1 a:link, .faq1 a:visited {
	color: #559106;
	text-decoration: none;
}

.faq1 a:hover {
	text-decoration: underline;
}

faq2 a:link, .faq2 a:visited {
	color: #990000;
	text-decoration: none;
}

.faq2 a:hover {
	text-decoration: underline;
}
.price2{
  float:left;
  display:inline;
  text-align: center;
  position: relative; top: -105px; left:40px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  background-color: #000000;
  border: 1px solid white;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;

}

* html.price2{
  height:40px
}/* IE Min-Height Hack */

.price2 a{
  color:#ff3300;
  text-decoration:none;
}

.price2 a:hover{
  color:#ffffff
}
.flowerchoice {

background: #D4FFD4;
color: #4E8006;
width: 590px;
}
.column1ownchoice{/* Parent Wrapper for inside boxes */
display: inline;
  margin:0px 10px 0px 40px;
  display:inline;/* IE Hack */
  width:280px;
  float:left;
  text-align:left;
}
.column2ownchoice{/* Parent Wrapper for inside boxes */
  display:inline;/* IE Hack */
  width:180px;
  float:left;
  text-align:right;
}
.ownchoicedisclaimer{
display: inline;
  margin:0px 10px 0px 00px;
  display:inline;/* IE Hack */
  width:200px;
  float:left;
  text-align:left;
  font-size: .8em
}
.centreflowers{
display: inline;
  margin:0px 0px 0px 60px;
  display:inline;/* IE Hack */
  width:600px;
  float:left;
}