/**
* BIA Web site template ver 5.0.1
* GPLv3 Licence
*/

/* Global Default */
a img{
	border:0;
}
/* Global Default End */

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:1em;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background:url("pic/bg.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/bg.png*/) top repeat-x #fff;
}
.container{
	width:900px;
	margin:0 auto;
}
.header{
	background:url("pic/header.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/header.png*/) top center no-repeat;
	height:118px;
	margin-top:9px;
}
/* Menu */
.menu{
	margin:75px 20px 0;
	float:right;
	height:28px;
}
.menu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-size:1em;
}
.menu li{
	float:left;
	text-align:center;
	
	line-height:28px;
	padding-left:5px;
	background:url("pic/m-sep.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/m-sep.png*/) center left no-repeat;
}
.menu li:first-child{
	padding-left:0;
	background:none;
}
.menu a, .menu a:hover{
	text-decoration:none;
	color:#333;
	padding:0 20px;
	
	display:block;
}
.menu a:hover, .menu a.current{
	text-decoration:underline;
}
/* Menu End */
.banner{
	background:url("pic/banner.jpg"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/banner.jpg*/) top center no-repeat;
	height:302px;
	clear:both;
}
.flash{
	margin-left:14px;
	height:302px;
}
.center{
	background:url("pic/center-top.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/center-top.png*/) top left no-repeat;
	text-align:justify;
	padding:15px 10px;
	margin-right:300px;
}
.special{
	float:right;
	width:266px;
	padding:0 24px 10px 0;
}
.footer{
	background:url("pic/footer.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/footer.png*/) top repeat-x;
	font-size:0.6em;
	padding:16px 10px 40px;
	text-transform:uppercase;
	clear:both;
}
.footer, .footer a, .footer a:hover{
	color:#999;
	text-decoration:none;
}
.footer a:hover, .footer a.current{
	text-decoration:underline;
}
.webbuilt4u{
	float:right;
}
.sep{
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
}
/* Structure End */

/* Main styles */
.center strong, a, a:hover, .impact, h1, h2, h3, h4, h5{
	color:#579120;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
}
.footer .container div h2 a {
	font-size: 12px;
}

h1{
	font-size:1.5em;
}
.impact{
	font-size:1.2em;
}
.center ul{
	font-weight:bold;
}
p{
	margin:10px 0;
	padding:0;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/* Main styles End */

/* BIA Standard */
.big{
	font-size:1.6em;
}
.small{
	font-size:0.8em;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.center img.fr, .center .fr img{
	margin:5px 0 5px 10px;
}
.center img.fl, .center .fl img{
	margin:5px 10px 5px 0;
}
.cl{
	clear:both;
}
.centered{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
.pb{
	padding:10px;
}
.inblock{
	display:inline-block;
}
ul.none{
	list-style-type:none;
}
/* BIA Standard end */

/* Additional */
.response{
	margin:10px 0 0;
	font-style:italic;
}
.subscription{
	margin:0 0 10px;
	text-align:right;
}
.question{
	font-weight:bold;
}
.answer{
	font-style:italic;
}
/* Additional end */

/* Enquiry */
form{
	padding-left:5%;
}
form p{
	font-weight: bold;
}
form label{
	float: left;
	width: 160px;
	text-align:right;
	padding-right:10px;
}
form input, form textarea, form select{
	margin-bottom: 5px;
	border:2px solid #579120;
}
form textarea{
	width: 250px;
	height: 50px;
}
form .short{
	width:80px;
}
form .long{
	width:180px;
}
form input[type="radio"], form input[type="checkbox"]{
	width:1em;
}
form #Submit{
	margin-left: 170px;
	margin-top: 5px;
	width: 90px;
}
.red{
	color:#f00;
}
button.calendarStyle{ /* pop-up calendar */
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url("calendar/calendar.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/calendar/calendar.png*/);
	cursor: pointer;
	cursor: hand;
}
/* Browser specific (not valid) styles to make preformatted text wrap */		
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Enquiry End */

/* gallery */
.gallery{
	text-align:center;
}
.center a img{
	border:2px solid #ccc;
	margin:5px;
}
.center a:hover img{
	border:2px solid #579120;
}
/* gallery end */

/* Tables */
table.none{
	border:0;
}
table td{
	padding:2px 5px;
}
table.tiny td{
	border:1px solid #ccc;
}
/* Tables End */

/* Border Box */
.border_top, .border_box, .border_end{
	width:812px;
	margin:0 auto;
}
.border_top{
	background:url("pic/border-top.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/border-top.png*/) bottom center no-repeat;
	height:9px;
}
.border_box{
	background:url("pic/border.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/border.png*/) center repeat-y;
}
.border_end{
	background:url("pic/border-end.png"/*tpa=http://www.stuartjradleypropertymaintenance.co.uk/pic/border-end.png*/) top center no-repeat;
	height:26px;
}
/* Border Box End */
