/*
CSS file for apollocommunication.co.uk
by ClockTowerWeb Ltd
clocktowerweb.co.uk
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #696969;
	background-color: #F0F3FF;
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#wrapper {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding-top: 10px;
}
#header img.sitename {
	float: right;
}
#header img.moodsetter {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#header h2 {
	text-align: right;
	clear: right;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}
#menu {
	height: 60px;
	clear: both;
	background-image: url(../images/pencil_800_1000769_85475763.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
}
#menu ul {
	text-align: center;
	padding-top: 17px;
}
#menu li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
#menu li a {
	text-decoration: none;
	color: #6F93FF;
}
#menu li a:hover, #menu li a.currentpage {
	color: Black;
}
#main {
	padding: 25px;
}
#main .example {
	margin: 30px;
	padding: 10px;
	background-color: #F0FFF0;
	font-size: 0.9em;
}
#main li {
	list-style-image: url(../images/bullet.gif);
}
#main a {
	color: #6F93FF;
}
#main a:hover {
	color: #0041FB;
}
#footer {
	border-top: 1px solid Gray;
	text-align: center;
	font-size: 0.7em;
	background-color: #A9A9A9;
	padding-bottom: 10px;
}
#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: White;
}
#footer a {
	text-decoration: none;
	color: White;
}
#footer a:hover {
	text-decoration: underline;
}
.customerquote {
	float: right;
	width: 200px;
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px dashed #6F93FF;
	font-size: 0.8em;
	margin: 15px;
}
.tablealt {
	border-bottom: 1px dashed #6F93FF;
	padding: 10px;
}
.eform {
	/* Enquiry form labels */
	float: left;
	width: 200px;
	clear: left;
	text-align: right;
	margin-right: 5px;
}
fieldset {
	width: 550px;
	margin: 0 auto 0 auto;
	border: 1px solid #6F93FF;
	padding: 10px;
}
legend {
	border: 1px solid #6F93FF;
	padding: 5px;
}
.button {
	background-color: #6F93FF;
	color: White;
}
.error {
	/* Form errors */
	color: Red;
}