@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position: relative;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Images/Background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	width: 100%;
	height: 700px;
	overflow: hidden;
}

#mainContainer {
	text-align: left;
	margin:0 auto;
	position: relative;
	background-image: url(Images/MainContainer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 700px;
	width: 1001px;
}

#titleImage {
	position: absolute;
	background-image: url(Images/TitleImage2.jpg);
	background-repeat: no-repeat;
	height: 251px;
	width: 493px;
	left: 30px;
	top: 48px;
}

#form {
	position: absolute;
	height: 309px;
	width: 237px;
	top: 314px;
	left: 276px;
	font-size: 12px;
	color: white;
}

#padding {
	padding: 4px 0px 0px 0px;
}

input {
	background-color:#4526ff;
	color: white;
}

textarea {
	background-color:#4526ff;
	color: white;
}

#linkContainer {
	position: absolute;
	height: 52px;
	width: 206px;
	top: 320px;
	left: 36px;
	font-size: 12px;
	overflow: none;
}

#bikeImage {
	position: absolute;
	background-image: url(Images/ThunderBike.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 481px;
	left: -200px;
	top: 400px;
}

#bikeReflection {
	position: absolute;
	background-image: url(Images/ThunderBikeReflection.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 481px;
	left: -199px;
	top: 622px;
}

#infoContainer {
	position: absolute;
	background-image: url(Images/InfoContainer2.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 423px;
	left: 550px;
	top: 380px;
}

#infoText {
	position: absolute;
	height: 122px;
	width: 278px;
	left: 1px;
	top: 0px;
	color: white;
	font-size: 12px;
	overflow: auto;
	scrollbar-base-color: blue;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: black;
}

#infoTextBox {
	position: absolute;
	height: 145px;
	width: 278px;
	left: 127px;
	top: 35px;
}

#infoTextTitle {
	position: absolute;
	height: 17px;
	width: 218px;
	left: 7px;
	top: -26px;
	color: red;
	font-size: 14px;
}

#infoImage {
	position: absolute;
	height: 160px;
	width: 100px;
	left: -114px;
	top: -24px;
	overflow: hidden;
}

#newsContainer {
	position: absolute;
	background-image: url(Images/NewsContainer2.png);
	background-repeat: no-repeat;
	height: 142px;
	width: 425px;
	left: 550px;
	top: 230px;
}

#newsText {
	position: absolute;
	height: 77px;
	width: 278px;
	left: 3px;
	top: -1px;
	color: white;
	font-size: 12px;
	overflow: auto;
	scrollbar-base-color: blue;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: black;
}

#newsTextBox {
	position: absolute;
	height: 102px;
	width: 278px;
	left: 11px;
	top: 38px;
	scrollbar-base-color: blue;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: black;
}

#newsTextTitle {
	position: absolute;
	color: red;
	font-size: 14px;
	overflow: auto;
	width: 267px;
	left: 28px;
	top: 8px;
}

#newsImage {
	position: absolute;
	background-image: url(Images/newsImage.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 100px;
	left: 311px;
	top: 9px;
	color: red;
}

#menuBar {
	position: absolute;
	background-image: url(Images/MenuBar.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 425px;
	left: 550px;
	top: 575px;
}

#menuReflection {
	position: absolute;
	background-image: url(Images/MenuReflection.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 450px;
	left: 535px;
	top: 623px;
}

#homeButton {
	position: absolute;
	height: 34px;
	width: 58px;
	left: 117px;
	top: 3px;
}

#button2 {
	position: absolute;
	height: 34px;
	width: 58px;
	left: 184px;
	top: 3px;
}

#button3 {
	position: absolute;
	height: 34px;
	width: 58px;
	left: 250px;
	top: 3px;
}

#scrollingNews {
	position: absolute;
	height: 21px;
	width: 404px;
	left: 552px;
	top: 54px;
}

#storeTimes {
	position: absolute;
	background-image: url(Images/StoreTimes.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 244px;
	left: 554px;
	top: 92px;
	font-size: 13px;
	color: white;
	scrollbar-base-color: blue;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: black;
}

#storeTimesText {
	position: absolute;
	height: 60px;
	width: 209px;
	left: 21px;
	top: 38px;
	font-size: 13px;
	color: white;
	overflow: auto;
	scrollbar-base-color: blue;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: black;
}

#storeTimesHeading {
	position: absolute;
	height: 21px;
	width: 209px;
	left: 20px;
	top: 11px;
	font-size: 13px;
	color: red;
}

#advertThumb {
	position: absolute;
	height: 126px;
	width: 137px;
	left: 809px;
	top: 89px;
}

#advertImage {
	position: absolute;
	background-image: url(Images/ThunderRoadAdvert.png);
	background-repeat: no-repeat;
	height: 468px;
	width: 414px;
	left: 548px;
	top: 89px;
}

#expandLink {
	position: absolute;
	text-align: center;
	color: blue;
	font-size: 12px;
	bottom: 8px;
	font-weight: bold;
	right: 35%;
}

#backLink {
	position: absolute;
	text-align: center;
	color: blue;
	font-size: 14px;
	bottom: 18px;
	font-weight: bold;
	right: 40%;
}

#expandedImage {
	position: absolute;
	background-image: url(Images/ExpandedContent.png);
	background-repeat: no-repeat;
	height: 468px;
	width: 414px;
	left: 548px;
	top: 89px;
}

#expandedHeader {
	position: absolute;
	color: red;
	font-size: 16px;
	font-weight: bold;
	width: 378px;
	left: 22px;
	top: 12px;
}

#expandedTextArea {
	position: absolute;
	background-repeat: no-repeat;
	height: 361px;
	width: 370px;
	color: white;
	padding: 20px 40px 20px 20px;
	font-size: 14px;
	overflow: auto;
	top: 34px;
	scrollbar-base-color: blue;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: black;
}

#expandedTextArea2 {
	position: absolute;
	background-repeat: no-repeat;
	height: 361px;
	width: 391px;
	color: white;
	font-size: 14px;
	overflow: auto;
	top: 40px;
	scrollbar-base-color: blue;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: black;
	left: 17px;
}

#expandedPicture {
	height: 160px;
	width: 100px;
	float: left;
	left: 20px;
	padding: 0px 10px 5px 0px;
}
	
#lightning {
	position: absolute;
	background-image: url(Images/Lightning.png);
	background-repeat: no-repeat;
	height: 450px;
	width: 370px;
}

