/* Style sheet for Thea Ltd
Copyright Cornish WebServices 2010 */

/*left Column Menu*/
#col-l h2 {
	width: 178px;
	margin: 0 0 0 12px;
	padding: 5px 0 0 15px;
	color: #fff;
	background: #2a5da9 url(site-images/menu-top.gif) no-repeat;
	height:25px;
	font-size:1.2em;
}
#col-l ul {
	width: 193px;
	margin: 5px 0 0 12px;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	display: block;
}
.menu-bottom {
	display:block;
	width: 193px;
	margin: 0 0 0 12px;
	padding: 0;
	color: #fff;
	background: #2a5da9 url(site-images/menu-bot.gif) no-repeat bottom center;
	height:25px;
}
#col-l li {
	margin: 5px 0 5px 15px;
	padding: 0;
	color: #000;
	display: block;
}
#col-l li a {
	text-decoration: none;
	margin:0;
	width: 173px;
}
html>body #col-l li a {
	width: 173px;
}
#col-l ul li a, #col-l ul li a:visited {
	color: #000;
}
#col-l ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/*right Column form */
#col-r h3 {
	width: 178px;
	margin: 0 12px 0 0;
	padding: 5px 0 0 15px;
	color: #fff;
	background: #2a5da9 url(site-images/menu-top.gif) no-repeat;
	font-size:1.2em;
}
#col-r #enquiry {
	width:193px;
	margin: 0 12px 0 0;
	padding:10px 0 0 0;
	background:#2a5da9;
	color:#fff;
}
#enquiry label {
	cursor: pointer;
	text-align: left;
	display: block;
	padding: 2px 0;
	margin: 5px 10px 0 10px;
	clear: left;
	font-size:90%;	
}
#enquiry input.text {
	border:1px solid #bbb;
}
#enquiry input.text:focus {
	border:1px solid #6f6f6f;
}
#enquiry input {
	padding:2px;
	font: 90% Arial, Helvetica, sans-serif;
	margin: 0 10px;
	width:168px;
}
#enquiry input.button {
	margin: 5px 10px 0 10px;
	padding:0;
	float:right;
	width:90px;
}
#intouch {
	width: 171px;
	margin: 5px auto;
	padding:0;
}
.form-bottom {
	display:block;
	width: 193px;
	margin: 0 12px 0 0;
	padding: 0;
	color: #fff;
	background: #2a5da9 url(site-images/menu-bot.gif) no-repeat bottom center;
	height:25px;
}
