@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
margin: 0;
padding: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
background: #333 url(../images/bg.jpg) repeat;
color: #fff;
}
#main {
	width: 940px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
/* ---------------------------
	-: Header :-
---------------------------*/

#header {
	height: 112px;
	position: relative;
}
#header h1 {
	width: 319px;
	height: 75px;
	position: absolute;
	top: 26px;
	left: 31px;
	background: url(../images/logo_new.png) no-repeat;
}
#callBox {
	width: 187px;
	height: 60px;
	position: absolute;
	top: 30px;
	right: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
#callBox h2 {
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 3px 0;
}
#callBox span {
	color: #fff;
	font-size: 20px;
}
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
/* ---------------------------
	-: Nav :-
---------------------------*/

#menu {  
height: 31px; 
position: absolute;
top: 10px;
left: 0px;
}

#menu { 
font-weight: bold; 
text-transform: capitalize;
font-size: 13px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul { 
background: transparent; 
margin-left: 10px; 
padding: 0 10px; 
position: relative; 
float: left; 
line-height: 31px;
}

#menu ul li { float: left; list-style: none; }

#menu ul li a { 
color: white; 
outline: none; 
text-align: center; 
display: block; 
overflow: hidden; 
float: left; 
z-index: 10; 
padding: 0 16px; 
position: relative;
text-decoration: none;
text-transform: capitalize;
} /* relative breaks ie */

#menu ul li a:hover { text-decoration: none; }
#menu ul li.back { 
background: url("../images/lava.gif") no-repeat right -31px; 
width: 9px; 
height: 31px; 
position: absolute; 
z-index: 8; 
/*top: 11px;*/
}

#menu ul li.back .left { 
background: url("../images/lava.gif") no-repeat top left; 
height: 31px; 
margin-right: 9px;
}

#menu ul li.current_page_item { 
background: url("../images/menu_selected.gif") no-repeat center bottom; 
/*padding-bottom: 13px;
margin-bottom: -13px; */
}

#navBox {
	height: 49px;
	background: url(../images/nav_bg_.jpg) repeat-x;
	position: relative;
}
#navBox_left {
	background: url(../images/nav_bg_left.jpg) no-repeat;
	width: 7px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
}
#navBox_right {
	background: url(../images/nav_bg_right.jpg) no-repeat;
	width: 7px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
}
#navBox_main {
	width: 547px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 25px;
}
#navBox_main li {
	display: inline;
}
#navBox_main li a {
	display: block;
	float: left;
	height: 49px;
	background: url(../images/navImg.jpg);
	text-indent: -9999px;
}
#navBox_main li a.home {
	width: 89px;
	background-position: 0 0;
}
#navBox_main li a.about {
	width: 114px;
	background-position: -89px 0;
}
#navBox_main li a.products {
	width: 114px;
	background-position: -205px 0;
}
#navBox_main li a.enquiry {
	width: 105px;
	background-position: -321px 0;
}
#navBox_main li a.contact {
	width: 117px;
	background-position: -428px 0;
}
#navBox_main li a.home:hover, #navBox_main li a.home:focus, #navBox_main li a.active_h {
	background-position: 0 -49px;
}
#navBox_main li a.about:hover, #navBox_main li a.about:focus, #navBox_main li a.active_a {
	background-position: -89px -49px;
}
#navBox_main li a.products:hover, #navBox_main li a.products:focus, #navBox_main li a.active_p {
	background-position: -205px -49px;
}
#navBox_main li a.enquiry:hover, #navBox_main li a.enquiry:focus, #navBox_main li a.active_e {
	background-position: -321px -49px;
}
#navBox_main li a.contact:hover, #navBox_main li a.contact:focus, #navBox_main li a.active_c {
	background-position: -428px -49px;
}
#searchBox {
	width: 253px;
	height: 33px;
	position: absolute;
	top: 6px;
	right: 25px;
	background: url(../images/search_bg.jpg) no-repeat 0 2px;
	padding: 2px 0 0 3px;
}
#searchBox input {
	padding: 9px 5px 1px 5px;
	background: none;
	border: none;
	width: 190px;
	color: #fff;
}
#searchBox button {
	width: 37px;
	height: 33px;
	background: url(../images/btn_bg.jpg) no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
}
/* ---------------------------
	-: Banner :-
---------------------------*/


#banner {
	height: 317px;
	background: url(../images/banner_img.jpg) no-repeat;
	margin: 11px 0 16px 0;
	position: relative;
}
/* ---------------------------
	-: Content :-
---------------------------*/

#content-main {
	padding: 0 10px;
}
#content {
width: 690px;
float: right;
padding: 0 10px 0 0;
}
#content h2, #content-main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	padding: 10px 0 5px 0;
}
.mainText {
	line-height: 20px;
	font-size: 13px;
	text-align: justify;
}
.prdBox {
	padding: 25px 0 15px 0;
}
.prdBox h3 {
	font: 24px normal Georgia, "Times New Roman", Times, serif;
	color: #000;
	border-bottom: 1px solid #5e5e5e;
	padding: 0 0 5px 0;
}
.prdItm {
	width: 143px;
	height: 143px;
	float: left;
	margin: 21px 18px 0 0;
	text-align: center;
}
.prdItm p {
	padding: 8px 0 0 0;
}
.prdItm a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}
.prdItm a:hover {
	text-decoration: underline;
}
/* ---------------------------
	-: Sidebar :-
---------------------------*/
#sidebar {
	width: 222px;
	float: left;
}
#cateBox {
	width: 220px;
	background: url(../images/menu_box_bg.jpg) repeat-y;
}

#cateBox #cateBox_top_bg {
height: 6px;
background: url(../images/menu_box_bg_top.jpg) no-repeat;
overflow: hidden;
}

#cateBox #cateBox_bottom_bg {
height: 6px;
background: url(../images/menu_box_bg_bottom.jpg) no-repeat;
overflow: hidden;
}

#headingbg {
	padding: 7px 0 0 40px;
	color: #fff;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
}


.arrowlistmenu{
width: 190px;
}

.arrowlistmenu a {
color: #000;
display: block;
text-decoration: none;
}

.arrowlistmenu .menuheader{ 
color: #000;
font: 12px Arial, Helvetica, sans-serif;
margin: 0px;
padding: 6px 0 5px 20px;
cursor: hand;
cursor: pointer;
border-top: 1px solid #CCC6B0;
font-weight: bold;
background: url(../images/arrow-right.gif) no-repeat 8px 9px;
text-transform: capitalize;
}


.arrowlistmenu ul{ 
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
display: block;
padding: 4px 0 4px 33px;
/*padding-left: 19px;*/ /*link text is indented 19px*/
text-decoration: none;
/*border-top: 1px solid #cfcfcf;*/
/*border-bottom: 1px solid #CCC6B0;*/
background: url(../images/arrow-right.gif) no-repeat 20px 9px;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
/*background-color: #CCCCCC;*/
}


.box-main {
	width: 220px;
	margin: 10px 0 0 0;
}
.box-main h3 {
	height: 35px;
	background: url(../images/box-title-img.jpg) no-repeat;
	font: 19px normal Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 15px;
}
.box-main h4 {
	color: #9f181c;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	font-size: 12px;
}
.box-main-bg {
	background: url(../images/box-main-bg.jpg) repeat-y;
	padding: 13px 15px;
	color: #000;
}
.box-main-bg p {
	line-height: 18px;
	padding: 0px 0 4px 0;
}
.box-bottom-bg {
	height: 7px;
	background: url(../images/box-bottom-img.jpg) no-repeat;
}
.linkr2r {
	color: #9f181c;
	text-decoration: none;
}
a.linkr2r:hover {
	text-decoration: underline;
}

.footLink {
color: #ccc;
text-decoration: none;
}

/* ---------------------------
	-: Footer :-
---------------------------*/

#footer {
	height: 69px;
	background: url(../images/footer_bg.jpg) repeat-x;
	position: relative;
	margin: 15px 0 20px 0;
}
#footer_left {
	width: 7px;
	height: 69px;
	background: url(../images/footer_left.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#footer_right {
	width: 7px;
	height: 69px;
	background: url(../images/footer_right.jpg) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#footerText {
	position: absolute;
	top: 15px;
	left: 25px;
	line-height: 19px;
}
#footerText span {
	font-size: 11px;
}
.product_category {
	width: 221px;
	height: 160px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	padding: 20px 0 0 0;
	line-height: 16px;
}
.product_category_none {
	width: 221px;
	height: 160px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #3d3d3d;
	padding: 20px 0 0 0;
	line-height: 16px;
}
.product_category a, .product_category_none a {
	color: #fff;
	text-decoration: none;
}
.product_category a:hover, .product_category_none a:hover {
	color: #fff;
	text-decoration: underline;
}
.Product_title {
	font: 28px normal Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 0px 0 5px 0;
	margin: 0 0 20px 0;
}
.pathway {
	color: #fff;
	font-size: 11px;
}
.pathway a {
	color: #969393;
	text-decoration: none;
}
.pathway a:hover {
	text-decoration: underline;
}
.product_gallery {
	width: 221px;
	height: 249px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	padding: 20px 0 0 0;
	line-height: 16px;
}
.product_gallery a, .product_gallery_none a {
	color: #94c6fc;
	text-decoration: none;
}
.product_gallery_none {
	width: 221px;
	height: 249px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #3d3d3d;
	padding: 20px 0 0 0;
	line-height: 16px;
}



.enquiry_form label {
width: 150px;
display: block;
float: left;
padding: 5px 0 0 0;
}

.enquiry_form p {
padding: 0 0 8px 0;
}

.enquiry_form input {
width: 250px;
padding: 5px;
}

.redText {
color: red;
}

.enquiry_form button {
padding: 0 8px;
margin: 12px 0 0 150px;
}


.enq_box {
}

.enq_box .enq_box_title {
height: 45px;
background: url(../images/box-bg.jpg) repeat-x;
position: relative;
}

.enq_box .enq_box_title h3 {
color: #fff;
font: 18px Georgia, "Times New Roman", Times, serif;
position: absolute;
top: 10px;
left: 20px;
}

.enq_box .enq_box_title_left {
width: 8px;
height: 45px;
background: url(../images/box-left-bg.jpg) no-repeat;
position: absolute;
top: 0;
left: 0;
}

.enq_box .enq_box_title_right {
width: 8px;
height: 45px;
background: url(../images/box-right-bg.jpg) no-repeat;
position: absolute;
top: 0;
right: 0;
}

.enq_box .enq_box_bg {
border-left: 2px solid #0069cd;
border-right: 2px solid #0069cd;
padding: 15px;
background: #fff;
}

.enq_box .enq_box_bottom {
height: 7px;
position: relative;
background: url(../images/box-bottom-bg.jpg) repeat-x;
}

.enq_box .enq_box_bottom_left {
height: 7px;
width: 9px;
position: absolute;
top: 0;
left: 0;
background: url(../images/box-left-bottom-bg.jpg) no-repeat;
}

.enq_box .enq_box_bottom_right {
height: 7px;
width: 9px;
position: absolute;
top: 0;
right: 0;
background: url(../images/box-right-bottom-bg.jpg) no-repeat;
}

.prod_enq_box {
width: 229px;
text-align: center;
/*float: left;*/
/*line-height: 20px;*/
padding: 0;
}

.prod_enq_box_main {
float: left;
margin: 0 0 10px 10px;
padding: 0 0 10px 0;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}


.prod_enq_box a {
color: #000;
text-decoration: none;
}

.prod_btn_box {
height: 25px;
text-align: right;
padding: 1px 0 15px 0;
}


.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid navy;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}


.white_box_main {
width: 703px;
padding: 15px 0 0 0;
color: #000;
}

.white_box_top_bg{
background: url(../images/white_box_top_bg.gif) no-repeat;
height: 3px;
overflow: hidden;
}

.white_box_bg{
background: #fff;
padding: 10px 10px 10px 15px;
}

.white_box_bottom_bg{
background: url(../images/white_box_bottom_bg.gif) no-repeat;
height: 3px;
}


.prodbox {
width: 203px;
text-align: center;
float: left;
padding: 0 22px 22px 0;
line-height: 16px;
}

.prod-box-top {
background: url(../images/prod-box-top.gif) no-repeat;
height: 5px;
overflow: hidden;
}

.prod-box-bg {
background: #fff;
border-left: 1px solid #d5d2d2;
border-right: 1px solid #d5d2d2;
padding: 10px 0;
}

.prod-box-bottom {
background: url(../images/prod-box-bottom.gif) no-repeat;
height: 5px;
overflow: hidden;
}

.prod-box-bg a {
color: #024890;
font-weight: bold;
text-decoration: none;
}

.prod-box-bg a:hover {
text-decoration: underline;
}


.prodboxDet-left {
width: 247px;
float: left;
}

.prodboxDet {
width: 218px;
}

.prodboxDet-top {
background: url(../images/prodboxDet-top.gif) no-repeat;
height: 5px;
}

.prodboxDetMain {
border-left: 1px solid #d5d2d2;
border-right: 1px solid #d5d2d2;
text-align: center;
padding: 20px 0;
}

.prodboxDetMain .zoomLink {
float: right;
display: block;
padding: 0 15px 0 15px;
}

.prodboxDet-bottom {
background: url(../images/prodboxDet-bottom.gif) no-repeat;
height: 5px;
}

.prodboxDet-right {
width: 395px;
float: right;
padding: 0 20px 0 0;
}

.prodboxDet-right h3 {
font: 22px Georgia, "Times New Roman", Times, serif;
color: #990000;
}

.prodboxDet-right p {
line-height: 20px;
padding: 8px 0 0 0;
}


.related-products {
width: 668px;
overflow: hidden;
}

.related-products-title {
height: 43px;
background: url(../images/related-products-bg.gif);
position: relative;
}

.related-products-left {
background: url(../images/related-products-left-bg.gif) no-repeat;
width: 6px;
height: 43px;
position: absolute;
top: 0;
left: 0;
}

.related-products-right {
background: url(../images/related-products-right-bg.gif) no-repeat;
height: 43px;
position: absolute;
width: 6px;
top: 0;
right: 0;
}

.related-products-border {
border-left: 1px solid #999;
border-right: 1px solid #999;
}


.related-products-bottom {
height: 6px;
background: url(../images/related-products-bottom-bg.gif);
position: relative;
}

.related-products-bottom-left {
background: url(../images/related-products-bottom-left.gif) no-repeat;
width: 6px;
height: 6px;
position: absolute;
top: 0;
left: 0;
}

.related-products-bottom-right {
background: url(../images/related-products-bottom-right.gif) no-repeat;
height: 6px;
position: absolute;
width: 6px;
top: 0;
right: 0;
}

.related-products-title h5 {
margin: 0;
padding: 0;
font: 18px Georgia, "Times New Roman", Times, serif;
color: #fff;
position: absolute;
top: 8px;
left: 15px;
}


.top-cart-box {
background: #3f3f3f;
margin: 10px 0 0 0;
color: #c3c3c3;
font-size: 11px;
padding: 10px;
}

.top-cart-box a {
color: #fff;
}

.top-cart-box a:hover {
color: #fff;
text-decoration: none;
}


#nav {
position: absolute;
bottom: 15px;
right: 5px;
z-index: 10000;
background: url(../images/slide_nav_bg.png) no-repeat;
width: 89px;
color: #fff;
padding: 5px 22px 5px 12px;
font-weight: bold;
}

#nav a { /*margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fc0;*/ 
text-decoration: none; 
color: #FFF; 
font-size: 11px;  
padding: 1px 4px 1px 4px; 
}
#nav a.activeSlide { background: #eee; color: #616161; }
#nav a:focus { outline: none; }



.contact_frm {
width: 500px;
float: left;
padding: 25px 0 0 0;
}

.contact_frm p {
margin: 0;
padding: 0 0 14px 0;
}

.contact_frm label {
display: block;
width: 150px;
float: left;
}

.contact_frm input {
padding: 5px;
width: 300px;
border: none;
}

.contact_frm textarea {
padding: 5px;
width: 300px;
border: none;
}

.contact_frm button {
width: 79px;
height: 30px;
background: url(../images/btn_submit.gif) no-repeat;
display: block;
text-indent: -99999px;
outline: none;
border: none;
cursor: pointer;
}

.contact_add_right {
width: 350px;
height: 250px;
float: right;
}


.box-main-con {
	width: 260px;
	margin: 10px 0 0 0;
}
.box-main-con h3 {
	height: 35px;
	background: url(../images/box-title-img-con.jpg) no-repeat;
	font: 19px normal Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 15px;
}

.box-main-con h4 {
	color: #9f181c;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	font-size: 12px;
}

.box-main-bg-con {
	background: url(../images/box-main-con.jpg) repeat-y;
	padding: 13px 15px;
	color: #000;
}
.box-main-bg-con p {
	line-height: 18px;
	padding: 0px 0 4px 0;
}
.box-bottom-bg-con {
	height: 7px;
	background: url(../images/box-bottom-img-con.jpg) no-repeat;
}


.translate_tools_bg {
width: 190px;
height: 58px;
background: url(../images/translate_tools_bg.jpg) no-repeat;
padding: 8px 0 0 30px;
margin: 10px 0;
}