/*
	Cat Man Style Sheet
      (c) Cat Man Plus UK 2010

*/




* {
	margin: 0px;
	padding: 0px;
	}



body {
	color: #000000;
	background-image : url('imgs/bg2.gif');
	background-repeat : repeat-x;
	background-color: #BBBBBB;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;								/*  we need this line for IE compatibility  */
	text-align: left;
	}








/************************   THE PAGE HEADER *************************************/



.page_header {
	width : 800px;								/* 756px wide and centered on the page */
	margin-left : auto;
	margin-right : auto;
	background-image : url('imgs/catmanheader.gif');
	background-repeat : none;
	height : 180px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 0.7em;
	color: #057CE2;      							/*   a light blue */
	text-decoration : none;
	}








/************************   THE MAIN BIT  *************************************/


#main_bit {
	width : 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	}


#main_content {
	font-family : Verdana, Arial, sans-serif;
	font-size : 90%;
	color: #222222;      							/*   light grey text for questions */
	font-weight : normal;
	position: relative;
	top : 0px;
	left : 20px;
	width : 770px;
	z-index : 2;
	}





/* ++++++++++++++++++++ Separator ++++++++++++++++++++ */

.separator {
	background-image : url('imgs/separator.gif');
	background-repeat : repeat-y;
	height : 780px;
	}





/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */


.page_footer {
	width : 800px;								/* 756px wide and centered on the page */
	margin-left : auto;
	margin-right : auto;
	background-image : url('imgs/catmanfooter.gif');
	background-repeat : none;
	height : 180px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 0.7em;
	color: #057CE2;      							/*   a light blue */
	text-decoration : none;
	}






/* ++++++++++++  H2 etc  ++++++++++++++++++++++++++++ */




h2, h2 a {
	color: #A70A05;
	font-size: 140%;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	margin: 8px 0 0 0;
	padding: 0;
	text-decoration: none;
}




h3, h3 a {
	color: #222222;
	font-size: 80%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
}




h4, h4 a {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
      line-height: 1.5em;
	margin: 8px 10px 10px 5px;
	padding: 0;
	text-decoration: none;
}











form {
	margin: 0;
	padding: 0;
}





.contactme {
	width : 280px;
	color: #A70A05;
	font-size: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contactbox {
	width : 280px;
	height: 100px;
	color: #A70A05;
	font-size: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}








/* ++++++++++++     SLIDER CONTROLS FOR THE CATMAN CONFIDENTIAL    ++++++++++++++++++++++++++++ */


.slider {
	margin: 0.5em auto;
      position: relative;
      top: 0px;
	width: 200px;
	height: 15px;
	background: url(imgs/slidebg.png) 50% 50% repeat-x;
}



.slider img {
	position: absolute;
	top: 0px;
	left: 85px;
}



.slider .left, .slider .right {
	height: 12px;
	width: 2px;
	position: absolute;
	top: 0px;
}



.slider .left {
	left: 0px;
	background: url(imgs/end.png) 0px 1px no-repeat;
}



.slider .right {
      right: 0px;
      background: url(imgs/end.png) 0px 1px no-repeat;
}





