/* CSS Document */
/* Newcombe Bros. */
/* CSS Document master blue colour for the site: #1975b8 */

Body {
	margin: 7px 0px 0px;
	padding: 0px;
	font-family: "trebuchet MS", "lucida Console", arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background: #1975b8 url(../images/BG.gif) no-repeat scroll center top;
}

.OuterTable{
	background: #FFFFFF;
}

.TopBanner {
}

.Content {
}

.Footer {
	padding: 4px;
	background-color:#1975b8;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

/* Controls for the tables of content */

.OuterContentTable{
	width: 100%;

}

.OuterContentTable td {

	background: center;
	vertical-align:top;
}

.InnerContentDefault{
	margin: 4px;
	background: #edf4f9;
	padding: 0px;
	border: 1px solid b5d3e8;
}

.InnerContentThird{
	width: 318px;
	margin: 4px;
	padding: 0px;
	background: #edf4f9;

}

.InnerContentQuater{
	width: 238px;
	margin: 4px;
	padding: 0px;
	background: #edf4f9;

}

.InnerContentPadding {
	padding: 6px;
}

.BikeStockTable{
	border: 1px solid #1975B8;
	padding: 5px;

}

.BikeStockTable td{
background-color:#EDF4F9;


}

/*Code for the roll overs on the images*/

a.rollover:hover img {
filter:alpha(opacity=40);-moz-opacity:.80;opacity:.80;
}
