body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.gif) 0 0 repeat-x;
	font-size: 76%;
	color: #444;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.15em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

a:link, a:visited {
	color: #265688;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #132c6c;
	text-decoration: none;
	outline: none;
}

#wrapper {
	width: 780px;
	margin: 44px auto 20px auto;
	text-align: left;
	padding: 0;
}

#header {
	width: 100%;
	height: 305px;
	margin: 0;
	padding: 0;
	position: relative;	
}

img#homepage, .slideshow img, .slideshow {
	float: left;
}

.slideshow img {
	display: none;
}

#homepage {
	display: block;
}

#header h1 {
	padding: 0;
	margin: 0;
	float: right;
}

#home-pics {
	width: 320px;
	float: left;
	padding: 5px 0 0 38px;
}

#more {
	position: absolute;
	bottom: 1px;
	right: 43px;
	padding: 0;
	margin: 0;
	color: #999999;
	text-transform: lowercase
}

#home-pics img {
	border: 3px solid #d1d3cc;
}

#home-pics li {
	list-style: none;
	float: left;
	padding: 5px 12px;
	margin: 0;
}

a img {
	border: none;
}

#nav {
	clear: right;
	display: block;
	width: 330px;
	height: 32px;
	float: right;
}

ul {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
	display: block;
	height: 32px;
}

#nav li a {
	display: block;
	width: 62px;
	height: 32px;
	background: #fff url(../images/nav.gif) 0 0 no-repeat;
}

#nav li span {
	display: none;
}

#nav #home a {
	background-position: -19px 0;
	width: 52px;
}

#nav #products a {
	background-position: -71px 0;
	width: 74px;
}

#nav #gallery a {
	background-position: -145px 0;
	width: 62px;
}

#nav #contact a {
	background-position: -207px 0;
	width: 66px;
}

#nav #links a {
	background-position: -273px 0;
	width: 50px;
}

#nav #home a:hover {
	background-position: -19px -36px;
}

#nav #products a:hover {
	background-position: -71px -36px;
}

#nav #gallery a:hover {
	background-position: -145px -36px;
}

#nav #contact a:hover {
	background-position: -207px -36px;
}

#nav #links a:hover {
	background-position: -273px -36px;
}

#content {
	clear: both;
}

#content ul li {
	margin: 0.2em 1.8em;
	padding: 0;
	list-style: disc;
}	

#footer {
	background: #fff url(../images/line.gif) 50% 0 no-repeat;
	text-align: center;
	font-size: 0.90em;
	font-size: #5f5f5f;
	margin: 30px 0 0 0;
}

#footer p {
	padding: 15px 0;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.download {
	clear: both;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 3px 9px 3px;
	margin: 0 0 2.6em 0;
}

.tableSpec {
	width: 95%;
	margin: 0 0 15px 0;
	padding: 0;
	border-collapse: collapse;
}

.tableSpec th {
	font-weight: bold;
	text-align: left;
}

.tableSpec td, .tableSpec th {
	padding: 5px;
	border-bottom: 1px solid #eee;
	display: table-cell;
}

	/* jQuery lightBox plugin - Gallery style */
	#galleries {
		background-color: #eee;
		padding: 30px 0 10px 20px;
		width: auto;

	}
	#galleries ul { list-style: none; }
	#galleries ul li { display: inline; margin: 0 1.5em 0 0; padding: 0; }
	#galleries ul img {
		border: 5px solid #ccc;
		border-width: 5px 5px 20px;
		margin-bottom: 10px;
	}
	#galleries ul a:hover img {
		border: 5px solid #b6b6b6;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#galleries ul a:hover { color: #fff; }
