/* BODY */

body {
        margin:0;
        padding:0;
        background-color:#ececec;
		font-family: "Tahoma", "Myriad Pro", "Arial", sans-serif;
        color: #555;         
        font-size: 90%;
}

/* GENERAL */

a, a:link, a:visited {
        color:#3A5573;
		text-decoration: none;
}


a:hover {
        color:#3A5573;
        text-decoration: underline;
}

img {
	border:none;
}

#header img {
        border:none;
}

/* LAYOUT */

#page {
        width:900px;
        margin:0 auto; 
        padding:0;
		background: url("/images/page_bg.jpg") repeat-y #fff;
}

#wrapper {  /* Make dreamweaver layout behave */
        width:900px;
        margin:0 auto; 
        padding:0;
}

#header {
        width:900px;
        height: 175px;
		background: url("/images/banner_bg.jpg") repeat-x #5D7FAE;
        margin: 0;
        padding: 0;
		position:relative;
}

#flashNav {
        float:right;
        width:451px;
        height:154px;
        margin: 0;
        padding: 0;
        background-image: url("/images/banner.jpg");
        background-repeat: no-repeat;
}


#adNav {
        float:right;
        width:619px;
        height:154px;
        margin: 0;
        padding: 0;
        background-image: url("/images/ipswich_banner.jpg");
        background-repeat: no-repeat;
}

#sideBar {
        width:200px;
        float: left;        
        margin: 0;
        padding: 0;
		clear:right;
		padding-top:10px;                
}

#content {
		margin-left: 250px;
        margin-right: 10px;
        padding: 0;
        min-height: 400px;
		padding-right:10px;
		padding-top:10px;
        background-image: url("/images/ghost_bg.jpg");        
}

* html #content {        /* Hack for IE since it ignores min-height */
        height: 400px;
}

#content h4 {        
        padding-top: 10px;
        padding-bottom: 0px;
        margin-bottom:0px;
        color:#3A5573;
        font-size: 10pt;                
}
#content h3 {
        padding-top: 10px;
        color:#3A5573;
        font-size: 12pt;
		margin: 0.5em 0;                
}

#content h2 {
        padding-top: 10px;
        color:#3A5573;
        font-size: 14pt;
		margin:0;        
}

#content h1 {
        padding-top: 10px;
        margin-top: 10px;
        color:#3A5573;
        font-size: 16pt;        
}
#content p {
		margin: 0.5em 0 0.5em 0;                
}

#content p.last {
        padding-bottom: 25px;                
}

#content ul {
        margin-left:20px;
        margin-right:20px;
        padding-left: 20px;
        
}

table, #content table.office {
	border-collapse:collapse;
	background-color: #F9FAFE;
}

#content table.office th {
	text-align: right;
	padding-right:16px;
	padding-left:10px;
	padding-top:3px;
	border-top: 1px solid #aaa;
	vertical-align:top;
}

#content table.office td {
	text-align: left;
	border-top: 1px solid #aaa;
	padding:3px;
	padding-right:16px;
}

#content table.office td.last, #content table.office th.last {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}


#content img.flow {
	float:right;
	margin:2px;
	border: 1px solid #888;
}

#content img.clean {
	margin:4px;
	border:none;
}

#content p.panel {
	display:block;
	width:300px;
	float:right;
}

#content p.getacro {
	margin-top:40px;
	margin-bottom:20px;
	padding:0 10px;
}

#content p.getacro img {
	float:left;
	margin-right:10px;
}

#content p.question {
	display:block;
	min-height:20px;
	padding: 10px 0 12px 42px;
	margin: 20px 15px 20px 8px;
	border: 1px dotted #aaa;
	background:url('/images/idea.gif') 6px 8px no-repeat #f7f7f7;	
}

#content p.question:hover {
	background:url('/images/idea-lit.gif') 6px 8px no-repeat #f7f7f7;	
}

* html #content p.question {            /* Hack for IE min-height */
	height: 20px;
} 

#content p.printer {
	display:block;
	float:right;
	min-height:18px;
	width: 90px;
	color:#3A5573;
	font-weight:bold;
	padding: 10px 0 12px 48px;
	margin: 2px 20px;
	background:url('/images/print_icon.gif') 0px 0px no-repeat #fff;	
}

#content table.calendar
{
	width:600px;
	font-family:arial, sans serif;
	font-size:10pt;
	margin-top:20px;
	padding: 5px;
	background-color:#F9FAFE; 
	 
}

#content table.calendar td
{
	border-bottom: 1px solid #aaa;
	padding: 2px;
	empty-cells: show;
}

#content table.calendar th, #content table.calendar thead td 
{
	text-align:left;
	border-bottom: 2px solid #aaa;
	border-top: 2px solid #aaa;
	padding: 2px 5px;
}

#content table.calendar th.right, #content table.calendar thead td.right 
{
	text-align:right;
}

#content ul.listing {
        list-style : none;
        margin: 10px 10px 0px 10px;
        padding:1px;
}

#content ul.listing li a{
        display: block;
        color:#3A5573;
        padding-left: 6px;
        margin-top: 4px;
        border-left: 10px solid #ddd;
}

#content ul.listing li a:hover, #content ul.listing li a.active {
        background-color: #fafcff;
        border-left: 10px solid #C92729; 
}

#accessNav {
	position:absolute;
	width: 640px;
	top: 157px;
	left:280px;
}

#accessNav a {
	display:block;
	color:#FFFFFF;
	width:90px;
	float:left;
	text-align:center;			
} 

#newsBlock h3 {
	padding:0;
	margin:0;
	color:#3E5575;
	line-height: 1.4em;
	border-bottom: 1px solid #eee;
	font-size: 1.1em;
	margin-top:0.8em;
	margin-bottom:1em; 
}

#newsBlock p {
	margin: 1em 0;
	margin-right: 1em;
	padding:0;
}
 
#newsBlock hr.seperator {
	display:block;
	height: 1em;
	padding:0;
	margin:0;
	border:0;
	color:#fff;  		/* poor IE */
}

#newsBlock h3 span {
	color: #aaa;
	font-size: 0.8em;
	float:right;
}

#newsBlock a {
	font-weight:bold;
}

#footer {		
        width:900px;
		clear:both;         
        background-color: #5388BE;
		background: url("/images/menu_bg.jpg") repeat-x #5388BE;
      
}

#footer p {
        padding:6px;
		color:#fff;
        margin:0;
}

#footer a, #footer a:link, #footer:visited {
		color:#fff;   
}

#footer a:hover {
		color:#fff;   
}


#sideBar ul.quickNav {
        list-style : none;
        margin: 10px 10px 0px 10px;
        padding:1px;
}

#sideBar ul.quickNav li a{
        display: block;
        color:#3A5573;
        width: 180px;
        padding-left: 6px;
        margin-top: 4px;
        border-left: 10px solid #ddd;
}

#sideBar ul.quickNav li a:hover, #sideBar ul.quickNav li a.active {
        background-color: #EDEFF2;
        border-left: 10px solid #C92729; 
}

#sideBar ul.quickNav li a.active {
        background-color: #EDEFF2;
        border-left: 10px solid #C92729;
}

#sideBar a.heading, span.heading, #sideBar a.heading:hover {
	display: block;
    text-transform: capitalize;                
	width: 200px;
	margin-left: 10px;
	font-weight: bold;
    text-decoration:none;
}

#sideBar p {
	margin-left: 10px;
	margin-right: 10px;	
}

#sideBar img.advert {
	margin-left:25px;
	margin-top:35px;
	margin-bottom:35px;
}

/* Logo */

#logo {
        width: 204px;
        height: 68px;
		padding-top:22px;
		padding-left:10px;
        float:left;
        background-color:#fff;
}

#logo h1 {
        display:none;
}

/* sidebar decals */

#sideBar div.decal {
	width: 215px;
	height:75px;	
}

#sideBar div.helmet {
	background: url('/images/decals/helmet.jpg') no-repeat;

}

#sideBar div.animal {
	background: url('/images/decals/animal.jpg') no-repeat;
}

#sideBar div.checkered {
	background: url('/images/decals/checkered.jpg') no-repeat;
}

#sideBar div.calendar {
	background: url('/images/decals/calendar.jpg') no-repeat;
}

#sideBar div.tyre {
	background: url('/images/decals/tyre.jpg') no-repeat;
}

#sideBar div.xmas {
	background: url('/images/decals/xmas.jpg') no-repeat;
}

#sideBar div.kart {
	background: url('/images/decals/kart.jpg') no-repeat;
}

#sideBar div.kartnw {
	background: url('/images/decals/kartnew.jpg') no-repeat;
}


#sideBar div.trophey {
	background: url('/images/decals/trophey.jpg') no-repeat;
}

#sideBar div.kingofparts {
	background: url('/images/decals/king-of-parts.jpg') no-repeat;
}

#sideBar div.forum {
	background: url('/images/decals/forum.jpg') no-repeat;
}


#sideBar div.decal a {
	font-size:12px;
	display:block;
	font-weight:bold;
	color:#fff;
	padding:25px;
	padding-left: 27px;
}

#sideBar div.decal a span {
	font-size:10px;
	display:block;
	color:#FFFF00;
	font-style:italic;
	
}

/* For Sale */

div.item {
	background: #fafcff;
	border: 1px solid #ddd;
	padding:10px;
	min-height:80px;
	margin: 15px 15px 26px 8px;
	 
}

* html div.item { line-height:1;	/* Peek-a-boo workaround, gotta love IE */ }
 
#content div.item h4 {
	margin:0;
	padding:8px;
}

#content div.item p {
	margin:0;
	padding:8px;
}

div.item strong {
	color:#000;

}

div.item h4 span {
	float:right;
	font-size:1.1em;
	margin-right:10px;
	color:#000;
}

/* contain the floated img */ 

div.item hr {
	display: block; 
	clear: right; 
  	visibility: hidden;
}

#content div.item img.flow {
	clear:right;
	margin:15px;
} 

/* Misc Styles */

.pole {
	color: #0000EE;
	font-weight: bold;
}

.hwFirst {
	background-color: #8888EE;	
}

.hwSecond {
	background-color: #EE8888;	
}

.hwThird {
	background-color: #88EE88;	
}

.nopad {
	margin:0;
	padding:0;
}

div.shrunk { 
	height:8em;
	overflow:hidden;
}

/* Ticker */

#ticker {
	width: 200px;
	height: 20px;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-top:155px;
	left:0;
}
#ticker ul#blips {
	width: 200px;
	height: 20px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}

#ticker ul#blips li {
	display: block;
	width: 200px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}

#ticker ul#blips li a {
	color:#fff;
}



 




