/************************************************************* 
 !Reset
============================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*============================================================
 !Defaults
============================================================*/

h1, h2, h3, h4, h5, h6 {
	line-height:normal;
}
h1 {
	font-size:28px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
}
h2 {
	font: bold 21px 'Open Sans', sans-serif;
	color: #333333;
	border-bottom:1px solid #D9D9D9;
	padding:0 0 8px 0;
	margin-bottom:25px;
}
h3 {
	margin-top:40px;
	font: bold 18px 'Open Sans', sans-serif;
	color: #333333;
	border-bottom:1px solid #D9D9D9;
	padding:0 0 8px 0;
	margin-bottom:25px;
}
h4 {
	font:bold 11px 'Open Sans', sans-serif;
	color: #72736f;
	padding-bottom:10px;
}
h5, h5 a, h5 a:visited {
	font: bold 11px 'Open Sans', sans-serif;
	color:#ffffff;
	font-weight:normal;
}
h6 {
	font:bold 12px 'Open Sans', sans-serif;
	color: #CA8214;
	padding-left:20px;
}
p {
	line-height:1.7em;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-style:normal;
	margin:0px;
	text-align:justify;
}
b, strong {
	font-weight:bold;
	line-height:1;
}
i, em {
	font-style:italic;
}
img {
	vertical-align: middle;
}
a {
	text-decoration:none;
	color:#000;
	outline:none;
	text-decoration:none;
}
a:active {
	color:#000;
	outline:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a img, .noborder {
	border:0;
}
a.nounderline {
	text-decoration:none;
}
a.nounderline:hover {
	text-decoration:underline;
}
ul {
	list-style: none;
}
.clft {
	clear:left;
}
.clbth {
	clear:both;
}
.clrt {
	clear:right;
}
/*============================================================
 !Basics
============================================================*/
body {
	color:#333333;
	background:#6B963F;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-style:normal;
}
.wrapper {
	margin:0px auto;
	width:1110px;
	padding:0px 0px;
}
.header {
	background:#fbfbfb;
	border-bottom:4px solid #A8CE83;
}
.logo {
	float:left;
	width:282px;
	padding:10px 0;
}
.header-right {
	float:right;
	width:685px;
}
.ph-num {
	text-align:right;
	margin-top:47px;
	font-size:24px;
	font-weight:700;
}
.call {
	font-size:16px;
}
.hm-menu {
	margin-top:47px;
}
.hm-menu ul li {
	float:left;
	font-size:14px;
	font-weight:700;
	background:#6C973F;
	float:right;
	margin-right:1px;
	text-align:center;
	color:#fff;
	display:block;
}
.hm-menu ul li a {
	color:#fff;
	display:block;
	padding:12px 20px;
}
.hm-menu ul li a:hover {
	color:#fff;
	display:block;
	text-decoration:none;
	background:#659B99;
}
.content {
	background:#F0EEEE;
	padding:25px 0px;
}
.selected-tab a {
	background:#659B99;
	display:block;
}
.page-content {
	background:#fff;
	padding:30px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.page-content-hm {
	background:#fff;
	padding:30px 30px 40px 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.hm-img-lft {
	width:360px;
	margin-right:20px;
	float:left;
}
.hm-txt-right {
	width:670px;
	float:right;
	font-size:16px;
	line-height:24px;
}
.txtbox {
	border:1px solid #9F9F9F;
	padding:12px 10px;
	width:350px;
	font-weight:700;
	font-size:12px;
	color:#666;
}
.login-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	padding: 6px 10px 7px 10px;
	text-decoration:none;
	display:inline-block;
	font-weight:600;
	text-align:center;
	width:97px;
	background-color: #659B99;
	text-shadow: 1px 1px #2e2e2e;
	color:#fff;
	text-decoration:none;
	float:right;
}
.login-btn:hover {
	color:#fff;
	text-decoration:none;
	background:#5F4132;
}
.login {
	margin:30px 0px;
}
.footer {
	background:#6B963F;
}
.copyright {
	text-align:center;
	font-size: 11px;
	font-weight:600;
	color:#fff;
	padding:20px 0px;
	text-transform:uppercase;
}
.login-box {
	margin:0px auto;
	width:600px;
	background:#F5FAFE;
	border:1px solid #659B99;
}
.login-box h2 {
	background:#659B99;
	padding:6px 30px;
	font-size:24px;
	color:#fff;
	font-weight:600;
	margin-bottom:20px;
	border-bottom:1px solid #486d6c;
	text-align:center;
}
.login-content {
	padding:0px 60px;
	font-size:15px;
	font-weight:700;
	line-height:34px;
}
.txtbox-login {
	border:1px solid #9F9F9F;
	padding:12px 10px;
	width:450px;
	font-weight:700;
	font-size:12px;
	color:#666;
}
.pad-top15 {
	padding-top:15px;
}
.forgot-password {
	font-weight:600;
	padding:15px 60px;
	background:#DFE6EE;
}
.contact-lft {
	width:540px;
	margin-right:20px;
	float:left;
}
.contact-right {
	width: 403px;
	float: right;
	font-size: 16px;
	line-height: 24px;
	background-color: #F5FAFE;
	padding: 25px 30px;
	line-height:30px;
}
.pad-top10 {
	padding-top:10px;
}
.contact-form {
	font-weight:700;
	margin-top:20px;
	line-height:30px;
}
.txtbox-contact {
	border:1px solid #9F9F9F;
	padding:12px 10px;
	width:518px;
	font-weight:700;
	font-size:12px;
	color:#666;
}
.map-pad {
	padding:20px 0 0px 0px;
}

/*Floral page css*/
.title{    font-size: 19px;
    font-weight: bold;
    background-color: #DFE6EE;
    padding: 6px 20px;
    margin-bottom: 20px;}

#floral {
	float: left;
	width: 100%;
	margin: 0 25px 15px 25px;
	font-weight: 300;
}
#floral h1 {
	font-family: "palatino Linotype", Calibri, verdana, sans-serif;
	font-size: 1.2em;
	color: #333;
	margin-bottom: 14px;
	text-align:center;
}
#floral h1.title {
	font-family: "palatino Linotype", Calibri, verdana, sans-serif;
	margin-bottom: 14px;
	color: #333;
}
.floral-block {
	padding-bottom:30px;
}
.floral-box {
	float:left;
	margin-right:24px;
}
.floral-box img {
	border:2px solid #ffffff;
	width:240px;
	-webkit-box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.14);
	box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.14);
}
.floral-boxlst {
	width:217px;
	float:left;
}
.floral-boxlst img {
		
	border:2px solid #ffffff;
	-webkit-box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.14);
	box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.14);
}
.order-block {
	width:100%;
	margin-top:20px;
}
.order-block a:-webkit-any-link {
text-decoration:none !important;
width:110px;
display:block;
margin:0px auto;
}
.order-now {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 5px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #659C99), color-stop(1, #527f7d) );
	background-image: -o-linear-gradient(bottom, #659C99 0%, #527f7d 100%);
	background-image: -moz-linear-gradient(bottom, #659C99 0%, #527f7d 100%);
	background-image: -webkit-linear-gradient(bottom, #659C99 0%, #527f7d 100%);
	background-image: -ms-linear-gradient(bottom, #659C99 0%, #527f7d 100%);
	background-image: linear-gradient(to bottom, #659C99 0%, #527f7d 100%);
	width:100px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none !important;
	text-align:center;
	margin:0px auto;
	font:Arial, Helvetica, sans-serif;
}
.name {
	font-size:18px;
	color:#000000;
	text-align:center;
	padding:8px 0 6px 0;
}
.price {
	font-size:14px;
	text-align:center;
	color:#000000;
	font-weight:bold;
}
.price span {
	color:#f50404;
}
.select-block div {
	margin:0px auto;
	text-align:center;
	width:80%;
	padding:15px 0px 0px 0px;
	font-size:14px;
	color:#000000;
}
.padtop {
	padding-top:15px;
}


.tbl td {
	padding:6px 20px;
	font-weight:600;
}
.txtbox {
    border: 1px solid #9F9F9F;
    padding: 12px 10px;
    width: 350px;
    font-weight: 700;
    font-size: 12px;
    color: #666;
}

.select-dropdwn1 {
    border: 1px solid #9F9F9F;
    padding: 12px 10px;
    width: 179px;
    color: #666;
    font-weight: 700;
    font-size: 12px;
}

.remove-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	padding: 6px 10px 7px 10px;
	text-decoration:none;
	display:inline-block;
	font-weight:600;
	text-align:center;
	width:97px;
	background-color: #659B99;
	text-shadow: 1px 1px #2e2e2e;
	color:#fff;
	text-decoration:none;
}
.remove-btn:hover {
	color:#fff;
	text-decoration:none;
	background:#5F4132;
}
.grey-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	padding: 6px 10px 7px 10px;
	text-decoration:none;
	display:inline-block;
	font-weight:600;
	text-align:center;
	width:97px;
	background-color: #d3d1d1;
	color:#000;
	text-decoration:none;
}
.grey-btn:hover {
	text-decoration:none;
	background:#D8E6E5;
}

.margin-browse {
	margin-left:10px;
}

.order-button {
	color: #ffffff; 
	background-color: transparent; 
	border: medium none; 
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.tbl1 th {
	padding:9px 20px;
	font-weight:700;
	background:#F0EEEF;
	border:1px solid #C8C8C8;
	text-align:center;
}
.tbl1 td {
	padding:9px 10px;
	font-weight:600;
	border:1px solid #C8C8C8;
}