body {
  margin: 0px;
  padding: 0px;
  background-image: url('images/bg.gif');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #666666;
}

table, td {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #707070;
  line-height: 15px;
}

.heading {
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: justify;
}

a:link, a:visited, a:active {
  color: #00014E;
  text-decoration: underline;
}

a:hover {
  color: #2f5ca8;
  text-decoration: underline;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

input, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

img {
  border: 0px;
}

form {
  margin: 0px;
}

.blue {
  color: #00014E;
}

.menu {
  margin-top: 12px;
  text-transform: uppercase;
  background-image: url('images/line.gif');
  background-repeat: no-repeat;
  background-position: 0px 18px;
  padding-left: 40px;
  padding-bottom: 5px;
  font-size: 10px;
}

.menu a:link, .menu a:visited, .menu a:active {
  color: #00014E;
  text-decoration: none;
}

.menu a:hover {
  color: #2f5ca8;
  text-decoration: none;
}

.submenu {
  margin-top: 5px;
  background-image: url('images/bullet.gif');
  background-repeat: no-repeat;
  background-position: 19px 5px;
  padding-left: 30px;
  font-size: 10px;
}

.subsubmenu {
  margin-top: 5px;
  background-image: url('images/bullet.gif');
  background-repeat: no-repeat;
  background-position: 39px 5px;
  padding-left: 50px;
  font-size: 10px;
}

.submenu a:link, .submenu a:visited, .submenu a:active, .subsubmenu a:link, .subsubmenu a:visited, .subsubmenu a:active {
  color: #707070;
  text-decoration: none;
}

.submenu a:hover, .subsubmenu a:hover {
  color: #2f5ca8;
  text-decoration: none;
}

.title {
  color: #00014E;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.content {
  padding-top: 12px;
  padding-left: 8px;
  padding-right: 10px;
}

.article {
  width: 762px;
}

.padding {
  padding: 14px;
}

.product_title {
  color: #00014e;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 5px;
}

.short_description {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
}

.text {
  text-align: justify;
}

.price {
  color: #75a633;
  font-weight: bold;
  padding-bottom: 7px;
}

.thumb {
  border: 3px solid #c5c5c5;
}



#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; background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url("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: 200px; background-color: #000; }
