@charset "utf-8";
/* CSS Document */
img { behavior: url(/javascript/iepngfix.htc); border: 0; }

 body{
	margin:0;
  	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #E4E4E4;
	background: #333333 url(/images/bgsw.png) repeat;
	padding:95px 3px 30px 3px;
	
 }
 div#header{
	height:75px;
/*	display:block; */
/*	margin: 00px 0px 0px 0px; */
	background: #333333 url(/images/BARDESIGN.png) no-repeat left top;
	padding: 15px 10px 0px 0px; 
/*	border: 1px solid #2e2e2e; */
	border-bottom: 3px solid #88ca17;
/*	overflow:hidden; */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:3;
 }
 
 .color_red{color:#ff0000;}
 .color_blue{color:#0000ff;}
 .color_green{color:#00ff00;}
 div#footr{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
	height:30px;
/*	display:block; */
/*	overflow:hidden;  */
	color: white;
	text-align: center;
	background: #333333;
	border-top:1px solid #88ca17;  
	z-index:3;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footr{
   position:fixed;
  }
 }
 
 * html body{
  overflow:hidden;
 } 
 
 * html div#contnt{
  height:100%;
  overflow:auto;
  
 }
ul {
	-moz-padding-start: 2px;
	-webkit-padding-start: 2px;
	} 
	
div#left_column  div#right_column  div#center_column  {
	height:100%;
	top:0;	
	bottom:0;
	}
div#left_column  {
	float:left;
	clear:left;
	width:200px;
	left:2px;
	\width: 200px; 
    w\idth: 200px;
}	
div#right_column {
	float:right;
	clear:right;
	width:200px;
	right:2;
	\width: 200px; 
    w\idth: 200px;
}
div#center_column  {
 	margin-left: 204px;
	margin-right: 204px;
	padding: 1em;
	width:auto;
	
}

h1 {
	font: 1.1em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.1em 0;
	font-weight: bold;
/*	text-indent:-99999px; */
}
h2{
	font: 1em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav {
	width:100%;
	list-style: none;
	padding: 0;
	margin: 00px 00px 0px 310px;
	background: #2e2e2e url(/images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 1.1em;
	height:33px;
	text-transform:capitalize;
}
#nav li {
	display: inline;
	
}
#nav li a {
	padding: 5px 10px 0 10px;
	display:block;
	float: left;
	color: white;
	text-decoration: none;
	
}
#nav li a:hover {
	background: #1b1b1b url(/images/nav_bar_o.jpg) repeat-x;
	color:#88ca17;
	height:33px;
	border-left:1px solid #88ca17;  
	border-right:1px solid #88ca17;  
}
#nav li.active a  {background: #1bFb1b; color:#88ca17;}

div.menu{
	display: block;
	list-style: none;
	padding-top:0px;
	width:196px;
	background:#E5E5E5;
	margin-top:2px;
		
/*	border-left:1px solid #f500A5;  
	border-right:1px solid #f500A5; */
}
div.menu h4{
	top:0;
	background: #f500A5;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	color:#2F2F2F;
}
div.block_content {
	
	display:block; 
	list-style: none;
	top:0;
	width:99%;
	list-style: none;
	padding: 0.1em 0.1em 0px 0px;
	overflow: hidden;
	font-size: 1.1em;
	}
	
div.block_content ul {
	width:99%;
	list-style: none;
	}

div.block_content li{
	width:99%;
	display: block;
}
div.block_content li a{
	left:0;
	padding:0 0 2px 2px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #1d1d1d;
	text-decoration: none;
	border-bottom: 1px solid #ffb0ff;
}

div.block_content li a:hover{
		margin: 0px 0px 0px 0px;
		display: block;
		width:96%;
		background-color:#EF0000;
		color:#88ca17;
}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(/images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
h2 {
	margin: 0;
	padding: 0.1em 0;
	color:#c2c2c2;
	font-family:Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
}
h3 {
	margin: 0;
	padding: 0.1em 0;
	color:#c2c2c2;
	font-family:Helvetica, Arial, Sans-serif;
	font-size: 1.1em;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#686868;
	line-height:1.4em;
}

.cell {
	text-align:left;
	float:left;
	width:150px;
	height:150px;
	padding-right:7px;
	padding-top:7px;
	filter:alpha(opacity=20);-moz-opacity: 0.2;-khtml-opacity: 0.2;opacity: 0.2;
}

.productpicture {
	text-align:left;
	float:left;
	display:block;
	padding-right:2px;
	padding-top:2px;
	filter:alpha(opacity=90);-moz-opacity: 0.9;-khtml-opacity: 0.9;opacity: 0.9;
}

#opac_less {
	width: 100%;
	clear:both;
	filter:alpha(opacity=20);-moz-opacity: 0.2;-khtml-opacity: 0.2;opacity: 0.2;
}

.ch_op{
	text-align:left;
	float:left;
	width:150px;
	height:150px;
	padding-right:0px;
	padding-top:0px;
	filter:alpha(opacity=100);-moz-opacity: 1.0;-khtml-opacity: 1.0;opacity: 1.0;}

.grey {
	color: #999999;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ff0000;
vertical-align: bottom;
width: auto; /*Default width of hint.*/ 
padding: 10px 10px 10px 10px;
border:0px dashed black;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
padding-top: 10px;
}

div.roundb{ display:block;margin: 0 10%;background: #e2e2e2}
 
b.rtop, b.rbottom{display:block;background: #333333}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #e2e2e2}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


a.button  {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
	
}
a.button:hover {
	background-position: left -18px;
}
a.button {
	width: 120px;
	background-image: url('/images/button-medium.gif');
}

#sitemap {
 /* font:normal 16px Arial,sans-serif; */
 overflow:hidden;
}
#sitemap ul {
 list-style:none;
 margin:0 0 0 0;
 padding:0;
 Margin-bottom:1em;
}
#sitemap li {
 
 margin:0 0 0.1em;
 min-height:1em;
 padding:0.1em .1em;
 position:relative;
}
#sitemap li a {color:#a5d60f;}
 
#sitemap ul ul {
 font-size:90%;
 margin-top:.4em;
 
}
#sitemap ul ul li {
 
 left:1em;
}
#sitemap ul ul li a {color:#f0f0f0;}

.output-div-container {
	border:1px solid silver;
	background-color:#333333;
	padding:10px;
}
.input-div {
	text-align:center;
	background-color:#333333; 
	border:1px solid #868A15;
	padding:5px;
}
.ajax-div {
	margin:50px;
	border:1px solid #3333CC;
	/*background-color: #6699FF;*/
	padding:3px;
	width : 500px;
}
#box
{
  width : 262px;
  height : auto;
  overflow : auto ;
  border : 1px solid #C5C5C5;
  background : #333333;
  /*position : absolute;
  left : 469px;
  top : 81px;*/
  border-top : none;
  text-align : left;
  display : none;
}
tr
{
 cursor : pointer;
}
