  a, a:visited, a:link, a:active {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
    color: #333738;
    text-decoration: none;
    border-bottom: 1px dotted #0c0c11;
    margin-bottom: 1px;
    padding: 0;
  }
  
  a:hover {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
    color: #0c0c11;
    text-decoration: none;
    border-bottom: 0;
    margin-bottom: 1px;
  }
 
  a.lang, a.lang:hover, a.lang:visited, a.lang:link, a.lang:active {
    text-decoration: none;
    margin-left: 7px;
    border: 0;
  }    
   
  a.menu, a.menu:visited, a.menu:link, a.menu:active {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
  	display: block;
    background-image: url("./images/transparent_1.png");
    width: 99,9%;
  	padding-top: 2px;
  	padding-left: 50px;
  	padding-right: 0px;
  	padding-bottom: 2px;
    border: 1px solid #000000;
  }
  
  a.menu:hover {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
  	display: block;
    background-image: url("./images/transparent_2.png");
    width: 99,9%;
  	padding-top: 2px;
  	padding-left: 50px;
  	padding-right: 0px;
  	padding-bottom: 2px;
    border: 1px solid #000000;
  }
  
  a.footer, a.footer:visited, a.footer:link, a.footer:active {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    border: 0;
  }
  
  a.footer:hover {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    border: 0;
  }
    
  a.img, a.img:visited, a.img:link, a.img:active, a.img:hover {
  	text-decoration: none;
  	margin: 0;
  	border: 0;
  }

  div#menuHolder {
    margin-left: 30px;
    width: 160px;
  }
  
  div.menuItem {
    margin-top: 7px;
    width: 100%;
  }

  html, body {
    margin: 0;
    background-color: #727b80; <!-- change here bgcolor -->
  }

  table#main {
    background-image: url("./images/header_bg.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    width: 100%;
    height: 100%;
  }
  
  td#main {
    background-image: url("./images/sider_bg.png");
    background-repeat: repeat-y;
    background-position: 0, 110px;
    vertical-align: top;
    text-align: left;
  }
  
  #header {
    background-image: url("./images/header.png");
    background-repeat: no-repeat;
    background-position: 0, 0;
    width: 792px;
    height: 110px;
  }
  
  table#content {
    width: 100%;
    height: 100%;
  }

  td#menu {
    background-image: url("./images/wowow-workwear-v2_03.png");
    background-repeat: no-repeat;
    background-position: 0, 0;
    vertical-align: top;
    width: 311px;
    height: 100%;
    padding-top: 150px;
  }
  
  div#menu {
    width: 311px;
    height: 508px;
  }
  
  td#content_content {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    color: #0c0c11;
    width: 100%;
    line-height: 1.8em;
  }
  
  td#footer {
    text-align: center;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-left: 185px;
    padding-top: 0px;
    padding-bottom: 7px;
  }
  
  div#title {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 17px;
    color: #ffffff;
    padding-bottom: 3px;  
    margin-bottom: 17px;
    border-bottom: 1px solid #646d72;
    width: 400px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 7px;
  }
  
  td {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    color: #ffffff;
    vertical-align: top;
  }
  
  th {
    font-size: 15px;
  }
  
  .form-inactive {
  	margin: 0;
  	padding-top: 1px;
  	padding-left: 3px;
  	padding-right: 3px;
  	padding-bottom: 2px;
  	font-family: "Trebuchet MS", Verdana, sans-serif;
  	font-size: 11px;
  	border: 1px solid #545c62;
  	background-color: #656d70;
  	background-image: url("/images/tinyBackground.png");
  	color: #333738;
  }
  
  .form-active {
  	margin: 0;
  	padding-top: 1px;
  	padding-left: 3px;
  	padding-right: 3px;
  	padding-bottom: 2px;
  	font-family: "Trebuchet MS", Verdana, sans-serif;
  	font-size: 11px;
  	border: 1px solid #0c0c11;
  	background-color: #545c62;
  	background-image: url("/images/tinyBackground.png");
  	color: #ffffff;
  }
  
  .form-error {
  	margin: 0;
  	padding-top: 1px;
  	padding-left: 3px;
  	padding-right: 3px;
  	padding-bottom: 2px;
  	font-family: "Trebuchet MS", Verdana, sans-serif;
  	font-size: 11px;
  	border: 1px solid #400000;
  	background-color: #545c62;
  	background-image: url("/images/tinyBackground.png");
  	color: #0c0c11;
  }
  
  .button-inactive {
  	margin: 0;
  	padding-top: 1px;
  	padding-left: 30px;
  	padding-right: 30px;
  	padding-bottom: 2px;
  	font-family: "Trebuchet MS", Verdana, sans-serif;
  	font-size: 10px;
  	border: 1px solid #545c62;
  	background-color: #656d70;
  	background-image: url("/images/tinyBackground.png");
  	color: #333738;
  	font-weight: bold;
  }
  
  .button-active {
  	margin: 0;
  	padding-top: 1px;
  	padding-left: 30px;
  	padding-right: 30px;
  	padding-bottom: 2px;
  	font-family: "Trebuchet MS", Verdana, sans-serif;
  	font-size: 10px;
  	border: 1px solid #0c0c11;
  	background-color: #545c62;
  	background-image: url("/images/tinyBackground.png");
  	color: #0c0c11;
  	font-weight: bold;
  	cursor: pointer;
  }
  
  img.lang {
    border: 0;
  }  
  
  img.border {
    border: 1px solid #545c62;
  }
 
  #language_select {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 195px;
    top: 70px;
    width: 320px;
    text-align: center;
    padding: 0;
  }  
    
  .imgHolder1 {
  	padding: 15px;
  	vertical-align: top;
  	text-align: center;
  	border: 1px solid #545c62;
    background-color: #656d70;
  }
  
  .imgHolder2 {
  	padding: 15px;
  	vertical-align: top;
  	text-align: center;
  	border: 1px solid #0c0c11;
    background-color: #545c62;
  	cursor: pointer;
  }
  
  .imgHolderSelected {
  	padding: 15px;
  	vertical-align: top;
  	text-align: center;
  	border: 1px solid #0c0c11;
    background-color: #545c62;
  	cursor: normal;
  }
  
  .prodTitle {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 7px;
  }
  
  .prodSubTitle {
    font-weight: bold;
    color: #ffffff;
    margin-top: 3px;
  }  
  
  .prodText {
    font-weight: normal;
    color: #ffffff;
    font-size: 11px;
  }    
  
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./lightbox2_04/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./lightbox2_04/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


