@charset "utf-8";
/* ------------- CSS Reset Start ------------- */
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, font, 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, caption, tbody, tfoot, thead, tr { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
a {
	color: #000000;
	text-decoration: none;

-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;

}

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { }
.clear {clear:both;}
.fl {float:left}
.fr{float:right}
/* ----------- CSS Reset End ------------- */

body {
	background-color: #d4e5ed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	line-height: 18px;	
}
.body {background-position: center -100px;}
.top-pattern {
	background-image: url(../images/top-bar.png);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 24px;
}
.full {
	float: left;
	width: 100%;
}
.main {
	width: 980px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	float: left;
	width: 980px;
}
.logo {
	float: left;
	margin-top: 30px;
}
.header-right {
	float: right;
	width: 700px;
}
.social-media {
	float: right;
}
.social-media  a, .social-media a:visited {
	height: 22px;
	width: 26px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 5px;
	border: 1px solid #d6dde0;
	text-align: center;
	padding-top: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.social-media a:hover {
	background-color:#4a94e0;
}
.menu {
	float: right;
	margin-top: 15px;
}
.menu li {
	display: inline;
}
.menu li a, .menu li a:visited {
	font-size: 16px;
	font-weight: 600;
	color: #004285;
	float: left;
	line-height: 34px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 12px;
	padding-left: 12px;
	
}
.menu li a:hover {
	color:#3b6f0a;
	background-color: #fff;
	border: 1px solid #d4d1cc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 32px;
}
.active:link, .active:visited, active:hover {
	color:#3b6f0a !important;
	background-color: #fff;
	border: 1px solid #d4d1cc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/arrow.png);
	float: left;
	line-height: 32px !important;
	background-repeat: no-repeat;
	background-position: right center;
	
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 12px;
	padding-left: 12px;
}
.banner {
	float: left;
	width: 980px;
	margin-top: 20px;
	height: 325px;
}
.inner-banner {
	float: left;
	width: 980px;
	margin-top: 40px;
}
.container {
	float: left;
	width: 980px;
	margin-top: 70px;
	font-size: 13px;
	margin-bottom: 30px;
}
.welcome {
	float: left;
	width: 470px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3786ab;
	padding-right: 25px;
	padding-left: 10px;
	text-align: justify;
	min-height: 190px;
}
.welcome ul{
	list-style-type:disc;
	margin-left:25px;
	margin-top: 10px;
}
.welcome li {
	margin-bottom: 5px;
}


.container h1, brand h2 {
	font-size: 20px;
	color: #004285;
	background-image: url(../images/seperator.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 10px;
	display: block;
}
.green {
	color: #11950e;
}
.brand {
	width: 200px;
	margin-right: 22px;
	margin-left: 13px;
}
.contact {
	width: 190px;
	border:none;
	margin: 0px;
	padding: 0px;

}
.footer {
	float: left;
	width: 100%;
	background-image: url(../images/seperator.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer-bg {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	float: left;
	width: 100%;
	height: 80px;
	padding-top: 10px;
	color: #525252;
}
.footer-bg a, .footer-bg a:visited {
	color: #525252;
}
.footer-bg a:hover {
	color: #004285;
}
.leaf {
	position: absolute;
	height: 98px;
	width: 99px;
}
.right {
	right: 0px;
}




/*--------------Form Css----------------*/

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "open_sansregular", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding: 10px;
	float:left;
}
#contact-form h3 {
	color:#991D57;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#991D57;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:97%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-webkit-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

.products li:hover {background-color:#fa8f7b}


.allproducts{
	float:left;
	width:725px;
	margin-bottom: 25px;
}

.allproducts ul{ margin-left:0;}

.allproducts li {
	background-color:#FFFFFF;
	margin-right:22px;
	width:725px;
	text-decoration:none;
	float:left;
	display:inline;
	text-align:center;
	width:160px;
	height:150px;
	margin-bottom:20px;
	border: 1px solid #b6cad4;
	margin-bottom: 40px;
	padding:5px;
	margin-right: 12px;
}

.allproducts li:hover {}
.welcome h2{
	color:#11950e;
	font-size:16px;
	display: block;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5780ab;
	padding: 0 0 5px 0;
}

.allproducts li span {
	float: left;
	margin-top: 10px;
	text-transform: capitalize;

}



