* {
	margin: 0 auto;
	padding: 0;
}

.clearfix {
	clear: both;
}

@font-face {
	font-family: MenuFont;
	/*src: url('../font/AVGARDM.TTF'), url('../font/AVGARDM.TTF'); /* IE9 */
	src: url('../font/HelveticaNeueUltraLight.ttf');
}

@font-face {
	font-family: LightFont;
	src: url('../font/HelveticaNeueLight.ttf');
}

@font-face {
	font-family: UltraFont;
	src: url('../font/HelveticaNeueUltraLight.ttf');
}

body {
	background: url(../images/bg.png) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: LightFont;
}

#wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border: none;
	float: left;
}

/* HEADER */
.nav {
	/* IE10 Consumer Preview
	 background-image: -ms-linear-gradient(left, #1F3E00 0%, #165601 20%, #1F7204 50%, #165601 80%, #1F3E00 100%);
	 /* Mozilla Firefox
	 background-image: -moz-linear-gradient(left, #1F3E00 0%, #165601 20%, #1F7204 50%, #165601 80%, #1F3E00 100%);
	 /* Opera
	 background-image: -o-linear-gradient(left, #1F3E00 0%, #165601 20%, #1F7204 50%, #165601 80%, #1F3E00 100%);
	 /* Webkit (Safari/Chrome 10)
	 background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1F3E00), color-stop(0.2, #165601), color-stop(0.5, #1F7204), color-stop(0.8, #165601), color-stop(1, #1F3E00));
	 /* Webkit (Chrome 11+)
	 background-image: -webkit-linear-gradient(left, #1F3E00 0%, #165601 20%, #1F7204 50%, #165601 80%, #1F3E00 100%);
	 /* W3C Markup, IE10 Release Preview
	 background-image: linear-gradient(to right, #1F3E00 0%, #165601 20%, #1F7204 50%, #165601 80%, #1F3E00 100%);
	 */
	background: #124100;
	width: 100%;
	height: 46px;
	position: fixed;
	opacity: 0.8;
	filter: alpha(opacity=80);
	float: left;
	border: none;
}
.menu {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	width: 900px;
	margin-top: 14px;
	font-family: UltraFont;
}
.menu li {
	list-style: none;
	background-image: url(../images/div-nav.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	padding-left: 20px;
}
.menu li.home {
	background-image: none;
}
.menu a {
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	color: #dec51b;
	text-decoration: none;
}

.logo {
	width:300px;
	height:240px;
	position:relative;
	left:350px;
	z-index:-1;
	top:20px;
	/*float: right;
	padding-right: 100px;*/
}

/* ACTIVE NAV */
body.index .menu li.home a {
	color: #dec51b;
}
body.shop .menu li.shop a {
	color: #dec51b;
}
body.checkout .menu li.shop a {
	color: #dec51b;
}
body.resources .menu li.resources a {
	color: #dec51b;
}
body.resources .menu li.about-us a {
	color: #dec51b;
}
body.pricing .menu li.pricing a {
	color: #dec51b;
}
body.referral .menu li.referral a {
	color: #dec51b;
}
body.gallery .menu li.gallery a {
	color: #dec51b;
}
body.about .menu li.about a {
	color: #dec51b;
}
body.contact .menu li.contact a {
	color: #dec51b;
}

/* CONTENT_HOME */
body.index .content {
	width: 1024px;
	height: auto;
	margin-top: 100px;
}

body.index .content p {
	color: #FFFFFF;
}

.content_left {
	margin-top: -85px;
	float: left;
}
.content_left img{
	margin-bottom:21px;
}

.img_navs li {
	list-style: none;
	float: left;
	margin-left: 10px;
	height: 172px;
	width: 327px;
}
.left_img {
	background: url('../images/img_sendflowers.png') no-repeat;
	margin-right:20px;
	border:1px solid #0b3002;
}

.right_img {
	background: url('../images/img_pricing.png') no-repeat;
	margin-right:20px;
	border:1px solid #0b3002;
}
.img_btn {
	background: url('../images/index_btn.png') no-repeat;
	margin-top: 136px;
	padding: 10px;
	letter-spacing: 1px;
}

/* CONTENT_CONTACT */
body.contact .content {
	width: 1024px;
	height: 450px;
	margin-top: 100px;
}

body.contact .content p {
	color: #FFFFFF;
}

.content_right {
	margin-top: 33px;
	float: right;
	width: auto;
	height: auto;
	background-color: #002502;
	border: none;
	opacity:.8;
	width:300px;
}
.content_right_wrap {
	background-color: #002502;
	border-bottom: none;
	border:1px solid white;
}
.content_right_wrap p {
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	font-size:18px;
	}
.contacts_wrap * {
	margin: 0 5px;
}
.contacts_wrap {
	background-color:#002502;
	border-bottom: none;
	border:1px solid #FFF;
}
.contacts_wrap p {
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	font-size:18px;
	}
.contact_right {
	margin-top: -85px;
	float: right;
	width: auto;
	height: auto;
	background-color:#FFF;
	border: none;
	opacity:.8;
	width:290px;
}
.content_right_wrap * {
	margin: 0 5px;
}
.contact_form input{
	height:25px;
	width:250px;
	}
.contact_form textarea {
	width:250px;
	}
.address {
	width: 350px;
	margin: 0;
	padding: 0;
}
.news {
	color:#FFF;
	padding-bottom:20px;
	}
.news li {
	list-style:none;
	}
.news-title {
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	}
.date {
	font-style:italic;
	font-size:12px;
	color:#bababa;
	}
.news-link {
	color:#bcd255;
	font-style:italic;
	font-size:12px;
	text-align: right;
	}
.news-link a{
	color:#bcd255;
	text-decoration:none;
	}
.news-link a:hover{
	color:#FC0;
	text-decoration:none;
	}	
.contact_info {
	margin-top: 10px;
	background-color: #FFFFFF;
}

.contact_info .title {
	padding: 10px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(left, #18470C 0%, #52714C 50%, #FFFFFF 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(left, #18470C 0%, #52714C 50%, #FFFFFF 100%);
	/* Opera */
	background-image: -o-linear-gradient(left, #18470C 0%, #52714C 50%, #FFFFFF 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #18470C), color-stop(0.5, #52714C), color-stop(1, #FFFFFF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(left, #18470C 0%, #52714C 50%, #FFFFFF 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to right, #18470C 0%, #52714C 50%, #FFFFFF 100%);
}

.contact_info .address .add {
	color: black;
	padding: 15px 0 15px 15px;
	font-size: 20px;
}

.contact_form * {
	margin: 10px;
}

.contact_info .contact_details {
	float: right;
	margin-top: -250px;
}
.contact_info .contact_details .details {
	background-color: rgba(21,78,1,0.9);
	padding: 15px 80px 15px 15px;
}

.contact_info .contact_details .title_d {
	color: #18470C;
	font-weight: bold;
	font-size: 20px;
}

.emaillink {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bolder;
}

.send_btn {
	background-color: rgb(21,78,1);
	float: right;
	color: #fff;
	padding: 5px 20px;
}

.send_btn:hover {
	opacity: 0.6;
	cursor: pointer;
}
.map {
	float: left;
	width: 720px;
	height: 350px;
	margin: 0 auto;
	border: none;
}
/* CONTENT_RESOURCES */
body.resources .content {
	width: 1024px;
	height: 550px;
	margin-top: 60px;
	background: #FFFFFF;
}

body.resources .content p {
	color: #FFFFFF;
}
body.resources #banner {
	height: 224px;
	margin: 15px;
	width: 993px;
	background: url('../images/grief_img1.png') no-repeat;
}
body.resources #banner-title {
	margin-top: -94px;
	width: 993px;
}

/*CONTENT ABOUT US*/
body.about_us .content {
	width: 1024px;
	height: auto;
	margin-top: 60px;
	background: #FFFFFF;
}
.content-bg {
	width:1024px;
	height:auto;
	background:#FFFFFF;
	float:left;
	padding-bottom:20px;
}
body.about_us .content p {
	color: #fff;
}

body.about_us #banner {
	height: 348px;
	margin: 15px;
	width: 993px;
	background: url('../images/banner_about2.png') no-repeat;
}
body.about_us #banner-title {
	margin-top: -94px;
	width: 993px;
}

.left_panel {
	float: left;
	max-width: 310px;
	max-height: 510px;
	margin-right: 15px;
	overflow: auto;
}

#right_panel {
	float: right;
	max-width: 680px;
	max-height: 510px;
	margin-right: 15px;
	overflow: auto;
}

#center_panel {
	float: left;
	max-width: 800px;
	max-height: 510px;
	margin-right: 15px;
	margin-left: 100px;
	overflow: auto;
}

#contentpane {
	text-align: left;
	margin: 15px;
}
#contentpane p {
	color: #1a1b1a;
}
.bold {
	font-weight:bold;
	}
#accordion {
	float: left;
	list-style: none;
	padding-left: 15px;
	width: 310px;
}
#accordion div {
	height: 36px;
	width: 308px;
	background: url('../images/btn_about.png') no-repeat;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 5px;
}
#accordion div p {
	margin: 10px;
	padding-top:8px;
	text-align:left;
	vertical-align:middle;
}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
}
#accordion ul {
	display: none;
}
#accordion ul li {
	width: 246px;
	font-weight: normal;
	cursor: auto;
	color: #000;
	padding: 20 0 0 7px;
}
#accordion a {
	color: black;
	text-decoration: none;
}
#accordion a:hover {
	text-decoration: underline;
}

/* CONTENT_SHOP */
body.shop .content {
	width: 1024px;
	height: auto;
	padding-bottom:20px;
	margin-top: 10px;
	background: rgba(255,255,255,0.8);
}

body.shop .content p {
	color: #FFFFFF;
}

body.shop #banner {
	padding: 15px;
	width: 991px;
	height: 268px;
}

body.shop #banner-title {
	margin-top: -89px;
	padding: 15px;
	width: 991px;
}

body.shop .content .product_list {
	float: left;
	margin-left: 15px;
	width: 650px;
	list-style: none;
}

body.shop .content .product_list div[class^="product0"] {
	float: left;
	margin: 10px;
}

body.shop .content .product_list .product_img {
	background: url("../images/product01.png") no-repeat;
	height: 149px;
	width: 283px;
}

body.shop .content .product_img .add_to_cart {
	height: 36px;
	background: url("../images/shop_btn.png") no-repeat;
	padding: 6px;
	margin-top: 98px;
}
body.shop .content .product_img .add_to_cart:hover {
	cursor: pointer;
	opacity: 0.8;
}

body.shop .content .product_img a {
	color: #FFFFFF;
	text-decoration: none;
}

body.shop .content .product_list div[class^="product0"] .product_name a {
	margin: 5px;
	text-decoration: underline;
	color: black;
}
body.shop .content .product_list div[class^="product0"] .product_price {
	margin: 5px;
}
body.shop .content .product_list div[class^="product0"] .product_name a:hover {
	text-decoration: none;
}

body.shop .content .shopping_cart {
	float: right;
	width: 350px;
}
body.shop .content .shopping_cart .title {
	color: black;
	font-size: 20px;
}
body.shop .content .shopping_cart .cart_prod {
	width: 350px;
	height: 100px;
	margin: 10px;
}
body.shop .content .shopping_cart .cart_prod .prod_details {
	float: right;
	text-align: left;
	width: 265px;
}
body.shop .content .shopping_cart .cart_prod .prod_details .product_name a {
	text-decoration: underline;
	color: black;
}
body.shop .content .shopping_cart .cart_prod .prod_details .product_name a:hover {
	text-decoration: none;
}
body.shop .content .shopping_cart .cart_prod .delete {
	background: #154E01;
	width: 20px;
	height: 20px;
	text-align: center;
	float: right;
	margin-right: 50px;
	margin-top: -70px;
	border: #FFFFFF 2px solid;
}
body.shop .product_price {
	font-weight: bold;
}
body.shop .content .shopping_cart .cart_prod .delete a {
	color: #FFFFFF;
	text-decoration: none;
}

body.shop .content .shopping_cart .cart_prod .delete a:hover {
	cursor: pointer;
}
body.shop .content .shopping_cart .total {
	font-weight: bold;
}

body.shop .content .shopping_cart ul li {
	float: left;
	text-decoration: none;
	display: inline;
	margin: 5px;
}

body.shop .content .shopping_cart .checkout a {
	background: #154E01;
	border: #FFFFFF 2px solid;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}

body.shop .content .content_nav {
	text-align: right;
	width:600px;
	float:left;
}

body.shop .content .content_nav label {
	text-decoration: underline;
	color: #18470C;
}

body.shop .content .content_nav label:hover {
	text-decoration: none;
	cursor: pointer;
}
/* CONTENT_CHECKOUT */
body.checkout .content {
	width: 1024px;
	height: 850px;
}
body.checkout .content p {
	color: #FFFFFF;
}

body.checkout .content * {
	float: left;
}

body.checkout .content .title {
	float: left;
	color: #FFFFFF;
	background: rgba(51,73,52,0.9);
	width: 150px;
	padding: 10px;
}
body.checkout .content .shopping_cart .cart_content {
	background: rgba(255,255,255,0.6);
	height: auto;
	width: 1000px;
}
body.checkout .content .shopping_cart .cart_content ul li {
	margin: 30px 15px 20px 15px;
	float: left;
	display: inline;
}
body.checkout .content .shopping_cart .cart_content ul li a {
	color: black;
}

body.checkout .content .shopping_cart .cart_content ul li a:hover {
	text-decoration: none;
}
body.checkout .content .shopping_cart .cart_content .controls {
	margin-top: 20px;
	float: right;
}

body.checkout .content .shopping_cart .cart_content .controls ul li a {
	color: #ffffff;
	padding: 5px 25px;
	text-decoration: none;
	background: #18470C;
	border: #FFFFFF 2px solid;
}

body.checkout .content .shopping_cart .cart_content .controls ul li a:hover {
	text-decoration: underline;
}

body.checkout .content .total {
	float: left;
	color: #FFFFFF;
	background: rgba(51,73,52,0.9);
	width: 980px;
	padding: 10px;
	margin-bottom: 15px;
}

body.checkout .content .shipping_details .ship_content {
	background: rgba(255,255,255,0.6);
	height: auto;
	width: 1000px;
	margin-bottom: 15px;
}
body.checkout .content .shipping_details .ship_content .for_delivery_to {
	float: left;
	border-right: #18470C 1px dashed;
	margin-left: 30px;
	width: 600px;
	height: auto;
}
body.checkout .content .shipping_details .ship_content .for_delivery_to .type {
	margin: 5px 20px;
}
body.checkout .content .shipping_details .ship_content .for_delivery_to ul li {
	display: inline;
	text-decoration: none;
	padding: 20px;
}
body.checkout .content .shipping_details .ship_content .for_delivery_to ul li * {
	width: 220px;
	height: 20px;
}
body.checkout .content .shipping_details .ship_content .for_delivery_to ul li textarea {
	height: 90px;
}

body.checkout .content .shipping_details .ship_content .for_delivery_to ul li textarea {
	height: 90px;
}
body.checkout .content .shipping_details .ship_content .senders_info {
	float: right;
	width: 330px;
}
body.checkout .content .shipping_details .ship_content .senders_info .type {
	margin: 10px;
}
body.checkout .content .shipping_details .ship_content .senders_info ul li {
	text-decoration: none;
	display: inline;
	margin: 9px;
}

body.checkout .content .shipping_details .ship_content .senders_info ul li * {
	width: 220px;
	height: 20px;
}

body.checkout .content .payment_details .payment_content {
	background: rgba(255,255,255,0.6);
	min-height: 250px;
	width: 1000px;
	margin-bottom: 15px;
}

body.checkout .content .payment_details .payment_content #upper li {
	text-decoration: none;
	display: inline;
	margin: 50px 0px 0px 50px;
	width: 250px;
}

body.checkout .content .payment_details .payment_content #lower li {
	text-decoration: none;
	display: inline;
	margin: 50px 0 0 50px;
	width: 250px;
}
body.checkout .content .payment_details .payment_content #lower #credit_card img {
	margin: 5px;
}

body.checkout .content .payment_details .payment_content #lower .controls ul li {
	float: left;
	color: #FFFFFF;
	background: #165601;
	border: #FFFFFF 2px solid;
	display: inline;
	margin-right: -20px;
	padding: 5px;
	width: 120px;
}
body.checkout .content .payment_details .payment_content #lower .controls ul li:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* BOTTOM */
.bottom {
	background: #154e01; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214c02', endColorstr='#154e01'); 
	background: -webkit-gradient(linear, left, right, from(#214c02), to(#154e01));
	background: -moz-linear-gradient(left,  #214c02,  #154e01); 
	width: 100%;
	height: 68px;
	opacity: 0.8;
	position: inherit;
	filter: alpha(opacity=80);
	float: left;
	margin-top: 20px;
}



.footer {
	width: 1024px;
	height: auto;
	margin-top: 12px;
	color: #FFF;
}
.footer_left {
	width: 845px;
	float: left;
	font-style: italic;
}
.footer_right {
	width: 175px;
	float: left;
	text-transform: uppercase;
	font-weight: 600;
}

.footer_right li {
	list-style: none;
	float: left;
	padding-right: 15px;
}
.footer hr {
	color: #FFF;
	width: 1024px;
	size: 1px;
	float: left;
	margin-top: 4px
}
.floral {
	width: 1024px;
	text-align: center;
	padding-top: 3px;
	float: left;
}