/* bikeinc CSS */

body{
	background-color:#272727;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding-top:40px;
	background-image:url(images/background_gradiant.jpg);
	background-repeat:repeat-x;}
	
/*div{
	border:1px solid white;}*/
	
/* footer link */

.a:link{
	color: #F00;
	text-decoration:underline;}
.a:visited{
	color: #F00;
	text-decoration:underline;}
.a:hover{
	color: #666;
	text-decoration:none;}
.a:active{
	color: #F00;
	text-decoration:underline;}
	
/* footer link 2 */
	
.b:link{
	color: #666;
	font-weight:bold;
	text-decoration:none;}
.b:visited{
	color: #666;
	font-weight:bold;
	text-decoration:none;}
.b:hover{
	color: #666;
	font-weight:bold;
	text-decoration:underline;}
.b:active{
	color: #666;
	font-weight:bold;
	text-decoration:none;}
	
img {
border: none;}

/* Text - colour red*/
.redtext{color:#F00;}

/* Flash position*/
.flashposition{position:relative;
	left:457px;
	top:393px;}

/* Padding for logos*/
.padding{padding-right:15px;
	padding-bottom:15px;}
	
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border:15px solid white;}
#poster{
	width:200px;
	height:560px;
	top:200px;
	left:345px;
	position:absolute;
	float:left;}
#background{
	width:800px;
	height:600px;
	background-image:url(images/background1.gif);
	background-repeat:no-repeat;}
#brands{
	width:781px;
	height:225px;
	background-color:#000;
	font-size:13px;
	font-style:italic;
	padding-left:19px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	font-weight:bold;
	text-decoration:none;}
#contact{
	height:33px;
	background:#000;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	border-top:dotted;
	border-top-color:#333;}
#footer{
	height:25px;
	color:#666;
	background-color:#000;
	text-align:center;
	font-size:10px;}
