* { padding: 0;	margin: 0; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 { margin-top:	14px; }
h1 { font-size: 150%; color: #004;}
h2 { font-size: 130%;}
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 70%; }
h2, h3, h4, h5, h6 { color: #006;}
a, a:link, a:visited { color: #640000;}
a:hover, a:active { text-decoration: none;}
a img { border: none; }
html { background:	#fff; }
body {
	font-family:	tahoma,verdana,arial,helvetica,sans-serif;
	font-size:		10pt;
	min-width:		906px;
	max-width:		906px;
	color:			#000;
	background:		#fff;
	margin:			1em auto;
	letter-spacing:	1px;}
#pageWrapper {
	width:		100%;
	margin:		0 auto;}
#searchBar {
	text-align:	right;
	padding:	8px 1em 10px 0;
	background:	#640100;}
#searchBar form {
	float:			right;
	margin-left:	1em;}
#searchBar form p {
	margin:	0;}
#searchBar #searchIntro {
	margin-top:	2px;
	color:	#fff;}
#searchBar #txtSearch, #searchBar #btnSearch {
	color:	#333;
	border:	1px solid #aaa;}
#header {
	height:		153px;
	background:	#fff;
	border-bottom: 3px solid #000;}
#header p {
	margin:	0;}
#header #logo_art {
	float:	left;
	width:	94px;
	margin-left: 2em;
	margin-right: 1em;}
#header #logo_text {
	font-family:	verdana,arial,sans-serif,helvetica,verdana;
	font-size:		24pt;
	color:			#444;
	padding-top:	1em;}
#header #logo_text a, #header #logo_text a:link, #header #logo_text a:visited, #header #logo_text a:hover, #header #logo_text a:active {
	color:				#444;
	text-decoration:	none;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*.menu {width:745px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}*/
.menu {
	height:			32px;
	position:		relative;
	z-index:		100;
	font-size:		9pt;
	letter-spacing:	0px;
	background:		#333;
	border-right:	1px solid #000;}

/* hack to correct IE5.5 faulty box model */
/* html .menu {width:746px; w\idth:745px;}*/

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:			0;
	margin:				0;
	list-style-type:	none;}
.menu ul ul {
	width:	180px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:		left;
	width:		128px;
	position:	relative;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:			block;
	text-decoration:	none;
	color:				#fff;
	width:				117px;
	height:				30px;
	border:				1px solid #000;
	border-width:		1px 0 1px 1px;
	background:			#333;
	padding-left:		10px;
	line-height:		29px;}

/* a hack so that IE5.5 faulty box model is corrected */
/* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}*/

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	font-size:	8pt;
	background:	#aaa;}

/* style the second level hover */
.menu ul ul a.drop:hover {
	color:		#fff;
	background:	#333;}
.menu ul ul :hover > a.drop {
	color:		#fff;
	background:	#666;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	font-size:	8pt;
	color:		#fff;
	background:	#666;}

/* style the third level hover */
.menu ul ul ul a:hover {
	color:		#000;
	background:	#aaa;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:	hidden;
	position:	absolute;
	height:		0;
	top:		31px;
	left:		0;
	width:		180px;
	border-top:	1px solid #000;}

/* another hack for IE5.5 */
/* html .menu ul ul {top:30px;t\op:31px;}*/

/* position the third level flyout menu */
.menu ul ul ul {
	left:	180px;
	top:	-1px;
	width:	180px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:	-180px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
/*.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}*/

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	font-size:		8pt;
	background:		#aaa;
	color:			#000;
	height:			auto;
	line-height:	1.25em;
	padding:		5px 10px;
	width:			160px;
	border-width:	0 1px 1px 1px;}

/* yet another hack for IE5.5 */
/* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}*/

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:		#fff;
	background:	#333;}
.menu :hover > a{
	color:		#000;
	background:	#aaa;}
.menu ul ul :hover > a {
	color:		#fff;
	background:	#666;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:	visible;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:	hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:	visible;}

#contentWrapper {
	float:		left;
	width:		100%;
	background:	#fff;}
#mainWrapper {
	float:		right;
	width:		100%;
	margin:		0 0 0 -250px;}
#main {
	line-height:	1.5em;
	margin:			14px 0 0 250px;
	padding:		0 0 14px 0;
	background:		#fff; }
#sidebar {
	float:			left;
	width:			215px;
	background:		#fff url(http://www.rinderledoor.com/images/sidebarBG.gif) no-repeat left bottom;
	padding-right:	10px;
	padding-left:	5px;
	padding-bottom:	200px;}
#news h3 {
	background: url(http://www.rinderledoor.com/images/newsTopBg.gif) no-repeat;
	color:		#fff;
	padding:	10px 0 5px 15px;}
#news p {
	margin:			0;
	padding:		15px 10px 0 10px;
	border-right:	1px solid #333;
	border-left:	1px solid #333;
	background:		#eee;}
#news .newsText, #news #newsLastText {
	padding-bottom:	15px;}
#news .newsText {
	border-bottom:	1px dashed #AAA;}
#news #newsLastText {
	border-bottom:	1px solid #333;}
#footer {
	clear:			both;
	font-size:		80%;
	color:			#fff;
	background:		#640100;
	line-height:	1em;
	text-align:		right;
	padding:		.25em 1em 1.5em 0;}
#footer a, #footer a:link, #footer a:visited {
	color:				#fff;
	text-decoration:	underline;}
#footer a:hover, #footer a:active {
	text-decoration:	none;}
#footer #allmar {
	float:	left;
	width:	47px;
	margin-left: 1em;}
#footer #allmar img {
	border:	0;}