/*******************  COMMAN CSS START **************/
html > body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:url(../images/bg2.jpg) repeat top left;
}
*, html, body {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:none;
}
img {
	border: none;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
#web-wrap {
	width:1000px;
	margin:0 auto;
}
a {
	color:#000;
}
a:hover {
	color:#ffab34;
}
p {
	color:#636363;
	text-align:justify;
	line-height:20px;
	padding-bottom:10px;
}
h2 {
	color:#242222;
	font-size:25px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif; font-weight:normal;  margin-bottom:10px;
}
h3 {
	color:#b06701;
	padding:8px 8px 8px 5px;
	font-size:20px;
	margin-bottom:12px;

}
h4 {
	color:#373737;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
}
h5 {
	color:#373737;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
}
h6 {
	color:#373737;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
}
/*******************  Content Wrapper **************/
.content-wrapper {
	width:1000px;
	float:left;
	
	margin:20px 0;
}
/*******************  HEADER Start **************/
#header {
	width:980px;
	float:left;
	padding:20px 10px;
background: #90e029;
}
#header h1 {
	float:left;
}
/*******************  NAVIGATION **************/
#navigation {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	width:1000px;
	margin:10px 0 0 0;
	background:#90e029;
}
#navigation ul {
	list-style-type:none;
}
#navigation ul li {
	float:left;
position:relative;
}
#navigation ul li a {
	float:left;	
	color:#000;
	border-right:1px solid #fff;
	padding:12px 35px;
	font-size:16px;
}
#navigation ul li a:hover, #navigation ul li a.active {
	float:left;
	background:#ffab34;
	color:#ffffff;
	text-decoration:none;
	}
#navigation ul li ul{ display:none; margin:0px; padding:0px; z-index:999;}
#navigation ul li:hover ul { position:absolute; display:block; top:44px; left:0px; right:0px; }
#navigation ul li:hover ul li{width:290px; background:#e4e6e1; border-bottom:1px dashed #ffffff; }
#navigation ul li:hover ul li a{  background:none !important; position:relative;  margin:0px; color:#000000; line-height:30px; padding:0 15px; border-right: none !important;}
#navigation ul li:hover ul li:hover{ background:#337ab4; color:#ffffff;}

#navigation ul li ul ul { display:none; margin:0px; padding:0px;}
#navigation ul li:hover ul ul { display:none; margin:0px; padding:0px; }
#navigation ul li ul li:hover ul{ position:absolute; top:0px; left:190px;display:block; margin:0px;}
#navigation ul li ul li:hover ul li{ border-bottom:1px dashed #fff; margin:0px; padding:0px; background:#e4e6e1;}
#navigation ul li ul li:hover ul li a{position:absolute;  background:none !important; margin:0px; padding:0px 180px 0px 5px; color:#ffffff; line-height:40px;}
#navigation ul li ul li:hover ul a:hover{ background:#337ab4; color:#ffffff;}

/*******************  drop down **************/
#navigation ul li:hover ul ul ul { display:none; margin:0px; padding:0px; background:#000; }
#navigation ul li:hover ul ul ul { display:none; margin:0px; padding:0px; background:#000; }
#navigation ul li ul li ul li:hover ul{ position:absolute; top:0px; left:190px;display:block; margin:0px;}
#navigation ul li ul li ul li:hover ul li{ border-bottom:1px dashed #ffffff; margin:0px; padding:0px; background:#e4e6e1;}
/*******************  Content Wrapper **************/


/*******************  Banner **************/
#banner-container {
	width:100%;
	float:left;
}
#banner {
	float:left;
}


/*******************  Content Area **************/
.content-area {
	float:left;
	width:960px;
	padding:20px;
	background:#ffffff;
}

/*******************  Left Column **************/
.left-col {
	margin:0 10px 0 0;
	float:left;

}

/*******************  Middle Column **************/
.middle-col {
	width:99%;
	margin-right:1%;
}
.middle-col img{ padding:5px; border:1px solid #ededed;}
.middle-col a img{ border:1px solid #ededed;}
.middle-col a:hover img{ border:1px solid #96989b;}
.middle-col ul {
	list-style-type:none;
	color:#1B3641;
	margin:0px 0; padding:0 0 5px 0;
}
.middle-col ul li {
	margin-left:15px;
	padding-bottom:4px; list-style:disc;
	color:#636363;
}
.middle-col ul li ul {
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
}
.middle-col ul li ul li {

}


/*******************  Right Column **************/
.right-col {
		float:right; margin-left:10px;
}


/*******************  Query Form **************/
.block_form{background:url(../images/form-bg.jpg) repeat top left; width:240px; padding:5px; float:right; border:1px solid #f8f8f8;}
.block_form h2{ padding:0px 0px 0 5px; margin-bottom:0; font-weight:normal; border-bottom:0; line-height:35px; color:#313441;}
.block_form form{ padding:10px;}
form label {
	font-size:12px;
	float:left;
	color:#111;
	width:55px;
}
form input[type='text'] {
	border:1px solid #d8d6d6;
	margin-bottom:10px;
	height:24px;
	line-height:20px;
	padding:0px 5px 0 5px;
	background:#ffffff;
	width:150px;
}
form input[type='submit'] {
	border:none;
	padding:6px 20px;
	cursor:pointer;
	background:#ffab34;
	color:#fff;
	margin-left:55px;
	font-size:12px; text-transform:uppercase;
}
form input[type='submit']:hover {background:#0DD1FB;}
form textarea {
	border:1px solid #d8d6d6;
	margin-bottom:8px;
	height:75px;
	line-height:20px;
	padding:5px;
	background:#ffffff;
	width:150px;
	font:12px Arial, Helvetica, sans-serif;
}
/*******************  Footer **************/
#footer {
	width:970px;
	float:left;
	color:#ffffff;
	padding:20px 15px;
background:#333;
}
#footer p {
	padding-bottom:0px;
	color:#ffffff;
}
#footer strong {
	font-weight:normal;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#0DD1FB;
}
#footer span {
	color:#FFF;
	font-weight:bold;
}


/*******************  PRODUCT DETAILS **************/


.product-column {
	border:1px solid #ededed;
	width:97% !important;

}
.right-row-temp { width:97% !important;}
.left-row { width:97% !important;}
.product-column h3 {color:#484B53; padding:0; margin:0 0 10px 0; line-height:26px; border-bottom:1px solid #e2e2e2; font-weight:normal; font-size:18px;}
  
.product-column img  , .product-thumb img{
	border:2px solid #cdcbcb;
} 

.button{float:right; color:#000; margin:5px 0 0 0; padding:5px 0 0 25px; 
font-size:13px;background:url(../images/send_msg.png) no-repeat left 2px; font-weight:bold; text-decoration:underline;}

.button:hover{ text-decoration:none;}


.block_floatingbar{background:url(../images/form-bg.jpg) repeat top left; width:240px; padding:5px; float:right; border:1px solid #f8f8f8;}
.block_floatingbar h2{ color:#313441; padding:5px 0 5px 5px; margin-bottom:5px; border-bottom:1px solid #e2e2e2;}
.block_floatingbar ul{ list-style:none; margin:0px; padding:0px;}
.block_floatingbar ul li{color:#000000; list-style:square; margin:0px 5px 0 20px; padding:5px 0 5px 0px; border-bottom:1px dotted #d4d4d4; }
.block_floatingbar ul li a{color:#000000; font-weight:bold; }
.block_floatingbar ul li a:hover{ text-decoration:none; color:#0DD1FB;}
.block_floatingbar ul li ul{ display:block;}
.block_floatingbar ul li ul li{ margin:5px 0 5px 15px; padding:0 0 0 0px; list-style:circle; border:0px;}
.block_floatingbar ul li ul li a{text-decoration:none; color:#000; font-weight:normal;}
.block_floatingbar ul li ul li a:hover{text-decoration:none; color:#0DD1FB;}

/*******************  product-box **************/

ul.gallery-thumb li p{ background:#730216; border:1px solid #590110; color:#ffffff; text-transform:capitalize;}
ul.gallery-thumb li img{ border:2px solid #590110;}
.category h2{ padding-bottom:5px; text-transform:capitalize;}

/******************************************Content Css********************************/
.left-product{ float:left; width:287px; background:url(../images/pic1.jpg) no-repeat top left; border:1px solid #000000;}
.left-product .txt{ margin-top:155px; padding:5px 5px 0 5px; float:left; color:#fff; background:#000000; width:277px;}
.left-product .txt p{ line-height:16px;}
.left-product1{ float:left; width:287px; background:url(../images/pic2.jpg) no-repeat top left; border:1px solid #000000;}
.left-product1 .txt{ margin-top:155px; padding:5px 5px 0 5px; float:left; color:#fff; background:#000000; width:277px;}
.left-product1 .txt p{ line-height:16px;}

.table-content tr:nth-child(even){background:#CCC}
.table-content tr{background:#ebeaea}
.table-content tr td{padding:3px;border:1px solid #fff;}
.table-content tr th{background:#666;font-weight:bold;padding:5px;color:#fff;border:1px solid #fff;text-align:center;}

.ContactUs{ width:100%; float:left; min-height:300px; padding:100px 0 0 0; text-align:center;}

.call-now{background:url(../images/contact-bg.png) left 8px no-repeat; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; padding:8px 10px 10px 30px; float:right; font-weight:normal; color:#ffffff;}

.featured {
	width:960px;
	float:left;
	background:#90e029;
	padding:10px 20px;
	border-top:2px solid #90e029;
	border-bottom:2px solid #90e029;	
}
.featured h2{ color:#000; font-size:25px;}
.featured p{ color:#000; font-size:13px; line-height:21px;}
.featured p a{ color:#000;}
.featured p a:hover{ color:#ffab34; text-decoration:underline;}
.featured img{ padding:5px; border:1px solid #646669; margin-bottom:10px; height:150px; width:220px;}
.featured .block-01{ float:left; width:233px; margin-right:10px;}

.featured .block-02{ float:right; width:230px;}


.nav ul li a{ background:#990000 !important; color:#fff; padding:10px; border-radius:6px;}