@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #111111;
}
.clear {margin:0;padding:0;clear:both;}
.oneColFixCtr a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0099FF;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/DD_01.jpg);
	color: white;
	background-color: #000000;
	background-repeat: no-repeat;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.oneColFixCtr #mainContent {
	padding: 73px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent p {
	margin: 0;
}
.oneColFixCtr #slogan {
	font-size: 11pt;
	width: 225px;
}
.oneColFixCtr #contact {
	padding-top: 20px;
}
.oneColFixCtr #midtable{
	margin-top: 55px;
}
.oneColFixCtr #midtable h1 {
	text-align: center;
	margin-bottom: 16px;
	margin-top: 36px;
}
.oneColFixCtr #midtable h2 {
	text-align: left;
	color: #0099FF;
	margin-bottom: 4px;
	margin-top: 0px;
	text-decoration: underline;
	font-size: 14pt;
}
.oneColFixCtr #midtable h3 {
	text-align: left;
	color: #999999;
	font-size: 12pt;
	margin-bottom: 8px;
	margin-top: 0px;
	font-style: italic;
}
.oneColFixCtr #midtable h4 {
	text-align: left;
	color: #FFFFFF;
	font-size: 12pt;
	margin-bottom: 8px;
	margin-top: 0px;
}
.oneColFixCtr #midtable p{
	text-align: justify;
	margin-bottom: 10px;
}
.oneColFixCtr #midtable #last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.firstchar:first-letter {
	font-size: 3em;
	line-height: 0.8em;
	float: left;
	margin: 0 3px 3px 0;
}
.oneColFixCtr #midtable b {
	font-weight: bold;
	color: #0099FF;
}
.oneColFixCtr #midtable #bold {
	font-weight: bold;
}
.oneColFixCtr #thumbcol img{
	display: block;
	margin-bottom: 8px;
	margin-right: 0px;
	width: 100px;
	height: 150px;
}
.oneColFixCtr #thumbcol {
	padding-right: 16px;
}
.oneColFixCtr #price-box {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
.oneColFixCtr #price-box p {
	text-align: left;
}
.oneColFixCtr #left-price {
	float: left;
	width: 263px;
	padding-right: 5px;
}
.oneColFixCtr #right-price {
	padding-left: 5px;
	width: 263px;
	float: left;
}
.oneColFixCtr .price-header {
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}
.oneColFixCtr .grey {
	color: #BBB;
}
#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; }
#closeButton{ top: 5px; right: 5px; }

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

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
.oneColFixCtr #midtable #last-alt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 16px;
	margin-bottom: 36px;
}
.oneColFixCtr #container #copy {
	text-align: center;
}
.oneColFixCtr ul {
	margin-bottom: 32px;
}
