/*
Theme Name: Hammer+Tong
Description: Theme for Hammer+Tong
Version: 1.6
Author: Taran Hubbert
*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
	outline: none;
}

body {
	background-color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font: italic 10px;
	color: #333;
}

a, a:visited {
	color: #333;
	text-decoration: none;
}

a:active, a:hover {
	color: #999;
	text-decoration: none;
}

#page {
	padding-top: 485px;
	padding-left: 60px;
}

#image {
	position: absolute;
	right: 0;
	left: 0;
	overflow: auto;
	height: 470px;
	background-color: #fff;
	top: 0px;
}

#image img {
	height: 455px;
}

#logo {
	margin-bottom: 14px;
	margin-right: 40px;
	z-index: 0;
}

#logo img {
	height: 26px;
}

#frontimage {
	position: absolute;
	top: 0;
	right: 0;
}

#nav {
	
}

#nav li {
	margin-bottom: 3px;
}

#mainNav {
	font-size: 10px;
	float: left;
	margin-right: 40px;
}

#subNav {
	font-size: 10px;
	float: left;
	margin-right: 40px;
}

#details {
	float: left;
	width: 400px;
	font-size: 10px;
	text-align: justify;
}

#details h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 6px;
}

#details p {
	margin-bottom: 6px;
}

a.selected {
	color: #999;
}
