/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Thomas Clark Bloodstock
  TARGET SPEC:	CSS-2
		 MODIFIED:	2011.06.27
 	  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: normal; font-size: 10px; text-align: center; color: #888; }

.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; }

.cleared { overflow: auto; }
.gallery { margin-top: 20px; }
  .gallery-controls { list-style: none none; position: relative; height: 30px; }
	  .gallery-controls li { 
    	width: 30px; 
      height: 30px; 
      position: absolute;
      top: 0px;
      left: 50%;
      background-position: top left; 
      background-repeat: no-repeat; 
    }
	  .gallery-controls .btn-prev { background-image: url('images/btn_prev.gif'); margin-left: -60px; }
	  .gallery-controls .btn-pause { background-image: url('images/btn_pause.gif'); margin-left: -15px; }
	  .paused .gallery-controls .btn-pause { background-image: url('images/btn_play.gif'); }
	  .gallery-controls .btn-next { background-image: url('images/btn_next.gif'); margin-left: 30px; }
    
  .gallery-images { 
    list-style: none none; 
    margin: 20px 0 0 0 !important; 
    padding: 0; 
    min-height: 400px; 
    min-width: 710px; 
    position: relative;
  }
  .gallery-images li { 
    list-style: none none; 
    margin: 0; 
    padding: 0; 
    display: none;
  }
  .gallery-images img { 
    display: block; 
    max-width: 710px;
    max-height: 560px; 
    margin: 10px auto; 
    -moz-box-shadow: 0px 0px 20px #333; 
    -webkit-box-shadow: 0px 0px 20px #333; 
    box-shadow: 0px 0px 20px #333;
  }
  .gallery-images .caption { 
    font: normal 14px Georgia, "Times New Roman", Times, serif; 
    text-align: center; 
    color: #333; 
    text-shadow: 1px 0px 5px #777;
  }

.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; }

