/**************************************
hoopdriver.ca CSS style sheet
Client:			Martin Neale
Web Master: 	Paul Neale
Created:		Feb 27 2009
**************************************/
/*General*/
body 
{
	background-color:#b9dbe8;
	color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

a:link
{
	color:#b4191d;
}
a:visited
{
	color:#9D151A;
}
a:hover
{
	color:#700F13;
}
a:active
{
}

a>img { text-decoration: none; border: 0; }

p.notes { font-style: italics; font-size: 90%;}

.blue { color: #0F4370; }
.red { color: #b4191d; }

/*Main UI*/

/*
Main will hold all the changing data. 
*/
#main
{
	margin:0 auto 0 auto; /*This will center the div tag in the browser*/
	width:940px;

}
#logoBar
{
	width:550px;
	height:10px;
	margin:0px auto 0 auto;
	border:none; border-width:0px
}
#logo
{
	width:160px;
	height:160px;
	text-align:center;
	border:none; border-width:0px
}

#address
{
	font-weight: bold;
}
#hours, #specials { font-size: 90%; }

#content
{
	width:550px;
	text-align:left;
	float:left;
	padding:0px;
	border:none; border-width:0px;
}
#left
{
	width:160px;
	float:left;
	text-align:left;
	padding:0px;
	border:none; border-width:0px;
	
}
#right
{
	width:220px;
	float:left;
	text-align:left;
	padding:0px;
	border:none; border-width:0px
}

#left, #right { margin:10px 0 0 0;}

#news
{
	text-align:left;
	background-image:url(../images/arriving.png);
	background-repeat:no-repeat;
	background-position:center;
}

#bikes { padding: 20px 40px; }

#intro { font-size: 80%; }
/*Bottom Image Bar*/
.bottomImageBar
{
	width:910px;
	height:100px;
	clear:both;
	border:none; border-width:0px
}

/*Navigation*/
.navButton
{
	width:100px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	margin:5px auto 5px auto;
	border:none; border-width:0px
}

