@charset "UTF-8";

/************************************************************************
	
	CSS Document // Master
	Makers
		
************************************************************************/
@import url("slimbox.css");




/************************************************************************
	1 - UNIVERSAL STYLES
************************************************************************/

body {
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
	background: #FFF url('../images/common/Background-Film.jpg') repeat-x;
	background-position: -1700px -180px;
}

h1 { /* Strapline  */
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -0.02em;
	color: #999;
	margin: 0 0 10px 0;
}

h2 { /* Orange Title Text  */
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -0.05em;
	color: #F6921E;
	margin: 0 0 10px 0;
}

h3 { /* Credits */
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #333;
	margin: 0;
	padding: 0;
}

h4 { /* Quote Name */
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #F6921E;
	margin: 0;
	padding: 0;
}

h5 { /* Quote Job Position */
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0;
}

p {
    font-size: 11px;
	line-height: 13px;
	color: #333;
	margin: 0 0 10px 0;
}

a, a:visited,
p a, p a:visited  {
    color: #333;
	text-decoration: none;
}

a:hover, a:active, a:focus,
p a:hover, p a:active, p a:focus {
	color: #F6921E;
	text-decoration: none;	
}

img {
	border: 0px;
}

hr {
	border: 0;
	border-top: 1px solid #F6921E;
	height: 1px;
	margin: 8px 0 8px 0;
}

* html hr { /* IE6 */
	margin: 0 0 0 0;
}

* + html hr { /* IE7 */
	margin: 0 0 0 0;
}

textarea {
	font-family: Arial, sans-serif;
}

.clear {
	clear: both;
}

ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

li {
	font-size: 13px;
	line-height: 1.4em;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
}





/************************************************************************
	2 - UNIVERSAL STRUCTURAL ELEMENTS
************************************************************************/

/****** -- 2A HEADER [START] -- ******/ 

#wrapper {
	width: 970px;
	height: auto;
	margin: 40px auto 20px auto;
	padding: 0;
}

#header {
	width: 400px; /* 970 */
	height: 85px;
	text-align: center;
	margin: 0 auto 58px auto;
}

#logo {
	width: 400px;
	height: 54px;
	text-align: center;
}

#logo h1 span {
	display: none;
}

#menu {
	width: 400px;
	height: 11px;
}

ul#nav { position: relative; float:left; height:11px; margin: 0 0 0 -5px; padding: 0; text-transform:uppercase; line-height: 11px; }
ul#nav li { position: relative; list-style: none; float: left; display: inline; margin: 0 0 0 0; padding:0 5px 0 5px; font-size:11px; border-right:1px solid #333; }
ul#nav li.last { background: none; margin: 0; padding:0 0 0 5px; border-right:none; line-height: 11px; }
ul#nav li a, ul#nav li.last a { position: relative; display: block; text-decoration: none;  color: #000; line-height: 11px; }
ul#nav li:hover a { color: #F6921E; }
ul#nav li a.on { color: #F6921E; }

#strapline {
	width: 400px;
	height: 40px;
	margin: 10px 0 0 0;
}

/****** -- 2A HEADER [END] -- ******/ 



/****** -- 2B FOOTER [START] -- ******/ 

#footer {
	position: relative;
	float: left;
	width: 970px;
	height: auto;
	text-align: center;
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
}

/****** -- 2B FOOTER [END] -- ******/ 



/****** -- 2C HOME [START] -- ******/ 

#quotes-left {
	float: left;
	width: 230px;
	margin: 0 25px 0 0;
}

#home-centre {
	float: left;
	width: 460px;
}

#home-video {
	width: 460px;
	height: 300px;
	background: #F2F2F2;
	margin: 0 0 20px 0;
}

#home-no-flash {
	padding: 140px 130px 0 130px;
	height: 30px;
	background: url('../images/common/No-Flash.jpg') center 90px no-repeat;
	color: #333;
	font-size: 11px;
	text-align: center;
}

#quotes-right {
	float: left;
	width: 230px;
	margin: 0 0 0 25px;
}

.top-quote {
	margin: 0 0 30px 0;
}

.quotes p {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	margin: 0;
}

/****** -- 2C HOME [END] -- ******/ 

#about-left {
	float: left;
	width: 340px;
	margin: 0 36px 0 127px;
}

#about-right {
	float: left;
	width: 340px;
}

#social-links img {
	margin: 0 10px 0 0;
}


#gallery {
	width: 970px;
	height: 360px;
	background: #F2F2F2;
	margin: 0 0 20px 0;
}

#gallery-no-flash {
	padding: 200px 130px 0 130px;
	height: 30px;
	background: url('../images/common/No-Flash.jpg') center 150px no-repeat;
	color: #333;
	font-size: 11px;
	text-align: center;
}
