@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000000;
	background-image: url('http://beerecattlecompany.com/images/background.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	color: #000000;
}

h1 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin:0px;
}

h2 {
	font: 16px/20px Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin:0px;
}

/* ----------container-------------- */
#container {
	width: 800px;
	margin-top: 75px;
	overflow-y: 500px;
	background: url('http://beerecattlecompany.com/images/container.jpg') top left no-repeat;
	background-color: #e5d9bc;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;	
}

#copy {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	float: left;
	width: 600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 20px 30px 20px;
}

#sidebar {
	margin: 10px 0 0 -1px;
	padding: 10px 5px 5px 10px;
	float: left;
	width: 100px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	border-right: 1px solid #1E3654;
}

#sidebar a {
	font-family:Arial, Helvetica, sans-serif;
	border-left-width: 0;
	text-decoration: none;
	color:#990000;
	font-size: 14px;
}

#sidebar a:hover  {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
}

/* ----------banner-------------- */
#banner {
	height: 75px;
	background-position:center;
	padding: 0px;
	margin: 0px;
}
#banner img {
	border: none;
} 

/* -----navigation---- */

.navigation {
	height: 20px;
}

.navigation ul {
	margin: 0;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: center;
	background: transparent;
	color: #000000;
}

.navigation ul li {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0px 0px 0px 0px;
}

.navigation ul li a{
	padding: 10px 8px 10px 8px;
	font-family:Arial, Helvetica, sans-serif;
	border-left-width: 0;
	text-decoration: none;
	color:#000000;
	font-size: 16px;

}

.navigation ul li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration:underline;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* IE Compatability */
* html .navigation ul li { height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

	
/* -----------------content--------------------- */
 img, div {
 	behavior: url(iepngfix.htc)
}

#interior {
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	margin-right: 225px;
}


#content {
	height: 200px;
	padding: 0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 400px;
}


p, pre{
	padding: 5px 10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size: 12px;
}


a {
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

a:hover {
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #88DAF3;
}

.rightimage {
	float: right;
}

.leftimage {
	float: left;
}




/* -----pedigree---- */
.pedigree {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color: #000000;
}

.pedigree table {
	padding:0px;
	margin:0px;
	height:336px;
	width:600px;
	border:0px;
	}

.pedigree td {
	font-weight:bold;
	width:150px;
	height:20px;
	}

a:link.pedigree {
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
}

a:hover.pedigree {
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
}

a:visited.pedigree {
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
}
/* -----------feature--------------------------- */
#feature {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color: #000000;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	background-color: #e5d9bc;
	height: 120px;
	width: 800px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #000;
	background: url('http://beerecattlecompany.com/images/container_bottom.jpg') bottom left repeat-x;
}

#footer a {
	text-decoration: none;
	color:#000;
}

#footer a:hover {
	text-decoration: none;
	color: #900;
	font-weight: bold;
}

.dash {
	border-color:#fff;
	border-style:dashed;
	background-color: #333;
}

