/*  RESET  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	margin-left: 20px;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
abbr,acronym { border: 0;
	}
	
	
/*  GLOBAL ELEMENTS  */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background: #999966;
	color: #330000;
}
a:link {
	color: #6F6F5A;
	text-decoration: none;
}
a:visited {
	color: #6F6F5A;
}
a:hover, a:active {
	color: #660000;
	text-decoration: none;
}
h1 {
	color: #6e0000;
	font-size: 18px;
	margin-bottom: 10px;
}
h2 {
	color: #6e0000;
	font-size: 20px;
	margin-bottom: 10px;

}
h3 {
	color: #6e0000;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
h4 {
	color: #6e0000;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
ol {
	list-style-type: ;
}
ul {
	list-style-type: ;
}
li {
	margin: ;
}
blockquote {}

#container {
	width: 1000px;
}
p {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}
/*  HEADER   */
#header {
	height: 150px;
 	color: #660000;
}
#logo, #headerRight {
	float: left;
	border-bottom: 2px solid #660000;
}
#logo {
	width: 200px;
	height: 150px;
}
#headerRight {
	width: 780px;
	height: 130px;
	background: url(../images/header-bg.jpg) no-repeat;
	padding: 20px 0 0 20px;
}
span.title {
	font-size: 22px;
	font-weight: bold;
}
span.address, span.number {
	font-size: 18px;
}
span.number {
	font-weight: bold;
}
/*  NAVIGATION  */
#navigation {
	float: left;
	width: 190px;
	padding-left: 10px;
}
#navigation div {
	width: 200px;
}
#navigation div a {
	background: url(http://www.bestinthewestgaitedhorses.com/images/nav-button.png) no-repeat scroll 0 0;
	padding: 5px 0 0 20px;	
	color: #6F6F5A;
	text-decoration: none;
	display: block;
	height: 22px;
	font-size: 14px;
}
#navigation div a:hover {
	background-position: 0 -26px;
	color: #660000;
	text-decoration: underline;
	
}

/*  CONTENT  */
#content {
	padding: 20px 0;
	background: #ffffff;
}
#contentMain {
	float: left;
	width: 800px;
}
#homeMain, #homesideRight {
	float: left;
}
#homeMain {
	width: 400px;
	padding-top: 20px;
}
#homesideRight {
	border-top: 2px solid #660000;
	border-bottom: 2px solid #660000;
	width: 360px;
	margin: 20px 20px;
}
img.nail {
	float: left;
	margin: 5px;
}
div.horseBio, div.horseVideo {
	float: left;
}
div.horseBio {
	width: 400px;
}
div.horseVideo {
	width: 300px;
	margin-left: 50px;
	border: 1px solid #4F4F4A;
}
div.horseGallery {
	margin: 20px 20px 20px 0;
	text-align: center;
	border-bottom: 2px solid #660000;
}
p.question {
	font-weight: bold;
}
div.galleryImg {
	width: 200px;
	float: left;
	margin: 20px;
}
/*  FOOTER  */
#footer div.footCol {
	float: left;
	width: 250px;
	border-top: 2px solid #660000;
	background: #e7e6cd;
	height: 200px;
	padding-top: 20px;
}
#footer div.footCol h5 {
	margin-left: 20px;
	font-weight: bold;
}
#footer h2 {}
#copyright, #copyright a, #copyright a:hover {
	font-size: 12px;
	text-align: center;
	color: #660000;
}

/*  FORMS  */
div.form {
	width: 500px;
	margin: 0 auto;
}
input {}
textarea {}
button {}

input:focus {}
textarea:focus {}
button:hover {}


/*  TABLES  */

table {}
tr {}
th {}
td {}

table.horseInfo, table.horseInfo td {
	border: 1px solid #4F4F4A;
	background: #F0EFE0;	
}
table.horseInfo td {
	padding: 2px;
}
table.horseInfo td.label {
	width: 200px;
	background: #BFBFBF;
	font-weight: bold;
}
table.horseInfo td.data {
	width: 200px;
}



