/* CSS Document */
body { 	background:#000000; font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px;}
.headerbg {	background:url(../images/header1.jpg);}
.headerbg2{	background:url(../images/header2.jpg); height:64px; width:866px; }
.headerText{color:#FFFAF3; font-size:24px; font-weight:bold;}
.headerbg3{	background:url(../images/menu_background.jpg); background-repeat:no-repeat; height:80px; width:866px;}
.headerMenu{ color:#FFFAF3; font-size:24px; font-weight:bold; background:url(../images/menu_bg.jpg) no-repeat; text-align:center; height:44px; width:182px;}
.headerMenu_selected{ color:#FFFAF3; font-size:24px; font-weight:bold; background:url(../images/menu1.jpg) no-repeat; text-align:center; height:44px; width:182px;}
.headerMenu_selected a{ color:#FFFAF3; font-size:24px; font-weight:bold; text-decoration:none;padding-top:9px; padding-bottom:6px;}
.headerMenu a{ color:#FFFAF3; font-size:24px; font-weight:bold; text-decoration:none;padding-top:9px; padding-bottom:6px;}
.headerMenu:hover{ color:#FFFAF3; font-size:24px; font-weight:bold; background:url(../images/menu1.jpg) repeat-x; text-align:center; height:44px; width:182px;}

.headerbg4{	background:url(../images/header4.jpg); height:20px; width:866px;}
.leftbg{ background:url(../images/left_bkg.jpg) repeat-y; width:242px; min-height:1007px;}
.leftbg2{ background:url(../images/left-bkg1.jpg) no-repeat; width:242px; min-height:1007px; background-position:top;}
.leftText{color:#FFFAF3; font-size:24px; font-weight:bold;}
.leftMiddleText{color:#FFFAF3; font-size:16px; font-weight:bold;}
.middlebg{ background:url(../images/middle_bg.jpg) no-repeat; width:866px; background-position:top;}
.middletdborder { border-right:2px solid #FF8A00; padding-left:10px;}
.tdHorizontalLine { border-bottom:2px solid #FFFFFF;}
.leftMiddleText a{
	color:#FFFFFF;
	text-decoration:none;
}
.pagetitle
{
	text-align:right;
	text-transform:uppercase;
	color:#FF7C00;
}
.contentdiv
{
	padding:0px 5px 20px 10px;
}

.contentdiv p
{
	color:#FFFFFF;
	font-size:16px;
	text-align:justify;
	line-height:22px;
}
.footerbg
{
	background:url(../images/footer_bg.jpg); background-repeat:no-repeat;height:160px
}
.footermenu
{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.footermenu a
{
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}
.footertext
{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
	padding-top:23px;
}
.footer_bottom_menu
{
	color:#FFFFFF;
	padding-left:10px;
	padding-top:20px;
	font-size:12px;
}
.footer_bottom_menu a
{
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.pagetitle
{
	padding-top:0px;
	margin-top:0px;
}
p.product_title{
	color:#FF6B01;
	font-weight:bold;
}
.enquiry a{
	color:#FF6B01;
	text-decoration:none;
	font-weight:bold;
}
/******** Slide SHow css**********/
#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 590px; /* the width of the container, change if necessary */
	height: 392px; /* the height of the container, change if necessary */
	overflow: hidden;
}

#slideshow img {
	border: none;
}

#slideshow .arrow {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 20px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#slideshow .arrowL {
	background: url(images/slideView_arrows.gif) no-repeat;
	left: 17px;
}

#slideshow .arrowR {
	background: url(images/slideView_arrows.gif) -40px 0px no-repeat;
	right: 17px;
	
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slidebar {
	background: url(images/slideView_bar.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 75px;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}

.slidebar .wrap {
	width: 321px;
	height: 75px;
	position: absolute;
	left: 70px;
	overflow: hidden;
	z-index: 6;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.slideView li {
	width: 100%;
	height: 392px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	display: inline;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
}


#slideshow .desc {
	padding: 5px;
	margin: 0;
	width: 590px;   /* the width of the desccription, change if necessary */
	background: black;
	position: absolute;
	bottom: 20px;
	left: 0px;
	color: white;
	font-weight: bolder;
	overflow: hidden;
	z-index: 6;
	font-size: 12px;
	display:none;
}

#slideshow .thumbList {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 12px;
}

#slideshow .thumbList li {
	width: 148px;
	height: 98px;
	display: inline;
	margin: 0;
	float: left;
}

#slideshow .thumbList li a {
	display: block;
	width: 148px;
	height: 98px;
	border: 2px solid black;
	margin-left: 11px;
	
}

#slideshow .thumbList li a:hover {
	border-color: #f75514;
}
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 0px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
.lightbox img {
	border: 2px solid #FFFFFF;
}				
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

.contactus{
	color:#FFFFFF;
}
.contactus input,.contactus textarea{
	background-color:#000000;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	
}
.table_head td{
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
}
.product_category td{
	color:#FFFF00;
	font-weight:bold;
}

.even td{
	background-color:#000000;
	color:#FFFFFF;
	text-align:left;	
}
.even a{
	color:#FF6B01;
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.odd td{
	background-color:#333333;
	color:#FFFFFF;
	text-align:left;
}
.odd a{
	color:#FF6B01;
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
