@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
		
	
	A:link {text-decoration: none; color: #831528;} 
	A:visited {text-decoration: none; color: #831528;}
	A:hover {text-decoration: none; color:#616161;}
		
		
    h1 { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    font-weight: bold; 
    color: #000000; 
    } 

	
    h2 { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 16px; 
	font-style: 
    font-weight: bold; 
    color: #000000; 
	border-bottom: 1px solid #cecece; 
	margin-bottom: 15px;
	margin-top: 30px;
    } 
	
    li {
	padding: 4px;
    } 
	
	#box-table-a {
		font-size:12px;
		width:100%;
		text-align:left;
		border-collapse:collapse;
		margin:0px;
	}
	
	#box-table-a th {
		font-size:12px;
		font-weight:bold;
		background:#831528;
		border-top:4px solid #cecece;
		border-bottom:1px solid #fff;
		color:#fff;
		padding:8px;
	}
	
	#box-table-a td {
		border-bottom:1px solid #fff;
		color:#000;
		border-top:1px solid transparent;
		padding:8px;
	}
	
	#box-table-a tr:hover td {
		background:#aeaeae;
		color:#ffffff;
	}

	.light {
    background-color: #e1e1e1;
	}
	
	.dark {
    background-color: #cecece;
	}

	#box-table-ped {
		font-size:12px;
		width:90%;
		text-align:left;
		border-collapse:collapse;
		margin:5px;
	}
	
	
	#box-table-ped td {
		border-bottom:1px solid #fff;
		color:#000;
		border-top:1px solid transparent;
		padding:8px;
	}
	
	#box-table-ped td:hover td {
		background:#aeaeae;
		color:#ffffff;
	}


	#box-table-b {
		font-size:12px;
		width:90%;
		text-align:left;
		border-collapse:collapse;
		margin:0px;
	}
	
	#box-table-b th {
		font-size:12px;
		font-weight:bold;
		background:#831528;
		border-top:4px solid #cecece;
		border-bottom:1px solid #fff;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		color:#fff;
		padding:8px;
	}
	
	#box-table-b td {
		border-bottom:1px solid #fff;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		color:#000;
		border-top:1px solid transparent;
		padding:8px;
	}
	
	#box-table-c {
		font-size:12px;
		text-align:left;
		border-collapse:collapse;
		margin:0px;
	}
	
	#box-table-c th {
		font-size:12px;
		font-weight:bold;
		background:#831528;
		border-top:4px solid #cecece;
		border-bottom:1px solid #fff;
		color:#fff;
		padding:8px;
	}
	
	#box-table-c td {
		border-bottom:1px solid #fff;
		color:#000;
		border-top:1px solid transparent;
		padding:8px;
	}
	
	#box-table-c td.noborder {
		border: 0px;
		padding: 0px;
	}
	
	#box-table-c tr:hover td {
		background:#aeaeae;
		color:#ffffff;
	}


	#table-pillar {
		font-size:12px;
		width:95%;
		text-align:left;
		border-collapse:collapse;
		border-top:1px solid #666;
		margin:10px;
	}
	
	#table-pillar td {
		border-bottom:1px solid #666;
		color:#000;
		padding:8px;
	}
	
	#table-pillar tr:hover td {
		background:#999999;
		color:#FFF;
	}			
	
	#table-stallions {
		font-size:12px;
		font-weight:bold;
		width:50%;
		text-align:center;
		border-collapse:collapse;
		border: 2px solid #841528;
		background: #cecece;
		margin:10px;
	}
	
	#table-stallion-books {
		font-size:12px;
		font-weight:bold;
		width:70%;
		text-align:center;
		border-collapse:collapse;
		border: 2px solid #841528;
		background: #cecece;
		margin:10px;
	}

	
.twoColFixLtHdr #container { 
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/  
} 

#container {display: block; /* resets to proper property value without resetting layout*/} 

.twoColFixLtHdr #header { 
	background: #DDDDDD;
	height: 150px;
	background-image:url('images/banner.jpg');
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 5px 5px;
	/*border-right: 1px solid #000000;*/
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#841528; 
	border-top: 5px solid #000000;
	color:#cecece;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer a {
	color:#cecece; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #footer a:hover {
	color:#fff; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #mainPage { 
	font-size:14px;
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */		
} 

.strike {text-decoration: line-through; color:#841528;}

.announcement_inner { /* this class is for the announcements box on the index page. */
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #FFFFFF;
	border-top: 1px solid #cecece;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 300px;
	height: 200px;
	overflow: auto;
}
.announcement_inner p { /* this class is for the announcements box on the index page. */
	border-bottom: 1px solid #cecece;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding-left: 2px;
	padding-bottom: 4px;
	paddimg-top: 2px;
}


.announcement_outer { /* this class is for the announcements box on the index page. */
	float: right;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	border: 1px solid #841528;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 310px;
	height: 235px;

}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltrtsmbx { /* this class can be used to float a small box element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 6px;
	border: 2px solid #841528;
	background: #cecece;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 200px;
}
.fltrtsmbx p {
	margin: 5px 0 5px 0;
	} 

.fltrtsmbx ul {
	margin-left: 0;
	padding-left: 2em;

	} 

.toplnkfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 120px;
	margin-left: 8px;
	margin-right: 10px;
	color: #666;
	text-decoration: none;
}

.toplnkfltrt a {
	color:#831528;
	text-decoration:none;
}

.toplnkfltrt a:hover {
	color:#fff;
}

.toplnkfltrt a:active {
	color:#000;
	text-decoration:underline;
}

.topfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 0px;
	color: #fff;
	text-decoration: none;
}
.imgfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 30px;
	margin-left: 8px;
	margin-right: 8px;
	border: 2px solid #841528; 
	
}

.imgfltrtsmmg { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 2px solid #841528; 
	
}

.imgfltlftsmmg { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 2px solid #841528; 
	
}

.imgborder { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 2px solid #841528; 
	
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.promolft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 2px solid #841528; 
}

a#home{
display:block;
width: 200px;
height: 50px;
padding:0px;
margin-bottom: 4px;
background: url(images/home.jpg);
text-decoration: none;
border: 2px solid #841528; 
}
a#home:hover{ 
background-image:url(images/home_roll.jpg);
}

a .alt { display: none; }

a#details{
display:block;
width: 63px;
height: 25px;
padding:0px;
margin: 4px;
background: url(images/details.jpg);
text-decoration: none;
border: 1px solid #841528; 
}
a#details:hover{ 
background-image:url(images/details_roll.jpg);
}

.details_small{
padding:0px;
margin: 3px;
float: right;
border: 1px solid #841528; 
}

.sold {
display:block;
width: 45px;
height: 25px;
padding:0px;
margin: 4px;
background: url(images/sold.jpg);
text-decoration: none;
border: 1px solid #841528; 
}
.sold:hover { 
background-image:url(images/sold_roll.jpg);
}

a#buy_now {
display:block;
width: 75px;
height: 25px;
padding:0px;
margin: 4px;
background: url(images/buy_now.jpg);
text-decoration: none;
border: 1px solid #841528; 
}
a#buy_now:hover { 
background-image:url(images/buy_now_roll.jpg);
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
