@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #f0f0f1;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#container { 
	width: 790px;
	background: #f0f0f1;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat:repeat-y;
} 
#header { 
	background: #f0f0f1;
	background-image:url(images/shadow1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0 0 0 25px;
} 
#logo { 
	padding: 50px 0 24px 0;
} 
#sidebar1 {
	float: right;
	width: 234px;
	padding: 0;
	margin:0 20px 0 0;
	background-color:#FFFFFF;
}
#mainContent { 
	margin: 0 265px 0 0;
	padding: 0 20px 0 30px;
}

#mainContent h1 {
	margin: 0;
	padding: 35px 0 20px 0;
	color:#cacfe8;
	font-weight:normal;
	font-size: 190%;
}
#mainContent p {
	margin: 0 0 10px 0;
	font-size: 70%;
	line-height: 125%;
	width: 380px
}
#mainContent p a, #mainContent p a:visited { 
	color:#ffffff;
	text-decoration:none;
}
#mainContent p a:hover { 
	color:#a0a8d4;
	text-decoration:underline;
}
.subheads {
	color:#cacfe8;
}
#kindwords {
	font-style:italic;
	margin-bottom:10px;
}
#client {
	color:#cacfe8;
	font-style:normal;
	font-size:80%;
}
ul {
	font-size:70%;
	color:#ffffff;
	margin:0;
	padding:0;
	width: 430px;
}
li {
	padding-left: 0.5em;
	margin-left: 1.2em;
	margin-bottom:4px;
	list-style-type:square;
}
li a, li a:visited { 
	color:#ffffff;
	text-decoration:none;
}
li a:hover { 
	color:#cacfe8;
	text-decoration:underline;
}
.enquirytable {
	color:#ffffff;
	font-size:70%;
}
.enquirytable td {
	padding: 5px 0;
}
#footer { 
	padding: 0 10px 0 30px;
	background:#f0f0f1;
	background-image: url(images/shadow3.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font: 60% Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
}
#footer p {
	margin: 0;
	padding: 25px 25px 20px 0;
	color:#000000;
}
#footer a, #footer a:visited {
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}
#copy {
float:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
