/*---------- Content Presentation Stylesheet ------------ */
/*          Created By Ben Stewart - Dec 2009             */

* {
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll; /* keeps a vertical scrollbar on all pages */
}
body {
	background-color: #fff;
	font-size:12px;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	margin: 0px;
	width:300px;
}
h1, h2, h3 {
	font-weight: normal;
	color: #000;
	margin: 0;
	text-transform: uppercase;
}
h1 {
	font-size:28px;
	padding:0 0 15px 0;
}
h2 {
	font-size:28px;
	padding:0 0 10px 0;
}
h3 {
	font-size:14px;
	border-bottom: 1px solid #000;
	padding:0 0 5px 0;
	margin-bottom: 10px;
}
ul {
	margin: 0 10px 15px 20px;
}
li {
	margin:0px;
	list-style: disc;
	padding:0 0 5px 5px;
}
p {
	margin: 0 0 15px 0;
}
a {
	border:none;
	color: #000;
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
img {
	border:0;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}
body {
	margin: 0px auto;
	width:100%;
}
#header {
	height:160px;
	margin:0;
	border-bottom:1px solid #c0c0c0;
}
#header img {
	margin-top:80px;
}
#container {
	text-align:left;
	width:970px;
	margin:0 auto;
}
#wrapper {
	border-top:1px solid #404040;
	padding:25px 0;
}
#content {
	float:right;
	width:660px;
	padding-bottom:15px;
	min-height:400px;
}
.homeCurrentItemWrap {
	width:320px;
	padding: 0 10px 0 0;
	float:left;
}
.homeCurrentWrapper h2 {
	margin-bottom:10px;
	font-size:16px;
	border:none;
	border-bottom:2px solid #c0c0c0;
}
.homeCurrentItem {
	float:right;
	color:#b3b3b3;
	width:240px;
	line-height:12px;
}
.homeCurrentItem p {
	padding-bottom:3px;
}
.homeCurrentItem h3 {
	margin-bottom:5px;
	border:none;
}
.homeCurrentItemWrap img {
	width:60px;
	margin: 0 5px 0 0;
	float:left;
}
.homeCurrentItem a, .homeCurrentItem a span,
a.trailer, a.trailer span {
    display: block;
    padding: 0 22px  0 14px;
	overflow:hidden;
	height:28px;
    background: url(images/tab.png) no-repeat;
    cursor: pointer;
	float:left;
}
a.trailer, a.trailer span {
    background: red url(images/tab2.png) no-repeat;
	float:left;
	clear:left;
	color:#fff;
}
.homeCurrentItem a,
a.trailer {
    background-position: 100% -28px;
	/*width:78px;*/
    position: relative;
	font-family: "Myriad Pro";
	text-transform:uppercase;
    z-index: 2;
    padding-left: 0;
    color: #b3b3b3;
    font-size: 10px;
    /*line-height: 0.9;*/
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.homeCurrentItem a:hover, .homeCurrentItem a:focus,
a.trailer:hover, a.trailer:focus {
    background-position: 100% 0;
    color: #000;
    outline: 0; /* prevent dotted border in Firefox */
}
.homeCurrentItem a span,
a.trailer span {
    /*width: 64px; /* IE 6 treats width as min-width */
    /*min-width: 64px;*/
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
.homeCurrentItem a:hover span, .homeCurrentItem a:focus span, .homeCurrentItem a:active span,
a.trailer:hover span, a.trailer:focus span, a.trailer:active span {
    background-position: 0 0;
}
.homeCurrentItem a span,
a.trailer span {
    background-position: 0 -28px;
}
.worksTitle {
	float:right;
	width:370px;
}
#navigation {
	float:left;
	width:280px;
}
#navigation ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
#navigation li {
	/*width:280px;*/
	list-style:none;
	padding:0 0 1px 0;
	margin-bottom:5px;
}
#navigation li a {
	/*width:280px;*/
	font-size:18px;
	text-transform:uppercase;
	/*display:block;*/
	padding:0 0 1px 0;
}
#navigation li a:hover,
#navigation li.active a{
	/*width:280px;*/
	padding:0;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px solid #404040;
	/*display:block;*/
}
#navigation li:hover,
#navigation li.active {
	/*width:280px;*/
	list-style:none;
	/*padding:0;
	border-bottom:1px solid #c0c0c0;*/
}
#footer {
	clear:both;
	width:100%;
	border-top:2px solid #808080;
	color: #b3b3b3;
	padding:10px 0;
}
#footer a {
	color: #b3b3b3;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
#footer li {
	list-style:none;
	display:inline-block;
	padding:0;
	width:115px;
	text-transform:uppercase;
}
.copy {
	width:100%;
	text-align:left;
}
.copy a {
	text-transform:none;
}
.divider {
	clear:both;
	border-top:1px solid #808080;
	margin:15px 0 25px 0;
}
.workImage {
	float:left;
}
.workText {
	width:370px;
	float:right;
}/*------------- Contact Form --------------*/

div.contactForm {
	width:365px;
	padding: 0px;
	margin: 30px 0;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: middle;
}
div.row span.label {
	float: left;
	width: 120px;
	text-align: left;
	padding:0px 10px 0px 0px;
}
div.row span.formw {
	float: right;
	width: 210px;
	text-align: left;
}
input, textarea, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 210px;
	border: 1px solid #666;
	background: #fff;
	padding-left: 3px;
}
input {
	width:210px;
}
div.row span.formw textarea {
	height:60px;
}
div.spacer {
	clear: both;
}
.button{
  width:75px;
  cursor:pointer;
}
