/* css_template.css for the structure of the site */

body {
background: white url(bodyBackground.jpg) bottom left no-repeat;
font-family: helvetica, arial, sans-serif;
font-size: 86%;
}

#bottles {
position: absolute;
right: 150px;
top: 270px;
z-index: 100;
}

#frame {
background: transparent url(frameBackground.png) bottom left no-repeat;
background: none;
height: 567px;
left: 50%;
margin-left: -400px;
margin-top: 20px;
position: absolute;
width: 800px;
}

#logos {
background: #5CC5ED;
font-size: .9em;
height: 20px;
padding-top: 5px;
width: 802px;
}

	#logos p {
	margin-left: 10px;
	}

#motorLogicLogo {
position: absolute;
right: 0px;
z-index: 100;
}

#nav {
background: #004687;
height: 25px;
font-size: 1em;
overflow: hidden;
width: 800px;
}

	#nav ul {
	list-style: none;
	width: 800px;
	}
	
		#nav ul li {
		float: left;
		height: 25px;
		width: 170px;
		}
	
			#nav ul li a {
			border-left: 2px solid white;
			color: white;
			display: block;
			height: 25px;
			padding-left: 20px;
			padding-top: 4px;
			text-decoration: none;
			width: 180px;
			}
	
#wrapper {
background: white url('wrapperBackground.jpg') bottom right no-repeat;
border: 1px solid #5CC5ED;
border-top: none;
height: 470px;
margin-top: 75px;
width: 800px;
}

