@charset "UTF-8";
/* CSS Document */
html {
	height:100%;
	max-height:100%;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image: url(images/page-background.jpg);
	height:100%;
	background-repeat: repeat;
	background-attachment: fixed;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #0066CC;
	text-decoration: none;
	text-align: center;
}
div#mainhome{
	text-align: left;
	background-image: url(images/bikeaddictionbanner.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 100%;
	hieght-min: 1100px;
	padding-top: 65mm;
	padding-left: 15mm;
	padding-right: 18mm;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
div#buttons{
	float: left;
	width: 120px;
	text-align: center;
}
div#links{
	float: right;
	width: 120px;
	text-align: right;
}
div#sale1{
	float: left;
	text-align: center;
	height: 300px;
	width: 300px;
}
div#sale2{
	float: right;
	text-align: center;
	height: 300px;
	width: 300px;
}
div#text{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 660px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
a#img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}