<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html &gt; body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
width:100%;
	background: url(../images/body-bg.jpg) repeat center top ;
	word-wrap:break-word;
}
*, html, body {
	margin:0;
	padding:0px;
	text-decoration:none;
	outline:none;
}
img {
	border: none;
	outline:none;
}
.web-wrap {
	width:1000px;
	margin:0 auto;
}
.shadow {
	width:100%;
	float:left;
	background:url(../images/shadow.png) no-repeat center top;
}
img.left {
	float:left;
	margin:5px 20px 15px 0px;
}
img.right {
	float:right;
	margin:5px 0px 15px 20px;
}
.row {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.chili{
	float:left;
	margin:5px 20px 15px 0px;
	}
/**************************************  HEADER ****************************/

header {
	width:100%;
	float:left;
}
section.top {
	width:1000px;
	float:left;
	margin:20px 0px;
}
nav.top-menu {
	float:left;
}
nav.top-menu ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
nav.top-menu ul li {
	float:left;
	color:#fff;
	line-height:32px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	text-shadow: 0 0 2px #555;
	margin-right:25px;
}
nav.top-menu ul li.mail {
	background:url(../images/email.png) no-repeat 0px 12px;
	padding-left:25px;
	
}
nav.top-menu ul li.call {
	background:url(../images/call.png) no-repeat 0px 7px;
	padding-left:18px;
	
}
nav.top-menu ul li a {
	color:#fff;
}
nav.top-menu ul li a:hover {
	color:#3288c9;
	text-shadow:none;
}
nav.social-icon {
	float:right;
}
nav.social-icon ul {
	float:right;
	list-style:none;
	margin:0px;
	padding:0px;
}
nav.social-icon ul li {
	float:left;
	color:#fff;
	line-height:32px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin-right:5px;
}
nav.social-icon ul li.line {
	background:url(../images/line.jpg) no-repeat right 11px;
	padding-right:15px;
	margin-right:15px;
}
nav.social-icon ul li a {
	color:#fff;
}
nav.social-icon ul li a.facebook {
	background:url(../images/facebook.png) no-repeat;
	float:left;
	height:32px;
	width:32px;
	text-indent:-9999px;
}
nav.social-icon ul li a.twitter {
	background:url(../images/twitter.png) no-repeat;
	float:left;
	height:32px;
	width:32px;
	text-indent:-9999px;
}
nav.social-icon ul li a.google {
	background:url(../images/google.png) no-repeat;
	float:left;
	height:32px;
	width:32px;
	text-indent:-9999px;
}
nav.social-icon ul li a.blog {
	background:url(../images/rss.png) no-repeat;
	float:left;
	height:32px;
	width:32px;
	text-indent:-9999px;
}
nav.social-icon ul li a:hover {
	color:#ef7f1a;
}
section.head {
	width:1000px;
	float:left;
	background:#000;
}
aside.logo {
	float:left;
	width:300px;
	height:120px;
	margin:5px;
	margin-left:20px;
	
}
/**************************************  menu ****************************/

aside.top-right {
	float:right;
	width:600px;
	margin-right:10px;
}
nav.menu {
	float:left;
	width:600px;
}
nav.menu ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	z-index:100;
}
nav.menu ul li {
	float:left;
	position: relative;
	display: inline;
	line-height:118px;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	text-align:center;
	margin-top:-8px;

}
nav.menu ul li a {
	color:#ef7f1a;
	display:block;
	width:100px;
	padding:0px 0px;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
	background-image:url(../images/menu-bg.png);
	background-repeat:no-repeat;
	background-position: 0px -110px;
}
nav.menu ul li a.selected, nav.menu ul li a:hover {
	color:#fff;
	background-image:url(../images/menu-bg.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
nav.menu ul li a.active {
	color:#fff;
	text-shadow:1px 1px 2px #999;
	background:url(../images/menu-bg.png) no-repeat;
	z-index: 999 !important;
}
nav.menu ul li ul {
	position: absolute;
	display: none;
	visibility: hidden;
	
	z-index:-5 !important;
	left:-35px !important;
	margin-top:-20px;
	padding-top:20px;
}
nav.menu ul li ul li {
	display: list-item;
	float: none;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	margin-top:0px;
}
nav.menu ul li ul li a {
	color:#fff;
	padding:5px;
	width:160px;
	border-bottom:1px solid #493c38;
	background-color:#9A0F12;
	background-image:none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
 -webkit-transition: all .1s ease-in-out;
 -moz-transition: all .1s ease-in-out;
 -o-transition: all .1s ease-in-out;
 transition: all .1s ease-in-out;
 opacity:0.9;
}
nav.menu ul li ul li a.selected, nav.menu ul li ul li a:hover {
	color:#ffc00a;
	background-color:#493c38;
	background-image:none;
 -webkit-transition: all .1s ease-in-out;
 -moz-transition: all .1s ease-in-out;
 -o-transition: all .1s ease-in-out;
 transition: all .1s ease-in-out;
}
nav.menu ul li ul li ul {
	left:170px !important;
	margin-top:0px !important;
	padding-top:0px!important;
}
* html .menu {
	height: 1%;
}
.downarrowclass {
	position: absolute;
	top: 11px;
	right: 4px;
}
.rightarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
}
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background:#fff;
}
.toplevelshadow {
	opacity: 0.8;
}
/**************************************  BANNER ****************************/

section.banner-container {
	width:1000px;
	float:left;
	height:430px;
	background: #fffae6;
	position:relative;
}
aside.top-arrow {
	width:1000px;
	float:left;
	height:5px;
	background: url(../images/top-arrow.png) repeat-x left bottom;
	position:absolute;
	z-index:99;
	top:0px;
	left:0px;
}
section.home-banner {
	width:1000px;
	float:left;
}
/********************************************** Home content *************************************/

section.home-content {
	width:100%;
	float:left;
	padding:10px 0px;
	background: #fffae6;
}
aside.left-products {
	width:315px;
	float:left;
	margin-right:20px;
}
aside.left-products ul {
	float:left;
	width:300px;
	margin:0px;
	padding:0px;
	list-style:none;
}
aside.left-products ul li {
	float:left;
	width:300px;
	height:500px;
	background:url(../images/left-box-bg.png) no-repeat left top;
	padding:8px 0px;
	margin:0px 0px 35px -10px;
}
aside.left-products ul li a div p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#fff;
	text-align:center;
	padding:0px;
}
aside.left-products ul li div {
	float:left;
	width:298px;
	height:498px;
	background:#fff;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow: 0 0 20px #ccc inset;
}
aside.left-products ul li div:hover {
	box-shadow: 0 0 10px #ccc inset;
}
aside.left-products ul li div h3 {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:500;
	line-height:50px;
	text-transform:uppercase;
	padding:0px;
	text-align:center;
}
aside.left-products ul li div.breads {
	border:solid 1px #ed8665;
}
aside.left-products ul li div.breads h3 {
	
	color:#3288c9;
	margin:0px 0 10px 100px;
	float:left;
	height:30px;
}
aside.left-products ul li div.breads h4 {
	color:#333;
	margin:0 10px 10px 10px;
	float:left;	
	line-height:47px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;	
	text-align:justify;		
}
aside.left-products ul li a div.breads p {
   float:left;
	width:76px;
	height:31px;
	background:url(../images/more.png) no-repeat;
	margin:0 0 0 185px;
	
	margin-top: 100px;
}
aside.left-products ul li a:hover div.breads p {
	background:url(../images/more-hover.png) no-repeat;
}
aside.left-products ul li div.breads img {
	float:left;
	margin:15px 15px 0px 15px;
	
}





aside.right-products {
	width:315px;
	float:right;
	margin-left:20px;
}
aside.right-products ul {
	float:right;
	width:300px;
	margin:0px;
	padding:0px;
	list-style:none;
}
aside.right-products ul li {
	float:right;
	width:300px;
	height:500px;
	background:url(../images/right-box-bg.png) no-repeat right top;
	padding:8px 0px;
	margin:0px -10px 35px 30px;
}
aside.right-products ul li div {
	float:left;
	width:298px;
	height:498px;
	background:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	box-shadow: 0 0 20px #ccc inset;
}
aside.right-products ul li div:hover {
	box-shadow: 0 0 10px #ccc inset;
}
aside.right-products ul li div h3 {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:500;
	line-height:50px;
	text-transform:uppercase;
	text-align:center;
	padding:0px;
	
}
aside.right-products ul li a div p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#fff;
	text-align:center;
	padding:0px;
	
}

aside.right-products ul li div.vinegar {
	border:solid 1px #b17e1b;
}
aside.right-products ul li div.vinegar h3 {
	color:#3288c9;
	margin:0px 0 10px 100px;
	float:left;
	height:30px;
}

aside.right-products ul li div.vinegar h4 {
	color:#333;
	margin:0px 10px 10px 10px;
	float:left;	
	line-height:26px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;	
	text-align:justify;		
}
aside.right-products ul li a div.vinegar p {
	float:left;
	width:76px;
	height:31px;
	background:url(../images/more.png) no-repeat;
	margin:0 0 0 35px;
	margin-top: 50px;
}
aside.right-products ul li a:hover div.vinegar p {
	background:url(../images/more-hover.png) no-repeat;
}
aside.right-products ul li div.vinegar img {
	float:right;
	margin:15px 15px 0px 0px;
}
#car1
{
    float:left;
	margin:25px 15px 0px 0px;
}











section.mid {
	width:330px;
	float:left;
	margin-top:20px;
}
article.welcome {
	width:330px;
	float:left;
	margin-bottom:35px;
}
article.welcome h2 {
	font-family: 'Roboto', sans-serif;
	color:#ef7f1a;
	font-size:24px;
	font-weight:500;
	line-height:24px;
	text-align:center;
	margin:0 0 15px 0;
	background:url(../images/head-line.png) no-repeat bottom center;
	text-transform:uppercase;
	padding-bottom:10px;
}
article.welcome p {
	line-height:26px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	text-align:justify;
	margin:0px;
	padding:0px;
}
article.welcome p a {
	color:#af1b00;
}
article.welcome p a:hover {
	color:#3288c9;
}

section.right {
	width:330px;
	float:left;
	margin-top:0px;
}
aside.rightpic {
	float:left;
	margin:15px 0 0 40px;
}

/********************************************** footer *************************************/

footer {
	float:left;
	width:100%;
	background:#3289C9 url(../images/footer-shadow.png) no-repeat center top;
}
footer section.bottom {
	float:left;
	width:960px;
	background:#3289C9 url(../images/footer.png) repeat-x left top;
	padding:20px 20px 10px 20px;
}
nav.footer-menu {
	float:left;
	width:330px;
	margin-right:49px;
}
nav.footer-menu h3 {
	color:#fff;
	line-height:26px;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	border-bottom:solid 1px #ef7f1a;
	margin-bottom:8px;
	padding-left:5px;
	text-transform:uppercase;
}
nav.footer-menu ul {
	list-style:none;
	margin:0 0 0 5px;
	padding:0px;
	float:left;
}
nav.footer-menu ul li {
	float:left;
	width:147px;
	background:url(../images/dot.png) no-repeat 0px 10px;
	line-height:22px;
	padding-left:15px;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
nav.footer-menu ul li a {
	color:#fff;
}
nav.footer-menu ul li a:hover {
	color:#fff400;
}
address.contact {
	float:right;
	width:300px;
	font-style:normal;
}
address.contact h3 {
	color:#fff;
	line-height:26px;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	border-bottom:solid 1px #ef7f1a;
	margin-bottom:5px;
	padding-left:5px;
	text-transform:uppercase;
}
address.contact h5 {
	color:#fff;
	line-height:30px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding-left:5px;
}
address.contact p {
	color:#fff;
	font-size:12px;
	margin:0px;
	padding:0 0 10px 5px;
}
article.copyright {
	float:left;
	width:960px;
	border-top:solid 1px #EF7F1A;
	padding:0px 20px;
	background:#2E3156;
}
article.copyright p {
	font-size:12px;
	color:#ef7f1a;
	line-height:40px;
	float:left;
}
article.copyright p a {
	color:#ef7f1a;
}
article.copyright p a:hover {
	color:#fff;
}
article.copyright p.right {
	float:right;
}
/********************************************** Inner page *************************************/

section.inner-banner-container {
	width:1000px;
	float:left;
	height:280px;
	background: #fffae6;
	position:relative;
}
aside.inner-banner {
	width:1000px;
	float:left;
	height:280px;
}
nav.bredcrum {
	float:left;
	width:970px;
	padding:10px 15px;
	background:#fff url(../images/dotbg.jpg) repeat-x left bottom;
}
nav.bredcrum ul {
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
}
nav.bredcrum ul li {
	float:left;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:26px;
}
nav.bredcrum ul li a {
	color:#b31b0c;
	background:url(../images/bredcrum.jpg) right 4px no-repeat;
	padding-right:15px;
	margin-right:10px;
}
nav.bredcrum ul li a:hover {
	color:#36910b;
}
section.inner-content {
	width:100%;
	float:left;
	padding:0px 0px 20px 0px;
	background: #fff;
}
/********************************************** About us *************************************/

article.about-txt {
	width:930px;
	float:left;
	padding:15px 20px 0px 20px;
	background: #fffae6;
	margin:20px 0 0 15px;
}
article.about-txt h2 {
	font-family: 'Roboto', sans-serif;
	color:#36910b;
	font-size:24px;
	font-weight:500;
	line-height:24px;
	padding-bottom:15px;
}
article.about-txt h3 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:22px;
	padding:10px;
}
article.about-txt h4 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:20px;
	padding-bottom:10px;
}
article.about-txt h5 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:18px;
	padding-bottom:10px;
}
article.about-txt h6 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:16px;
	padding-bottom:10px;
}
article.about-txt p {
	line-height:26px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	text-align:justify;
	margin:0px;
	padding:10px;
}
/********************************************** Products page *************************************/

section.product-banner-container {
	width:1000px;
	float:left;
	height:100px;
	background:#ef7f1a url(../images/heading-bg.png) top center;
	position:relative;
}
aside.product-banner {
	width:1000px;
	float:left;
	height:100px;
}
aside.product-banner h2 {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:36px;
	font-weight:600;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/dotted.png) repeat-x left center;
	margin:25px 0 5px 0;
}
aside.product-banner h2 span {
	background:#ef7f1a;
	padding:0px 15px;
}
aside.product-banner h3 {
	font-family: 'Roboto', sans-serif;
	color:#fed100;
	font-size:18px;
	font-weight:400;
	line-height:18px;
	padding-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
section.products {
	width:970px;
	float:left;
	margin:0px 15px;

}
figure.product-img {
	width:450px;
	float:left;
	margin:15px 0px;
	position:relative;
}

figure.product-no-img {
	width:710px;
	float:left;
	margin:15px 0px;
	position:relative;
}

figure.product-no-img img {
	float:right;	
}


.veg{
	position:absolute;
	left:5px;
	top:10px;
	}
aside.product-right {
	width:460px;
	float:right;
	margin:15px 0px;
	padding:0 0 0 15px;
	background:url(../images/txt-bg.jpg) no-repeat;
}
aside.product-right-center {
	width:210px;
	float:right;
	margin:15px 0px;	
}

article.back {
	width:210px;
	float:right;
	font-family: 'Roboto', sans-serif;
	color:#fed100;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	height:24px;
	text-align:right;
	margin-bottom:12px;
}
article.back a {
	color:#74a01f;
	background:url(../images/back.jpg) no-repeat left center;
	padding-left:10px;
}
article.back a:hover {
	color:#b31b0c;
}
article.product-txt {
	width:410px;
	float:left;
	background:#fffae6;
	padding:20px 25px 5px 25px;
	min-height:390px;
}
article.product-txt h3 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:28px;
	font-weight:400;
	line-height:28px;
	padding-bottom:10px;
}
article.product-txt h4 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:20px;
	padding-bottom:10px;
}
article.product-txt h5 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:18px;
	padding-bottom:10px;
}
article.product-txt h6 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:16px;
	padding-bottom:10px;
}
article.product-txt p {
	line-height:26px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	text-align:justify;
	margin:0px;
	padding:0 0 15px 0;
}
aside.meter {
	width:410px;
	float:left;
	background:#fffae6;
	padding:5px 25px;
}





section.product-detail {
	width:970px;
	float:left;
	margin:25px 15px 5px 15px;
}
aside.tab {
	width:970px;
	float:left;
	margin-bottom:5px;
}
aside.tab ul {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
aside.tab ul li {
	float:left;
	margin-right:5px;
	background:#e6e0c7;
	line-height:20px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
aside.tab ul li.active {
	background:#e57c06;
}
aside.tab ul li a {
	padding:10px 15px;
	float:left;
	color:#444;
}
aside.tab ul li.active a {
	color:#fff;
}
aside.tab ul li a:hover {
	color:#b31b0c;
}
article.product-detail-txt {
	width:930px;
	float:left;
	background:#fffae6;
	border:solid 1px #f5eabd;
	padding:15px 19px 5px 19px;
	min-height:170px;
}
article.product-detail-txt h3 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:24px;
	font-weight:400;
	line-height:28px;
	padding-bottom:10px;
}
article.product-detail-txt h4 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:20px;
	padding-bottom:10px;
}
article.product-detail-txt h5 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:18px;
	padding-bottom:10px;
}
article.product-detail-txt h6 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:22px;
	font-weight:500;
	line-height:16px;
	padding-bottom:10px;
}
article.product-detail-txt p {
	line-height:26px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	text-align:justify;
	margin:0px;
	padding:0 0 15px 0;
}
article.product-detail-txt p strong {
	font-weight:500;
}
article.product-detail-txt ul {
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}
article.product-detail-txt ul li {
	line-height:24px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	text-align:justify;
	padding:0 0 5px 12px;
	background:url(../images/bullet.png) no-repeat 0px 8px;
}
article.product-detail-txt table {
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin-bottom:15px;
	width: 765px;
}
article.product-detail-txt table th {
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#333;
	text-align:left;
	vertical-align:top;
	padding:8px 15px;
	background:#fffdf6;
}
article.product-detail-txt table td {
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	text-align:left;
	vertical-align:top;
	padding:8px 15px;
}
/********************************************** Product Listing *************************************/




section.product-listing {
	width:1000px;
	float:left;	
	margin:15px 0;
	
}


aside.product-Menu {
	width:200px;
	float:left;
	margin-left:20px;
	padding:10px 0px;
}

aside.product-Menu ul{
	background: #000;
	padding:0px;
	list-style:none;
	float:left;
	width:100%;
}

aside.product-Menu:hover {

 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}

aside.product-Menu ul li {
	float:left;
	width:200px;
	height:40px;
	border:solid 1px #f5eabd;
	text-align:center;
	margin:0 20px 2px 0;
	position:relative;
	padding:3px;
	background:#9A0F12;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:500;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
	
}

aside.product-Menu ul li:hover {
	color:#ef7f1a;
	background: #ef7f1a;
	border:solid 1px #000;
	box-shadow:0 0 10px #999;
	font-family: 'Roboto', sans-serif;
	
	font-size:18px;
	font-weight:500;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;	
}

aside.product-Menu ul li.active {
	
	color:#ef7f1a;
	background: #9A0F12;
	
	background: #ef7f1a;
	font-family: 'Roboto', sans-serif;
	
	font-size:18px;
	font-weight:500;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;	
	
}




aside.product-Menu ul li a h4 {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height:34px;
	float:left;
	width:200px;
		background: rgba(255, 132, 0, 0.8);
	text-align:center;
	height:34px;
	position:absolute;
	bottom:6px;
	left:3px;
	
}


aside.product-Yellow {
	width:650px;
	float:left;
	margin:15px 0 0 20px;
	padding:5px 15px;
	background:url(../images/dotbg.jpg) repeat-x left bottom;
	border:solid 1px #ef7f1a;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
aside.product-Yellow:hover {
	background: #fffbec;
	border:solid 1px #3288c9;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
aside.product-Yellow h3 {
	font-family: 'Roboto', sans-serif;
	color:#ff8400;
	font-size:22px;
	font-weight:500;
	line-height:40px;
	height:40px;
	border-bottom:solid 1px #ddd;
	margin-bottom:15px;
}
aside.product-Yellow ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:100%;
}
aside.product-Yellow ul li {
	float:left;
	width:175px;
	height:200px;
	border:solid 1px #f5eabd;
	text-align:center;
	margin:0 20px 20px 0;
	position:relative;
	padding:3px;
	background:#fff;
}
aside.product-Yellow ul li:hover {
	border:solid 1px #ccc;
	box-shadow:0 0 10px #999;
}
aside.product-Yellow ul li a h4 {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height:34px;
	float:left;
	width:175px;
	background:#b31b0c;
	text-align:center;
	height:34px;
	position:absolute;
	bottom:3px;
	left:3px;
	background: rgba(255, 132, 0, 0.8);
}
aside.product-Yellow ul li:hover a h4 {
	background: rgba(255, 132, 0, 1);
}
/********************************************** Contact us *************************************/

article.contact-txt {
	width:900px;
	float:left;
	margin:15px 0 0 30px;
	padding:20px 0 70px 0;
	background:url(../images/contactusimage.jpg) no-repeat right top;
}
article.contact-txt h3 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:26px;
	font-weight:400;
	line-height:26px;
	padding-bottom:15px;
	text-transform:uppercase;
}
article.contact-txt h5 {
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	margin:40px 0 0 5px;
	text-transform:uppercase;
}
article.contact-txt h5 a{
	color:#fff;
	float:left;
	border:solid 1px #286600;
	padding:8px 20px;
	background:#47a11d;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
article.contact-txt h5 a:hover {
	background:#b31b0c;
	border:solid 1px #7f0b00;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}

article.contact-txt p {
	line-height:28px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	margin:0px;
	padding:0px 0 4px 40px;
}

article.contact-txt p.address {
	background:url(../images/map.png) no-repeat;
}
article.contact-txt p.phone {
	background:url(../images/phone.png) no-repeat;
	margin-bottom:10px;
}
article.contact-txt p.email {
	background:url(../images/message.png) no-repeat ;
}
article.contact-txt p a {
	color:#b31b0c;
	text-decoration:none;
}
article.contact-txt p a:hover {
	color:#2a8300;
	text-decoration:underline;
}
aside.map {
	width:940px;
	float:left;
	margin:0 0 10px 30px;
}
aside.map h3 {
	font-family: 'Roboto', sans-serif;
	color:#b31b0c;
	font-size:26px;
	font-weight:400;
	line-height:26px;
	padding-bottom:10px;
	text-transform:uppercase;
	float:left;
	width:100%;
}
aside.map iframe {
	float:left;
	width:930px;
	height:300px;
	border:solid 3px #47A11D;
	padding:3px;
}
</pre></body></html>