﻿/* 

*/
body.Main 
{
   background:#ffffff;
}

.Background 
{
}

.CenterWrap 
{
    width:980px;
    height:100%;
    display:block;
}

.MainParent 
{
	width:980px;
}

.PageHeadContainer 
{
	background:#dddddd url(images/templates/HeadContainerBG.jpg) top left no-repeat;
	height:125px;
	position:relative;
	font-size:.9em;
}
.HeadTopRow 
{
	
}

.ContactInformation 
{
	color:#ffffff;
	float:right;
	width:210px;
	position:relative;
	top:35px;
	right:20px;
	line-height:1.4em;
}

.ContactInformation span
{
	font-size:1.3em;
	font-weight:bold;
}

.PrintLogo 
{
	display:none;
}

.MainLogo 
{
	float:left;
	margin:10px;
}

.HeadNavigationContainer 
{
	position:absolute;
	top:106px;
	left:16px;
}

.HeaderGreyLine 
{
	height:1px;
	width:980px;
	position:absolute;
	top:98px;
	left:0px;
}

.HeadNavigationContainer a 
{
	display:block;
	float:left;
	margin-right:19px;
}

.HeadNavigationContainer a span
{
	display:none;
}

.HeadNavigationContainer .Service 
{
	background:url(images/templates/Navigation/Service.png) top left no-repeat;
	width:66px;
	height:9px;
}
.HeadNavigationContainer .Service:hover
{
	background:url(images/templates/Navigation/ServiceOver.png) top left no-repeat;
}

.HeadNavigationContainer .Parts 
{
	background:url(images/templates/Navigation/Parts.png) top left no-repeat;
	width:185px;
	height:9px;
}
.HeadNavigationContainer .Parts:hover 
{
	background:url(images/templates/Navigation/PartsOver.png) top left no-repeat;
}

.HeadNavigationContainer .Location 
{
	background:url(images/templates/Navigation/Location.png) top left no-repeat;
	width:76px;
	height:9px;
}
.HeadNavigationContainer .Location:hover
{
	background:url(images/templates/Navigation/LocationOver.png) top left no-repeat;
}

.HeadNavigationContainer .Shop 
{
	background:url(images/templates/Navigation/Shop.png) top left no-repeat;
	width:80px;
	height:9px;
}
.HeadNavigationContainer .Shop:hover 
{
	background:url(images/templates/Navigation/ShopOver.png) top left no-repeat;
}

.HeadNavigationContainer .CustomBikes 
{
	background:url(images/templates/Navigation/CustomBikes.png) top left no-repeat;
	width:117px;
	height:9px;
}
.HeadNavigationContainer .CustomBikes:hover 
{
	background:url(images/templates/Navigation/CustomBikesOver.png) top left no-repeat;
}

.HeadNavigationContainer .Events 
{
	background:url(images/templates/Navigation/Events.png) top left no-repeat;
	width:63px;
	height:9px;
}
.HeadNavigationContainer .Events:hover 
{
	background:url(images/templates/Navigation/EventsOver.png) top left no-repeat;
}

.HeadNavigationContainer .ContactUs 
{
	background:url(images/templates/Navigation/ContactUs.png) top left no-repeat;
	width:98px;
	height:9px;
}
.HeadNavigationContainer .ContactUs:hover 
{
	background:url(images/templates/Navigation/ContactUsOver.png) top left no-repeat;
}


.PageMarginLeftContainer 
{
	width:146px;
	min-height:500px;
	float:left;
	font-size:.9em;
	overflow:hidden;
}

.MarginHyperlinkList a
{
	color:#F66013;
}

.MarginHyperlinkList span
{
	color:#555555;
}

.ElementPadding 
{
	margin-bottom:7px;
}

.PageContentContainer 
{
	float:left;
	width:580px;
	min-height:500px;
	overflow:hidden;
}
.HomePage .PageContentContainer 
{
	width:720px;
}

.DefaultPageNoLeftMargin .PageContentContainer 
{
	width:726px;
}

.ContentGap 
{
	float:left;
	width:5px;
	height:100px;
	display:none;
}

.HomePage .PageContentGap 
{
	float:left;
	width:7px;
	height:100px;
}

.ContentPadding 
{
	padding:20px;
}


.BreadCrumbContainer  
{
	padding:1em 0em .3em 0em;
	display:none;
}
.BreadCrumbContainer a 
{
    display:inline-block;
    margin:.1em .2em;
}
.PageMarginRightContainer 
{
	width:253px;
	min-height:500px;
	float:left;
	font-size:.9em;
	overflow:hidden;
}

.PageFootContainer 
{
	clear:both;
	color:#aaaaaa;	
	padding:5px 20px;
	margin:10px;
	border-top:#cccccc solid 1px;
	font-size:.9em;
}

.FootNavigationContainer 
{
}
.PageFootContainer .Copyright 
{
	clear:both;
	padding-top:1px;
}
.PageFootContainer a
{
	color:#aaaaaa;
}

.poweredbyipop 
{
	float:right;
	width:150px;
	text-align:right;
}


@media print {
body
{
	margin:0px;
	padding:0px;
}

.CenterWrap 
{
	width:auto;
}
.ContentPadding 
{
	padding:10px 100px 10px 0px;
}
.PageHeadContainer 
{
	color:#000000;
	background:none;
	height:100px;
}
.FootNavigationContainer,
.HeadNavigationContainer,
.MarginHyperlinkList,
.MainLogo,
.ContentGap 
{
	display:none;
}
.PageMarginLeftContainer 
{
	width:100px;
	font-size:.9em;
	display:none;
}
.PageMarginRightContainer 
{
	float:none;
	width:100%;
}

.PageMarginRightContainer .ElementPadding 
{
	width:263px;
	float:left;
}
.PageContentContainer 
{
	
	width:760px;
	overflow:visible;
}

.ContactInformation  
{
	color:#000000;
}
.PrintLogo 
{
	display:block;
}

}
