/*colors used*/
/*  #95C23D -- Header
	#83AB36 -- Menu Border
	#358E2F -- Menu
*/

/*colors used*/
/*  #95C23D -- Header
	#83AB36   -- Menu Border
	#358E2F   -- Menu
	#6dc0e5
*/
/*Pagination Button */
ul.controls-buttons li.controls-block,
ul.controls-buttons li a,
div.controls-buttons > div,
div.controls-buttons > span,
div.controls-buttons > a {
    border-bottom: 4px solid #83AB36;
    background:#358E2F;
}

.menuzord-menu>li>.megamenu{
    background:#83AB36;
}

/*Pagination Button Hover*/
ul.controls-buttons li a:hover,
ul.controls-buttons li a.current,
div.controls-buttons > div:hover,
div.controls-buttons > span:hover,
div.controls-buttons > a:hover,
div.controls-buttons > .current {
    border-color: #83AB36;
    background:#95C23D;
}

/* Form Focus */
.form input[type=text]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form .input-type-text:focus,
.form select:focus,
.form textarea:focus {
    border-color: #95C23D;
}



#header-bg {
    background:#95C23D;
}

.form input[type=text],
.form input[type=password],
.form .input-type-text {
    border: 1px solid #358E2F;
    border-bottom:4px solid #83AB36;
}

.form select,
.form textarea {
    border: 1px solid #358E2F;
    border-bottom:4px solid #83AB36;
}

/******************** Button ********************/
button,
.big-button {
    background: #358E2F;
    border-bottom: 4px solid #83AB36;
}
button:hover,
.big-button:hover {
    border-color: #83AB36;
    background:#95C23D;
}
button:focus,
.big-button:focus {
    border-color: #83AB36;
    background:#95C23D;
}
/************* Navigation ******************/
#sub-nav > .container_12 > ul > li.menu-opener .menu-arrow {
    background-color: #358E2F;
}
#sub-nav > .container_12 > ul > li.menu-opener:hover .menu-arrow {
    background:#83AB36;
}
#sub-nav {
    border-top: 1px solid #358E2F;
    border-bottom:5px solid #83AB36;
    background: #358E2F;
}
#sub-nav a.nav-button:hover {
    background: #6dc0e5;
}
.menu ul {
    background: #358E2F;
    border-left: 6px solid #83AB36;
}
.menu ul li:hover > a {
    background:#83AB36;
}

#footer{
    background: #358E2F;
    padding:1px;
}
#breadcrumb {
    background: #358E2F;
}
#breadcrumb li a:hover {
    background:#95C23D;
}
.block-content h1,
.block-content .h1 {
    background:#358E2F;
}

#sub-nav > .container_12 > ul > li.with-menu, #sub-nav > .container_12 > ul > li.menu-opener {
    background-color: #358E2F;
}

.menu ul li:hover > ul {
    background: #358E2F !important;
    border: 0px !important;
    width: 230px !import
}