@charset "utf-8";


	/* Globals ______________________________ */
	html, body {
	width: 100%;
	height: 100%;
	}
	* {
	margin: 0;
	padding: 0;
	}
	a {
	outline: none;
	text-decoration: none;
	}
	img {
	border: 0 none;
	}
	ul {
	list-style: none;
	}
	body {
	background: url(../../images/bg.jpg);
	text-align: center;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
	/* Layout ______________________________ */
	#wrapper {
	width: 100%;
	height: 100%;
	}
	#content {
	background: #000;
	width: 888px;
	height: auto;
	min-height: 300px;
	padding: 12px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	top: 3%;
	}
	
	/* Header ______________________________ */
	#wpLink {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	}
	#header {
	background: url(../../images/header_bg.jpg) repeat-x;
	width: inherit;
	height: 68px;
	}  
	#header #homeLink {
	width: 350px;
	height: 100%;
	display: block;
	float: left;
	}       
	#header a strong {
	display: none;
	}
	#header ul {
	width: 500px;
	float: right;
	margin-top: 25px;
	}
	#header ul li {
	display: block;
	margin-left: 10px;
	float: left;
	}
	#header ul li a {
	opacity: 0.50;
	}
	#header ul li a:hover {
	opacity: 1.0;
	}
	
	/* Page Content ______________________________ */
	#pageContent {
	padding-top: 40px;
	margin: 30px 0 0 30px;
	min-height: 300px;
	font-size: 12px;
	}
	#pageContent a {
	color: #fff;
	border-bottom: 1px dotted #aaa;
	}
	#pageContent a:hover {
	border-bottom: 0 none;
	border-bottom: 1px dotted #000;
	}
	.contact {
	background: url(../../images/contact_label.gif) no-repeat;
	}
	.about {
	background: url(../../images/about_label.gif) no-repeat;
	}
	.twitter{
	background: url(../../images/twitter_label.png) no-repeat;
	}
	.about img {
	float: left;
	}
	.about p {
	float: right;
	width: 500px;
	margin-right: 220px;
	}
	.press {
	background: url(../../images/press_label.gif) no-repeat;
	}
	.awards {
	background: url(../../images/awards_label.gif) no-repeat;
	}
	
	.exhibitions {
	background: url(../../images/exhibitions_label.gif) no-repeat;
	}
	.gallery {
	background: url(../../images/gallery_label.gif) no-repeat;
	height: 600px;
	}
	.gallery ul {
	text-transform: uppercase;
	float: left;
	}
	.gallery ul li {
	margin-bottom: 4px;
	}
	.gallery ul li a {
	color: #9a9a9a !important;
	border: 0 none !important;
	}
	.gallery ul li a:hover {
	color: #fff !important;
	}
	.gallery div {
	float: right;
	margin-top: -30px;
	}
        .gallery img,
        .gallery a {
        border: 0 !important;
        }
        .press img,
        .press a {
        border: 0 !important;
        }
        .awards img,
        .awards a {
        border: 0 !important;
        }
	
	h1 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	}
	.press ul {
	margin-left: 20px;
	}
	.press ul li {
	background: url(../../images/arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
	margin: 10px 0 10px 0;
	}
	
	.awards ul {
	margin-left: 20px;
	}
	.awards ul li {
	background: url(../../images/arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
	margin: 10px 0 10px 0;
	}
	
	.twitter ul {
	margin-left: 20px;
	}
	.twitter ul li {
	background: url(../../images/arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
	margin: 10px 0 10px 0;
	}
	
	.exhibitions ul {
	margin-left: 20px;
	}
	.exhibitions ul li {
	background: url(../../images/arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
	margin: 10px 0 10px 0;
	}
	
	/* Footer ______________________________ */
	#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #767676;
	clear: both;
	text-align: left;
	font-size: 10px;
	margin-top: 35px;
	}
	#footer div {
	color: #fff;
	float: left;
	}
	#footer div a {
	color: #5c5c5c;
	margin: 0 0 0 10px;
	}
	#footer div a img {
	position: relative;
	top: 3px;
	}
	#footer div a:hover {
	color: #fff;
	}
	#footer span {
	float: right;
	display: block;
	padding-top: 4px;
	}
	#footer span a {
	padding: 0 3px 0 3px;
	color: #aaa;
	}
	#footer span a:hover {
	background: #fff;
	color: #333;
	}