* { margin: 0; padding: 0; }

body {
	font-family: "Lucida Grande",Verdana,Arial;
        font-size: 0.8em;
	color: black;
	background: url('images/background.png');
	background-position: top left;
	background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 60px;
        width: 880px;
}

#mainpage #content {
        font-size: 1.2em;
}

img {
	border: none;
}

#navigation {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

#navigation li {
	list-style: none;
	float: left;
	padding-left: 22px;
	padding-right: 10px;
	background: url('images/bullet-small-round.png');
	background-position: left;
	background-repeat: no-repeat;
}

#navigation li.first {
	padding-left: 10px;
	background: none;
}

#navigation a {
	text-decoration: none;
	color: black;
        padding-left: 10px;
        padding-right: 10px;
}

#navigation a:hover {
	color: #fd1813;
}

#navigation a.active {
        background-color: #fd1813;
        color: white;
}

h1 {
	font-weight: normal;
	text-align: left;
	margin-top: 30px;
        background: url('images/header.png');
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 30px;
}

h2 {
        font-weight: normal;
        margin-top: 10px;
        background: url('images/bullet-large.png');
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 25px;
}

#logo {
	float: right;
	padding-top: 35px;
	padding-bottom: 20px;
	width: 195px;
	background-position: right;
	margin-left: 100px;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 850px;
}
.indexlogo {
	width: 285px;
	float: right;
	margin-top: 50px;
}

#content p {
        padding-top: 5px;
        padding-bottom: 5px;
}

#content ul {
        margin-top: 10px;
        margin-bottom: 10px;
}

#content li {
        list-style: none;
        padding-left: 25px;
        padding-top: 5px;
        background: url('images/bullet-small.png');
        background-position: left;
        background-repeat: no-repeat;
        margin-left: 25px;
}

#mainpage #content li {
        margin-left: 0;
}

#photo {
        clear: right;
        float: right;
        margin-bottom: 20px;
        background: url('images/shadow-big.png');
        background-repeat: no-repeat;
        background-position: bottom right;
        padding-right: 13px;
        padding-bottom: 13px;
        margin-left: 20px;
        margin-top: 20px;
}

#photo img {
        border: 1px solid #333333;
}        

#content p.italic {
	font-style: italic;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer {
	display: table;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 950px;
}
.thumbnailholder {
	float: left;
	width: 220px;
}
.twelvebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.before {
	float: left;
	height: 110px;
	width: 100px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	vertical-align: bottom;
	text-align: left;
}
.after {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	float: right;
	height: 110px;
	width: 100px;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: bottom;
}

#footer li {
	list-style: none;
	float: left;
	padding-left: 19px;
	padding-right: 10px;
	background: url('images/bullet-small.png');
	background-position: left;
	background-repeat: no-repeat;
}

#footer li.first {
	padding-left: 0;
	background: none;
}

.clr {
	clear: both;
}

#thumbnails {
	padding-top: 5px;
	float: left;
	width: 900px;
}

#thumbnails ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
        clear: both;
        margin-top: 0;
}

#thumbnails p {
        display: table;
        font-size: 70%;
	width: 100%;
	text-align: center;
	margin-top: 10px;
        margin-bottom: 0;
}

#thumbnails li {
	list-style: none;
	float: left;
        background: none;
        padding: 0;
        margin: 0;
}

#thumbnails li a {
	display: table;
	width: 172px;
	height: 146px;
	background: url('images/shadow-thumb.png');
	background-repeat: no-repeat;
	background-position: center;
}

#thumbnails li img {
	margin: 8px;
        border: 1px solid #333333;
}

#bigphoto {
        width: inherit;
        padding: 20px;
}

.watermark {
        position: relative;
}

.watermark span {
        position: absolute;
        right: 10px;
        bottom: 10px;
        background-image: url('images/logo-small.png');
        background-repeat: no-repeat;
        width: 109px;
        height: 75px;
}

.watermark img {
        border: 1px solid #333333;
}        

address {
        padding-top: 10px;
        padding-bottom: 10px;
}

#brochure {
        background-color: white;
        border: 1px solid black;
        display: table;
        padding: 7px;
        text-align: center;
}

#adobe {
        margin-top: 7px;
        padding-top: 7px;
        border-top: 1px solid #999999;
        width: 100%;
}

#adobe img {
        float: right;
}

