@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background: #03091c url("Imgs/mainbg1.jpg") repeat-x center top;
	text-align: center;
	
	}
	
#container {
	width: 813px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;

}
#link {
	width: 813px;
	height: 37px;
	background: url("Imgs/link.jpg") no-repeat;	
	
	}
#top {
	width: 813px;
	height: 122px;
	background: url("Imgs/top.jpg") no-repeat;	
}
#navigation {
	height: 49px;
}

#navigation div, #navigation a {
	display:block;
	float: left;
	height: 49px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0 -49px;
}
#navigation a span { display: none; }
#nav_0 { background-image: url("Imgs/home1.jpg"); width: 84px; }
#nav_1 { background-image: url("Imgs/about1.jpg"); width: 90px; }
#nav_2 { background-image: url("Imgs/riding1.jpg"); width: 145px; }
#nav_3 { background-image: url("Imgs/training1.jpg"); width: 92px; }
#nav_4 { background-image: url("Imgs/sales1.jpg"); width: 63px; }
#nav_5 { background-image: url("Imgs/show1.jpg"); width: 150px; }
#nav_6 { background-image: url("Imgs/news1.jpg"); width: 61px; }
#nav_7 { background-image: url("Imgs/contact1.jpg"); width: 128px; }


#nav a:hover {
	text-decoration: none;
	
}
#main {
	width: 813px;
	height: 267px;
	
}	
#content {
	width: 813px;
	float: left;
	background: url("Imgs/insidebg.png") repeat-y;	
	
	}

#left {

	width: 600px; float: left;}
	
#left p {
	margin: 10px 10px 0px 25px;
	line-height: 20px;
	color: #000000;

}

#right {
	float:right;
	width: 189px;

	
}
	

#footer {
	width: 813px;
	float: left;

}

a {
	color: #1b57c2;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #c68203;
	text-decoration: underline;
	font-weight:bold;


}

#content img {
	margin: 0px 10px 0px 0px !important;
	


}

h1 {
	margin: 10px 10px 10px 25px;
	color: #0d2653;
	font-family: "arial", arial, verdana;
	font-size: 18px;
	font-weight:  bold;

}
a img {
	border: 0px;
	
}
