/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
#upandover
{
  display: block;
  width: 250px;
  height: 309px;
  background: url(../images/fitterimages/keith-adrian/Os-up-over2.jpg) no-repeat 0 0;

}

#upandover:hover
{ 
  background-position: -250px 0px;
}

#upandover span
{
  display: none;
}


#georgian
{
  display: block;
  width: 250px;
  height: 200px;
  background: url(../images/fitterimages/keith-adrian/Os-georgian.jpg) no-repeat 0 0;

}

#georgian:hover
{ 
  background-position: -250px 0px;
}

#georgian span
{
  display: none;
}



/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/
.regions{

	margin:0;
	padding:0;
	margin-top:-5px;

}


a.regions:link {text-decoration: none; cursor:pointer; }
a.regions:visited {text-decoration: none; cursor:pointer; }
a.regions:hover {text-decoration: underline; cursor:pointer; }


.iebutton{
margin-bottom:0px;

}

.fittername{
font-size:1.3em;
}

.pclass{
margin:0;
margin-bottom:5px;
margin-left:10px;
}

.formwidth{
width:350px;
padding:5px;
margin:5px;
}

body{
color:#333;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.bluebold{
font-weight:bold;
color:#111189;
font-size:1.4em;
text-align:justify;

}

.grey{
color:#222;
font-size:1em;
text-align:justify;
	

}

.menuimage{

	border:0;


}

#replacement-1 {
  width: 100px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(SearchGoogle.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#replacement-2 {
  width: 100px;
  height: 55px;
  padding: 55px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(SearchGoogle.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#replacement-2 { /* For non-IE browsers*/
  height: 0px;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

html{

background-image:url(../images/header-back.png);
background-repeat:repeat-x;


}

/**************************************/
/*               FOOTER               */
/**************************************/

.arridge-footer-back{
width:100%; 
padding:0; 
margin:0; 
height:100px; 
background-image:url(../images/footer-back.png); 
background-repeat:repeat-x;
}

