body {
	background: url(../images/green/bg-body.png) repeat left top scroll;
}
a:hover {
	color: #34CA45;
}
#ves-header-top {
    background: url(../images/green/bg-top-panel.png) repeat-x scroll left bottom #99b959 ;
}
h1 a.logo {
    background: none ;
}
.header-top-left .date-time {
	text-shadow: 0 1px 0 #627c2f;
}
#ves-nav-container .main{
	border-top: 1px solid #6a921d;
	border-left: 1px solid #6a921d;
	border-right: 1px solid #6a921d;
}
#ves-nav-container .main-inner{
	border-top: 1px solid #abc677;
	border-left: 1px solid #abc677;
	border-right: 1px solid #abc677;
	
	background-color: #34CA45;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#34CA45), to(#34CA45));   /* 23762E Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #34CA45, #34CA45); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #34CA45, #34CA45); 	 /* Firefox 3.6+ */
	/* background: -ms-linear-gradient(top, #85ac39, #34CA45); /* IE 10 */
	background: -o-linear-gradient(top, #34CA45, #34CA45); /* Opera 11.10+ */
}
.res-menu .wrap-menu,
#nav ul, #nav div {
	border: 1px solid #abc677;
}
/*
.wrap-menu li {
	background: url(../images/green/border-menu.png) repeat-y right top scroll;
}
*/
.wrap-menu ul li {
	background: url(../images/green/bg-submenu.png) repeat left top scroll; 
}
.wrap-menu ul li a {
	border-bottom: 1px dotted #abc677;
}
#ves-slideshow .main {
	border-bottom: 1px solid #6a921d;
	border-left: 1px solid #6a921d;
	border-right: 1px solid #6a921d;
}
#ves-slideshow .main-inner {
	border-bottom: 1px solid #abc677;
	border-left: 1px solid #abc677;
	border-right: 1px solid #abc677;
	
	background-color: #769933;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#769933), to(#34CA45));   /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #34CA45, #769933); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #34CA45, #769933); 	 /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #34CA45, #769933); /* IE 10 */
	background: -o-linear-gradient(top, #34CA45, #769933); /* Opera 11.10+ */
}
#ves-slideshow .lof-coinslider-default .lof-wrapper {
    border: 1px solid #abc677;
}
.block-minicarttop .block-title h3 {
    color: #789B33;
}
.form-search span.input-search {
	background-color: #dad9d8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f6eb), to(#dbdfd3));   /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #dbdfd3, #f2f6eb); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #dbdfd3, #f2f6eb); 	 /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #dbdfd3, #f2f6eb); /* IE 10 */
	background: -o-linear-gradient(top, #dbdfd3, #f2f6eb); /* Opera 11.10+ */
	border-top: 1px solid #6d9520;
	border-left: 1px solid #6d9521;
	border-right: 1px solid #6d9521;
	border-bottom: 1px solid #6d9420;
}
.form-search #search{
	background: url(../images/green/icon-search.png) no-repeat 95% 8px scroll;
    color: #769933; 
}
#ves-block-top .number-one .icon-number {
	background: url(../images/green/icon-number1.png) no-repeat left top scroll;
}
#ves-block-top .number-two .icon-number {
	background: url(../images/green/icon-number2.png) no-repeat left top scroll;
}
#ves-block-top .number-three .icon-number {
	background: url(../images/green/icon-number3.png) no-repeat left top scroll;
}
/* Category =========================================================================*/
.product-view .regular-price .price {
	color: #34CA45;
}
.products-grid .product-image:hover,
.products-list .product-image:hover {
   background: #34CA45;
   border: 1px solid #6a921d;	
}

.products-grid .product-image:hover a,
.products-list .product-image:hover a{
    border: 1px solid #abc677;
}
.cart-table .btn-empty , .cart-table .btn-continue , .cart-table .btn-update ,
.block-poll button.button,
.add-to-cart button.button,.buttons-set button.button,
.block-subscribe .actions button.button,
.addtocart-area{
	border: 1px solid #6a921d;
}
.cart-table .btn-empty > span, .cart-table .btn-continue > span, .cart-table .btn-update > span,
.block-poll button.button > span,
.buttons-set button.button > span,
.add-to-cart button.button > span,
.block-subscribe .actions button.button > span,
.addtocart-area-inner {
	border: 1px solid #abc577;
	background-color: #34CA45;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#34CA45), to(#34CA45));   /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #34CA45, #34CA45); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #34CA45, #34CA45); 	 /* Firefox 3.6+ */
	/* background: -ms-linear-gradient(top, #34CA45, #779a33); /* IE 10 */
	background: -o-linear-gradient(top, #34CA45, #34CA45); /* Opera 11.10+ */ 
	text-shadow: 0 1px 0 #566f25;
}
.addtocart-area button.button {
	border-right: 1px solid #6a921d;
}
.addtocart-area .price-box {
	border-left: 1px solid #abc577;
}

.breadcrumbs {
    border-bottom: 3px solid #34CA45;
}
.breadcrumbs li a {
	color: #789B33;
}
.product-view .tabs li.active a, .product-view .tabs li.active a:hover {
	background: #34CA45;
}
.product-view .tabs {
	border-bottom: 1px solid #34CA45;
}
.block-category #ves-accordion li a:hover {
    color: #34CA45;
}
.block-category ul li a:hover {
	background: url(../images/green/icon-li.png) no-repeat 2px 10px scroll;
}

.toolbar .view-mode a.list{
	background: url(../images/green/icon-list.png) no-repeat left 2px scroll;
}
.toolbar .view-mode strong.list{
	background: url(../images/green/icon-list.png) no-repeat left -11px scroll;
}
.toolbar .view-mode a.grid {
	background: url(../images/green/icon-grid.png) no-repeat left 2px scroll;
}
.toolbar .view-mode strong.grid{
	background: url(../images/green/icon-grid.png) no-repeat left -11px scroll;
}

@media only screen and (max-width: 766px) {
	/* ======== responsive menu ======== */

ul.wrap-menu  {
	background: url(../images/green/bg-submenu.png) repeat left top scroll;
}
.wrap-menu li.parent > ul {
	background: #9fca4a;
}

.wrap-menu  ul li.parent ul {
	background: #d1f48d;
}
#nav-res .bg-parent, .res-menu h2 .bg-parent {
	border: 1px solid #abc677;
}
#nav-res .bg-parent:hover, li.active .bg-parent, .res-menu h2 .bg-parent {
    box-shadow: 0 0 2px #333;
}

.logo{
	width:400px;
	height:400px;
	position:fixed;
}
