/* @override http://www.nextlevel-creative.com/hosted_sites/bikebaraboo_test/css/styles.css */

body {
	padding: 0;
	margin: 0;
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, sans-serif, Tahoma, Veranda;
	
	font-size: 14px;
}

ul {
	padding: 0;
	margin: 0;
	float: left;
	
	list-style-type: none
}

ul li {
	float: left;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

#container {
	position: relative;
	
	float: left;
	width: auto;
	
	padding: 0 50%;
}

#content {
	width: 1000px;
	margin: 0 -500px;
	float: left;
	display: inline;
	
	overflow: hidden;
}

#header {
	height: 189px;
	float: left;
	clear: both;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#logo {
	margin-right: auto;
	margin-top: 8px;
	margin-left: auto;
	width: 500px;
	height: 146px;
	padding: 0;
}

#logo h1 {
	padding: 0;
	margin: 0 auto;
	height: 146px;
}

#logo h1 a {
	text-decoration: none;
	color: #f00;
	font-size: 26pt;
	height: 146px;
}

#logo ul {
	margin-top: 5px;
	margin-left: 20px;
}

#logo ul li {
	float: none;
	
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	
	padding-left: 7px;
}

#logo ul li a {
	text-decoration: none;
	color: #777;
	font-size: 12px;
}

#navigation {
	width: 1000px;
	float: left;
	clear: both;
	
	position: absolute;
	bottom: 0;
	
	margin-bottom: 5px;
}

#navigation ul {
	margin-left: 25%;
}

#navigation ul li {
	width: 100px;
	text-align: center;
	
	border-left: 1px solid #aaa;
}

#navigation ul li.first {
	border-width: 0 !important;
}

#navigation ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#main {
	width: 1000px;
	float: left;
	clear: both;
}

.box-large{
	margin-top:10px;
	width:600px;
}
.box {
	width: 490px;
	
	margin-top: 10px;
}

.gallery h2{
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
	
	background-image: url(../images/caption.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	
	padding-left: 25px;
	margin-bottom: 5px;
}

.box h2 {
	font-size: 18px;
	font-weight: normal;
	
	background-image: url(../images/caption.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	
	padding-left: 25px;
	margin-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.box_content {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	
	background-image: url(../images/blend.gif);
	background-repeat: no-repeat;
	
	background-position: top right;
}

.images {
	float: right;
}

.gallery {
	float: left;
}

.gallery ul li a {
	margin: 5px;
	padding: 5px;
	
	border: 1px solid #aaa;
	display: block;
}

.gallery ul li a:hover {
	border: 1px solid #0f0;
}

.gallery ul li a img {
	border-width: 0;
	padding: 5px;
}

.project {
	padding: 5px;
}

.project a.image {
	float: right;
	border: 1px solid #aaa;
	display: block;
}

.project a.image:hover {
	border: 1px solid #0f0;
}

.project a.image img {
	border-width: 0;
	padding: 5px;
}

#footer {
	text-align: center;
	width: 1000px;
	height: 100px;
	
	float: left;
}

#footer p {
	margin-top: 70px;
}

#footer a {
	color: #000;
}
