/**
Common CSS Document for Supreme Stallion Website templates
Author:		(Sky) Pei Peng
Date:		16 February 2006
Web:		http://www.harnesslink.com
			copyright @ Harnesslink Limited
**/

/* Default style section */
#supremeStallionSpring{
	margin:-4px 0 0 0;
	padding:0;
}
body{	
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* Site structure section*/
#tableLayout{
	/*border:1px solid #FF0000; Test Code*/
	width:775px;
	/* Centerlize in CSS2 Spec */
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	/* Centerlize in IE */
	margin-left:expression(this.offsetWidth < this.parentNode.offsetWidth ? parseInt((this.parentNode.offsetWidth - this.offsetWidth) / 2) + "px" : "0");
}
#leftColumn{
	width:230px;
	vertical-align:top;
}
#rightColumn{
	width:545px;
	vertical-align:top;
}
#siteNavigation{
	margin-left:20px;
}
:root #siteNavigation{
	margin-left:-20px;
}
#siteNavigation li a{
	color:#000000;
}
#siteNavigation li a:hover{
	color:#000000;
	text-decoration:none;
}
#siteNavigation .menuOn{
	color:#999999;
}
#siteDir{
	margin-left:expression(this.offsetWidth < this.parentNode.offsetWidth ? parseInt((this.parentNode.offsetWidth - this.offsetWidth) / 2) + "px" : "0");
}
/* Site content section */
#anchorLinks, #anchorLinks li{
	font-weight:bold;
	padding:0;
	margin:0;
	list-style:none;
}
#anchorLinks li{
	display:block;
	position:relative;
	float:left;
	line-height:1.5em;
}
#anchorLinks li a, #anchorLinks li a:hover{
	white-space:nowrap;
	font-size:11px;
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
#anchorLinks li a:hover{
	text-decoration:underline;
}
.paraHeaderIcon{
	display:block;
	float:left;
	position:relative;
	top:0px;
	left:5px;
}
/* Item section */
.itemTitle{
	display:block;
	clear:left;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:3px;
	background:url(/images/websites/supreme-stallion-spring/hBar.jpg) left bottom no-repeat;
	text-align:left;
}
.itemContent{
	padding:5px;
}

/* Back Top link */
.backTop{
	display:block;
	position:relative;
	float:none;
	clear:both;
	width:100%;
	margin-top:5px;
	text-align:right;
	left:-9px;
}
.itemMedia{
	width:expression(document.body.itemMedia > 250? '250px': 'auto');
	display:block;
	position:relative;
	top:0;
	right:0;
	max-width:250px;
	float:right;
	clear:right;
	margin:0 0 0 10px;
	/*text-align:center;
	border:1px solid #E9E9E9;*/
}
.newsMediaTitle{
	margin:5px 0;
	width:250px;
}
/* Overwritten global code */
.data{
	text-align:left;
}
.summary{
	display:block;
	float:noen;
	clear:both;
	color:#85721A;
	padding:5px;
}
.summaryLongBody{
	width:100%;
}
.summaryLongBody h2{
	color:#85721A;
}
/* Footer section */
#copyRight{
	color:#000000;
	text-align:left;
	font-weight:bold;
	line-height:1.5em;
}
#copyRight a:link, #copyRight a:visited{
	color:#000000;
	text-decoration:underline;
}
#copyRight a:hover{
	color:#000000;
	text-decoration:none;
}
