/* Begin Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0; }	

/* Begin Site Styles */	
body { 
	background-color: #fff;
	background-image: url(http://store.truckstuff.co.uk/assets/btn/truxnav.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	zoom: 1;
}

.pageBody p {
	padding-bottom: 0.5em;
}

.pageBody ul {
	list-style-type: square;
	margin-left: 1.5em;
}

.pageBody li {
	padding-bottom: 0.5em;
}

.pageBody strong {
	font-weight: bold;
}

.pageSubHeading {
	font-size: 16pt;
	font-weight: bold;
	margin: 0.25em 0;
	color: #e00;
}

h3 {
	padding: 0.5em 0 0.25em 0;
	color: #036;
	font-size: 12pt;
	font-weight: bold;
}

hr {
	display: none;
}

/* Page Header */
#header {
	background-color: #036;
	background-image: url(/images/truxnav.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#header h1 {
	text-indent: -9999px;
	background-image: url(/images/montage.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 124px;
	
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#strapline {
	background-color: #e00;
	color: #fff;
	padding: 4px 4px 4px 48px;
	margin-left: 150px;
}

	#strapline h2 {
		font-weight: bold;
		position: relative;
		font-family: arial, helvetica, sans-serif;
		color: #ff0;
		text-shadow: #600 0 2px 2px;
	}
	
		#strapline h2 em {
			font-style: normal;
			font-weight: bold;
			color: #fff;
			position: absolute;
			top: 0;
			right: 0;
		}

/* Top Navigation */
#topnav {
	margin-left: 150px;
	padding: 4px 4px 4px 8px;
	background-color: #006;
	background-image: url(http://store.truckstuff.co.uk/assets/btn/topnavbg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #fff;
}
	#topnav ul {
		list-style-type: none;
	}
	
	#topnav li {
		display: inline;
		position: relative;
		z-index: 4;
	}

	#topnav a {
		font-size: 10pt;
		padding: 2px 5px 6px 5px;
		color: #fff;
		font-weight: bold;
	}
	
		#topnav a:focus, 
		#topnav a:hover {
			color: #ff0;
		}
	
		#topnav a.current {
			background-color: #fff;
			color: #e00;
			text-decoration: none;
		}
	
#main {
	
}

/* Category Navigation */
#navigation {
	width: 150px;
	color: #fff;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	float: left;
	margin-top: 36pt;
	margin-bottom: 72pt;
}

	#navigation a {
		color: #fff;
		display: block;
		padding: 5px 5px 5px 10px;
	}
	
		#navigation li a.special {
			background-color: #036;
		}
		
		#navigation li a.current,
		#navigation li a.current:hover,
		#navigation li a.current:focus {
			background-color: #fff;
			color: #c00;
			text-decoration: none;
			font-weight: bold;
		}

		#navigation a:hover,
		#navigation a:focus {
			color: #ff0;
		}
		
		
	#navigation li {
		display: block;
		padding: 0;
		margin: 0;
		zoom: 1;
	}

/* Main Content */
#content {
	margin-left: 170px;
	margin-right: 20px;
}

	#content h1 {
		color: #e00;
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		padding: 0.3em 0;
		font-size: 36pt;
		letter-spacing: -1px;
	}
	
	#content h2 {
		font-size: 16pt;
		font-weight: bold;
		margin: 0.25em 0;
		color: #e00;
	}	
	
	#content p {
		margin: 0.5em 0;
	}
	
	#content p strong {
		font-weight: bold;
	}
	
/* Google Map */
#googlemap {
	border: 2px #e00 solid;
	margin: 0 0 0.5em 0;
	width: 100%;
    max-width: 800px;
	height: 350px;
	display: none;
	background-color: #ccc;
}

#googlemap strong {
	font-weight: bold;
    color: #e00;
}

/* Product Listing */
.gridview {
	list-style-type: none;
	display: block;
}

.gridview li {
	float: left;
	display: block;
	width: 150px;
	height: 225px;
	margin: 0 15px 15px 0;	
	text-align: center;
	position: relative;
}

.gridview li a img {
	overflow: hidden;
	display: block;
}

.gridview li a.pimg {
	width: 150px;
	height: 100px;
	display: block;
	background-color: #999;
	border: 2px #e00 solid;
}

.gridview h4 {
	background-color: #fff;
	color: #e00;
	font-weight: bold;
	text-align: left;
	font-size: 11pt;
	padding: 4px;
}

.gridview h4 a {
	color: #e00;
}

.gridview p {
	background-color: #fff;	
	color: #000;
	font-weight: normal;
	font-size: 10pt;
	padding: 4px;
	text-align: left;	
}

/* Product Detail */
#descript {

}

#descript p, #descript li {
	margin: 0.5em 0;
}

#descript img {
	border: 2px #e00 solid;
	margin-bottom: 1em;
}

#descript strong {
	font-weight: bold;
}

#descript ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 16px;
}

#descript li strong {
	width: 25%;
}

/* Page Footer */
#footer {
	clear: both;
	background-color: #333;
	color: #fff;
	padding: 10px 10px 10px 150px;
}

	.bottomnav {
		width: 25%;
		float: left;
	}
	
	.bottomnav-wide {
		width: 50%;
	}
	
		.bottomnav ul {
			border-left: 1px #666 solid;
		}
		
		.bottomnav li {
			margin-left: 5px;
		}
		.bottomnav a {
			color: #fff;
			font-size: 10px;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			margin-left: 5px;
			padding: 2px;
			text-transform: uppercase;
		}
		
			.bottomnav a:hover, .bottomnav a:focus {
				color: #ccc;
			}
	
		#footer p {
			clear: both;
			font-size: 10px;
			font-weight: bold;
			padding: 24px 0 8px 0;
			color: #ccc;
			text-align: left;	
		}
		
		#footer p a {
			color: #ccc;
		}
		
/* Catalogue Request */
.catrequest {
	
}

	.catrequest .label {
		color: #036;
		font-weight: bold;
		text-align: right;
		padding-right: 0.5em;
	}

	.catrequest td {
		padding: 0.25em 0;
	}