/* 
Denleys Agricultural & Motor Engineers
Website Design by WNW Design
Version 1.1 "DEFAULT SKELETON" (Elasticated)
Coded by Pete Crewdson
*/

* {
text-decoration : none;
outline: 0;
}

	.b {
	font-weight : bold;
	}
	
	.em {
	font-style : italic;
	}
		
		.n {
		font-weight : normal;
		}



/* main page body */

body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 62.5%;
margin : 0;
text-align : center;
}



/* main content wrapper */

#wrapper {
background : url(../graphics/layout/banner.jpg) no-repeat;
font-size : 1.2em;
margin : auto;
position : relative;
text-align : justify;
width : 63em;
}



/* top navigation */

ul#nav {
background : #D0161B;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
height : 1%;
list-style : none;
margin : 0;
padding : 0 0 0 17.25em;
}

	html>body ul#nav {
	overflow : auto;
	padding : 0;
	}

	ul#nav li {
	display : inline;
	}
	
	ul#nav a {
	background : url(../graphics/common/bullet.gif) 0 50% no-repeat;
	color : #fff;
	display : block;
	float : left;
	margin : 0 1.5em 0 0;
	padding : 1.1em 0 1.1em 1.4em;
	}
	
		ul#nav a:hover {
		color : #000;
		}
		
		html>body ul#nav a#nav-home {
		margin : 0 2.5em 0 17.25em;
		}



/* main content */

#content {
padding : 1.6em 0 1.6em 17.25em;
}

	#content p {
	margin : 0;
	padding : 0 0 1.1em 0;
	}
	
	h1, h2 {
	font-size : 1.4em;
	}
	
	#content p#spiders {
	border-top : 1px solid #D0161B;
	color : #D0161B;
	font-size : .9em;
	margin : 0 0.9em 0 0;
	padding : 0.9em 0;
	text-align : center;
	}
	
		#content a {
		color : #D0161B;
		}
		
			#content a:hover {
			background : #D0161B;
			color : #fff;
			}
			
	#content table {
	border : none;
	border-collapse : collapse;
	margin : 0;
	padding : 0;
	width : 545px;
	}
	
		#content table td {
		border-bottom : 1px solid #ccc;
		margin : 0;
		padding : 5px;
		vertical-align : top;
		}
	
			#content table td strong {
			color : #D0161B;
			}
	
			#content table td strong.header {
			color : #000;
			display : block;
			padding : 0 0 12px 0;
			}




/* left bar */

#bar {
border-left : 1px solid #fff;
border-right : 1px solid #fff;
left : 1.15em;
position : absolute;
top : 7.05em;
width : 14.45em;
}

	#bar p#parts, #bar p#vintage, #bar p#textonly {
	background : #413A3A;
	color : #fff;
	margin : 0;
	padding : 1.1em;
	}

		#bar p#textonly {
		border-top : 1px solid #fff;
		}
	
		#bar p#textonly a {
		color : #fff;
		}
	
	#bar img.img-border {
	border-bottom : 1px solid #fff;
	border-top : 1px solid #fff;
	width:100%;
	}



/* text-only + print */

#nav li#skeleton {
display : none;
}

p#print-banner {
margin: 0;
padding: 0;
}