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

.clearfix {
	clear: both;
}

@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;
}

h3 {
	font-size:24px;
	padding: 10px;
}

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

/* HEADER */
.nav {
	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;
}

/* 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.vistorsguide .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_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 sol
	id #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: -85px;
	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;
	}
.news-link a{
	color:#bcd255;
	text-decoration:none;
	}
.news-link a:hover{
	color:#FC0;
	text-decoration:none;
	}	
.news-context {
	font-size:14px;
	}
.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;
}

.contact_form * {
	margin: 10px;
}

.contact_info .contact_details {
	float: right;
	margin-top: -200px;
}
.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;
}
.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: 250px;
	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 VISITORSGUIDE */
body.vistorsguide .content {
	width: 1024px;
	height: 700px;
	margin-top: 60px;
	background: #FFFFFF;
}

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

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

#center_panel {
	float: left;
	max-width: 1080px;
	margin-right: 15px;
	overflow: auto;
}

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

#right_panel_external {
	padding-left: 10px;
	display: block;
	margin-left:20px;
	background-color:#3399FF;
}

#resourceslist {
	display:block;
	margin-left:10px;
}

#contentpane {
	text-align: left;
	margin: 15px;
	overflow:none;
}
#contentpane p {
	color: #1a1b1a;
}
#articleoverflow {
	width:665px;
	height:250px;
	overflow-x: hidden;
    overflow-y: auto;
}
.bold {
	font-weight:bold;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 10px;
	}
#accordion {
	float: left;
	list-style: none;
	adding-left: 15px;
	width: 250px;
	padding-left: 10px;
}
#accordion div {
	height: 36px;
	width: 250px;
	padding-left: 10px;
	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: white;
	text-decoration: none;
}
#accordion a:hover {
	text-decoration: underline;
}

/* VISTORS GUIDE */
body.resources .vistorsguide {
	width: 1024px;
	height: 750px;
	margin-top: 60px;
	background: #FFFFFF;
}

#visitorsguidetext ul li {
	margin-left: 30px;
}

#booklist ul li {
	margin-left: 20px;
	margin-top:20px;
}

#linklist ul li {
	margin-left: 20px;
	margin-top:20px;
}

/* 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;
	font-family: UltraFont;
}

.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;
}