/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	
	Built: 2009-09-03 (YYYY-MM-DD)
	
	Last Edit: 2009-09-03 (YYYY-MM-DD)
	
	URI: ---------------------------------------*/

/* @group Body */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

body, p {
	
}

a{
	
}

a:hover{
	
}

a:visited{
	
}

a:active
{
  outline: none;
}


h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}

/* @end */

/* @group Layout */

#contact {
	
}

#container {
	margin: auto;
	width: 940px;
}

#header {
	background-image: url(../images/splash_top.jpg);
	height: 397px;
	list-style-type: none;
}

#wrapper {
	
}

#nav {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
}

#nav a{
	text-decoration: none;
	display: block;
	height: 319px;

}

#nav h1{
	visibility: hidden;
}

#a1{
	background-image: url(../images/dreamy280.jpg);
	display: block;
	float: left;
	width: 235px;
	height: 319px;
}

#a1:hover{
	background: url(../images/dreamy280.jpg) 0 bottom;
}

#a2{
	background-image: url(../images/cattle.jpg);
	display: block;
	float: left;
	width: 235px;
	height: 319px;
}

#a2:hover{
	background-position: 0 bottom;
}

#a3{
	background-image: url(../images/freezer_beef.jpg);
	display: block;
	float: left;
	width: 235px;
	height: 319px;
}

#a3:hover{
	background: url(../images/freezer_beef.jpg) 0 bottom;
}

#a4{
	background-image: url(../images/contact.jpg);
	display: block;
	float: left;
	width: 235px;
	height: 319px;
}

#a4:hover{
	background: url(../images/contact.jpg) 0 bottom;
}

#content {
	
}

#footer {
	
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
	width: 940px;
	margin: auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4c4c4c;
}

#api a{
	color: #4c4c4c;
}

#api a:hover{
	color: #fff;
}

.clear{
	clear: both;
}

/* @end */