#dropin {
	 position: absolute;
	 visibility: hidden;
	 right: 10px;
	 top: 10px;
	 width: 250px;
	 height: 400px;
	 background-color: #FFF;
	 border: 2px #000 solid;
	 }
	 
	 #dropin .close, #dropin .close a {
	 	position: absolute;
		top: 0;
		right: 0;
		width: 75px;
		padding: 2px;
		font-size: 10px;
		text-align: center;
		background-color: #000;
		color: #FFF;
		z-index: 5;
		}
	
	#dropin .describe {
		position: absolute;
		bottom: 10px;
		left: 10px;
		background-image: url(utilities/trans-wall.png);
		width: 175px;
		height: 180px;
		padding: 10px 20px 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12pt;
		text-align: center;
		z-index: 6;
		}
		
		#dropin .describe h1 {
			font-size: 20px;
			color: #000;
			}

body {
	background-color: #221a12;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}

a {
	text-decoration: none;
	}

.container {
	border: 1px #000 solid;
	}

.content {
	background-color: #fff;
	padding: 20px;
	width: 636px;
	}
	
	.content h1 {
		font: 16pt Georgia, "Times New Roman", Times, serif;
		color: #000;
		}
		
	.content h2 {
		font-size: 12pt;
		color: #000;
		margin: 2px 0;
		}
	
	.content img {
		border: 1px solid #000;
		}

	.content a, .content a:visited {
		color: #000;
		}
		
	.content a:hover {
		color: #B34333;
		}

.imgContainer {
	width: 190px;
	color: #333;
	font-size: 9px;
	line-height: normal;
	margin: 0 8px 20px 0;
	float: left;
	clear: right;
	}
	
.pullquote {
	width: 150px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12pt;
	text-align: right;
	color: #333;
	margin-right: 20px;
	}

.catalog {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px #777 dotted;
	}
		
.smalltext {
	font: 9px normal "Verdana";
	border-bottom: 1px #000 dotted;
	padding-bottom: 5px;
	}

.shadow {
	background-image: url(utilities/shadow-wall.png);
	background-repeat: y-repeat;
	background-position: left;
	width: 50px;
	}
	
.menu {
	width: 200px;
	font: 11px normal "Verdana";
	color: #98846f;
	padding-top: 40px;
}

	.menu a, .menu a:visited {
		color: #98846f;	
		}
	
	.menu a:hover {
		color: #fff;
		border-bottom: 1px #fff dotted;
		}

	.menu h2 {
		font-size: 10pt;
		width: 200px;
		border-top: 1px dotted #000;
		color: #98846f;
		padding-top: 20px;
		margin-top: 20px;
		}
	
	.menu li, ul {
		list-style: none;
		padding-left: 5px;
		line-height: 14pt;
		}

h1, h2 {
	font-family: Georgia, "Trebuchet MS", Times;
	font-size: 16px;
	font-stretch: narrower;
	font-weight: normal;
	color: #FFF;
	}

#flash {
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	width: 636px;
	z-index: -1;
}

#tech {
	z-index: -1;
	}

.indexMenu {
	background-color: #000;
	width: 210px;
	border: 1px #000 solid;
	}
	
	.indexMenu h1 {
		text-align: center;
		padding: 8px 0;
		}
		
	.indexMenu a, .indexMenu a:visited {
		color: #FFF;
		}
		
	.indexMenu a:hover {
		color: #B34333;
		}
	
.top {
	font: 9px normal "Verdana";
	text-align: right;
	padding: 5px 10px 5px 10px;
	background-color: #000;
	color: #FFF;
	border-bottom: 1px #777 dotted;
	}	
	
.footer {
	background-color: #000;
	color: #555;
	font: 10px normal "Verdana";
	vertical-align: top;
	}
	
	.footer td {
		padding: 10px 30px;
		}
		
	.footer h2 {
		font: 11pt normal Georgia;
		color: #777;
		}
		
	.footer a, .footer a:visited {
		color: #777;
		}
	
	.footer a:hover {
		color: #0000FF;
		border-bottom: 1px #0000ff dotted;

		}
		
.textfield {
	border: 1px #333 solid;
	background-color: #999;
	font: 11px normal "Verdana";
	padding: 4px;
	}
		
	.textfield:hover {
		background-color: #FFF;
		}
			
	.submit {
		border: 1px #333 solid;
		background-color: #000;
		font: 10px normal "Verdana";
		color: #333;
		width: 30px;
		height: 22px;
		}
		
		.submit:hover {
			background-color: #777;
			color: #000;
			}

.indexMenu iframe {
	border: 0;
	width: 210px;
	height: 310px;
	}		
	
img.noborder {
	border: 0;
	}