body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

hr {
	height:1px;
	noshade:true;
}

#banner{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	background-image:url(../images/top-left.png);
	background-repeat: repeat-x;
}


#container{
	width:100%;
	background-image:url(../images/bg-repeat.png);
	text-align:left;
}

#left-bar{
	width:26px;
	background-image:url(../images/white-left.png);
	background-repeat: no-repeat;
	height:596px;
}

#right-bar{
	width:29px;
	background-image:url(../images/white-right.png);
	background-repeat: no-repeat;
	height:596px;
}

.left-bar{
	background-image:url(../images/bg-left.png);
	background-repeat: no-repeat;
	background-position:top right;
	
}

.right-bar{
	background-image:url(../images/bg-right.png);
	background-repeat: no-repeat;
}

.bg{
	vertical-align:top;
	width:777px;
	text-align:center;
}

.background{
	background-image:url(../images/pixel.png);
}

.menu{
	width:185px;
	background-image:url(../images/black-bar.png);
}

.menu-table{
	margin-top:3px;
	width:177px;
	background:#000;
}

.menu-table td{
	background:#c1bba3;
	padding:10px 0px 10px 6px;
}

.menu-table a{
	color:#000; 
	font-weight:bold; 
	font-size:14px;
	text-decoration:none;
}

.menu-table a:hover{
	text-decoration:underline;
}

.menu-table .contact{
	text-align:center;
	font-size:14px;
	height:130px;
}

.menu-table .contact a{
	text-align:center;
	font-size:14px;
	color:#002aff;
	text-decoration:underline;
	font-weight:normal; 
}

.total-returned{
	font-size:27px;
	color:#c1bba3;
	text-align:center;
	padding:10px 15px;
}

.cross{
	color:red; 
	font-weight:bold; 
	font-size:14px;
}

.iframe-style{
	margin-top:15px;
	width:100%;
}

.bikes-list { }
.bikes-list td.head{ width:50px;text-align:left;font-weight:bold; }
.bikes-list td.thumbnail{ width:110px; text-align:center; }

.bike-details { }
.bike-details th{ width:100px;text-align:left; }

