/*
Name: On Call Maintenance
Date: July 09
Author: simon@clearbytes.co.uk
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    height: 100%;  
	font-size: 62.5%;	
	color: #666;
	text-align: center;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/*------ wrap ------*/


#wrap {
	margin: 0px auto 0px auto;
	padding: 20px 0 0 0;
	width: 967px;
	text-align: left;
}






/*------ pageIntro ------*/


#pageIntro{
	float: left;
	width: 687px;
	padding-bottom: 34px;
	background: url(img/pageIntro-bg.jpg) no-repeat 0 100%;
}



#pageIntro .introFirst{
	float: left;
	width: 687px;
	height: 167px;
	font-size: 1px;
	color: #fff;
	background: url(img/intro.gif) no-repeat 0 0;
}


#pageIntro .introSecond{
	float: left;
	width: 687px;
	height: 159px;
	font-size: 1px;
	color: #fff;
	background: url(img/intro2.jpg) no-repeat 0 0;
}


/*------ mainContent ------*/


#mainContent{
	float: left;
	width: 622px;
	position: relative;
	margin: 0 0 13px 13px;
	padding: 20px 20px 0 20px;
	color: #000;
	border: 1px solid #DFDFDF;
	background: url(img/mainContent-bg.jpg) repeat-x 0 0;
}


* html #mainContent{
	margin: 0 0 13px 6px;
}


#mainContent .entry{
	float: left;
	width: 622px;
	margin-bottom: 30px;
}


#mainContent .entry img{
	float: right;
	margin: 0 48px 0 28px;
}


* html #mainContent .entry img{
	margin: 0 24px 0 14px;
}



#mainContent .pageTitle{
	font-size: 2.2em;
	font-weight: bold;
	color: #666;
	padding-bottom: 25px;
}


#mainContent a{
	color: #ED1B23;
	text-decoration: none;
}



#mainContent a:hover{
	text-decoration: underline;
}


#mainContent p,
#mainContent ul,
#mainContent ol{
	font-size: 1.2em;
	padding-bottom: 20px;
}


#mainContent ul li{
	background: url(img/bullet.gif) no-repeat 0 6px;
	margin-bottom: 5px;
	padding-left: 15px;
}
	

#mainContent ol li{
	margin-left: 25px;
	margin-bottom: 5px;
}


#mainContent img{
	border: 1px solid #DFDFDF;
}	




/*------ sideBar ------*/


#sideBar{
	float: right;
	width: 251px;
	padding-bottom: 26px;
	background: url(img/sideBar-bg.jpg) no-repeat bottom left;
}


#sideBar .jrLink{
	float: right;
	width: 226px;
	font-size: 22px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
}


* html #sideBar .jrLink{
	margin-right: 5px;
}


#sideBar .jrLink a{
	display: block;
	background: #E63A42;
	color: #fff;
	padding: 3px 0;
	text-decoration: none;
	border: 1px solid #E63A42;
}


#sideBar .jrLink a:hover{
	background: #fff;
	color: #E63A42;
}


#sideBar .gutter{
	float: left;
	margin-left: 8px;
	width: 200px;
	border: 2px solid #000;
	background: #BDBEC0;
	padding: 12px 12px 12px 12px;
}
	

#sideBar .cform{
	float: left;
	width: 180px;
	padding: 0 10px 10px 10px;
	background: #fff url(img/sideBar-feature-bg.jpg) repeat-x 0 0;
}


#sideBar #usermessagea{
	width: 150px;
	font-size: 1.2em;
	font-weight :bold;
}


#sideBar .cform h3{
	font-size: 1.4em;
	font-weight: bold;
	margin: 12px 0;
}


#sideBar .cform .emailreqtxt,
#sideBar .cform .reqtxt{
	position: absolute;
	left: -10000px;
}


#sideBar .cform ol{
	list-style: none;
	margin: 0;
	padding: 0;
}


#sideBar .cform .area{
	float: left;
	width: 172px;
	height: 142px;
	padding: 2px;
	border: 1px solid #ddd;
	font-size: 1.2em;
	font-family: 'trebuchet ms';
}


#sideBar .cform .single{
	float: left;
	width: 172px;
	padding: 2px;
	margin-top: 7px;
	font-size: 1.2em;
	border: 1px solid #ddd;
	font-family: 'trebuchet ms';
}



#sideBar .cform .cf-sb{
	float: left;
	width: 172px;
	text-align: center;
}



#sideBar .cform .sendbutton{
	border: 1px solid #E63A42;
	background: #E63A42;
	padding: 2px 20px !important;
	font-size: 1.7em;
	font-family: 'trebuchet ms';
	color: #fff;
}


#sideBar .linklove{
	position: absolute;
	left: -10000px;
}



#sideBar .block{
	float: left;
	width: 180px;
	margin-top: 15px;
	padding: 0 10px 10px 10px;
	background: #fff url(img/sideBar-feature-bg.jpg) repeat-x 0 0;
}


#sideBar .block h3{
	font-size: 1.4em;
	font-weight: bold;
	margin: 12px 0;
}


#sideBar .block ul{
	font-size: 1.2em;
}


#sideBar .block p{
	font-size: 1.2em;
	margin-bottom: 10px;
}


#sideBar .block ul li{
	background: url(img/bullet.gif) no-repeat 0 6px;
	margin-bottom: 5px;
	padding-left: 15px;
}


#sideBar .block a{
	color: #E63A42;
	text-decoration: none;
}


#sideBar .block a:hover{
	text-decoration: underline;
}


/*------ footer ------*/


#footer{
	float: left;
	width: 967px;
	padding: 14px 0 10px 0;
	color: #666666;
	font-size: 1.2em;
	background: url(img/footer-bg.gif) no-repeat 50% 0;
}


#footer a{
	text-decoration: none;
	color: #666666;
}


#footer a:hover{
	text-decoration: underline;
}


#footer .terms{
	float: left;
	margin-left: 10px;
}


* html #footer .terms{
	margin-left: 7px;
}


#footer .siteby{
	float: right;
	margin-right: 10px;
}


#footer .siteby a{
	color: #E0134F;
}


