/*** GENERAL ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-color: #000;
}
h1 {
	font-size: 2.3em;
	font-weight: bold;
	margin: .2em 0 .5em;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 .5em;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 .5em;
}
p {
	margin: 0 0 1em;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
img {
	 max-width: 100%;
	 margin-bottom: 1em;
}
strong {
	font-weight: bolder;
	font-size: 16px!important;
}
em {
	font-style: italic;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
ol, ul {
	margin: 0 0 1em 1.2em;
	list-style: outside;
}
li {
	margin-bottom: .5em;
}
.wrapper {
	margin: 0 auto;
	width: 700px;
	background-color: #000;
	min-height: 500px;
	padding: 1em;
	box-sizing: border-box;
	overflow: auto;
}
.content {
	padding: 0 2em;
}
/*** HEADER ***/
.header {
	padding: 1em 0;
}
/* MENU */
.menu {
	text-align: center;
	border-bottom: 1px solid #FFF;
	padding: 0 1em 1em;
	width: 84%;
	margin: 0 auto;
}
.menu ul {
	list-style: none;
	display: inline-block;
}
.menu li {
	float: left;
	padding: 0 0.8em;
}
.menu li.current-item a {
	font-weight: bold;
	color: #FFF;
}
.menu a {
	color: #A1A1A1;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
}
/*** FOOTER ***/
.footer {
	border-top: 1px solid #FFF;
	margin: 2em auto 1em;
	padding: 1em 0 0;
	width: 650px;
}
/*** BULL SALES ***/
#bullsales {
	background: url('/images/bull2015/bull-01.jpg') no-repeat #000;
	background-size: cover;
}
/*** CATALOGUE ***/
#catalogue-data .bullbox {
	margin-bottom: 2em;
}
/*** BREED PLAN ***/
#breedplan {
	text-align: justify;
}
/*** MISC ***/
/*** MISC ***/
.left {
	display: inline-block;
	float: left;
}
.right {
	display: inline-block;
	float: right;
}
.smaller {
	font-size: smaller;
}
.bold {
	font-weight: bolder;
}
.whitespace {
	height: 20px;
	clear: both;
}
.italic {
	font-style: italic;
}
.cpap-block1 {
	max-width: 600px;
}
.smalltext {
	font-size: 11px;
	font-family: Verdana;
}
.clear {
	clear: both;
}
.divider {
	clear: both;
	height: 2px;
	border-bottom: 2px solid #FFF;
	margin: 20px 0;
}
.dib {
	display: inline-block;
}
.center {
	text-align: center;
}
.nospace {
	padding: 0 !important;
	margin: 0 !important;
}
.line {
	clear: both;
	border-bottom: 2px solid #FFF	;
	margin: 0 0 20px;
}
.w65 {
	width: 65%;
}
.col1of2 {
	width: 45%;
	float: left;
	margin-right: 5%;
	display: inline-block;
}
.col2of2 {
	width: 45%;
	float: left;
	display: inline-block;
}
.ml3em {
	margin-left: 3em;
}
.tabber {
	display: inline-block;
	width: 20px;
	height: 5px;
}
.ro-btn {
	display: inline-block;
	color: #FFF;
	background-color: darkslateblue;
	padding: .5em 1em;
	border-radius: 7px;
	margin: .5em 0 .7em;
	clear: both;
	font-weight: bold;
	text-align: center;
}
ul.cats {
	margin:23px 0 0 0!important;
}
ul.cats li {
	display: inline-block;
    margin-left: 22px;
    list-style: none;
}
.pdfbtn {
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.pdfbtn img {
	width: 170px;
}
.pdfbtn a:hover {
	text-decoration: none;
}
.ro-btn:hover {
	background-color: crimson;
}
.reset {
	margin: 0;
}