@charset "utf-8";
/* CSS Document */

a {
	color:#FFF;
	text-decoration: none;
	}
a:link {
	color: white; text-decoration: none
	}
	
a:active {
	color: red; text-decoration: none
	}
	
a:visited {
	color: none; text-decoration: none
	}
	
a:hover {
	color: red; text-decoration: none
	}

/*
this just takes off the default margin and padding of the body
*/
.nopadding {
	padding: 0;
	margin: 0;
	font: Verdana, Geneva, sans-serif;
}


/*
header
*/

#header {
	background: #cc0033 url(http://www.driscolls.net/graphics/driscolls-logo.gif) no-repeat;
	width: 100%;
	height: 75px;
	position: absolute;
	margin: 0px;
}

/*
search bar
*/

#search {
	position: absolute;
	top: 77px;
	right: 10px;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
}

/*
navigation
*/
#navigation {
	background: #000;
	height: 35px;
	width: 100%;
	position: absolute;
	top: 75px;
	margin: 0;
        font: Verdana, Geneva, sans-serif;
}


#navigation ul {
	margin: 0;
}

#navigation ul li {
	float: left;
	margin:;
}

.navigation li {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	list-style: none;
	padding: 10px;
        font: Verdana, Geneva, sans-serif;
}
	
/*
side graphic
*/

#side {
}

.decoration-left {
	position: absolute;
	top: 110px;
	margin: 0;
	padding: 0;
}

/*
Body
*/

#bodycontent {
	background: #FFF;
	width: 1163px;
	position: absolute;
	top: 110px;
	left: 175px;
	margin:0;
	padding: 0;
}

.newsgallery {
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.newsgallery p {
	font-size: 75%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
}
	
/*
brand page
*/
.brandlist {
	height: inherit;
	float: right;
	margin: 0;
}

.brandlist ul {
	width: 700px;
	height: inherit;
	margin: 0;
	
}

.brandlist li {
	float: left;
	margin: 5px 5px 5px 5px;
	width: 100px;
	height: 100px;
	list-style: none;
	background-color: #CCC;
}

/*
team page
*/

.teamrider-container {
	width: 600px;
	height: 200px;
	margin: 0;
	padding: 10px;
	margin-left: 100px;
}
