/* CSS Document */

body {
	color: #990000;
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
}

#wrapper {
	width: 770px;
	margin: auto;
	text-align: left;
	color: #990000;
}

#topnav{
	background-color: transparent;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 80%;
	color: #FF9900;
}

#topnav a{
	color: #FF9900;
}

#topnav a:hover, a:focus{
	color: #FFFF00;
}

#topnav #current a:hover,
#topnav #current a:focus, 
#topnav #current a:link,
#topnav #current a:active,
#topnav #current a:visited {
	color: #FFFF00;	
}

#banner {
	height: 130px;
	background-color: #990000;
	background-image: url(../graphics/banner1.png);
	background-repeat: no-repeat;
}

#nav {
	border: 0;
	margin-left: 40px;
	margin-right: 30px;
	padding-top: 110px;
}

#nav ul {
	background: #990000;
	padding: 2px 1px;
	margin: 0;
  	list-style: none;
	font: bold 0.8em Verdana, sans-serif;
}

#nav ul li {
	display: inline;
	padding: 1px 0px;
	background: #fff url(../graphics/leftcornw.gif) top left no-repeat;
	border-bottom: 1px solid #900;
}

#nav ul li a {
	color: #f30;
	padding: 1px 10px; 
	text-decoration: none;
	background: url(../graphics/rightcornw.gif) top right no-repeat;
}

#nav ul li a:hover,
#nav ul li a:focus {
	background-color: #fff;
	color: #900;
	background: url(../graphics/rightcornw.gif) top right no-repeat;
	border-bottom: 1px solid #fff;	
}

#nav #current a:hover,
#nav #current a:focus, 
#nav #current a:link,
#nav #current a:active,
#nav #current a:visited {
	background-color: #fff;
	color: #900;
	background: url(../graphics/rightcornw.gif) top right no-repeat;
	border-bottom: 1px solid #fff;
}

#content {
	background-image: url(../graphics/ptop.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #00FF00;
	padding-top: 35px;
}

#content p, #content ul {
	font-size: 80%;
	margin: 10px 20px;
}

#content ul {
	font-size: 80%;
	margin: 10px 50px 10px 10px;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size: 140%;
	color: #990000;
	margin: 10px 20px;
}

#content h2 {
	text-align: center;
	margin: 20px 20px;
}

#content h3 {
	font-size: 110%;
}

#content h4 {
	font-size: 90%;
}

#content h5 {
	font-size: 80%;
}

#content h6 {
	font-size: 70%;
}

.container {
	width: 100%;
	float: right;
	text-align: justify;
	background-color: #fff;
	background-image: url(../graphics/pbot.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.leftsplit {
	width: 63%;
	float: left;
	padding: 0px 5px;
}

.rightsplit {
	width: 35%;
	float: right;
	padding: 0px 1px;
}

#footer	{
	height: 100px;
	background-color: #990000;
	clear: both;
	background-image: url(../graphics/footer1.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: center;
	color: #FFFF00;
}

.centerImage {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.leftImage {
	margin: 5px 15px 0px 0px;
	float: left;
	border: 1px solid #000;
}

.rightImage {
	margin: 5px 0px 0px 15px;
	float: right;
	border: 1px solid #000;
}

.leftImageWide {
	margin: 5px 30px 15px 0px;
	float: left;
	border: 1px solid #000;
}

.leftImageText {
	margin: 0px 50px 15px 37px;
	float: left;
	text-align: center;
	color: #000000;
}

.topImage {
	margin: 0px 25px 10px 25px;
	border: 1px solid #000;
}
		
.cleansweep {
	clear: both;
}

.left {
	float: left;
	width: 25%;
	font-size: 140%;
	color: #FFF;
}

.right {
	float: right;
	width: 70%;
}

.leftsplit form {
	background-color: #CC6666;
	border: 2px dotted #FFFF00;
	height: 380px;
	margin: 20px;;
}

.offers {
	background-image: url(../graphics/offers.jpg);
	width: 250px;
	height: 250px;
	padding-top: 1px;
}

.offers h3 {
	text-align: center;
	padding: 5px 0px;
}

.offersboard {
	background-image: url(../graphics/offersboard.jpg);
	background-repeat: no-repeat;
}

.info {
	background-image: url(../graphics/info.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	padding-top: 60px;
}

.info p {
	text-align: center;
	padding: 5px 0px;
}

.links {
	background-image: url(../graphics/links.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	padding-top: 60px;
}

.links p {
	text-align: center;
	padding: 5px 0px;
}

.blink {
	text-decoration: underline;
}

.saddleryimage {
	margin-left: 17px;
	border: 1px solid #000;
}