body { 
width: 800px;
margin:0px; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
background: #CCAE8F url(images/tile.gif) repeat-y 0 0;
border-right:2px solid #003300;
}

#container {
width:800px;
margin:auto;
margin-top:20px;
border:none;
position:relative;
}

#header {
width: 100%;
height: 80px;
background: #CCAE8F url(images/VTPheader6.gif) no-repeat;
}

#sidebar {
width: 160px;
float: left;
height: 300px;
min-height: 300px;
}

#sidebar a {
display: block;
margin-left: auto; 
margin-right: auto;
width: 120px; 
line-height: 1.4;
padding: 0.2em;
background-color: #d2dfbd;
border: 2px solid #CCAE8F;
color: #009900;
text-decoration: none;
font-weight: bold;
text-align: center;
}

body#index #home_tab,
body#about #about_tab,
body#products #products_tab,
body#order #order_tab,
body#techniques #techniques_tab,
body#conversions #conversions_tab,
body#questions #questions_tab,
body#contact #contact_tab,
body#links #links_tab {
display: block;
margin-left: auto; 
margin-right: auto;
width: 120px; 
line-height: 1.4;
padding: 0.2em;
background-color: #009900;
border: 2px solid #ccae8f;
color: #d2dfbd;
text-decoration: none;
font-weight: bold;
text-align: center;
}

#sidebar a:hover {
background-color: #009900;
border: 2px solid  #ccae8f;
color: #d2dfbd;
}

#sidebar p {
margin-top:8px;
margin-bottom: 0px;
}

#main {
float:left;
width:640px;
min-height:1000px;
height:auto !important;
height:1000px;
margin-top: 20px;
margin-bottom: 20px;
text-align:left;
}


#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { 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: 500px; background-color: #000; }



.thumbnail{
display:block;

}

.thumbnail:hover{
position:relative;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: transparent;
padding: 5px;
left: -1000px;
border: 1px transparent;
display: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
display:block;
top:10px;
z-index: 50;
left: 10px; /*position where enlarged image should offset horizontally */
}

#main h1 {
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-size:large;
color: #003300;
margin-top:0px;
}

#main h2 {
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-size: medium;
font-style:italic;
color: #003300;
margin:15px;
}

#main h2 a {
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-size: medium;
font-style:italic;
color: #ff0000;
margin:15px;
text-decoration:none;
}

#main a:link, a:visited {
color: #003300;
text-decoration: #003300;
border-bottom: 1px dotted #003300;
}

#main a:hover {
color: #006600;
text-decoration: #003300;
}

#main .longtext {
margin-left: auto; 
margin-right: auto;
margin-bottom:0px;
width: 400px;
} 

#main .content {
margin-left:25px;
margin-right:15px;
text-align:justify;
line-height:1.25em;
}

#main .emphasis {
font-weight:bold;
color: #003300;
}

#main .button {
display: block;
margin-left: auto; 
margin-right: auto;
width: 120px; 
line-height: 1.4;
padding: 0.2em;
background-color: #009900;
border: 2px solid #CCAE8F;
color: #d2dfbd;
text-decoration: none;
font-weight: bold;
text-align: center;
}

#main .button:hover {
display: block;
margin-left: auto; 
margin-right: auto;
width: 120px; 
line-height: 1.4;
padding: 0.2em;
background-color: #d2dfbd;
border: 2px solid #009900;
color: #009900;
text-decoration: none;
font-weight: bold;
text-align: center;
}

#footer {
width: 100%;
clear: both;
background-color:#002800;
min-height:30px;
text-align:center;
font-size:small;
color: #d2dfbd;
padding-top:10px;
padding-bottom:10px;
}