/** BASIC */

body {


	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: Black;
	width: 100%;

	
	
}



/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {
	
	font-size: 135%;
/*  removed 20/7/2011	margin: 5px 0px 5px 0px; */
}

h2 {
	
	font-size: 125%;
	margin: 5px 0px 5px 0px;
}

h3 {
	
	font-size: 120%;
	margin: 5px 0px 5px 0px;
}

h4 {
	
	font-size: 110%;
	margin: 5px 0px 5px 0px;
}

h5 {
	
	font-size: 105%;
	margin: 5px 0px 5px 0px;
	
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;  /* original 11px; */
	color: #333333; /* color: #9D9D9E; */
	
}

p, blockquote, { /* p, blockquote, ul, ol, dl { */
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;

	
}

ul, ol  {
	 margin: 2px 4px 20px 4px; /* margin: 2px 4px 2px 10px; */
	text-align: left;
	list-style-image: url(/graphics/bullet.gif);

	
}

p.strong{
	
	color: #333333;
	background-color: transparent;
	font-weight:bold;
}

p.em{
	
	font-style: italic;
}

div.neat{
	

background-color: #f0f6ff;
padding: 4px;


/* background-color: InactiveCaption; */

}


.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 a {
	padding-left: 11px;
	background: url(images/homepage11.gif) no-repeat left center; 
}

.text1 {

font-size: 75%;	/* font-size: 11px; */
	font-weight: bold;
	color: #395260;
}

.text2 {
   



padding: 0px;
 
      /*margin: padding-left: 15px; 
	background: url(images/homepage12.gif) no-repeat left center;  */
	font-size: 135%;
	color: #A60537; /* #395260;*/
}

.text3 {
	
	font-size: 110%;
	/*color: #395260;
	background-color: #D9F0FF;*/
	color: black;
	background-color:#FFEEEE;
	text-align: left;
	padding: 4px;
	
}

.text4 {
	padding-left: 10px;
	background: url(images/homepage12.gif) no-repeat left center;
	font-weight:bold;
	font-size: 125%;
	color: #395260;
}

.text5 {
	font-weight:bold;
	padding-left: 9px;
	margin: 0px;
		
}

.text6 {
	text-align: center;
	font-size: 75%;
	color: #B5B5B5;
}


/** LINKS */

a {

color: #A60537;	/* color: #75A10D; */
}

a:visited {
		color: #330066;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #FFFFCC;
	color: Black;
	
}

a.right {
	float: right; 
	font-size: 90%;
	margin: 3px;
	
}


td.searchBox { width: 260px; }

/** STYLES */

.style1 {
	font-size: 100%;
	color: #FFFFCC;
	margin-left:0px;

	

}

.style1 a {
	font-size: 90%;
	color: #FFFFCC;
	text-decoration: underline;

	/*text links in main menu bar */
}

.style1 a:hover {
color: Black;

}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage09.gif) no-repeat right top;
	background-color:#A60537;
	height: 39px;
}

.bg1b {
	background: url(images/homepage09b.gif) no-repeat right top;
	background-color:#A60537;
	height: 39px;
}

.bg2 {
 
 /* background: #EFF9FF;  url(images/homepage20.jpg) repeat-x left top;  (blue background) */
}

.bg3 {
	background:url(http:www.washerhelp.co.uk/images/homepage19.gif) repeat-y right;
	margin: 0px;
}


/** MISC */
h1.red {
	
	font-size: 130%;
	padding:  2px 2px 4px 0px;
	margin: 0px;
	background-color: white;
   color: Red;
	

}

h3.red {
	
	font-size: 115%;
	padding:  2px 2px 4px 0px;
	margin: 0px;
	background-color: white;
   color: Red;
	

}

div.yellow {
	background: #FFFFCC;
	color: #003366;
	margin: 0px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-size: 105%;
	text-align: center;
}

.feature{

	padding: 1px 5px 5px 10px;
		margin: 6px;

}

.Bannerfeature{
background: #F0F6FF;
	color: black;
	padding: 1px 10px 1px 10px;
		margin: 0px;
	border-bottom: 1px solid #cccccc;
}


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

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;


}

.img2 {
	float: right;
	margin-left: 15px;
		margin-bottom: 10px;
}

img.padded {

	margin: 3px;
	padding: 2px;
	border: thin;
	border-style: solid;
	
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 1em 0px;
	background: url(images/homepage13.gif) repeat-x;  /*  left top (removed from end as "not valid value" */
}


