body {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	background: #ebebeb;
	color: #505050;
}
h1 {
	font-size: 24px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 18px;
	margin: 15px 0;
}
h3 {
	font-size: 16px;
	margin: 15px 0;
}
p {
	line-height: 1.4em;
	margin: 15px 0;
}
form p {
	clear: both;
}
form input {
	width: 220px;
}
form textarea {
	width: 220px;
}
form label {
	width: 100px;
	float: left;
	text-align: left;
	display: block;
	margin-right: 10px;
	padding: 3px 3px 3px 0;
}
form fieldset {
	padding: 5px;
	border: 1px solid #DDDDDD;
}
form fieldset legend {
	margin-left: 20px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #AAAAAA;
}
form .checkbox {
	width: auto;
}
form .buttons {
	text-align: center;
}
form .buttons input {
	width: auto;
}
#wrapper {
	background: url(/images/bg.png) repeat-y left top;
	margin: 0 auto;
	width: 972px;
	padding: 0 5px;
}
#header {
	background: url(/images/header.png) no-repeat left top;
	position: relative;
	height: 150px;
	padding: 0 30px;
}
#header img {
	float: left;
}
#nav {
	position: absolute;
	right: 40px;
	bottom: 60px;
}
#nav li {
	display: block;
	float: left;
	margin: 0 0 0 15px;
}
#nav li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}
#nav li a:hover, #nav li a.selected {
	color: #2d853e;
}
#sidebar {
	width: 210px;
	padding: 0 0 30px 30px;
	float: left;
}
#menu li {
	margin: 5px 0;
}
#menu li a {
	color: #959595;
	text-decoration: none;
	font-size: 16px;
}
#menu li a:hover, #menu li a.selected {
	color: #2d853e;
}
#content {
	float: left;
	width: 660px;
	font-size: 12px;
	padding: 0 30px 30px 30px;
}
#features {
	position: relative;
	float: left;
	width: 602px;
	height: 402px;
	overflow: hidden;
}
#features .element {
	position: relative;
	width: 602px;
	height: 402px;
}
#features .element img {
	border: 1px solid #000;
}
#features .element .content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #000000;
	padding: 5px 20px 5px 20px;
	color: #fff;
	width: 562px;
}
#features .element .content a {
	color: #fff;
}
#features .element .content h3 {
	margin-top: 0;
	margin-bottom: 0;
}
#photos {
	width: 100%;
}
#photos td {
	vertical-align: top;
}
#photos td.photo {
	width: 200px;
	padding: 0 0 15px 0;
}
#photos td.photo img {
	border: 1px solid #000;
}
#photos td.description {
	padding: 0 15px;
}
#photos td.options {
	padding: 0 15px 15px 15px;
}
#photos td.options p {
	margin: 10px 0 5px 0;
	clear: both;
}
#photos td.options p.postage {
	font-style: italic;
	color: #007700;
}
#photos td.options .option input.submit {
	background-color: #bbbbbb;
	color: #ffffff;
	border: none;
	padding: 5px;
	margin: 0 0 5px 5px;
	cursor: pointer;
	white-space: normal;
	width: auto;
	float: left;
}
#photos td.options .option input.submit:hover {
	background-color: #959595;
}
#photos td h3 {
	margin: 0;
}
#footer {
	background: #ebebeb url(/images/footer.png) no-repeat left top;
	clear: both;
	margin: 0 -5px;
	padding: 10px 30px;
	color: #959595;
}
#footer .copyright {
	float: left;
	text-align: left;
}
#footer .circlesquare {
	float: right;
	text-align: right;
}
#footer .circlesquare a {
	color: #959595;
	text-decoration: none;
}
#footer .circlesquare a:hover {
	text-decoration: underline;
}
.lightbox {
	background: #FFFFFF url(/js/loading.gif) center center no-repeat;
	padding: 30px 10px 10px 10px;
}
.lightbox .previous {
	background: url(/js/previous.png) top left no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 44px;
	height: 9px;
}
.lightbox .next {
	background: url(/js/next.png) top left no-repeat;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 25px;
	height: 9px;
}
.lightbox .close {
	background: url(/js/close.png) top left no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 9px;
	height: 9px;
}
