/* CSS file for Motorrad Central Website 2007 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	height: 100%;
	padding: 0px;
}

/* These are the controls for the top and bottom banners  */

.TopBannerTD {
	height: 73px;
	background: url(../Images/topbanner.gif);
}

#TopNav {
	position:absolute;
	z-index:1;
	left: 30px;
	top: 26px;
}

#Branch {
	position:absolute;
	left:89px;
	top:53px;
	width:200px;
	height:16px;
	z-index:3;
	background-color: #1F5495;
	visibility: hidden;
}
#Services {
	position:absolute;
	left:515px;
	top:53px;
	height:16px;
	z-index:4;
	background-color: #1F5495;
	width: 227px;
	visibility: hidden;
}
/* Controls for the top hyperlinks on the navigation */

a.top:link {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
a.top:visited {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 14px;
}
a.top:active {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 14px;
}
a.top:hover {
	color: #b0c8f0;
	font-size: 14px;
	text-decoration: none;
}

a.topsmall:link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.topsmall:visited {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 11px;
}
a.topsmall:active {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 11px;
}
a.topsmall:hover {
	color: #b0c8f0;
	font-size: 11px;
	text-decoration: none;
}
a.newbikes:link {
	color: #003366;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a.newbikes:visited {
	color: #003366;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a.newbikes:active {
	color: #003366;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a.newbikes:hover {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.BottomBannerTD {
	height: 22px;
	width: 1000px;
	background: #1f5495;
	color: #FFFFFF;
	font-size: 10px;
}


/*Home page content padding etc...*/

.HomeContentTD {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.HomeContentRightTD {
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.TemplateOneLeftTD {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 230px;
}
.ContentRightTD {
	padding-top: 22px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #666666;
	width: 217px;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.ContentLeftTD {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 230px;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
#content{

overflow:auto;
height:220px;

}

.TemplateThreeRightTD {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 217px;
}

/*General style rules for all pages*/

.ContentTD {
	padding: 10px;
}

.BannerPadding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.Heading{
	font-size:12px;
	line-height: 14px;
	font-weight: bold;

}

/*Lines for the site page structure*/

.GreyLineHoriz {
	background-color: #CCCCCC;
	height: 1px;
}

.DarkGreyLineHoriz {
	background-color: #666666;
	height: 1px;
}

.GreyLineVert {
	background-color: #CCCCCC;
	width: 1px;
}

.BlueSpacer{
	height:1px;
	background-color:#1f5495;	
}
.WhiteSpacer{
	height:1px;
	background-color:#FFFFFF;	
}

/*Link Control*/

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #333333;
}


.BottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.SmallArrow {
	font-size: 8px;
	background: center;
	vertical-align: middle;
}


.MainPageBG {
	background: url(../images/bgtile_mainpage.gif) repeat-x scroll top;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
/*Code for the roll overs on the images*/

a.rollover:hover img {
filter:alpha(opacity=40);-moz-opacity:.80;opacity:.80;

}.DiaryHeading {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	padding-bottom: 2px;
}
.DiaryContent {
	padding: 3px;
}

/*Code for news*/

.ContentSummary
{
	position:relative;
	width:100%;
	top: 0px;
	margin-left:-8px;
	margin-right:5px;
	border-bottom: 1px groove #000099;
	padding-bottom: 5px;
	padding-top: 5px;
}


.ContentSummaryTitle
{
	position: relative;
	font-weight:bold;
	font-size: 15px;
}

a.ContentSummaryTitle:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
a.ContentSummaryTitle:active {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
a.ContentSummaryTitle:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
a.ContentSummaryTitle:hover {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.ContentSummarySummary
{
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	position: relative;
	
}

.ContentSummaryImage
{
	position: relative;
	margin-left:5px;
	margin-bottom:5px;
}

.ContentSummaryMore
{
	background: #FFFFFF url(http://www.motorradcentral.com/2007/images/readarticle.gif) no-repeat;
	height: 21px;
	width: 120px;
}

.ContentSummaryDate
{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	color: #000099;
	font-weight:bold;
	font-size: 10px;
}

.NewsItemBackButton{
	background: #FFFFFF url(http://www.motorradcentral.com/2007/images/returntolist.gif) no-repeat;
	height: 21px;
	width: 160px;
	margin-left:10px;
}
