/**
 * COLORS
 * 
 * red business: #B90A00
 * red footer: #AA0900
 * sidebar green: #A5B69C
 * sidebar titlebox: #334F30
 * feature red: #660001
 * feature green: #003300
 */

/* reset */
* {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#334F30;
}
h1 {
	color: #660001;
	font-size:28px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin-bottom:14px;
}
h2 {
	color: #003300;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin-bottom:14px;
}
noscript {
	font-size:10px;
	font-weight:bold;
}
.cobtbl strong {
	font-weight:normal;
}
.cobtbl .title strong {
	font-weight:bold;
}

/* iepng fix */
.innerwrap {
	behavior:url(css/iepngfix/iepngfix.htc);
}


/**
 * LAYOUT
 */
body {
	background:url(../images/layout/site_bg.gif) repeat fixed;
}
.pagewrapper {
	width:980px;
	margin:0 auto;
	padding:14px 0;
}
.header {
	position:relative;
	width:980px;
	height:177px;
	overflow:auto;
}
.innerwrap {
	background:url(../images/layout/header_bg.png) no-repeat;
	width:100%;
	height:100%;
	zoom:1;
}
.contentwrapper {
	width:980px;
	background:url(../images/layout/content_bg.png) repeat-y;
	overflow:hidden;
	zoom:1;
}
.sidebar {
	float:left;
	display:inline;
	width:170px;
	margin-left:22px;
}
.content {
	width:752px;
	margin-right:20px;
	margin-bottom:6px;
	margin-top:14px;
	float:right;
	display:inline;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
}
.footer {
	background:url(../images/layout/footer_bg.png) no-repeat bottom;
	padding:16px;
	text-align:center;
}


/**
 * SUBPAGE STYLING
 */
.subpagecontent p, .form label, .subpagecontent ul {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:16px;
	line-height:20px;
	margin-bottom:14px;
}
.subpagecontent ul {
	margin-left:0;
	padding-left:40px;
}
.subpagecontent ul p {
	margin-bottom:0;
}
.subpagecontent a:hover {
	text-decoration:underline;
}
p.headline {
	font-size:18px;
}
.testimonial {
	clear:both;
	margin:20px 0;
	border:#334F30 solid 1px;
	background:white;
	padding:14px;
	overflow:auto;
	height:1%;
}
.testimonial p {
	clear:both;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#334F30;
}
.testimonial_byline {
	clear:both;
	text-align:right;
	font-style:italic;
}
span.quote {
	font-size:22px;
	font-weight:bold;
}


/**
 * FORM STYLING
 */
.form {
	border:#003300 solid 1px;
	margin-top:20px;
	padding:20px;
}
.form table td {
	vertical-align:top;
}
.form label {
	padding-right:8px;
	padding-bottom:14px;
}
#contact_form {
	float:left;
}
#florist_form {
	float:left;
	height:468px;
	margin-top:30px;
}
.textbox, .textarea {
	padding:3px;
	width:200px;
	margin-bottom:14px;
}
.submit_button {
}


/**
 * UTILITY
 */
.imgfloatright {
	float:right;
	margin:0 0 14px 14px;
}
.imgfloatleft {
	float:left;
	margin:0 14px 14px 0;
}
.last {
	margin-bottom:0;
	padding-bottom:0;
}
.scroller {
	width:380px;
}


/* header */
.headertextwrapper {
	float:right;
	display:inline;
	width:780px;
	margin:14px 0;
	margin-right:10px;
	text-align:center;
}
.header_business {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#660001;
	margin-bottom:14px;
}
.header_tagline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	margin-bottom:20px;
}
.header_phone {
	font-size:20px;
}

/* topnav */
.topnav {
	position:absolute;
	bottom:0;
	left:22px;
	list-style-type:none;
}
.topnav li {
	display:inline;
}
.topnav a {
	color:#A5B69C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:40px;
	margin:14px;
}
.topnav a:hover {
	color:white;
}

/* functionnav */
.functionnav {
	text-align:right;
	margin-top:-16px;
	list-style-type:none;
}
.functionnav li {
	display:inline;
}
.functionnav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:30px;
	color:black;
	margin:0 8px;
}
.functionnav a:hover {
	text-decoration:underline;
}

/* sidenav */
.sidenav {
	list-style-type:none;
	margin-bottom:14px;
}
.sidenav li {
	background:#A5B69C;
	margin:2px 0;
	text-align:center;
}
.sidenav a {
	color:#062900;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:17px;
	line-height:40px;
}
.sidenav a:hover {
	color:white;
}
.services_title {
	text-align:center;
	color:#A5B69C;
	background:#334F30;
	height:40px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	line-height:40px;
}

/* offer */
.offer {
	background:#334F30 url(../images/home/shipping_bg.png) no-repeat bottom center;
	padding:6px;
	padding-bottom:202px;
	margin-bottom:14px;
	height:186px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
}
div.offer p.offer_title {
	text-transform:uppercase;
	font-size:22px;
	color:white;
	text-align:center;
	margin:10px 0;
}
.offer p {
	color:white;
	font-size:12px;
}

/* mailing list */
.mailing_list {
	background:#A5B69C;
	padding:6px;
	margin-bottom:14px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;	
	font-size:14px;
}
.mailing_list label {
	display:block;
	margin-bottom:3px;
}
.mailing_list .textfield {
	margin-bottom:5px;
	padding:2px;
}
.mailing_list_title {
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
.mailing_wrapper {
	text-align:center;
}

/* contact */
.contact {
	background:#A5B69C;
	border:#6B8D68 solid 1px;
	padding:6px;
	margin-bottom:14px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
}
div.contact p.contact_title {
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
	margin:10px 0;
}
div.contact p {
	color:#062900;
	font-size:12px;
}

/* footer */
.footer {
	position:relative;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
}
.footer .copyright {
	color:white;
}
.footer .copyright a {
	color:white;
}
.footer .copyright a:hover {
	text-decoration:underline;
}
.footer_links {
	list-style-type:none;
	margin-bottom:10px;
}
.footer_links li {
	display:inline;
	color:white;
}
.footer_links a {
	color:white;
	margin:0 4px;
}
.footer_links a:hover {
	text-decoration:underline;
}
.security-metrics {
	position:absolute;
	right:60px;
	top:8px;
	margin:0;
	padding:0;
}
.security-metrics img {
display:block;
}


/**
 * HOME
 */
.featurebox {
	float:right;
	position:relative;
	background:url(../images/home/featurebox_bg.jpg) no-repeat;
	width:367px;
	height:414px;
}
.featurebox .textwrapper {
	position:absolute;
	bottom:10px;
	margin-left:10px;
}
.featurebox a:hover {
	text-decoration:underline;
}

.sidefeaturewrapper {
	float:left;
	overflow:auto;
}
.sidefeaturebox {
	width:369px;
	height:130px;
	margin-bottom:12px;
}
.sidefeaturebox .textwrapper {
	float:right;
	display:inline;
	width:180px;
	height:120px;
	padding:5px;
}
.feature_title {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:20px;
	color:#660001;
	padding:10px 0;
}
.feature_desc {
}
.feature_desc a {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	color:#003300;
}
.feature_desc a:hover {
	text-decoration:underline;
}
#sidefeaturebox_top {
	background:url(../images/home/featurebox_top_bg.jpg) no-repeat;
}
#sidefeaturebox_middle {
	background:url(../images/home/featurebox_middle_bg.jpg) no-repeat;
}
#sidefeaturebox_middle .textwrapper {
	width:160px;
}
#sidefeaturebox_bottom {
	background:url(../images/home/featurebox_bottom_bg.jpg) no-repeat;
}
.welcomebox {
	float:left;
	width:752px;
	height:380px;
	margin-top:18px;
	height:1%;
	background:url(../images/home/welcomebox_bg.jpg) no-repeat;
}
.welcomebox p {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:14px;
	margin-bottom:14px;
}
.welcomebox .textwrapper {
	margin:20px;
	width:380px;
}
p.welcome_title {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:28px;
	color:#334F30;
	margin-bottom:20px;
}


/**
 * FLORISTS
 */
.florist_form_right {
	float:right;
	width:340px;
}
#page-florists .testimonial {
	height:480px;
	margin:20px 0 0 0;
	clear:none;
	overflow:hidden;
}

/**
 * PRODUCTS
 */
div.prodseparator {
	background:#000000;
	height:2px;
	width:80%;
	margin:20px auto;
	font-size:0;
}
.detaildescription {
	margin-bottom:20px;
}
table.proddetail, table.products {
	margin-top:20px;
}
td.pagenums {
	padding:10px 0;
}
div.prodname {
	font-weight:bold;
}
div.prodoptions {
	margin:14px 0;
}
div.prodoptions td {
	padding:4px;
}


/**
 * CONTACT
 */
#page-contact .location {
	float:left;
	display:inline;
	margin-left:20px;
	margin-top:20px;
}


/**
 * FAQS
 */
.faq-anchor {
	margin-right:10px;
	text-align:right;
}