/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #000;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('../images/bullet.gif'); 
	font-size: 100%;
}

hr {
	background-color: #aa1f22; 
	color: #aa1f22; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #aa1f22; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #959595; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #8b171a; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #aa1f22; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #d53135; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #d53135; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #858585; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #d53135; 
	text-decoration: none; 
	font-weight: bold;
}

.headerleft a:link  {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.headerleft a:visited {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.headerleft a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
}

.headerleft a:active {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:link  {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:visited {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
}

.footerright a:active {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #fff;
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

.headerleft  { background-color: #339933; color: #D0D0D0; text-align: center; font-size: 100% }
.sitename    { background-color: #339933; background-repeat: repeat; background-attachment: 
               scroll; color: #D0D0D0; font-family: Georgia, Times, serif; 
               text-align: right; font-size: 26px; font-weight: bold; 
               padding-left: 0; padding-right: 0; padding-top: 10px; 
               padding-bottom: 10px; background-position: 0% }
.sidebar {
	width: 250px; 
	padding: 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.sidebarnav {
	width: 250px; 
	padding: 10px; 
	font-size: 100%; 
	text-align: left;
	line-height: 22px;
	border-top: 5px solid #aa1f22;
}

.sidebarnav ul li {
	list-style-image: url('../images/bullet2.gif'); 
	font-size: 100%;
}

.mainimage {
	background-image: url('../images/mainimage.jpg');
	font-family: "Trebuchet MS"; 
	color: #FFFFFF; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal;
	border-top: 5px solid #AA1F22;
	height: 209px; padding-left:40px; padding-right:0; padding-top:0; padding-bottom:0; background-repeat:no-repeat
}

.mainimagesheep {
	background-image: url('../images/sheep1.jpg');
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #FFFFFF; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal;
	border-top: 5px solid #AA1F22;
	height: 209px; padding-left:40px; padding-right:170px; padding-top:0; padding-bottom:0; background-repeat:no-repeat
}

.mainimagewages {
	background-image: url('../images/shearing1.jpg');
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #FFFFFF; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal;
	border-top: 5px solid #AA1F22;
	height: 209px; padding-left:40px; padding-right:170px; padding-top:0; padding-bottom:0; background-repeat:no-repeat
}

.maintext {
	width: 500px; 
	padding: 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.mainwide {
	width: 750px; 
	padding: 10px 30px; 
	text-align: justify; 
	vertical-align: top; 
}

.footerleft {
	text-align: center;
	background-color: #000;
	color: #d0d0d0; 
	font-size: 80%; 
	font-weight: normal;
	border-top: 5px solid #aa1f22;
	padding-top: 10px; 
}

.footerright { text-align: center; background-color: #000; font-size: 80%; font-weight: 
               normal; border-top: 5px solid #AA1F22; padding-top: 10px }
.footerbottom {
	background-color: #000;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}
