body
{
	font-family: Georgia;
	font-size: 14px;
	margin: 0;
	padding: 0;
	/* background: url(bg.png) repeat; */
	background: #aaa;
}

#container
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#page_top_left
{
	width: 39px;
	height: 150px;
	background: url(page_top_left.gif) no-repeat;
	background-position: bottom left;
}

#page_top
{
	width: 530px;
	height: 110px;
	background: url(page_top.gif) no-repeat;
	background-position: bottom left;
	padding-top: 40px;
}

#page_top_logo
{
	width: 190px;
	height: 150px;
	background: url(page_top.gif) no-repeat;
	background-position: bottom left;
}

#page_top_right
{
	width: 16px;
	height: 150px;
	background: url(page_top_right.gif) no-repeat;
	background-position: bottom left;
}

#page_left
{
	width: 39px;
	height: 133px;
	background: url(page_left.gif) repeat-y;
}

#page_center
{
	width: 720px;
	height: 133px;
	background: #fff;
}

#page_center h1
{
	text-align: center;
	font-size: 18px;
	color: #777;
	margin-top: 10px;
}

#page_right
{
	background: url(page_right.gif) repeat-y;
}

#page_bottom_left
{
	width: 39px;
	height: 33px;
	background: url(page_bottom_left.gif) no-repeat;
}

#page_bottom
{
	width: 720px;
	height: 33px;
	background: url(page_bottom.gif) repeat-x;
}

#page_bottom_right
{
	width: 16px;
	height: 33px;
	background: url(page_bottom_right.gif) no-repeat;
}

#thumb_container
{

}

.icon_normal
{
	padding: 2px;
	border: solid 2px #ccc;
}

.icon_highlight
{
	padding: 2px;
	border: solid 2px #00f;	
}

.icon_active
{
	padding: 2px;
	border: solid 2px #f00;
}

.thumb_normal
{
	float: left;
	padding: 5px;
	margin: 5px;
	border: solid 3px #ccc;
}

.thumb_highlight
{
	float: left;
	padding: 5px;
	margin: 5px;
	border: solid 3px #00f;	
	background: #eee;
}

.thumb_active
{
	float: left;
	padding: 5px;
	margin: 5px;
	border: solid 3px #f00;
	background: #d00;
}

#center_footer_spacer
{
	height: 50px;
}

#info-box-container
{
	height: 400px;
}

.info-box
{
	padding: 10px;
	width: 680px;
}

.info-box img
{
	margin-left: 5px;
}

.info-box h2
{
	text-align: left;
	font-size: 16px;
}

.info-tech {
	padding-top: 4px;
	padding-bottom: 4px;
}

.small
{
	font-size: 80%;
}

.floatfix
{
	clear: both;
}

#contact
{
	background: url(email_icon.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 50px;
	height: 40px;
}

#contact-form
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #eee;
	border: solid 6px #ccc;
	padding: 8px;
}

.tbl-form
{
	font-size: 12px;
}

.tbl-form  th
{
	text-align: right;
}

.tbl-form input
{
	border: solid 2px #ddd;
	font-family: Georgia;	
	font-size: 12px;		
}

.tbl-form input:focus
{
	background: #ddf;
	border: solid 2px #333;
}

.tbl-form textarea
{
	border: solid 2px #ddd;
	font-family: Georgia;	
	font-size: 12px;	
}

.tbl-form textarea:focus
{
	background: #ddf;
	border: solid 2px #333;
}

#loader { 
	padding: 0;
	margin: 0;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;  
	background: #fff; 
	z-index: 999;
	vertical-align: center; 
}

#loader-inner {
	padding: 10px;
	position: relative; 
	left: 10px;
	top: 10px; 		
	color: #777;
	font-weight: bold;
	font-size: 12px;
}

.tiny
{
	font-size: 82%;
	color: #a52a2a;
}

.tiny a
{
	color: #ff4500;
	font-weight: bold;
}
