/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Cowal Gathering Shop Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #191970;}
a:visited {color: #191970;}
a:hover {color: #990099;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 9pt/15pt arial, verdana, sans-serif;
	color: #5C6B73;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	margin: 5px 0px 15px 0px;
	padding: 9px 0px 11px 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #990099;
	border-bottom: 1px solid #191970;
	}

h2 {
	color: #0081C5;
	font-weight: normal;
	font-size: 13pt;
	margin: 0px;
	display: inline;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
	
	ul li {
		color: #990099;
		padding: 0px 0px 5px 15px;
		background: transparent url(images/bullet.gif) no-repeat left 8px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Cowal Gathering Shop Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: 10pt/14pt arial, verdana, sans-serif;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.purpleText {
	color: #990099;
	}

.blueText {
	color: #191970;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
		
	.formattedTable .colourRow {
		background-color: #FCF5FC;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.homeFeature {
	display: inline; /* This line stops IE rendering double margins */
	float: right;
	width: 205px;
	margin: 0px 0px 0px 20px;
	padding: 20px;
	background: transparent url(images/background_homefeature.jpg) repeat-x left top;
	color: #990099;
	}
	
	.homeFeature h2 {
		color: #990099;
		font-weight: bold;
		display: block;
		margin: 0px 0px 10px 0px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Cowal Gathering Shop Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	background: transparent url(images/background_mainholder.jpg) no-repeat left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	height: 91px;
	}
	
	#topArea #shoppingCart {
		display: inline; /* This line stops IE rendering double margins */
		float: right;
		width: 113px;
		height: 71px;
		margin: 0px 30px 0px 0px;
		padding: 2px 15px 0px 15px;
		background: transparent url(images/background_shoppingcart.gif) no-repeat left top;
		color: white;
		}
		
		#topArea #shoppingCart div {
			font-weight: bold;
			margin: 0px 0px 6px 0px;
			}
		
	#topArea #logo {
		width: 253px;
		height: 59px;
		margin: 23px 0px 0px 11px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#leftArea {
	display: inline; /* This line stops IE rendering double margins */
	float: left;
	width: 165px;
	margin: 7px 44px 0px 20px;
	}
	
	#leftArea #menuArea {
		
		}
		
		#leftArea #menuArea a {color: #191970; text-decoration: none; display: block; border-bottom: 1px solid #990099; padding: 5px 0px 4px 2px;}
		#leftArea #menuArea a:visited {color: #191970;}
		#leftArea #menuArea a:hover {color: #191970; background-color: #FBEDFB;}
		
		#leftArea #menuArea a.subNavigation {color: white; border-bottom: 1px solid white; padding: 2px 0px 1px 13px; background-color: #C076C0;}
		#leftArea #menuArea a.subNavigation:visited {color: white;}
		#leftArea #menuArea a.subNavigation:hover {color: white; background-color: #D18DD1;}
	
	#leftArea #searchArea {
		margin: 30px 0px 30px 0px;
		padding: 10px 5px 10px 5px;
		background-color: #FBEDFB;
		border: 1px solid #990099;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#contentArea {
	float: left;
	width: 530px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	border-top: 1px solid #CDA6CD;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 8pt;
	color: #CDA6CD;
	}
	
	#footerArea a {color: #CDA6CD; text-decoration: none;}
	#footerArea a:visited {color: #CDA6CD;}
	#footerArea a:hover {color: #990099;}
	
	#footerArea .toltechLink {float: right;}