/*--Stirlingshire Saddlery -- */

/* Global Styles */


body 
	{
	background-color: #00009c; /*blue*/
	font-family:  verdana, arial, times, sans-serif;
	color: #c5c4c7; /*silver*/
	}

a 
	{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .1em;
	}

a.intLink 
	{
	background: url(images/internalLink.gif) no-repeat right top;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .1em;
	padding-right: 20px;
	}
	
a:link
	{
	color: #c5c4c7;
	font-weight: bold;
	}

a:visited
	{
	color: #c5c4c7;
	background: url(images/ul4.png) repeat-x left bottom;
	}

a:hover
	{
	color: #c5c4c7;
	font-weight: bold;
	text-decoration: none;
	background: url(images/ul3.png) repeat-x left bottom;
	}
	
a:focus
	{
	color: #000099;
	background-color: #c5c4c7;
	font-weight: bold;
	}	
	
a:active
	{
	color: #000099;
	background-color: #c5c4c7;
	font-weight: bold;
	}
	
h1
	{
	font-size: 3em;
	color: #ffffff;
/*	letter-spacing:.1em;
	line-height:20px;	*/
	padding-left: 5px;
	}

h2 
	{
	font-size:1.5em;
	color: #C5c4c7;
	letter-spacing:.1em;
	line-height:20px;
	padding-left: 5px;
	}
	
h3
	{
	color: #C5c4c7;
	}
		
img/*.item*/
	{
	/*width: 130px;
	height: 130px;*/
	border: solid;
	border-color: #c5c4c7;
	margin: 5px;
	padding: 3px 3px 3px 3px;
	}
/*
table
	{
	border: 1px solid black; used for showing layouts during development
	}
*/

p
	{
	color: #c5c4c7;
	}

td
	{
	font-size: 11px;
	}
	
tr.odd /*odd row colour dsetting on the catalogue pages*/
	{
	background-color: #000066; /* blue */
	color: #ffffff;
	}
	
tr.even /*even row colour dsetting on the catalogue pages*/
	{
	background-color: #909595;  /* grey */
	color: #000000;
	}
	
tr.cat/*category heading row colour setting*/
	{
	background-color: #0066cc;
	}
	
form /* used for setting colour for the survey form*/
	{
	color: #336666;
	font-weight: bold;
	}
	
.pageList
	{
	list-style-image: url(images/saddleBullet.png);
	}

.siteList
	{
	list-style-image: url(images/listBullet02.png);
	}

.noImage
	{
	text-align: center;
	background-image: url(images/suz.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1em;
	}
	
/* Class Styles */

.bold
	{
	font-weight: bold;
	}

.bodyText 
	{
	font-size: 11px;
	line-height:24px;
	color:#333333;
	padding: 5px 5px 5px 5px;
	}
	
.col /*sets properties for tables*/
	{
	border-collapse: collapse;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}

.enlg /*used for 'enlarge' caption for images */
	{
	color: black;
	background-color: white;
	}

.imageTxt
	{
	font-size: 10px; 
	font-style: italic;
	color: #cccccc;
	}

.navText 
	{
	font-size:10px;
	color: #333300;
	letter-spacing:.1em;
	text-align: center;
	}
	
.navTextLeft
	{
	font-size:10px;
	color: #333300;
	letter-spacing:.1em;
	text-align: left;
	vertical-align: top;
	}
	
.padding 
	{
	padding: 3px 3px 3px 3px;
	}

.page  /*DENOTES PAGE IN USE*/
	{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: bold; 
	text-decoration: underline;
	color: #ffffff;
	}
	
.red
	{
	color: red;
	font-weight: bold;
	}
	
.white
	{
	color: white;
	font-weight: bold;
	}
		
.sidebarText 
	{
	font-size:12px;
	color: #336666;
	line-height:18px;
	}
	
.text
	{
	color: #c5c4c7;
	font-size: 10px;
	line-height:15px;
	padding: 5px 5px 5px 5px;
	}

.survey  /*provided for the survey form*/
	{
	border: 1px solid #336666;
	padding: 5px 5px 5px 5px;
	border-spacing: 1px;
	}
	
/* POSITIONING */

.l /*left align*/
	{
	text-align: left;
	}
	
.c /*middle align*/
	{
	text-align: center;
	}
	
.r /*right align*/
	{
	text-align: right;
	}
	
.t/*top alignment*/
	{
	vertical-align: top;
	}
	
.uppercase /*changes case of text to UPPERCASE*/
	{
	text-transform: uppercase;
	}

/* ID Styles   	*/

#b
	{
	font-weight: bold;
	}
	
#padding
	{
	padding: 5px 5px 5px 5px;
	}