body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0f0ee;
	color: #5d5f5d;
	font-size: 11px;

}

html, body {
		min-height:100%;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #787c78;
}

* {
	outline: none;
}

img {
	border: 0;
}

h1, h2 {
	font-family: 'Times New Roman';
	color: #363a36;
	font-size: 20px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

h2 {
	margin-bottom: 10px;
}

h1.title {
	margin-bottom: 3px;
}

span.pretitle {
	font-size: 14px;
	margin-bottom: 3px;
}

#header {
	position: relative;
	height: 150px;
	background-image: url('../img/gradient-bar.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#find-me {
	background:none repeat scroll 0 0 #F0F0EE;
	height:28px;
	padding:20px 20px 0 0;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:100;
	text-align: right;
}

#find-me-text {
	position:absolute;
	right:122px;
	top:24px;
}

#show-more {
	text-align: left;
	color: black;
	cursor: pointer;
}

#header a#logo {
	background-image:url("../img/logo.png");
	bottom:20px;
	display:block;
	height:22px;
	left:0;
	position:absolute;
	width:278px;
}

#header ul#menu {
	position: absolute;
	height: 36px;
	bottom: 0px;
	right: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#header ul#menu li {
	float: left;
}

#header ul#menu li a {
	margin-left: 40px;
	display: block;
	height: 35px;
	text-decoration: none;
}

#header ul#menu li a.active {
	border-bottom: solid 1px black;
}

#header ul#menu li a:hover {
	border-bottom: solid 1px black;
}

#footer {
	background-image: url('../img/gradient-bar.png');
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	margin-top: 10px;
}

#footer .left {
	float: left;
}

#footer ul.right {
	float: right;
		list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer ul.right li {
	float: left;
}

#footer ul.right li a {
	margin-left: 40px;
	display: block;
	height: 22px;
	padding-top: 10px;
	margin-top: -10px;
	text-decoration: none;
	border-top: solid 1px transparent;
}

#footer ul.right li a:hover {
	border-top: solid 1px black;
}

#home .header {
	margin-bottom: 10px;
		overflow: hidden;
}

#home .header a {
	display: block;
	height: 517px;
	width: 1000px;
}

#home .footer-left {
	float: left;
	width: 392px;
}

#home .footer-left img {
	float: left;
	margin-right: 10px;
}

#home .footer-right {
	float: left;
	width: 608px;
}

#home .footer-right img {
	float: left;
		margin-right: 10px;
}




#gallery {
	margin-top: 80px;
	margin-bottom: 80px;
}

#gallery #left {
	width: 250px;
	float: left;
}

#gallery #left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#gallery #left ul li {
		margin-top: 5px;
	margin-bottom: 5px;
}

#gallery #left ul li a {
	text-decoration: none;
}

#gallery #left ul li a.active {
	padding-left: 5px;
	font-weight: bold;
	color: #363a36;
}

#gallery #left ul li a:hover {
	padding-left: 5px;
	font-weight: bold;
	color: #363a36;
}

#gallery #right {
	width: 750px;
	float: left;
}

#gallery a.event {
	width: 150px; height: 190px; float: left;
	display: block;
	background-image: url('../img/image-overlay.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	font-weight: normal;
	margin-right: 30px;
}

#gallery a.event img {
	display: block;
}
#gallery a.event:hover {
	color: #363a36;
	font-weight: bold;
}

#gallery .event-image {
	border: solid 6px White;
}

#gallery div.event {
	position: relative;
	margin-bottom: 60px;
}

#gallery div.event div.image-wrapper {
	position: relative;
	float: left;
}

#gallery #header-rotator a {
	display: block;
	height: 696px;
}

#gallery div.event a.buy {
	display: none; 
	position: absolute; 
	top: 0px; 
	right: 30px; 
	background-color: black; 
	color: white; 
	padding: 10px;
}

#gallery div.event img {
	display: block;
}

#gallery div.event span.number {
	display: block;
	color: #363a36;
	font-weight: bold;
}

#gallery div.event span.keywords {
	display: block;
	color: #5d5f5d;
}

#gallery .event-left {
	float: left;
}

#gallery .event-left a:hover {
	font-weight: bold;
	color: #363a36;
}

#gallery .event-right {
	float: right;
}

#gallery .event-right a:hover {
	font-weight: bold;
	color: #363a36;
}


#clients {
	margin-top: 100px;
	margin-bottom: 100px;
}

#clients #left {
	float: left;
	width: 270px;
	margin-top: -50px;
}

#clients #right {
	float: left;
	margin-left: 30px;
	width: 700px;
}

#clients #right .client {
	float: left; width: 140px; height: 75px;
	margin-bottom: 30px;
}

#clients #right .client img {
	display: block;
}



#contact {
	margin-top: 100px;
	margin-bottom: 100px;
}

#contact a:hover {
	color: #363a36;
	font-weight: bold;
}

#contact #left {
	width: 528px;
	float: left;
}

#contact #left img {
	float: right;
}

#contact #right {
	margin-top: -50px;
	width: 430px;
	margin-left: 20px;
	float: left;
}

#contact table {
	width: 100%;
}

#contact table td {
	padding-bottom: 10px;
}



#newsletter {
	margin-top: 100px;
	margin-bottom: 100px;
}

#newsletter #left {
	width: 580px;
	float: left;
}

#newsletter #right {
	width: 400px;
	margin-left: 20px;
	float: left;
	margin-top: -50px;
}

#newsletter table {
	width: 100%;
}

#newsletter table td {
	padding-bottom: 10px;
}

input {
	border: solid 1px #4a4d49;
}

input[type=text] {
	width: 300px;
}

textarea {
	border: solid 1px #4a4d49;
		width: 300px;
}

input[type=submit] {
	border: 0px;
	padding: 2px;
	background-color: #5d5f5d;
	color: white;
	font-size: 11px;
}

input[type=submit]:hover {
	background-color: #363a36;
}

#disclaimer {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}


#buy {
	margin-top: 100px;
	margin-bottom: 100px;
}

#buy #left {
	width: 580px;
	float: left;
}

#buy #right {
	width: 400px;
	margin-left: 20px;
	float: left;
	margin-top: -50px;
}

#buy table {
	width: 100%;
}

#buy table td {
	padding-bottom: 10px;
}

#buy div.event {
	width: 150px; height: 190px; float: left;
	display: block;
	text-decoration: none;
	font-weight: normal;
	margin-right: 30px;
}

#buy div.event img {
	display: block;
	border: solid 6px white;
}

#buy a {
	display: block;
	margin-top: 50px;
	font-weight: bold;
	color: #363a36;
}