


/* START CSS Reset \*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}
table, tr, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align:top; }
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ??; content: none}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END CSS Reset \*/

/* START table css 
.header {	width: 100%; float: left; }
.header td.header_right {	background: url(../imgs/crane-header-right.jpg) no-repeat #000; }
.header td.header_left { background: url(../imgs/crane_header_background.jpg) repeat-x top right; }
.header td.header_left_background {	height: 423px; background: url(../imgs/crane_header_left.png) no-repeat top right; }
.header td.crane_header {
	width: 960px;
	height: 423px;
	background: url(../imgs/crane-header.jpg) no-repeat;
}
 END table css \*/

/* START generic \*/

@font-face {
	font-family: 'DINProMedium';
	src: url('dinpro-medium-webfont.eot');
	src: local('☺'), url('dinpro-medium-webfont.woff') format('woff'), url('dinpro-medium-webfont.ttf') format('truetype'), url('dinpro-medium-webfont.svg#webfontamQOVNjG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINProRegular';
	src: url('dinpro-regular-webfont.eot');
	src: local('☺'), url('dinpro-regular-webfont.woff') format('woff'), url('dinpro-regular-webfont.ttf') format('truetype'), url('dinpro-regular-webfont.svg#webfontW7Z49c3G') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINProLight';
	src: url('dinpro-light-webfont.eot');
	src: local('☺'), url('dinpro-light-webfont.woff') format('woff'), url('dinpro-light-webfont.ttf') format('truetype'), url('dinpro-light-webfont.svg#webfontewGQTqc4') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	font: 12px/1.7em Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}

body { 
	background: #000 url(../imgs/crane-header.jpg) top center no-repeat; 
}

p {
	color:#CCCCCC;
	line-height: 1.6em;
	margin-bottom: 10px;
}

p.note { font-size: 10px; color: #999; }

a {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #00CCFF;
}

h1 {
	text-align: right;
	margin-bottom: 20px;
	font-family: DINProLight, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-color: #fff;
	font-weight: normal;
}

h2 {
	text-align:right;
	font-family: DINProLight, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 15px;
}



/* END generic \*/

#wrapper { width: 960px; height: 250px; margin: 0 auto; display: block; }

#header {
	margin: 0 auto;
	width: 960px;
	height: 45px;
}

#header_nav {
	width: 960px;
	margin: 38px 0 0 0;
	float: left;
}

#header_nav ul li {
	float: left;
}

#header_nav ul li a {
	text-indent: -1000px;
	overflow: hidden;
	float: left;
}

#header_nav ul li a.showreel {
	width: 114px;
	height: 15px;
	margin: 0 0 0 50px;
	background: url(../imgs/play_showreel.png) no-repeat;
}

#header_nav ul li a.contact {
	width: 73px;
	height: 15px;
	margin: 0 0 0 25px;
	background: url(../imgs/contact.png) no-repeat;
}

#header_nav ul li a.about {
	width: 60px;
	height: 15px;
	margin: 0 0 0 545px;
	background: url(../imgs/about.png) no-repeat;
}

#header_nav ul li a.news {
	width: 73px;
	height: 15px;
	margin: 0 0 0 15px;
	background: url(../imgs/news.png) no-repeat;
}

#header_nav ul li a:hover {
	background-position: 0 -15px;
}

#logo {
	width: 153px;
	height: 81px;
	float: left;
	margin: 120px 0 0 780px;
}

#logo a {
	float: left;
	width: 153px;
	height: 81px;
	background: url(../imgs/logo.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#stripe {
	width: 100%;
	height: 33px;
	margin-top: 180px;
	marin-bottom: 20px;
	float: left;
	
}

#stripe.left {
		background: url(../imgs/stripe_left.gif) no-repeat top center;
}

#stripe.right {
		background: url(../imgs/stripe_right.gif) no-repeat top center;
}

#stripe ul#nav {
	width: 858px;
	height: 33px;
	margin: 0 auto 20px auto;
}

#stripe ul#nav li a {
	width: 159px;
	margin: 0 0 0 0;
	height: 33px;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
}

#stripe ul#nav li { float: left; padding: 0 10px 0 10px; margin: 0 ; }
	
#stripe ul#nav li.display_stripe {  float: left; background: url(../imgs/stripe_left.gif) no-repeat top left; height: 33px; }

#stripe ul#nav li a.r1_carbon_button { margin: 0 0 0 52px; width: 118px; background: url(../imgs/r1_carbon_button.png) no-repeat; }
#stripe ul#nav li a.pursuit_button { width: 94px;	background: url(../imgs/pursuit_crane_button.png) no-repeat; }
#stripe ul#nav li a.evo_button {	width: 138px; background: url(../imgs/evo_button.png) no-repeat; }
#stripe ul#nav li a.smart_button {	width: 80px; background: url(../imgs/smart_button.png) no-repeat; }
#stripe ul#nav li a.support_truck_button { width: 110px; background: url(../imgs/support_crane_button.png) no-repeat; }
#stripe ul#nav li a.videos_button { width: 101px; background: url(../imgs/videos_button.png) no-repeat; }

#stripe ul#nav li a.display_title { background-position: 0 -66px; }

#stripe ul#nav li a:hover {
	background-position: 0 -33px;
}

#stripe ul#nav li a.display_title:hover {
	background-position: 0 -66px;
}

#content {
	width: 960px;
	margin: 240px auto 0 auto;
	display: block;
}

#content .left {
	width: 430px;
	float: left;
	padding: 15px 25px;
	text-align: right;	
}

#content .right {
	width: 430px;
	float: left;
	text-align: left;	
}

#content  img {
	float: left;
	margin: 0 10px 10px 0;
}

#content.content-centre {
	text-align: center;
	padding-left: 40px;
	width: 719px;
}

#footer {
	width: 237px;
	height: 33px;
	margin: 100px auto 50px auto;
	background:url(../imgs/footer_logo.png) no-repeat;
}
/* END header \*/

a.specsheet {
	text-align: left;
	width: 430px;
	height: 33px;
	float: right;
	text-indent: -1000px;
	overflow: hidden;
	margin: 10px 0;
}

a.specsheet.evo_spec {
	background: url(../imgs/spec_evo.png) no-repeat;
}

a.specsheet.r1_carbon_arm {
	background: url(../imgs/r1_carbon_arm_spec.png) no-repeat;
}

a.specsheet.evo_spec.thin {
	width: 320px;
		background: url(../imgs/spec_evo_thin.png) no-repeat;
}

a.specsheet.evo_showreel {
	background: url(../imgs/evo_showreel_button.png) no-repeat;
}

a.specsheet.crane_spec {
	background: url(../imgs/spec_crane.png) no-repeat;
}

a.specsheet.crane_spec.thin {
	width: 320px;
		background: url(../imgs/spec_crane_thin.png) no-repeat;
}

a.specsheet.crane_showreel {
	background: url(../imgs/crane_showreel_button.png) no-repeat;
}

a.specsheet.play_video_button{
	background: url(../imgs/play_video_button.png) no-repeat; height: 33px; width: 222px; float: left;
}

a.specsheet:hover {
	background-position: 0 -33px;
}

a.specsheet.evo_spec.thin:hover {
	background-position: 0 -33px;
}

a.specsheet.crane_spec.thin:hover {
	background-position: 0 -33px;
}

#video_left {
	width: 320px;
	float: left;
	margin-right: 25px;
	
}	

#video_left h1 {
	width: 320px;
}

#video_left h2 {
	width: 320px;
}

#video_left h2.crane_subtitle {
	
}

#video_right {
	width: 615px;
	float: left;
	
}

#video_title {
	width: 719px;
	height: 22px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

#video_title h1 {
	float: left;
}

#video_player {
	width: 615px;
	height: 450px;
	float: left;
}

#contact_form {
	width: 380px;
}

#contact_form ol li {
	margin-bottom: 2px;
}

#contact_form label {
	width: 90px;
	float: left;
	text-align: left;
	margin-right: 5px;
	padding-top: 2px;
}

#contact_form input {
	width: 200px;
	background: #999999;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contact_form  textarea {
	width: 200px;
	height: 60px;
	background: #999999;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000;
}

#contact_form a.send_button {
	width: 72px;
	height: 19px;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../imgs/send_button.png) no-repeat;
	margin: 5px 0 0 220px;
}

#contact_form a.send_button:hover {
	background-position: 0 -19px;
}



/* NEWS STYLES */
div.article { float: left; margin: 20px 0 0 50px; }
div.article .col_left {	float: left; width: 430px; padding-top: 40px }
div.article .col_right { float: left; width: 430px; }
div.article .col_right h2 { text-align: left; }


/* VIDEOS STYLES */

div.media { float: left; margin: 0px 0 20px 50px; }
div.media .col_left {	float: left; width: 410px; padding: 0px 20px 0 0;  }
#content div.media .col_left img { float: right; }
div.media .col_right { float: left; width: 430px; }
div.media .col_right h2 { text-align: left; }

