/* CSS Document */
/* Don Palmer Creative Car Control Handbook */
/* Site design by Sarah Parker, Knowing Eye www.knowingeye.co.uk */

img	{border: 0px;}
/* Centered container */
#page 
	{
	background: #fff;
	position: absolute; top: 0px; left: 50%;
	width: 800px;
	margin-left: -390px; padding: 0px;
	margin-top: 40px;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	}
#back2don 
	{
	position: absolute; top: 0px; left: 50%;
	width: 800px; height: 40px;
	margin-left: -390px; padding: 0px;
	}
#2top
	{
	background: #cc9999 url(images/arrow.gif) top center repeat;
	position: absolute; top: 0px; left: 50%;
	width: 20; height: 100%;
	margin-left: 390px; padding: 0px;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	}
#2top img	{width: 20px; height: 100%; border: 0px;}

/* HEADER MENUS - Navigation */
#header	
	{
	width: 100%; 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	}
#header ul	{margin: 0px; padding: 0px 0px 0px 0px; background-color: #eee;}
#header li	
	{
	list-style-type: none;
	line-height: 160%;
	padding: 0px 8px 0px 24px;
	display: inline;
	width: 120px;
	border-left: 12px solid #999999;
	color: #336;
	}
#header li.sel		{border-left: 12px solid #990000; color: #990000;}
#header li.longsel	{border-left: 12px solid #990000; color: #990000; width: 480px;}
#header a		{color: #336; text-decoration: none;}
#header a:hover	{text-decoration: underline;}

/* MANUAL TEXT - main body of text */
#mantext 	{margin: 4px 42px 72px 30px; font-size: 90%;}
#indextext 	{margin: 4px 42px 72px 30px; font-size: 90%;}

#indextext a, #indextext ul li a 	{color: #336;}
#indextext ul li a:hover			{color: #900;}
#indextext ul			{margin: 6px 0px 16px 32px; padding: 0px; color: #336;}
#indextext li			{margin: 2px; padding: 0px; color: #336;}
.diagram				{text-align: center; padding-bottom: 24px;}


/* PARAGRAPH Formatting */
#mantext p			{padding: 0px; margin: 4px 4px 12px 4px; line-height:130%;}
#mantext ul			{margin: 6px 0px 16px 32px; padding: 0px;}
#mantext li			{margin: 2px; padding: 0px;}
#mantext p.chaplink		
					{
					border-left: 2px solid #000; 
					border-right: 2px solid #000; 
					padding:0px 4px 0px 4px;
					}
.hcode
	{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000; 
	padding: 2px; 
	margin: 24px 0px 24px 0px;
	}
.backnext	{text-align: right;}
#mantext p.hcoderef			{font: bold 105% verdana, arial; padding: 0px; margin: 2px;}
.boxed	
	{
	border: 1px solid #999; 
	background-color: #eee; 
	color: #333; 
	padding: 2px 4px 2px 4px; 
	margin: 24px 0px 24px 0px;
	}

#footer
	{
	font-weight: bold;
	color: #999;
	padding: 0px 24px 12px 24px;
	font-size: 80%;
	
	}

/* Colour Schemes for Parts */
.index	{background-color: #fff; border-left: 12px solid #666; border-right: 1px solid #666;}

/* GENERAL Styles */
#title		{background: transparent url(images/titlehandbook.gif) top left no-repeat; height: 80px;}
#title p	{visibility: hidden;}
body	{margin:0px; padding:0px; font-family: verdana, arial, sans-serif; background-color: #999;}
.cover	{background-color: #999;}
.1		{background-color: #ccc0b4;}	
.2		{background-color: #94b5de;}
.3		{background-color: #cdcdb3;}
.4		{background-color: #bc8484;}

/* HEADINGS */
h1	{font: normal 160% verdana, arial; text-transform: uppercase; color: #669; padding:0px; margin: 22px 0px 22px 0px;}
h2	{font: normal 140% verdana, arial; text-transform: uppercase; padding: 0px; color:#000; margin: 22px 0px 12px 0px;}
h3	{font: bold 120% verdana, arial; padding: 0px; color:#666; margin: 8px 0px 0px 0px;}
h4	{font: bold 110% verdana, arial; padding: 0px; color:#333; margin: 8px 0px 0px 0px;}
h5	{font: normal 110% verdana, arial; text-decoration: underline; padding: 0px; color:#333; margin: 4px 0px 0px 0px;}
h6	{font: bold 100% verdana, arial; padding: 0px; color:#333; margin: 4px 0px 0px 0px;}



