@charset "utf-8";
/* CSS Document */
/* Created by Mark White - CMD - www.cmdonline.co.uk */


/******* Base Classes ******/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

/*.wrap          { width:960px;margin:0 auto; } */

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.width100 		{ width: 100%; }
.width75 			{ width: 75%; }
.width60			{ width: 60%; }
.width50 			{ width: 50%; }
.width40			{	width: 40%; }
.width30			{	width: 30%; }
.width25 			{ width: 25%; }
.width20 			{ width: 20%; }
.width15			{ width: 15%; }
.width10			{	width: 10%; }

/******* For CastleFlowers.co.uk ******/

.ltGreen			{ color: #92e23a; }
.dkGreen			{ color: #569344; }
.dkBlue				{ color: #419aa0; }
.ltBlue				{ color: #99d1b4; }
.pink					{ color: #ea87a3; }
.purple				{ color: #a7358a; }
.yellow				{ color: #f5c348; }
.paper				{ color: #463201; }
.white				{ color: #fff; }
.black				{ color: #000; }

.hidden {
	display: none;
}
body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	clear: both;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
