/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Thomas Clark Bloodstock
  TARGET SPEC:	CSS-2
		 MODIFIED:	2009.1.02
 	  AUTHOR(S):	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/


/*
	====================================  ELEMENT DEFAULTS  =========================================
*/
a { color: #202020; cursor: pointer; text-decoration: none; }
a:hover { color: #202020; cursor: pointer; text-decoration: underline; }

html, body, div, img, table, li { margin: 0px; padding: 0px; border: 0px; }
body { font: normal 11px/2.27 Verdana, Arial, Helvetica, sans-serif; margin-bottom: 30px; color: #202020; background: #fff url("images/bg_body.gif") top center; }
table { font: inherit; }

p { margin: 10px 0px 10px 0px; }

h1 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}



ul { margin: 0px; padding: 0px 0px 0px 15px; }
ul li { padding: 2px 0px 2px 0px; }
ul li a { padding: 0px; }

p:first-child, p.FirstChild { margin-top: 0px; }

p.LastChild { margin-bottom: 0px; }


/*
	====================================  CUSTOM CLASSES  =========================================
*/

.Bordered {
	padding: 9px;
	border: 1px solid #202020;
	background: #fff;
}

.Left { display: inline; float: left; margin: 5px 30px 10px 0px; }
.Center { display: block; margin: 10px auto 10px auto; }
.Right { display: inline; float: right; margin: 5px 0px 10px 30px; }

.Caption { font-weight: bold; font-size: 10px; text-align: center; }

.Chart { width: 100%; border-top: 1px solid #202020; }
.Chart td, .Chart th { border-bottom: 1px solid #202020; padding: 13px 10px 13px 10px; background: #f5f5f5; text-align: left; vertical-align: top; }
.Chart th { font-weight: bold; }
.Chart thead th { background: #ddd; color: #000; }

.Stallion { font-weight: bold; }
.Stallion a { text-decoration: underline; }
.Stallion a:hover { text-decoration: none; }

.Striped tr.Odd td, .Striped tr.Odd th { background: #fff; }


/*
	====================================  LAYOUT & SPECIAL ITEMS  =========================================
*/
#layoutWrapper {
	width: 980px;
	margin: 30px auto 0px auto;
	position: relative;
	padding: 0px;
	background: #fff url("images/page_middle.gif") repeat-y;
}

#topSection { background: url("images/page_top.gif") top left no-repeat; height: 130px; }
#topSection img {	display: block; position: absolute; left: 50px; top: 40px; }

#contentSection { 
	background: url("images/page_bottom.gif") bottom left no-repeat;
	padding: 0px 50px 50px 50px;
	position: relative;
	overflow: auto;
}

#siteNav { list-style: none; margin: 0px; padding: 0px; line-height: 1; }
#siteNav li { padding: 0px 0px 15px 0px; margin: 0px; }
#siteNav a { display: block; padding: 5px 0px 5px 0px; }

.Column { display: inline; float: left; }

#column1 { width: 170px; }
#column2 { width: 710px; }
.HomePage #column2 { width: 400px; }

#footerSection {
	margin: 10px auto 0px auto;
	width: 980px;
	color: #b0b0b0;
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
}
#footerSection a, #footerSection a:visited { color: #b0b0b0; }
#footerSection a:hover, #footerSection a:visited:hover { color: #000; }

#seasonsandshares th, #seasonsandshares td { padding: 5px; }
#seasonsandshares .Stallion { width: 130px; }
#seasonsandshares td.Price { width: 60px; text-align: center; }
#seasonsandshares td.Share { width: 40px; text-align: center; }
#seasonsandshares td.Rating { width: 50px; text-align: center; }
#seasonsandshares .Terms { padding-left: 10px; }
