html, body, #top-banner, #top-banner ul, #footer ul
{
	margin: 0;
	padding: 0;
}

html
{
	font-family: "Lucida Grande", Verdana, Helvetica, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 76%;
	
	background-color: #f0f0f0;
	
	min-width: 760px;
}

body
{
	background: transparent url('../images/top-bkg.png') repeat-x;
}


a:link, a:visited
{
	text-decoration: none;
	color: #0057c2;
}

a:hover
{
	text-decoration: underline;
	color: #092c5b;
}

#header .title, #content, #foot-wrapper
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
}

#header
{
	background: transparent url('../images/header.jpg') no-repeat center top;
	height: 215px;
}

#home #header
{
	height: 215px;
}

#top-banner
{
	background: transparent url('../images/top-banner.png') repeat-x;
	height: 30px;
}

#top-banner ul
{
	display: inline;
	float: right;
	
	padding-right: 40px;
}

#top-banner ul li
{
	display: block;
	float: left;
	
	list-style: none;
	
	border-left: 1px solid #434343;
	
	height: 29px;
}

#top-banner li.end
{
	border-right: 1px solid #434343;
}

#top-banner a
{
	color: #fff;
	display: block;
	padding: 6px 14px 0;
	height: 23px;
}

#top-banner a:hover, #footer a:hover
{
	color: #cfcfcf;
	text-decoration: none;
}

h1 a span
{
	display: none;
}

h1 a
{
	display: block;
	width: 327px;
	height: 58px;
	
	margin-top: 65px;
	
	background: transparent url('../images/logo.png') no-repeat;
}

#footer
{
	background: #000 url('../images/footer.png') repeat-x;
	color: #d6d6d6;
	font-size: 0.9em;
	padding: 25px 0;
	margin-top: 30px;
}

#footer div.col
{
	width: 24.75%;
	float: left;
	border-right: 1px solid #575657;
	min-height: 130px;
}

#footer div.col div
{
	padding: 5px 25px;
}

#footer div.last
{
	border-right: none;
}

#footer a
{
	color: #c4e9ff;
}

#footer a:hover
{
	color: #56d1ff;
}

#footer li
{
	list-style: none;
	display: block;
	padding-top: 3px;
}

#footer h2
{
	font-size: 1.1em;
	margin: 4px 0 20px 40px;
}

#footer h3
{
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

#content p
{
	color: #232323;
	line-height: 1.4em;
	
	text-align: justify;
}

h2
{
	font-size: 2em;
	font-weight: normal;
}

h3
{
	font-size: 1.6em;
	font-weight: normal;
}

h2.post_title
{
	margin-bottom: 3px;
}

h3.post_title
{
	margin-bottom: 3px;
	margin-top: 1.6em;
}

#content p.details, span.details
{
	margin-top: 0;
	color: #6c6c6c;
}

.clear
{
	clear: both;
}

hr
{
	background: #d1d1d1;
	border: none;
	height: 1px;
}

label
{
	display: block;
	margin-bottom: 2px;
}

input[type="text"]
{
	width: 380px;
}

textarea
{
	width: 380px;
	height: 140px;
}

img
{
	border: none;
}

.left
{
	float: left;
}

.thumbnails
{
	width: 920px;
	margin: auto;
}

.thumbnails div
{
	width: 282px;
	float: left;
	text-align: center;
	margin: 0 20px 30px 0;
}

.thumbnails div.last, .thumbs img.last, .thumbs div.last
{
	margin-right: 0;
}

.thumbnails a
{
	display: block;
	padding: 5px 5px 3px 5px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin-bottom: 4px;
}

div.photo
{
	width: 862px;
	margin: auto;
}

.photo img.main
{
	min-height: 567px;
}

.photo img
{
	display: block;
	padding: 5px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin: 0 auto;
}

.photo .pointer
{
	margin-top: 15px;
	height: 11px;
	background: transparent url('/assets/images/arrow.png') no-repeat center;
}

.thumbs img, .thumbs .placeholder
{
	height: 92px;
	width: 138px;
	float: left;
	margin-right: 28px;
	padding: 5px;
}

ul.spaced li
{
	margin-bottom: 10px;
}

.photo .image
{
	padding: 5px 4px 5px 5px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
}

.photo .image div
{
	background: url('/media/photos/front.jpg') no-repeat;
	height: 498px;
	width: 850px;
}

.image a
{
	color: #fff;
	display: block;
	height: 83px;
	width: 430px;
	padding-left: 35px;
}

.image a:hover
{
	text-decoration: none;
	background: url('/assets/images/main-hover.png') repeat-y;
}

.image strong
{
	display: block;
	font-weight: normal;
	padding-top: 11px;
	font-size: 2.1em;
	text-shadow: 2px 2px 4px #000;
}

.image span
{
	display: none;
	padding-top: 9px;
}

.image a:hover span
{
	display: block;
	font-size: 1.15em;
}
