﻿body {
	margin: 0px;
	padding: 0px;
	background-color: Black;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11pt;
	color: Black;
}

#Container {
	width: 900px;
	margin: 0 auto;
	background-color: Black;
}

#Header {
	width: 900px;
	height: 104px;
	background-image: url(http://www.pickup-systems.com/_img/header.jpg);
	background-repeat: no-repeat;
}

#Header #TopInfo {
	position: relative;
	top: 2px;
	left: 560px;
	padding-right: 20px;
	color: Black;
}

#Header #Offers {
	position: relative;
	top: 60px;
	left: 580px;
	color: Black;
	width: 300px;
}

#Header #Menu {
	width: 700px;
	height: 25px;
	position: relative;
	top: 105px;
	left: 4px;
	color: White;
    font-size: 10pt;
}


#Header #Menu a {
	display: block;
	float: left;
	height: 33px;
	width: 112px;
	padding-top: 16px;
	margin-right: 1px;
	text-align: center;
}

#Header #Menu a.first:hover {
	background-image: url(http://www.pickup-systems.com/_img/menu_mouseover_end.jpg);
	background-repeat: no-repeat;
}

#Header #Menu a:hover {
	background-image: url(http://www.pickup-systems.com/_img/menu_mouseover_center.jpg);
	background-repeat: no-repeat;
}

#OuterContent {
	width: 900px;
	min-height: 49px;
	background-image: url(http://www.pickup-systems.com/_img/menu.jpg);
	background-repeat: no-repeat;
}

#OuterBanner {
	width: 900px;
	height: 306px;
	background-image: url(http://www.pickup-systems.com/_img/banner.jpg);
	background-repeat: no-repeat;
}

#OuterBanner #BannerContent {
	width: 415px;
	height: 50px;
	position: relative;
	top: 244px;
	left: 20px;
	padding-right: 30px;
	color: #bdbdbd;
	font-size: 9px;
}

#MainContent {
	width: 860px;
	min-height: 381px;
	background-image: url(http://www.pickup-systems.com/_img/maincontent.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
    color: black;
	padding: 20px;
	font-size: 11px;	

}

#MainContent #LeftContent{
	width: 560px;
	margin-right: 20px;
}

#MainContent #LeftContent #InternalImages{
	width: 242px;
	padding-right: 20px;
}

#MainContent #RightContent{
	width: 239px;
	height: 290px;
	margin-left: 25px;
	padding-left: 10px;
	padding-top: 33px;
	background-image: url(http://www.pickup-systems.com/_img/van-conversions.jpg);
	background-repeat: no-repeat;

}

#MainContent #RightContentContact{
	width: 239px;
	height: 345px;
	margin-left: 25px;
	padding-left: 10px;
	padding-top: 92px;
	background-image: url(http://www.pickup-systems.com/_img/contact.jpg);
	background-repeat: no-repeat;
    font-size: 11px;
}


#MainContent #BottomContent{
	width: 242px;
	margin-right: 42px;
    font-size: 11px;
        
}

#Footer {
	width: 100%;
	min-height: 200px;
	background-color: #1c1a19;
	border-top: 1px solid #a91e23;
}

#Footer #FooterContainer {
	width: 900px;
	margin: 0 auto;
}

/* IE6&7 display-inline fix */
.column {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
