﻿
/*	------------------------ General -------------------------- */
html,
body {
	height: 100%;
	font-family: Sansation !important;
	color: #646464;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	background:none;
}
@font-face {
	font-family: Feena;
	src: url('../fonts/feena.eot');
	src: local("?"),
  	url("../fonts/feena.woff") format("woff"),
  	url("../fonts/feena.ttf") format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: Sansation;
	src: url('../fonts/sansation.eot');
	src: local("?"),
  	url("../fonts/sansation.woff") format("woff"),
  	url("../fonts/sansation.ttf") format("truetype");
	font-weight: 400;
}
img {
	border: 0; 
}
a { 
	color: #da3b3c;
	font-size: 14px;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #0046a0;
	font-size: 40px;
	margin:20px 0;
}
h1.featured_display {
    font-size:40px;
    color:#F9193E;
    display:none;
}
h1.about_us {
    color: #cd0000;
    font-size:40px;
    font-family: Feena;
}
h2 {
	color: #0046a0;
	font-size: 30px;
	margin:20px 0;
}
h3 {
	color: #0046a0;
	font-size: 22px;
	margin:5px 0;
}
h4 {
	color: #646464;
	font-size: 17px;
	margin:5px 0;
}
h5 {
	color: #646464;
	margin:5px 0;
}
h6 {
	color: #646464;
	margin:5px 0;
}
p {
	color: #646464;
	font-size: 15px;
    font-family: Sansation !important;
    line-height:140% !important;
    margin-bottom:20px !important;
}
ul li{
	color:#646464;
	font-size:15px;
	font-weight:bold;
}

.clear {
	clear: both;	
}
.height-1 {
	height:1px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.error {
	color:red;
}
.success {
	color:green;
}

.mt-5 {
	margin-top: 5px;	
}
.mt-10 {
	margin-top: 10px;	
}
.mt-m10 {
	margin-top: -10px;	
}
.mb-5 {
	margin-bottom: 5px;	
}
.mb-10 {
	margin-bottom: 10px;	
}
.ml-5 {
	margin-left: 5px;	
}
.ml-10 {
	margin-left: 10px;	
}
.ml-20 {
	margin-left: 20px;	
}
.mr-5 {
	margin-right: 5px;	
}
.mr-10 {
	margin-right: 10px;	
}
.submitBtn{
	background-color:#0046a0;
	color:#ffffff;
	padding:5px 15px;
	border:none;
}
#noticeDiv{
	padding:5px;
	color:#3f3f3f;
	margin: 0 0 10px 0;
	display:none;
}
#noticeDiv2{
	padding:5px;
	color:#3f3f3f;
	margin: 0 0 10px 10px;
	display:none;
}
.notice_success {
	background:#81F79F; 
	border: 1px solid green;
}
.notice_error {
	background:pink; 
	border: 1px solid red;
}
.loadingDiv {
	display:none;	
}

.slider_container {
    min-height:280px;
    padding-top:80px;
}

.landing_bg {
    max-width:1140px;
    width:100%;
    height:760px;
    background:url(../images/landing_bg.png) no-repeat top center;
    margin:0 auto;
    padding-bottom:30px;
    position:absolute;
    top:310px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index:1;
}

.footer {
    max-width:1000px;
    width:100%;
    margin:0 auto;
}

.services {
    max-width:900px;
    margin:0 auto;
    padding-left:80px;
    margin-top:40px;
    position:relative;
    z-index:9999;
    padding-bottom:60px;
}

.footer_border {
    border-right:1px solid #b1b1b1;
}

table tr td.footer_special span {
    font-size:20px;
}

.footer_special2 {
    font-size:20px;
    color:#494949;
}

.enquiry_footer {
    text-align:right;
}

.about_bg {
    max-width:1140px;
    width:100%;
    height:837px;
    background:url(../images/about_bg.png) no-repeat top center;
    margin:0 auto;
    margin-top:10px;
    padding-top:150px;
}

.about_bg .about_content {
    max-width:580px;
    margin:0 auto;
    padding-right:250px;
    padding-left:70px;
}

.contact_container {
    max-width:1016px;
    margin:0 auto;
    margin-top:50px;
}

.contact_map {
    position:relative;
    top:-29px;
    z-index:9;
}

.contact_detail {
    background:#fff;
    position:relative;
    top:-77px;
    max-width:940px;
    z-index:1;
    padding:30px;
}

.google_map {
    max-width:1000px;
}

/*------------------ search fiels ------------------*/
#search-form {float: right; background: url(../images/search_bar.png) no-repeat; width: 200px; height: 30px; margin: 10px 0px 0px 0px;}
input#searchinput { box-shadow:none; background:none; border: none; font-size: 12px; font-style: italic; color: #8d8b8b; text-shadow: 1px 1px 1px #ffffff; margin-top:-6px; padding-left:10px; width:155px; float: left; margin-right: 4px; position: relative; top: 6px; }
input#searchsubmit { float:left; width:18px; height:18px; margin-top:4px; padding:0; background: url(../images/search_icon.png) no-repeat; border:none; cursor:pointer; }


/*------------------ background image ------------------*/
#bg {
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: -99;
}

/*------------------ sticky footer ------------------*/
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 60px;
}
#footer {
	position:relative;
	z-index:10;
}

/*------------------ menu ------------------*/
.myMenu {
	margin-top:25px;
	position:relative;
	z-index:99999;
	margin-bottom:0px;
}
.myMenu .fbBtn {
	width:58px;
	position:absolute;
	right:0px;
	top:-5px;
}
.myMenu .myNavDiv {
	margin:0px;
}
.navmenu-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 10px 10px;
	border:1px solid #fff;
	margin:5px 5px 0 0;
	font-weight:bold;
}
a.navmenu-link, a.navmenu-link:focus {
	color:#fff;
	text-decoration:none;
}
a.navmenu-link:hover {
	color:#fff;
	text-decoration:none;
}
.navmenu {
	max-width: 100%;
}
.navmenu .menuplus {
	width:30px;
	border-left:1px solid #808080;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	display:none;
	float:right;
}
.navmenu ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
.navmenu > li > ul.sub-navmenu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navmenu ul:after {
	content: ""; clear: both; display: block;
}
.navmenu ul li {
	text-transform:uppercase;
	padding: 0px;
}
.navmenu > ul > li { 
	font-weight:normal;
	display: inline-block;
}
.navmenu ul li a {
	font-size:14px;
	display: block;
	text-decoration: none;
	color: #494949;
}
.navmenu ul li img {
	margin-top:-5px;	
}
.navmenu ul li a.activeLink { 
	color: #f9193e;
}
.navmenu ul li > a { 
	height:25px;
	line-height: 180%;
	padding: 7px 15px 8px;	
}
.navmenu ul li a:hover {
	color:#f9193e;
}
.navmenu ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	min-width: 160px;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.navmenu ul li:hover > ul {
	display: block;
}
.navmenu ul ul > li {
	margin-left:0px;
	position: relative;
}
.navmenu ul ul > li a {
	padding: 5px 15px 5px 10px;
	height: auto;
	color:#555555;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.navmenu ul ul > li a:hover {
	background-color: #000000;
	color: #fff;
}
.navmenu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

@media screen and (max-width: 979px) {
    
    a.navmenu-link {
		text-decoration:none;
		display: block;
		color: #fff;
		background-color: #ea051e;
		padding:5px;
		margin:4px;
	}
	a.navmenu-link:hover{
		text-decoration:none;
	}
	.navmenu {
		position:relative;
		z-index:99999;
		clear: both;
		min-width: inherit;
		float: none;
	}
	.navmenu .menuplus {
		display:block;	
	}
	.navmenu .grandchild {
		color:#808080;
	}
	.has-subnavmenu a.child1 {
		padding-left:15px;	
	}
	.has-subnavmenu a.child2 {
		padding-left:30px;	
	}
	.has-subnavmenu a.child3 {
		padding-left:45px;	
	}
	.navmenu, .navmenu > ul ul {
		overflow: hidden;
		max-height: 0;
		background-color: #f4f4f4;
	}
	.navmenu > li > ul.sub-navmenu {
		padding: 0px;
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	.navmenu.active, .navmenu > ul ul.active {
		max-height: 55em;
	}
	.navmenu ul {
		display: inline;
	}
	.navmenu > ul {
		border-top: 1px solid #808080;
	}
	.navmenu li, .navmenu > ul > li {
		display: block;
	}
	.navmenu ul li {
		padding: 0px;
		margin-left:0px;
	}
	.navmenu ul li a {
		-webkit-border-radius: 0 0 0 0;
     	-moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;	
	}
	.navmenu li a {
		color: #000;
		display: block;
		padding: 0.8em;
		border-bottom: 1px solid #808080;
		position: relative;
	}
	.navmenu ul li > a { 
		height:25px;
		line-height: 180%;
		padding: 5px 8px;	
	}
	.navmenu ul ul > li a {
		background-color: #e4e4e4;
		height:20px;
		padding: 5px 8px;
	}
	.navmenu ul ul, .navmenu ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}
}

/*------------------ category menu ------------------*/
/*Toggle Area*/
 #menu1 .toggle {float:right;width:5%; padding:5px; cursor:pointer; border-left:0px solid #E0E0E0; color:#EA051E; font-size:24px;}
 #menu1 ul.navmenu1 li:first-child .toggle{border-width:0 0 0 0px;}
 
 /*Menu Setup*/
 #menu1 ul{padding:0; margin:0; width:100%;padding-top:40px;background:url(../images/catg_bg.png) repeat-y top center;position:relative; top:-35px;z-index:1;-moz-box-shadow: 5px 5px 7px 0px #aa0e20; -webkit-box-shadow: 5px 5px 7px 0px #aa0e20; box-shadow: 5px 5px 7px 0px #aa0e20;}
 #menu1 ul ul{border:none;}
 #menu1 ul li {font-weight:normal;}
 #menu1 ul.navmenu1 li .submenu li{margin-left:15px;}
 #menu1 ul.navmenu1 li:last-child { border:none; }
 #menu1 ul.navmenu1 li .submenu li:last-child { border:none; }
 #menu1 ul.navmenu1 li {margin:0 10px; list-style:none; border-bottom:2px dotted #faebeb; }
 /*Links*/
 #menu1 ul.navmenu1 li a, #menu1 ul.navmenu1 li a:visited {text-decoration:none; padding:5px 5px 5px 10px; display:block; color:#ea051e; font-size:13px;}
 #menu1 ul.navmenu1 li li a, #menu1 ul.navmenu1 li li a:visited {text-decoration:none; padding:5px; display:block; color:#505050;}
 #menu1 ul.navmenu1 ul.submenu a:hover{color:#000;}
 /*Heading Outer div*/
 #menu1 ul.navmenu1 .menutop{ overflow:hidden; width:100%; padding-left:0%; }
 /*Header Links*/
 #menu1 ul.navmenu1 .menutop a{width:79%;float:left;margin:0 0 1px 0; }
 /*Header Link Hover*/
 #menu1 ul.navmenu1 .menutop a:hover{color:#fff; background:url(../images/catg_select.png) repeat-x center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
 #menu1 ul.navmenu1 .menutop a.activeLink {color:#fff; background:url(../images/catg_select.png) repeat-x center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
 /*Removes white border for the first header*/
 #menu1 ul.navmenu1 li:first-child .menutop a {border-width:0px;}

 /*Single Menu Width Fix*/
 #menu1 ul.navmenu1 .menusingle a{width:140px;}
 #menu1 ul.navmenu1 li ul{display:none;}
 #menu1 ul.navmenu1 li ul.active {max-height: 100%; display:block;}
 #menu1 ul.navmenu1 ul.submenu {background:none;-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; position:relative; top:0; padding:0;}
 #menu1 ul.navmenu1 ul.submenu a {width:88%; padding: 5px 5px 5px 10px;}
 #menu1 ul.navmenu1 ul.submenu a:hover {color:#fff;}
 
@media screen and (max-width: 979px) {
 	#menu1 ul.navmenu1 .menutop a { width:70%; }
}

/*------------------ main slider ------------------*/
#mainSliderDiv {
	position:absolute;
	width:100%;
	height: 730px;
	overflow:hidden;
	left:0;
}
#loadingImg {
	z-index:-3;
	position:absolute;
	top:45%;
	left:48%;
}
#mainSliderDiv #mainSlider #displayImg {
	z-index:-1;
	top:0px;
}
#mainSliderDiv #mainSlider #displayImg2 {
	top:0px;
	z-index:-2;
}
#mainSliderDiv #mainSlider .displayImg2 {
	top:0px;
	z-index:-3;
}
#mainSlider img {
	position:absolute;
	min-width: 1024px;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.bottomShadow{
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
	width:100%;
	background: url(../images/right-shadow.png) repeat-x;
}
@media screen and (max-width: 979px) {
	#mainSlider img {
		left: 50%;
    	margin-left: -512px;   /* 50% */
	}
}
@media screen and (max-width: 767px) {
	.leftShadow {
		left:-10%;
	}
	.rightShadow{
		right:-10%;
	}
}
@media screen and (max-width: 480px) {
	.leftShadow {
		left:-20%;
	}
	.rightShadow{
		right:-20%;
	}
}

/*------------------ container ------------------*/
.myContentHeight {
	min-height:350px;
    background:#ea051e url(../images/container_bg.png) no-repeat top center;
}

.container {
	position:relative;
	z-index:1;
	width: auto;
	max-width: 1500px !important;
    width:100% !important;
}

#header {
    max-width:1500px;
    width:100%;
    margin:0 auto;
	min-height:100px;
	position:relative;
	top:0;
	z-index:2;
}

#header .searchDiv {
    max-width:1000px;
    margin:0 auto;
    margin-top:10px;
}

#header .searchDiv .logo_align {
    margin-top:15px;
}

#header .hunting {
	width:auto;
	float:right;
	position:relative;
}

#header .hunting img {
	max-height:30px;
}

#header .hunting .huntingDiv{
	color:#201f1f;
	font-size:20px;
	font-weight:normal;
}

#header .hunting .huntingDiv a {
	color:#201f1f;
	font-size:20px;
	font-weight:normal;
}

#header .hunting .huntingDiv .contact_float {
	float:left;
	margin-left:15px;
}

.mylogo {
	margin-top:-60px;
}

.myNavDiv {
	margin-top:-30px;
}

#footer .container .credit {
	margin: 22px 0 0 0;
	color: #aaaaaa;
	font-size:12px;
}
#footer .container .credit2 {
	margin: 20px 0 0 0;
	color: #aaaaaa;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
#footer .container .credit2 a {
	color: #aaaaaa;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
.hotDeal {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	background: url(../images/title-bg.png) repeat-x;
	padding:7px 10px 0px;
	height:25px;
}
.prodHotDealBg {
	position:absolute;
	top:172px;
	background: url(../images/product-bg.png) repeat center;
	width:100%;
	height:380px;
}
.sliderDiv{
	max-height:280px;
}
.aboutUs { 
	min-height:200px; 
	margin-top:35px;
	padding:25px 2% 10px; 
	background: url(../images/shadow-top.png) repeat-x center top;
	background-color:#0046a0; 
	position:relative;
	color:#c8c8c8;
	font-size:14px;
}
.aboutUs .title{ 
	color:#00a8ff;
	font-size:25px;
	margin:10px 0 30px 0;
}
.aboutUs .aboutListDiv {
	width:100%;	
}
.aboutUs .aboutListDiv .listDiv {
	float:left;
	padding:2%;
	width:46%;
}
.aboutUs .aboutListDiv .listDiv ul li{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
}
.aboutUsBg { 
	height:252px;
	background: url(../images/shadow-top.png) repeat-x center top;
	background-color:#0046a0; 
	position:absolute;
	top:1188px;
	width:100%;
}

/*------------------ pagination ------------------*/
.myPagination {
	color:#000;
	font-weight:bold;
}
.myPagination a {
	color:#fff;
	margin:3px;
}
.myPagination a:hover {
	color:#000;
	text-decoration:none;
}

/*------------------ others ------------------*/
.brandDiv {
	padding-top:30px;
	text-align:center;
}
.brandDiv p {
	margin:10px 0;
	color:#313131;
	font-size:18px;
}
.contactUs {
	color:#646464;
	font-size:15px;
}
.contactUs .title {
	font-weight:bold;
	font-size:22px;
	color:#0046a0;
}
.contactUs .title2 {
	margin:30px 0 30px;
	font-weight:bold;
	font-size:17px;
	color:#272d3d;
}
.contactUs strong {
	font-weight:bold;
	font-size:15px;
	color:#272d3d;
}
.contactUs p {
	font-size:15px;
}
.contactFormDiv1 {
	width:100%;
	float:left;
	margin-right:0%;
}
.contactFormDiv2 {
	width:49%;
	float:left;
}
.formText {
	width:50%;
	float:left;
}
.formField {
	width:50%;
	float:left;
}
.formField2 {
	width:50%;
	float:left;
}
.catNavDiv {
	width:100%;	
	color:#505050;
	font-size:14px;
    max-width:179px;
    margin:0 auto;
}
.catNavDiv .catTitle {
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
	width:100%;	
    position:relative;
    z-index:9;
}
.catNavDiv .sub {
	font-size:13px;
}
#prodContDiv {
	margin:0 auto;
    max-width:1000px;
}
.productGridDiv {
	font-size:12px;
	margin-bottom:20px;
}
.productGridDiv .gridBox {
	position:relative;
	border:0px solid #eeeeee;
	padding:10px;
	width:20%;
	float:left;
	margin:0 0 40px 10px;
    background:#fff;
}
.productGridDiv .gridBox .prodImage {
	max-height:170px;
    max-width:170px;
    height:170px;
    text-align:center;
    margin:0 auto;
}
.productGridDiv .gridBox .prodImage img {
	max-height:170px;
    max-width:150px;
}
.productGridDiv .gridBox .prodInfo {
	height:20px;
	overflow:hidden;
}
.productGridDiv .gridBox .prodInfo .prodBrand {
	float:left;
	font-weight:normal;
	color:#0046a0;
	font-size:14px;
	margin-right:5px;
}
.productGridDiv .gridBox .pTitle {
	color:#271c1c;
	font-weight:normal;
	font-size:14px;
    text-align:center;
    padding:10px 0 20px 0;
}
.productGridDiv .gridBox .pPrice {
	color:#0046a0;
	font-weight:normal;
	font-size:14px;
}
.productGridDiv .gridBox .viewProd {
	position:relative;
    text-align:center;
    top:35px;
}

.featuredGridDiv {
	font-size:12px;
	margin-bottom:20px;
    max-width:1000px;
    margin:0 auto;
    padding-left:170px;
    position:relative;
    z-index:9999;
    margin-top:60px;
}
.featuredGridDiv .gridBox {
	position:relative;
	border:0px solid #eeeeee;
	padding:0px;
	width:30%;
	float:left;
	margin:0 1px 10px 1px;
	text-align:center;
}
.featuredGridDiv .gridBox .pImage {
	width:170px;
    height:170px;
    margin:0 auto;
}
.featuredGridDiv .gridBox .pImage img {
	max-width:170px;
    max-height:170px;
    margin:0 auto;
}
.featuredGridDiv .gridBox .prodInfo {
	height:20px;
	overflow:hidden;
}
.featuredGridDiv .gridBox .prodInfo .prodBrand {
	float:left;
	font-weight:normal;
	color:#0046a0;
	font-size:14px;
	margin-right:5px;
}
.featuredGridDiv .gridBox .pTitle {
	color:#cd0000;
	font-weight:normal;
	font-size:25px;
    padding: 10px 0 5px;
	height:50px;
	line-height:110%;
}
.featuredGridDiv .gridBox .pPrice {
	color:#0046a0;
	font-weight:normal;
	font-size:14px;
}
.featuredGridDiv .gridBox .viewProd {
	position:relative;
    text-align:center;
    width:100%;
}

.mybreadcrumb {
	margin:0 10px 10px;
	color:#787878;
	font-size:13px;
}
.noFound {
	margin:10px;	
}
.productDetailDiv {
	margin-left:10px;
	width:100%;
}
.productDetailDiv .imageContainer {
	width:45%;
	text-align:left;
	float:left;
}
.productDetailDiv .imageContainer .feaImage {
	width:350px;
    height:230px;
	padding:0px;
	border:1px solid #ddd;
    text-align:center;
}

.productDetailDiv .imageContainer .feaImage img {
	max-width:350px;
    max-height:230px;
}
.productDetailDiv .imageContainer .subImage {
	margin-top:5px;	
}
.productDetailDiv .imageContainer .subImage img {
	width:66px;
	padding:3px;;
	border:1px solid #ddd;
	margin:3px 0 0 0;
}
.productDetailDiv .prodInfoContainer {
	width:47%;
	margin-left:4%;
	color:#aaaaaa;
	float:left;
}
.productDetailDiv .prodInfoContainer .qtyText {
	font-size:13px;
	color:#787878;
}
.productDetailDiv .prodInfoContainer .qtyText .qty{
	width:20px;	
}
.productDetailDiv .prodInfoContainer .prodTitle {
	color:#585858;
	font-size:30px;
}
.productDetailDiv .prodInfoContainer .prodSku {
	color:#cd0000;
	font-size:22px;
    margin-top:10px;
    font-weight:bold;
}
.productDetailDiv .prodInfoContainer .prodDesc {
	margin: 20px 0;
    height:95px;
}
.productDetailDiv .prodInfoContainer .prodTitle span {
	color:#0046a0;
}
.productDetailDiv .prodInfoContainer .brandName {
	color:#0046a0;
	font-size:14px;
	margin:5px 0;
}
.productDetailDiv .prodInfoContainer .prodOpt {
	color:#787878;
	font-size:15px;
}
.productDetailDiv .prodInfoContainer .reviewDiv {
	border:0px solid #dddddd;
	padding:10px 0;
}
.enquiryListDiv {
	width:100%;	
	margin:0 0 20px 0;
	border:1px solid #ccc;
}
.enquiryListDiv .enquiryRow {
	padding:2%;
	width:96%;
	min-height:50px;
	border-bottom:1px solid #ddd;
}
.enquiryListDiv .enquiryRow2 {
	padding:1% 2%;
	width:96%;
	min-height:20px;
	font-weight:bold;
	background-color:#0046a0;
	color:#fff;
}
.enquiryListDiv .row1{
	background-color:#eee;
}
.enquiryListDiv .enqImg {
	text-align:center;
	width:20%;
	float:left;
	margin-right:10px;
}
.enquiryListDiv .enqImg img {
	width:50px;
}
.enquiryListDiv .enqName {
	float:left;
	width:55%;
	margin-right:10px;
}
.enquiryListDiv .enqRemove {
	float:left;
	width:16%;
	text-align:right;
}
.reviewDiv {
	width:96%;
}
.reviewDiv .revContentDiv {
	font-size:12px;
	border-bottom:1px solid #dddddd;
	padding:2%px;
	min-height:50px;
}
.captchaRight {
	text-align:right;	
}

/*------------------ some part of responsive ------------------*/
@media screen and (max-width: 1200px) {
	.aboutUsBg {
		top:1164px;
	}
	.productGridDiv .gridBox {
		width:152px;	
	}
	.productDetailDiv .prodInfoContainer {
		width:48%;
	}
}

@media screen and (max-width: 979px) {
	.myMenu .fbBtn {
		left:0px;
	}
	#prodContDiv {
		margin-top:0px;
	}
	.catNavDiv .catTitle {
		font-size:12px;
	}
	.productGridDiv .gridBox {
		width:28%;	
	}
	.productDetailDiv .prodInfoContainer {
        margin: 30px 0 0;
        width: 100%;
    }
	#footer .container .credit {
		font-size:10px;	
	}
	.myMenu .myNavDiv {
		background:#ea051e;
		margin-top:0px;
		position:static;
		bottom:0;
        max-width:55%;
	}
    
    #search-form {
        margin-right:-40px;
    }
    
    .navmenu ul li.sep {
        display:none;
    }
    
    .landing_bg {
        background:#fff;
        height:575px;
    }
    
    .featuredGridDiv {
        padding-left: 0px;
    }
    
    .services {
        padding-left: 0px;
        padding-bottom:30px;
    }
    
    .featuredGridDiv .gridBox {
        width: 33%;
    }
    
    table tr td.footer_special span {
        font-size:14px;
        font-weight:bold;
    }
    
    .footer_special2 {
        font-size:14px;
        font-weight:bold;
    }
    
    .productDetailDiv {
        margin-left: 2%;
        width: 98%;
    }
    
    .contact_detail {
        padding: 30px 20px;
        max-width:705px;
    }
    
    .google_map {
        max-width:745px;
    }
    
    .formField2 {
        width: 100%;
    }
    
    .formField2 input {
        width: 100%;
    }
    
    h1.featured_display {
        display:block;
        position:relative;
        z-index:9999;
        text-align:center;
    }
    
    .featuredGridDiv {
        margin-top:20px;
    }
	#header .hunting .huntingDiv{
		font-size:15px;
	}

	#header .hunting .huntingDiv a {
		font-size:15px;
	}
}

@media screen and (max-width: 767px) {
	.searchDiv {
		text-align:center;	
	}
	#footer {
	  	margin-left: -20px;
	  	margin-right: -20px;
	  	padding-left: 20px;
	  	padding-right: 20px;
	  	height: 100px;
	  	text-align:center;
	}
	#footer .container .credit2 .textRight {
		float:none;
		text-align:center;
	}
	.mylogo {
		margin-top:-70px;
	}
	.mybreadcrumb {
		margin-top:15px;	
	}
	.contactFormDiv1, .contactFormDiv2, .formText, .formField{
		float:none;
		width:100%;
		margin:0;
		text-align:left;
	}
	.productGridDiv .gridBox {
		text-align:center;
		margin-left:0;
		width:100%;	
	}
	.productDetailDiv {
		margin:0;
	}
	.productDetailDiv .imageContainer, .productDetailDiv .imageContainer .feaImage {
		width:100%;
		float:none;
		padding:4px 0;
	}
	.productDetailDiv .prodInfoContainer {
		width:100%;
		float:none;
		margin:10px 0 0 0;
	}
	#noticeDiv2 {
		margin:0 0 10px 0;
	}
	.enquiryListDiv, .enquiryListDiv a, .enquiryListDiv .enquiryRow2 {
		font-size:12px;
	}
	.productGridDiv .gridBox .prodInfo .prodBrand {
		float:none;
	}
	.productGridDiv .gridBox .prodInfo {
		overflow:visible;
	}
	.captchaRight {
		text-align:left;
	}
    
    #header .hunting {
        float: none;
        margin-top:15px;
    }
    
    #header .hunting .huntingDiv {
        text-align: center;
    }
    
    .myMenu .myNavDiv {
        max-width:100%;
	}
    
    #search-form {
        margin:0 auto;
        float:none;
        margin-bottom:15px;
    }
    
    .slider_container {
        min-height: 240px;
        padding-top: 80px;
    }
    
    .landing_bg {
        height:500px;
    }
    
    .services {
        padding-left: 0px;
        padding-bottom:30px;
    }
    
    .footer_border {
        border-right: 0px solid #B1B1B1;
    }
    
    .table_footer {
        margin: 0 auto;
        margin-bottom:30px;
    }
    
    .enquiry_footer {
        text-align:center;
    }
    
    .form_footer {
        text-align:center;
    }
    
    .formField {
        width:100%;
        float:none;
        margin:0 auto;
    }
    .formField2 {
        width:33%;
        float:none;
        margin:0 auto;
    }
    .featuredGridDiv .gridBox {
        width: 32%;
    }
    
    .about_bg {
        background: #fff;
        height:auto;
        padding-top:20px;
    }
    
    .about_bg .about_content {
        max-width:100%;
        margin:0 auto;
        padding-right:0px;
        padding-left:0px;
        margin-bottom:30px;
        padding-bottom:10px;
    }
    
    .contact_detail {
        padding: 30px 20px;
        max-width:525px;
    }
    
    .google_map {
        max-width:635px;
    }
	#header .hunting .huntingDiv .contact_float {
		float:none;
		text-align:center;
	}
	#header .hunting .huntingDiv .contact_float {
		margin-top:15px;
	}
}

@media screen and (max-width: 480px) {
	#footer .container .credit {
		font-size:10px;
	}
	.enquiryListDiv, .enquiryListDiv a, .enquiryListDiv .enquiryRow2 {
		font-size:10px;
	}
	.container #header .hunting .huntingDiv{
		font-size:10px;
	}
    
    .formField {
        width:100%;
    }
    .formField2 {
        width:50%;
    }
    
    .featuredGridDiv .gridBox {
        width: 100%;
    }
    
    #header .hunting .huntingDiv {
        line-height:240%;
    }
    
    .landing_bg {
        height:900px;
    }
    
    .services {
        padding-left: 0px;
        padding-bottom:30px;
    }
    
    .contact_detail {
        padding: 30px 20px;
        max-width:305px;
    }
    
    .google_map {
        max-width:345px;
    }
}