@charset "UTF-8";
/* Copyright 2009 Metiscan Inc. */
body {
	margin:0 auto;
	padding:0;
	width: 700px;
	background-color:#FFF;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
#container {
	border: none;
	background: #fefefe;
	-moz-border-radius: 6px;
	padding: 3px;
}
#carousel {
	margin: 0;
	padding: 0;
}
#carousel li {
	display: inline;
	height: 100px;
	width: 225px;
}
.yui-skin-sam #container #carousel li {
	display: inline;
}
#content {
	clear: both;
}
#content h1 {
	font-size:22px;
}
#content h2 {
	font-size:18px;
}
.selected-thumb {
/* todo need highlight effect that works with rounded images. */
	border: 1px solid #fff;
}
tr {
	vertical-align: top;
}
.even {
	background-color: #eee;
}
.odd {

}
#carousel img {
	margin: 1px;
}
#ftr {
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #ddd;
	clear:both;
}
#ftr a {
	font-size: 11px;
	color:#06F;
	text-decoration: none;
	margin: 0 0 0 10px;
}
#tlogo {
	width: 290px;
	float: left;
	height: 55px;
	margin: 10px 0;
	padding: 0px;
}
#nav ul {
	text-align:center;
	height: 39px;
	width: 400px;
}
#nav li {
	display: inline;
	height: 39px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	background: url(images/navrollover.jpg) no-repeat left top;
}
li#gn-home {
	background: url(images/navrollover-left.jpg) no-repeat left top;
}
li#gn-contact {
	background: url(images/navrollover-right.jpg) no-repeat left top;
}
#nav a {
	float: left;
	width: 100px;
	height: 29px;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
#nav a:hover {
	background: url(images/navrollover.jpg) 0px -39px;
	color: #fff;
}
#nav a:active {
	background: url(images/navrollover.jpg) 0px -78px;
	color: #fff;
}
#gn-home a:hover {
	background: url(images/navrollover-left.jpg) 0px -39px;
}
#gn-home a:active {
	background: url(images/navrollover-left.jpg) 0px -78px;
}
#gn-contact a:hover {
	background: url(images/navrollover-right.jpg) 0px -39px;
}
#gn-contact a:active {
	background: url(images/navrollover-right.jpg) 0px -78px;
}
.copyright {
	font-size: 11px;
	color: #999
}

.righthalf {
	float: right;
	width: 185px;
}
.lefthalf {
	width: 500px;
	float: left;
}
