﻿.table-corners
{
	width: 900px;
}
body
{
	background-image: url(i/bg-copy.gif);
	color: #222222;
	 font-family : sans-serif;
	font-size: 13px;
	margin: 0px;
	padding-top: 25px;
	position:relative;
}

td
{
	line-height: 20px;
	vertical-align: top;
}
h1
{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited
{
	color: #43586d;
}
a:hover
{
	color: #003156;
}
.main-table
{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 100%;
}
.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px color: #666699;
	text-align: right;
	vertical-align: bottom;
}
.top-img
{
	background-image: url(i/top-bg-copy2.jpg);
	color: #515a61;
	height: 100px;
	padding-left: 50px;
}
.website-title
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: right;
	/*letter-spacing: -1px*/
}

.menu
{
	background-image: url(i/menu-bg1.gif);
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.table-corners
{
	width: 900px;
}
.bg-white
{
	background-color: #FFFFFF;
}
.corner1
{
	background-image: url(i/corner1.gif);
	height: 20px;
	width: 20px;
}
.corner2
{
	background-image: url(i/corner2.gif);
	height: 20px;
	width: 20px;
}
.corner3
{
	background-image: url(i/corner3.gif);
	height: 20px;
	width: 20px;
}
.corner4
{
	background-image: url(i/corner4.gif);
	height: 20px;
	width: 20px;
}
a.menu-link, a.menu-link:visited
{
	background-image: url(i/menu-sep1.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 6px;
	text-decoration: none;
}
a.menu-link:hover
{
	background-image: url(i/menu-bg_hover2.gif);
	background-position: center;
	background-repeat: repeat-x;
	color: #ffffff;
}
greenlink
{
border: 0px;
}
.content
{
	padding-bottom: 35px;
	padding-left: 2px;
	padding-right: 60px;
	padding-top: 25px;
}
.content-right
{
	padding-top: 20px;
}
a.made-in
{
	color: #aaaaaa;
}
.made-in_text
{
	color: #aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 15px;
	padding-left: 3px;
}
a.menu-right, a.menu-right:visited
{
	background-color: #6699cc;
	border-bottom: #CCCCCC solid 1px;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	line-height: 30px;
	padding-left: 20px;
	text-decoration: none;
	width: 100px;
}
a.menu-right:hover
{
	background-color: #66CCFF;
	color: #FFFFFF;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gray;
padding: 1px;
left: -1000px;
border: 1px solid blue;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px; /*top offset 100px above link line */
left: 300px; /*position where enlarged image should offset horizontally */

}


