@charset "utf-8";
*body{
	font-family:Verdana, Geneva, sans-serif !important;
}
*h1{
	font-family:calibri, sans-serif !important;
}
*h2{
	font-family:calibri, sans-serif !important;
	font-style:normal !important;
}
*h3{
	font-family:calibri, sans-serif !important;
}
*h4{
	font-family:calibri, sans-serif !important;
}
body {
	background-image: url(../images/bgpattern.png);
	background-repeat: repeat;
}

#wrapper{
	width:980px;
	margin:0 auto;
}

/* ================================ For  Header part ================================ */

#header{
}

#logo{
	float:left;
	margin:45px 0 45px 0;
}

.mainNav{
	float:right;
	font-family:"segoe UI", calibri, serif;
	margin:100px 0 0 0;
	position:relative;
	z-index:999;
}

.mainNav ul{
	
}

.mainNav ul li{
	float:left;
	list-style:none;
	margin:0 5px;
}

.mainNav ul li a:link, .mainNav ul li a:visited{
	background-color:#330200;
	font-size:1.1em;
	padding:7px 14px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}

.mainNav ul li a:hover, .mainNav ul li a:active{
	background-color:#f46400;
}

.mainNav ul li a.active{
	background-color:#f46400;
}

.mainNav ul li ul{
	display:none;
	margin:6px 0 0 0;
	padding:10px;
	width:190px !important;
	position:absolute;
	background-color:#330200;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.mainNav ul li ul li{
	float:left;
	margin:0px 0 13px 0;
	padding:0px;	
}

.mainNav ul li ul li:hover{
	width:100% !important;	
}

.mainNav ul li:hover ul{
	display:block;
}

/* ================================ For Main Container part ================================ */

#mainPart{
	padding:20px;
	background-color:#fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	clear:both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
}

.marketBoxes{
	float:left;	
	border:#d9d9d9 solid 1px;	
	width:306px;
	margin:0 7px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.marketImg{
	height:160px;
	overflow:hidden;
	width:306px;
}

.marketBox{
	background-image:url(../images/marketboxbottom.png);
	background-repeat:repeat-y;
	height:45px;
	border-top:#fff solid 1px;
	overflow:hidden;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
}

.marketBox a{
	color:#fff;
	padding:10px;
	float:left;
	font-family:calibri, arial, serif;
	background-image:url(../images/right-arrow.png);
	background-repeat:no-repeat;
	background-position:right 21px;
	font-size:1em;
}	

.marketBoxestwo{
	float:left;	
	border:#d9d9d9 solid 1px;	
	width:306px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.areaManager{
	background-image:url(../images/area-manager-bottom.png);
	background-repeat:repeat-y;
	height:45px;
	border-top:#fff solid 1px;
	overflow:hidden;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
}

.areaManager a{
	color:#fff;
	padding:10px;
	float:left;
	font-family:calibri, arial, serif;
	background-image:url(../images/right-arrow.png);
	background-repeat:no-repeat;
	background-position:right 21px;
	font-size:1em;
}	

.salesRep{
	background-image:url(../images/sales-rep-bottom.png);
	background-repeat:repeat-y;
	height:45px;
	border-top:#fff solid 1px;
	overflow:hidden;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
}

.salesRep a{
	color:#fff;
	padding:10px;
	float:left;
	font-family:calibri, arial, serif;
	background-image:url(../images/right-arrow.png);
	background-repeat:no-repeat;
	background-position:right 21px;
	font-size:1em;
}	

.featuredProduct{
	clear:both;
	padding:30px 0 0 0;	
}

.featuredProduct h2{
	font-size:1.3em;
	font-weight:bold;
	font-style:oblique;
	padding:0 0 10px 0;
	border-bottom:#c2c3c5 solid 1px;
}

.productBoxes{
	background-color:#f0f1f3;
	padding:20px;
	float:left;
	margin:20px 10px 0 0;
	border:#c9c9c9 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:264px;
}

.imgPart{
	height:120px;
	clear:both;
	text-align:center;	
}

.featuredProduct h3{
	font-size:1.3em;
	text-align:center;
	font-weight:bold;
	font-family:calibri, arial, serif;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
}

.productlist{
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
}
.productlist p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	text-align:justify;
	padding-top:5px;
}

.productlist ul{
	margin:10px 0 0px;
}

.productlist ul li{
	font-size:1em;
	list-style:circle;
	margin:0 0 0 20px;
	float:left;
	font-weight:500;
}

.productlist ul li:hover{
	color:#F46400;	
}

.productlist a{
	padding:10px 0 0 0;
	float:left;
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	font-family:calibri, arial, serif;	
}

.productBoxesLast{
	background-color:#f0f1f3;
	padding:20px;
	float:left;
	margin:20px 0 0 0;
	border:#c9c9c9 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:264px;
}

.detailBox{
	padding:0px;
	float:left;
	width:620px;
	font-size:1em;
	line-height:1.4em;
	margin:20px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
}
.detailBox p{
	padding-top:8px;
	border-top:1px solid #CCC;
}
.detailBox h2{
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 10px 0;
	font-family:calibri, arial, serif;	
}

.tagLine{
	font-size:1.2em;
	line-height:1.3em;
	color:#222;
	font-family:calibri, arial, serif;
	text-align:justify;	
}

.copyRight{
	font-size:.8em;
	float:left;
	padding:35px 0 0px 0;
	color:#454545;
	margin:50px 0 0 0px;
	font-weight:bold;
}
.copyRight p{
	font-size:13px;
	text-align:center;
	padding:5px 0 5px 0;
	color:#454545;
	
}
.copyRight a:link, .copyRight a:visited{
	font-size:13px;
	text-align:center;
	padding:0px 0 60px 10px;
	color:#000;
	float:right;
	font-weight:normal;
}


/* ================================ For Company Profile part ================================ */

.leftNav{
	background-color:#F0F1F3;
	width:190px;
	float:left;
	margin:10px 0 0 0;
	padding:10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.leftNav h2{
	font-size:1.3em;
	padding:0 0 5px 0;
	border-bottom:#ccc solid 1px;
}

.leftNav ul{
	margin:10px 0 0 15px;
	padding:0 0 10px 0;
}

.leftNav ul li{
	font-size:.8em;
	border-bottom:#ccc dotted 2px;
	padding:3px 0;
	list-style:square;
	font-weight:bold;
}

.leftNav ul li:hover{
	border-bottom:2px solid #ccc;	
}

.leftNav ul li.active{
	border-bottom:2px solid #ccc;	
}

.leftNav ul li a{
	color:#330200;	
}

.rightPart{
	width:670px;
	padding:10px;
	float:right;	
}

.rightPart h1{
	font-size:1.3em;
	color:#111;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom:1px solid #CCC;
	padding-bottom:8px;	
}

.rightPart h3{
	font-size:1.1em;
	color:#111;
	font-family:calibri, arial, serif;
	font-weight:bold;
	margin:0 0 10px 0;	
}

.discription{
	font-size:.9em;
	color:#333;
	margin:0 0 10px 0;
	line-height:1.5em;
	text-align:justify;
}

/* ================================ For Contact part ================================ */

.table{
	width:100%;
	font-family:calibri, arial, serif;
	clear:both;
	border-bottom:#ccc dotted 2px;
	padding:5px 0 5px 0;
}

.table:hover{
	border-bottom:#ccc solid 2px;	
}

.label{
	width:200px;
	color:#333;
	font-size:1em;
	float:left;
}

.details{
	float:left;
	font-size:1em;
}

.details a{
	color:#111;	
}

/* ================================ For Enquiry part ================================ */

.enquiry{
	font-family:calibri, arial, serif;
}

.enquiry tr td{
	font-size:1em;
}

.textFields{
	width:200px;
	padding:5px;
	border:#eee solid 1px;
	color:#454545;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#f0f1f3;
	border:#ccc solid 1px;
}

.message{
	width:200px;
	padding:5px;
	height:90px;
	color:#454545;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#f0f1f3;
	border:#ccc solid 1px;
}

.send{
	width:103px;
	font-size:1.1em;
	margin:10px 0 0 0;
	border:#ccc solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* ================================ For Enquiry part ================================ */

.productImage{
	float:left;
	margin:10px;	
}

.contentTable{
	font-family:calibri, arial, serif;
	border:#ccc solid 1px;
	background-color:#F0F1F3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.contentTable tr:hover{
	background-color:#330200;
	color:#fff;
}

.contentTable tr td{
	padding:5px;	
	border-bottom:#ccc solid 1px;
}

.border-right{
	border-right:#ccc solid 1px;	
}

/* For Footer */

#footer{
	background-color:#eee;
	padding:20px 20px 20px 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;		
}

.products{
	font-size:13px;
	width:580px;
	float:left;
	margin:20px 0px 0px;
	font-weight:bold;
}

.products h2{
	font-size:19px;
	font-family:calibri, arial, serif;
	color:#111;
	border-bottom:#ccc solid 1px;
	margin:0 0 5px 0;
}

.products ul{
	
}

.products ul li{
	list-style:none;
	float:left;
	width:250px;
	margin:5px 0 5px -10px;
	padding:0 10px;
}

.products ul li a:link, .products ul li a:visited{
	color:#454545;
}
.nivoSlider{
	
}
.latestEvents{
	padding:0px 20px 0 0;
	height:300px;
}
.eventSlide{
}

.quickContact{
	float:right;
	width:300px;
	margin:20px 0px 0px;
}

.quickContact h2{
	font-size:19px;
	font-family:calibri, arial, serif;
	color:#111;
	border-bottom:#ccc solid 1px;
	margin:0 0 15px 0;
}

.quickContact input{
	padding:5px;
	background-color:#eee;
	border:#ccc solid 1px;
	width:230px;	
}

.quickContact textarea{
	padding:5px;
	height:80px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#eee;
	border:#ccc solid 1px;
	width:230px;
	margin:5px 0 0 0;
}

.quickContact input.submit{
	width:70px;
	float:right;
	height:30px;
	background-color:#330200;
	color:#eee;
	margin:5px 58px 0 0;	
}

#cup{
	border:1px solid #CCC;
	height:260px;
	margin-top:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}
.microlite{
	float:left;
}
.microlite img{
	margin:25px 30px;
	float:left;
}

.designerd{
	float:right;
	padding:10px 0 20px 0px;	
}	

.designerd a{
	font-size:13px;
	color:#333;
}











