/* CSS Document */
html {
	width:100%
}
body {
	font-family:"Calibri", Calibri, Arial, Helvetica, sans-serif;
	margin:0px;
	margin-bottom: 15px;
	width:100%;
  display: table;
	}
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 990px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
		z-index: 0;
}

@media screen and (max-width: 990px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}
.maintable {
	 position:relative; z-index:100; margin:0 auto;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#05a9f3;
}
h2 {
	font-size: 21px;
	color:#039;
}
h3 {
	color: #036;
	font-size:16px;
}
.menu {
	float:right;
	margin-right: 20px;
	width:450px;
	height:30px;
	margin-top:128px;
	text-align:center;
	font-size:16px;
}
a {
	color:#05a9f3;
}
a:hover {
	color:#663366;
}
.menu a {
	font-size:17px;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover {
	color:#003399;
	text-decoration:underline;
}

.logo {
	width: 350px;
	float:left;
	margin-left:20px;
}
.box {
	width:260px;
	float:left;
	margin-right:10px;
	height:180px;
}
.logo h1 {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:24px;
	margin-top:0px;
}
.holder {
	position:absolute;
	top:29px;
	width: 856px;
}
.title {
	background:url('image/bike-box-top.jpg') no-repeat;
	height:48px;
	padding-top:3px;
	padding-left:10px;
}
.title h2 {
	font-size:14px;
	color:#FFFFFF;
	margin-top:5px;
}	
.main-text {
	width: 750px;
	float:left;
	margin-left:25px;
	margin-bottom:0px;
}
.side-bar {
	width: 224px;
	float:right;
	margin-right: 25px;
	margin-bottom:0px;
}
.bike-offer {
	text-align:center;
	width: 224px;
	background: url('image/bike-box-back.jpg') repeat-y;
	padding:0px;
	margin-bottom:10px;
}
.bike-offer img {
	margin:0px;
	padding:0px;
}
.bike-offer p {
	font-size:11px;
	margin: 0px 10px;
}
.bottom {
	margin-bottom:5px;
	font-size: 11px;
}
.bottom a {
	color:#FFFFFF;
}
.hidden {
	height:0;
	display:none;
	visibility:hidden;
}
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:501;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
}
.white_content {
			display: none;
			position: absolute;
			margin:auto;
			width: 80%;
			height: 80%;
			left:10%;
			top:5%;
			background-color: #666;
			z-index:502;
			overflow: hidden;
			text-align:center;
}
.white_content .close {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1004;
}
.white_content a {
	text-align:right;
	color:#CCC;
	padding:5px 9px;
	background:#333;
	text-decoration:none;
}
.white_content a:hover {
	background:#000;
	color:#369;
}
.white_content iframe {
	z-index:503;
}
.bigbox {
	 border:10px #05a9f3 solid;
	 text-align:center;
	 width:300px;
-moz-border-radius: 15px;
	 border-radius: 15px;
}
.bigbox h3, .bigbox p {
	 font-size:1.3em;
}
