/* Northern Lawnmower & Chainsaw Specialists - Screen */

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 20px 0;
	font: normal 62.5% "Tahoma";
	background: #2c2d2c url('../images/core/tile-body.jpg') 0 0 repeat-x;
}

/*==================================
	Container
====================================*/

div.container {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

/*==================================
	Header
====================================*/

div.header {
	width: 800px;
	height: 84px;
	position: relative;
	background: url('../images/core/bg-header.jpg') 0 0 no-repeat;
}

/* Logo */

div.logo {
	width: 557px;
	height: 38px;
	position: absolute; left: 29px; top: 27px;
}

div.logo img {
	border: 0;
}

/* Enquire Now */

div.enquire-now {
	width: 147px;
	height: 28px;
	position: absolute; right: 23px; bottom: 21px;
}

div.enquire-now h2 {
	width: 147px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
}

div.enquire-now h2 a {
	width: 147px;
	height: 28px;
	display: block;
	background: url('../images/core/bg-enquirenow.jpg') 0 0 no-repeat;
}

/*==================================
	Navigation
====================================*/

div.navigation {
	width: 760px;
	height: 23px;
	padding: 0 20px;
	margin-bottom: 12px;
	background: #ef6423;
	border-bottom: 1px solid #e97a46;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
}

div.navigation ul li a {
	float: left;
	display: block;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
}

div.navigation ul li a.home {
	width: 59px;
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.profile {
	width: 75px;
	background: url('../images/core/nav/profile.jpg') 0 0 no-repeat;
}

div.navigation ul li a.hand-held-equipment {
	width: 155px;
	background: url('../images/core/nav/hand-held-equipment.jpg') 0 0 no-repeat;
}

div.navigation ul li a.ride-ons {
	width: 80px;
	background: url('../images/core/nav/ride-ons.jpg') 0 0 no-repeat;
}

div.navigation ul li a.speciality-equipment {
	width: 154px;
	background: url('../images/core/nav/speciality-equipment.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact-us {
	width: 96px;
	background: url('../images/core/nav/contact-us.jpg') 0 0 no-repeat;
}

div.navigation ul li a.login {
	width: 96px;
	background: url('../images/core/nav/login.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -23px;
}

/*==================================
	Banner
====================================*/

div.banner {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

/*==================================
	Brands
====================================*/
/* Top */
div.brands {
	width: 800px;
	height: 60px;
	background: #000;
	margin-bottom: 12px;
}

div.brands ul {
	list-style-type: none;
}

div.brands ul li {
	float: left;
	padding: 10px 32px;
}

div.brands ul li img {
	border: 0;
}

/* Bottom */
div.brands-bottom {
	width: 800px;
	height: 60px;
	background: #000;
	margin-top: 12px;
}

div.brands-bottom ul {
	list-style-type: none;
}

div.brands-bottom ul li {
	float: left;
	padding: 10px 46px;
}

div.brands-bottom ul li img {
	border: 0;
}


/*==================================
	Content
====================================*/

div.content {
	width: 800px;
	height: auto;
	background: url('../images/core/tile-content.jpg') right top repeat-y;
	clear: both;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*==================================
	Content Left
====================================*/

div.content-left {
	width: 220px;
	height: auto;
	float: left;
}

/* Hand Held Equipment */

div.hand-held-equipment {
	color: #262628;
	font-size: 1.1em;
	padding: 20px;
	margin-bottom: 4px;
	background: #e1e1e1 url('../images/core/tile-text.jpg') 0 0 repeat-x;
}

div.hand-held-equipment h2 {
	color: #000;
	font-size: 2.2em;
	text-transform: uppercase;
}

div.hand-held-equipment p {
	line-height: 1.4em;
	margin-bottom: 15px;
}

div.hand-held-equipment a {
	color: #005b99;
	text-decoration: underline;
}

div.hand-held-equipment a:hover {
	color: #b24b1a;
}

div.hand-held-equipment img {
	float: right;
	border: 0;
}

/* Showroom */

div.showroom {
	color: #262628;
	font-size: 1.1em;
	padding: 20px;
	background: #e1e1e1 url('../images/core/tile-text.jpg') 0 0 repeat-x;
}

div.showroom h2 {
	color: #000;
	font-size: 2.2em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div.showroom p {
	line-height: 1.4em;
	margin-bottom: 15px;
}

div.showroom a {
	color: #005b99;
	text-decoration: underline;
}

div.showroom a:hover {
	color: #b24b1a;
}

div.showroom img {
	border: 4px solid #878787;	
}	

/* Left Brands */

div.left-brands {
	background: #e1e1e1 url('../images/core/tile-text.jpg') 0 0 repeat-x;
	margin-bottom: 4px;
	padding: 20px;
	font-size: 1.1em;
}

div.left-brands h2 {
	color: #000;
	font-size: 2.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

div.left-brands ul {
	list-style-type: none;
	text-align: center;
}

div.left-brands ul li {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #b7b7b7l
}

div.left-brands ul li img {
	border: 0;
}


/*==================================
	Content Right
====================================*/

div.content-right {
	width: 575px;
	height: auto;
	float: right;
	margin-left: 5px;
}

/* Text */

div.text {
	padding: 20px;
	background: #e1e1e1 url('../images/core/tile-text.jpg') 0 0 repeat-x;
}

/* Standard */

div.standard {
	color: #262628;
	font-size: 1.1em;
}

div.standard h1 {
	color: #000;
	font-size: 2em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div.standard h2 {
	color: #3a3a3a;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: Arial;
	font-weight: bold;
}

div.standard h3 {
	color: #000;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

div.standard h4 {
	color: #000;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

div.standard h5 {
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

div.standard p {
	line-height: 1.4em;
	margin-bottom: 15px;
}

div.standard a {
	color: #005b99;
	text-decoration: underline;
}

div.standard a:hover {
	color: #b24b1a;
}

div.standard ul {
	list-style-type: square;
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ul li {
	line-height: 1.4em;
}

div.standard ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ol li {
	line-height: 1.4em;
}

div.standard img.right {
	float: right;
	margin: 5px 0 5px 10px;
	border: 4px solid #878787;
}

div.standard img.left {
	float: left;
	margin: 5px 10px 5px 0;
	border: 4px solid #878787;
}

/* Enquiry Form */


div.enquiry-form table td {
	padding: 3px 15px 3px 0;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field {
	border-top: 1px solid #D3D7D5;
	border-left: 1px solid #D3D7D5; 
	border-right: 1px solid #919191; 
	border-bottom: 1px solid #919191;
	padding: 5px;
	font-size: 1em;
	color: #262628;
	width: 250px;
	font-family: "Tahoma";
}

div.enquiry-form table td input.button {
	border: 0;
	padding: 3px;
	color: #FFF;
	background: #ef6423;
}

/* Map */

div.map {
	float: right;
	padding: 10px;
	text-align: center;
}

div.map img {
	border: 4px solid #878787;	
}

/*==================================
	Product
====================================*/

div.product {
	width: 535px;
	height: auto;
	margin-bottom: 15px;
}

div.product:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*  Product Left */

div.product-left {
	width: 100px;
	height: auto;
	float: left;
}

div.special-left {
	width: 30px;
	height: auto;
	float: left;
}

/* Thumbnails */

div.thumbnails ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 15px;
}

div.thumbnails ul li {
	margin-bottom: 10px;
}

div.thumbnails ul li img {
	border: 4px solid #878787;
}

/*  Product Right */

div.product-right {
	width: 410px;
	height: auto;
	float: right;
}

div.special-right {
	width: 505px;
	height: auto;
	float: right;
}

/*==================================
	Footer
====================================*/

div.footer {
	width: 760px;
	height: auto;
	padding: 20px;
	color: #818181;
	font-size: 1.1em;
}	

div.footer p {
	line-height: 1.4em;
}

div.footer a {
	color: #dbdbdb;
	text-decoration: underline;
}

div.footer a:hover {
	color: #818181;
}

div.footer img {
	float: right;
	border: 0;
}

/*extras*/
.floatright { float: right; margin-left: 20px; }

