/* CSS Document */


body {
background-color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:0px;
}
#bar {
background-image:url(images_Sep_07/shaker-bar.gif);
background-repeat:no-repeat;
width:932px;
height:13px;
}
#toplinks {
	position:absolute;
	float:inherit;
	font-family: Arial;
	font-size: 11px;
	color: #252525;
	font-weight: bold;
	padding-left: 10px;
	text-decoration:none;
	left: 512px;
	top: 21px;
	text-decoration:none;
}
#toplinks:LINK {
	color: #252525;
	text-decoration:none;
	
}
#toplinks:VISITED {
	color: #000000;
	text-decoration:none;
}
#toplinks:HOVER {
	color: #252525;
	text-decoration:none;
}


#menu:LINK {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
.plug-in-main-text {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-left: 10px;

}
p,u {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-decoration:none;
}


/* CSS for Plugin Titles. homepage.asp will need to be edited to overwrite the CSS classes. See the topbar.html for the default classes and table layout that needs inputting into ASPBite. 

The one below is an example of the search plugin CSS. */

.tb-left {
width:6px;
height:15px;
background-image:url(images_Sep_07/top-bars_left-s.gif);
background-repeat:no-repeat;
}
.tb-centre {
height:15px; 
background-image:url(images_Sep_07/top-bars_centre-s.gif);
background-repeat:repeat-x;
}
.tb-right {
width:5px;
height:15px;
background-image:url(images_Sep_07/top-bars_right-s.gif);
background-repeat:no-repeat;
}


