﻿body
{
width: 800px;
height: 600px;
}

body{width:100%;}
body
{
text-align: center
}

#content
{
text-align: left;
width: 700px;
margin: 0 auto
} 
#wrap       { width:900px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper 
*/
.outer {
width:900px;
margin:auto;
display:table;
}

.inner {
width:auto;
margin:0px;
display: table;
}
.menuText {
 font-family: arial, helvetica, sans-serif;
 font-size: 11px;
 font-style: bold;
 color: #000000;
}

.finePrintText {
 font-family: arial, verdana;
 font-size: 10px;
 color: #000000;
}

.prodName {
 font-family: verdana, arial;
 font-size: 14px;
 color: #000000;
}

.prodDesc {
 font-family: verdana, arial;
 font-size: 11px;
 color: #663300;
}

.headerText {
 font-family: sans-serif;
 font-size: 20px;
 font-style: bold;
 color: #000000;
}

.headerText1 {
 font-family: sans-serif;
 font-size: 17px;
 font-style: bold;
 color: #6B6B6B;
}

.barText {
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 font-style: bold;
 color: #000000;
}














select {
 font-size: 10px;
 background-color: #FFF9EA;
}

input {
 font-size: 12px;
 background-color: #FFF9EA;
}

textarea {
 font-size: 12px;
 background-color: #FFF9EA;
}

a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-style: bold;
 line-height: normal;
 color: #000000;
 text-decoration: none;
}

a:hover {
 text-decoration: underline
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

