@charset "utf-8";

/* LAYOUT ________________________________________________________________________ */

	body {
	background-image: url(../images/bg_fade.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	background-color: #81675E;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}
	
	img {
	border: none;
	}
	
	#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 25px;
	}
	
	.premain {
	height: 10px;
	background-image: url(../images/bg_top.png);
	background-position: top;
	background-repeat: no-repeat;
	}
	
	.main {
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	}
	
	.postmain {
	height: 10px;
	background-image: url(../images/bg_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	}
	
	.header {
	height: 89px;
	background-image: url(../images/bg_header.png);
	background-position: top;
	background-repeat: no-repeat;
	}
	
	.logo {
	width: 459px;
	margin-left: 70px;
	margin-top: 30px;
	float: left;
	border: none;
	}
	
	.boxtop {
	width: 900px;
	height: 9px;
	background-image: url(../images/bg_box_top.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	}
	
	.box {
	width: 873px;
	height: 348px;
	padding-left: 27px;
	background-image: url(../images/bg_box.png);
	background-position: top;
	background-repeat: repeat-y;
	margin-top: 0px;
	}
	
	.boxbottom {
	width: 900px;
	height: 10px;
	background-image: url(../images/bg_box_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	}
	
	.footer {
	background-color: #D3CAC7;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333333;
	width: 785px;
	font-size: 9px;
	margin-left: 50px;
	margin-top: 40px;
	padding-left: 15px;
	}
	
	.footer a {
	color: #333333;
	}
	
/* CONTENT LAYOUT ______________________________________________________________ */

	.left {
	width: 142px;
	margin-left: 50px;
	padding: 20px;
	float: left;
	display: inline;
	}
	
	.centre {
	width: 394px;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	display: inline;
	}
	
	.right {
	width: 142px;
	float: left;
	display: inline;
	padding: 20px;
	}
	
	.portfoliothumb {
	width: 150px;
	float: left;
	border: 0px;
	}
	
	.portfoliothumbrightaviation {
	width: 80px;
	height: 38px;
	margin-left: 10px;
	padding-top: 4px;
	float: left;
	line-height: 14px;
	font-size: 9px;
	}
	
	.contactleft {
	width: 80px;
	float: left;
	padding-bottom: 5px;
	}
	
	.contactright {
	width: 110px;
	float: left;
	padding-bottom: 5px;
	}
	
	.contactfullwidth {
	width: 190px;
	padding-bottom: 15px;
	}
	
	.contactformtext {
	font-size: 9px;
	padding: 4px;
	border: #666666 1px solid;
	background-color: #FFFFFF;
	}
	
	.portfoliothumbnailcontainer {
	margin-left: 20px;
	}
	
	.portfoliothumbnail {
	border: #CCCCCC 2px solid;
	margin: 5px;
	}

/* FORCERS _____________________________________________________________________ */

	.forcer {
	clear: both;
	}
	
	.forcer15 {
	clear: both;
	margin-bottom: 15px;
	}
	
	.forcer40 {
	clear: both;
	margin-bottom: 40px;
	}
	
	hr {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	}

/* NAVIGATION __________________________________________________________________ */

	.navbar {
	width: 120px;
	padding-left: 10px;
	padding-top: 57px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 690px;
	font-weight: bold;
	}
	
	.navbar ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	font-size: 9px;
	}

	.navbar li {
	list-style-type: none;
	display: inline;
	}

	.navbar li a {
	text-decoration: none;
	margin-left: 8px;
	color: #999999;
	font-weight: bold;
	}
	
	.navbar li a:hover {
	color: #000000;
	}
	
/* TEXT ________________________________________________________________________ */

	a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border: none;
	}

/* EXHIBITION INFORMATION ______________________________________________________ */

	.showtitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
	.showdate {
	font-size: 11px;
	margin-bottom: 3px;
	}
	
	.showinfo {
	font-size: 9px;
	color: #666666;
	margin-bottom: 12px;
	}