html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family:myriad-pro;
	src: url('../font/myriad-web-pro.ttf');
}


body{
	background:#f0f0f0;
	font-family:myriad-pro;
}

h1{
	font-family: 'Advent Pro', sans-serif;
	font-size:21px;
	text-transform: uppercase;
	color:#EE8D35;
}

p{
	color:#686c6d;
	font-size:13px;
	font-family: 'Maven Pro', sans-serif;
	line-height:17px;
    margin: 0 0 8px;
}

.clear{
	 clear:both;
}
.clear p{
	line-height:19px;
}

.orang_color{
	color:#ee8d35;
}

.gray_color{
	color:#676767;
}

strong {
    color: #2D2D2C;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    
}
#mian_content #news strong{
	text-transform:uppercase;
}
a{
	color:#ee8d35;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.readmore{
	background: #f1994b; /* Old browsers */
	background: -moz-linear-gradient(top, #f1994b 0%, #ed7407 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1994b), color-stop(100%,#ed7407)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1994b 0%,#ed7407 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1994b', endColorstr='#ed7407',GradientType=0 ); /* IE6-9 */
	padding:5px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	margin-top:5px;
}

#main-wrapper{
	margin-top:0px !important;
	width:960px;
	height:auto;
	margin:auto;
}

#header{
	height:119px;
	background:url(../images/header_bg.png);
	border-radius: 0 0 10px 10px;
}

#logo{
	float:left;
	padding:15px;
}

#call_us{
	float:right;
	padding:20px;
}

#call_us span{
	font-size:19px;
	font-family: 'Advent Pro', sans-serif;
	letter-spacing:2px;
	
}


#menu{
	float:right;
	width:665px;
}


#menu ul{
	float:right;
	margin-right:9px;
}

#menu ul li{
	float:left;
	text-align:center;
	padding:10px;
}

#menu ul li a{
	color:#3b3b3b;
	font-family: myriad-pro;
	font-size:16px;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#ee8d35;
	border-bottom:3px solid #ee8d35;
	padding: 0 0 3px 0;
}

#menu ul li:hover{
	background:url(../images/menu_arrow.png) no-repeat;
	background-position:bottom;
}


#menu ul li a:hover span{
	color:#ee8d35;
}

.current_page_item{
	background:url(../images/menu_arrow.png) no-repeat;
	background-position:bottom;
}


#menu ul .current_page_item a{
	font-weight:bold;
	color:#ee8d35;
	border-bottom:3px solid #ee8d35;
	padding: 0 0 3px 0;
}

#menu ul .current_page_item a span{
	font-weight:bold;
	color:#ee8d35;
}

#slider{
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 5px 5px 2px #CCCCCC;
    height: 335px;
    margin-top: 26px;
}

#col_main{
	margin-top:30px;
	float:left;
	position:relative;
}

#col_main .col{
	width:205px;
	float:left;
	margin-right:25px;
}

#col_main .col h1{
	text-align:center;
}

#col_main .col  p{
	text-align:center;
	line-height:15px;
}

#col_main .col .col_content{
	min-height:50px;
	padding:5px;
}

#col_main .col .readmore{
	background: #f1994b; /* Old browsers */
	background: -moz-linear-gradient(top, #f1994b 0%, #ed7407 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1994b), color-stop(100%,#ed7407)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1994b 0%,#ed7407 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1994b', endColorstr='#ed7407',GradientType=0 ); /* IE6-9 */
	padding:5px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	margin-top:5px;
}

#col_main #arrow{
	float:right;
	margin-top:15px;
}

.readmore_slide p{
	margin-bottom:10px;
}

#mian_content{
	margin:20px 0 10px 0;
	float:left;
	width:960px;
}

#mian_content #content{
	float:left;
	width:730px;
}

#mian_content #content img{
	float:left;
	border:5px solid #fff;
	border-radius:5px;
	margin-right:10px;
	box-shadow: 0 0 5px 2px #CCCCCC;
}

#mian_content #content #welcome{
	float:left;
	width:690px;
}

#mian_content #content #welcome img{
	float:left;
}

#mian_content #content #welcome  h1{
	border-bottom: 2px solid #c6c6c6;
	padding: 0px 5px 5px 5px;
	font-size: 30px;
	float: right;
	width: 439px;
}

#mian_content #content #welcome p{
	line-height:17px;
	margin-top:5px;
	text-align:justify;
}


#mian_content #news{
	float:right;
	width:225px;
}

#mian_content #news h1{
	border-bottom:2px solid #c6c6c6;
	padding:0px 5px 5px 5px;
	font-size:30px;
}

#map{
	margin-top:50px;
	float:left;
}

#contact_main{
	float:left;
}

#contact_main ul li{
	float:left;
	margin-right:170px;
}

#contact_main ul li h1{
	font-size:30px;
}

#contact_main ul li.last{
	margin:0 !important;
}

#footer_wrapper{
	background:#e2e2e2;
	height:170px;
}

#footer_wrapper #footer{
	width:960px;
	margin:auto;
	padding:10px;
	background:#e2e2e2;
	height:170px;
}

#footer_wrapper #footer .footer_news{
	float:left;
	width:200px;
	margin-right:75px;
}

#footer_wrapper #footer .footer_services{
	width:200px;
	float:left;
	margin-right:60px;
}

#footer_wrapper #footer .footer_about{
	width:200px;
	float:left;
	margin-right:55px;
}

#footer_wrapper #footer .social{
	float:left;
}

#footer_wrapper #footer .social img{
	margin-right:10px;
	margin-top:10px;
}

#copy_wrapper{
	background:#c7c7c7;
}

#copy_wrapper .copy{
	background:#c7c7c7;
	height:30px;
	width:960PX;
	padding:10px;
	margin:auto;
}

#copy_wrapper .copy .copy_text{
	float:left;
}

#copy_wrapper .copy .copy_text p{
	line-height:30px;
}

#copy_wrapper .copy .design {
	float:right;
}

#copy_wrapper .copy .design p{
	line-height:30px;
}

.display_product {
	float: left;
	padding: 10px;
	background: #fff;
	margin-left: 10px;
	margin-right: 10px;
	width: 280px;
	margin-bottom: 20px;
	height: 290px;
	box-shadow: 0 0 3px 2px #CCCCCC;
	border-radius: 10px 10px 10px 10px;
}

.product_thumb img {
width: 280px;
height: 195px;
border-radius: 10px 10px 10px 10px;
}

.product_thumb h1{
	text-align:center;
	font-size:22px;
	margin-bottom:10px;
}

.product_single p{
	line-height:23px;
}

.product_single{
	padding:10px;
}


.product_single h1{
	margin-bottom:10px;
}
.products-area strong{
	line-height:23px;
}
.products-area p{
	line-height:20px;
}
.back_to_product a{
	background: #f1994b; /* Old browsers */
	background: -moz-linear-gradient(top, #f1994b 0%, #ed7407 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1994b), color-stop(100%,#ed7407)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1994b 0%,#ed7407 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1994b 0%,#ed7407 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1994b', endColorstr='#ed7407',GradientType=0 ); /* IE6-9 */
	padding:5px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	margin-top:5px;
	float:right;
}

.product_single img{
	box-shadow: 0 0 3px 2px #CCCCCC;
	border-radius:10px;
}

.plant img{
	width:320px;
	height:200px;
	box-shadow: 0 0 5px 2px #CCCCCC;
	border-radius:5px;
}

.plant{
	margin-top:10px;
}