/* <!-- */
/* General styles */
body {
	margin:0;
        padding:0;
        border:0;		/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#B19867;
	font-size:90%;
    }

a {
    	color:#369;
	}

a:hover {
	text-decoration:none;
	}

h1, h2, h3 {
        margin:1em 0 2.4em 0;
        padding:0;
	font-weight: normal;
	}

p {
        margin:.4em 0 .8em 0;
        padding:0;
	}

img {
	margin:10px 0 5px;
	}

.bold {
	font-weight: bold;
	}

/* Header styles */
#header {
	background-image: url(images/topbg.png);
        width:100%;
	height: 35px;
	border-bottom:1px solid #000;
	}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
        width:100%;		/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	border-bottom: 1px solid black;
	}

/* holy grail 3 column settings */
.holygrail {
	background:#D9D7C5;    	/* Right column background colour */
	}

.holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
	}

.holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#D9D7C5;    	/* Left column background colour */
	}

.holygrail .col1wrap {
        float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}

.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
				Right padding = right column width + centre column right padding width */
        position:relative;
	left:200%;
	overflow:hidden;
	font-family: Tahoma, Geneva, sans-serif;
	}

.holygrail .col2 {
        float:left;
        float:right;		/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:-65px;         	/* Width of the left-hand side padding on the left column */
	}

.holygrail .col3 {
        float:left;
        float:right;		/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
	padding-top:25px;
	}

/* images in right column */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 3px double white;
	}

#content {
	margin-left: 110px;
	margin-top: -20px;
	}

/* left column menu buttons */
#nav {
	width: 174px;
	margin-top: 25px;
	padding: 0;
	list-style: none;
	}
#nav li {
	text-align: center;
	margin-bottom: 10px;
	}
#nav li a {
	width: 170px;
	display: block;
	padding: 5px;
	text-decoration: none;
	font: 10pt Verdana, sans-serif;
	font-weight: bold;
	color: #ffe;
	text-shadow: 0px 0px 5px #000;
	background-color: #258B2C;
	border: 1px solid #fff; 
	}

#nav li a:hover {
	color: #2e4b15;
	text-shadow: none;
	background-color: #cfe6bc;
	border: 1px solid #999;
	}

/* truck specification table */
#specs table {
	background-color: #000;
	margin: auto;
	}
#specs td {
	width: 250px;
	background-color: #fff;
	font-size: 90%;
	}

/* text message and box superimposed over front image */
#frontmessage {
	width: 560px; 
	margin: 100px auto;
	}

.frontpic { 
	position: relative; 
	margin-bottom: 20px; 
	width: 100%; 
	}

.fronttext { 
	position: absolute; 
	top: -87px; 
	left: 96px; 
	padding: 10px; 
	border-top: 3px solid #900; 
	border-bottom: 3px solid #900; 
	border-left: 1px dotted #900; 
	border-right: 1px dotted #900; 
	background-color: #FBE58B; 
	width: 350px; 
	opacity:0.9;
	filter:alpha(opacity="90")
	}

/* Footer styles */
.footer {
	margin-top: 30px;
	text-align: center;
	font-size: 60%;
	border-top: 1px dotted #999;
	padding-top: 15px;
	}

	/* --> */


