﻿/* Home styles */

h1#homeTitle {
	width: 556px;
	height: 277px;
	position: relative;	
}

h1#homeTitle span {
	background: url(../../images/hyster-forklifts-intro.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;	
}

ul#nav, ul.navlist {
	margin-bottom: 0;
}

#navwrap {
	padding-bottom: 0;
}

/* Home Links
--------------------------------------- */

div#homelinks a {
	display: block;
	margin-bottom: 10px;	
}

/* Digital Brochure
--------------------------------------- */

div#brochure {
	margin-bottom: 13px;	
}

/* Header
--------------------------------------- */

#homehead {
	margin-bottom: 30px;	
}

#headerText {
	float: left;
	width: 218px;
	height: 264px;
	padding: 61px 25px 25px 25px; /* FIX: IE7, apply padding to container rather than to H1 element itself */
	background: #f6e248 url(../../images/header-new.png) top right no-repeat;
}

#headerText h1 {
	margin: 0 0 30px 0;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.1em;
	color: #000;
	text-shadow: 1px 1px 0 #fff9c8;
}

#headerText p {
	color: #635800;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 15px;
}

#headerImage {
	float: left;
	width: 576px;
	height: 350px;
}

a.findoutmore {
	display: block;
	height: 37px;
	width: 122px;
	background: url(../../images/find-out-more.png) no-repeat;
	background-position: top left;
	overflow: hidden;
    text-indent: -9999em;
    border: none;
}

a.findoutmore:hover {
	background-position: 0 bottom;
	text-decoration: none;
	border: none;
}

/* Mailing list
--------------------------------------- */

div#mailinglist {
	clear: both;
	margin-bottom: 20px;
}

div#mailinglist h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-bottom: 6px;
}

div#mailinglist h2 span {
	font-weight: bold;
}

div#mailinglist div {
	padding: 0 0 10px 0;
	background: #e6e6e6 url(../../images/mailinglist/bg-bottom.gif) bottom left no-repeat;	
}

div#mailinglist p {
	padding: 24px 14px 0 14px;
	margin: 0 0 10px 0;
	font-size: 1.1em;
	line-height: 1.3em;
	background: #e6e6e6 url(../../images/mailinglist/bg-top.gif) top left no-repeat;	
}

div#mailinglist a {
	text-decoration: none;
	border: 0;
	margin: 0 0 0 14px;
	display: inline;
}

