
/*************************************************************
File:			  ohi_main_style.css
Project:		  www.ourhomeis.co.uk
Author:			  Alex Adams (alex@alex-adams.co.uk)
Date:			  2007-09-09
Description:	Main style sheet for the our home is web site.
				NOTE: Permissions to files and file folder 
				must be set to 755 unix style on the server(s)

History:		2007-11-08	AA	Amended to diferentiate between
								big_body and big_body_index.
								big_body_index is only for the front page.
						
***************************************************************/


body {
    background-color:#dad6e9;
  }


div.container {
	width: 976px;
    height: auto;
    background-color: #ffffff;
/*	border: 1px solid;
	border-color: #6d619e;*/
	overflow: hidden;
  }

/*---------------------------------------------------------
 Header
---------------------------------------------------------*/


div.header {
    width: 976px;
    height: 111px;
/*    border-bottom: 2px solid;*/
/*    border: 1px solid;*/
/*    border-color: #6d619e;*/
    background-color: #765fad;
    background-image: url('../images/ohi_banner.jpg');
    repeat: no-repeat;
  }

#header_img{
	position: relative;
	padding-top: 20px;
	border: none;
	float: left;
}

#h_town {
    float: right;
    position: relative;
    bottom: -58px;
    padding-right: 75px;
    font-family: "tahoma";
    font-size: 20pt;
    color: #ee9b13;
  }


#h_cth {
    float: right;
    position: relative;
    bottom: -65px;
    padding-right: 10px;
    font-family: "tahoma";
    font-size: 14pt;
    color: #ffffff;
  }


#h_title {
    float: right;
    position: relative;
    bottom: -60px;
    padding-right: 75px;
    font-family: "tahoma";
    font-size: 18pt;
    color: #ee9b13;
  }

/*---------------------------------------------------------
 Left hand side
 ---------------------------------------------------------*/
div.left_hand_side{
	float: left;
	width: 214px;
	height: 424px;
	background-image: url('../images/lhs_bk1.jpg');	
}


/*---------------------------------------------------------
 Big body (centre)
---------------------------------------------------------*/


div.big_body_index {
    float: left;
    height: 424;
    width: 554px;
    padding-left: 8px;
    padding-right: 8px;
   background: transparent url('../images/bb_bk_logo_santa.jpg') no-repeat;
    text-align: left;
    font-family: "tahoma";
    font-size: 8pt;
    color: /*#6d619e*/#000000;
    overflow: auto;
  }

div.big_body_index a {
    text-decoration: underline;
    font-family: "tahoma";
    font-size: 7pt;
    font-weight: bolder;
    color: #6d619e;
}

div.big_body_index form .green{
	color: #339966;
}

div.big_body_index h1 {
    /*text-align: left;*/
    font-family: "tahoma";
    font-size: 12pt;
    color: #6d619e;
  }

div.big_body_index h1.black {
    /*text-align: left;*/
    font-family: "tahoma";
    font-size: 12pt;
    color: #000000;
  }


div.big_body_index h2 {
   /* text-align: left;*/
    font-family: "tahoma";
    font-size: 10pt;
    color: #6d619e;
  }

div.big_body_index h2.black {
   /* text-align: left;*/
    font-family: "tahoma";
    font-size: 10pt;
    color: #000000;
  }

div.big_body_index h3 {
   /*text-align: left;*/
    font-family: "tahoma";
    font-size: 8pt;
    color: #6d619e;
  }

div.big_body_index .small_print{
	font-size: 7pt;
	font-style: italic;
}

div.big_body_index .super{
	text-align: sup;
}

div.big_body_index p.black{
	color: #000000;
}

div.big_body_index table {
/*    background-color: #ffcc66;*/
    /*padding:0px 2px 0px 0px;
    */ font-family:"tahoma";
    font-size: 8pt;
    color: #6d619e;
  }

div.big_body_index .bg_fill{
	background-color: #ffcc66;
}  

div.big_body_index table .bold{
	font-weight: bold;
}

div.big_body_index table .black{
	color: #000000;
}

div.big_body_index td{
	font-size: 7pt;
}


div.big_body_index table .italics{
	font-style: italic;
}

div.big_body_index form {
/*    background-color: #ffcc66;*/
    /*padding:0px 2px 0px 0px;
    */ font-family:"tahoma";
    font-size: 7pt;
    color: #6d619e;
  }


div.big_body_index input{
	font-size: 7pt;
	border: solid 1px;
	border-color: #6d619e;
}


div.big_body_index select{
	font-size: 7pt;
	border: solid 1px;
	border-color: #6d619e;
}

div.big_body_index option{
	font-size: 7pt;
}

div.big_body_index .error  {
	background-color: #c4b0de;
}

div.big_body_index .buttons {
    background-color: #ffffff;
    border-color: #6d619e;
    border: solid 1px;
    font-family:"tahoma";
    font-size: 7pt;
    color: #6d619e;
    font-weight: bold;
  }

div.big_body_index label.black{
	color: #000000;
}

div.big_body {
    float: left;
    height: 424;
    width: 554px;
    padding-left: 8px;
    padding-right: 8px;
   background: url('../images/bb_bk1.jpg');
    text-align: left;
    font-family: "tahoma";
    font-size: 8pt;
    color: #6d619e;
    overflow: auto;
  }

  
div.big_body a {
    text-decoration: underline;
    font-family: "tahoma";
    font-size: 7pt;
    font-weight: bolder;
    color: #6d619e;
}

div.big_body form .green{
	color: #339966;
}

div.big_body h1 {
    /*text-align: left;*/
    font-family: "tahoma";
    font-size: 12pt;
    color: #6d619e;
  }

div.big_body h1.black {
    /*text-align: left;*/
    font-family: "tahoma";
    font-size: 12pt;
    color: #000000;
  }


div.big_body h2 {
   /* text-align: left;*/
    font-family: "tahoma";
    font-size: 10pt;
    color: #6d619e;
  }

div.big_body h2.black {
   /* text-align: left;*/
    font-family: "tahoma";
    font-size: 10pt;
    color: #000000;
  }

div.big_body h3 {
   /*text-align: left;*/
    font-family: "tahoma";
    font-size: 8pt;
    color: #6d619e;
  }

div.big_body .small_print{
	font-size: 7pt;
	font-style: italic;
}

div.big_body .super{
	text-align: sup;
}

div.big_body p.black{
	color: #000000;
}

div.big_body table {
/*    background-color: #ffcc66;*/
    /*padding:0px 2px 0px 0px;
    */ font-family:"tahoma";
    font-size: 8pt;
    color: #6d619e;
  }

div.big_body .bg_fill{
	background-color: #ffcc66;
}  

div.big_body table .bold{
	font-weight: bold;
}

div.big_body table .black{
	color: #000000;
}

div.big_body td{
	font-size: 7pt;
}


div.big_body table .italics{
	font-style: italic;
}

div.big_body form {
/*    background-color: #ffcc66;*/
    /*padding:0px 2px 0px 0px;
    */ font-family:"tahoma";
    font-size: 7pt;
    color: #6d619e;
  }


div.big_body input{
	font-size: 7pt;
	border: solid 1px;
	border-color: #6d619e;
}


div.big_body select{
	font-size: 7pt;
	border: solid 1px;
	border-color: #6d619e;
}

div.big_body option{
	font-size: 7pt;
}

div.big_body .error  {
	background-color: #c4b0de;
}

div.big_body .buttons {
    background-color: #ffffff;
    border-color: #6d619e;
    border: solid 1px;
    font-family:"tahoma";
    font-size: 7pt;
    color: #6d619e;
    font-weight: bold;
  }

div.big_body label.black{
	color: #000000;
}

/*---------------------------------------------------------
 Small body
---------------------------------------------------------*/
div.small_body {
    float: left;
    height: 412px;
    width: 368px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    font-family: "tahoma";
    font-size: 7pt;
    color: #6d619e;
    overflow: auto;
}


div.small_body a {
    text-decoration: underline;
    font-family: "tahoma";
    font-size: 7pt;
    font-weight: bolder;
    color: #6d619e;
}


div.small_body h1 {
    text-align: left;
    font-family: "tahoma";
    font-size: 12pt;
    color: #6d619e;
  }


div.small_body h2 {
    text-align: left;
    font-family: "tahoma";
    font-size: 10pt;
    color: #6d619e;
  }


div.small_body h3 {
    text-align: left;
    font-family: "tahoma";
    font-size: 8pt;
    color: #6d619e;
  }


div.small_body table {
    background-color: #ffffff;
    /*padding:0px 2px 0px 0px;
    */ font-family:"tahoma";
    font-size: 7pt;
    color: #6d619e;
  }


div.small_body form {
    background-color: #ffffff;
    /*padding:0px 2px 0px 0px;
    */ font-family:"tahoma";
    font-size: 7pt;
    color: #6d619e;
  }


div.small_body .buttons {
    background-color: #6d619e;
    font-family:"tahoma";
    font-size: 7pt;
    color: #ffffff;
  }


/*---------------------------------------------------------
ad_space
---------------------------------------------------------*/
div.ad_space {
	position: relative;
	background: transparent url('../images/rhs_bk.jpg') no-repeat;
	float: right;
	height: 424px;
	width: 188px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;
  font-family: "tahoma";
  font-size: 8pt;
  color: #6d619e;
  overflow: auto;
}

  
#footnote{
	position: absolute;
	bottom: 0;
	color: #000000;
	text-align: right;
	fornt-size: 7pt;
}

div.ad_space h1 {
    text-align: left;
    margin-left: 25px;
    font-family: "tahoma";
    font-size: 12pt;
    color: #6d619e;
}
  
div.ad_space h1.white {
    text-align: left;
    font-family: "tahoma";
    font-size: 12pt;
    color: #ffffff;
}
  
div.ad_space h2.black {
    text-align: center;
    font-family: "tahoma";
    font-size: 10pt;
    color: #000000;
}


div.ad_space h2 {
    text-align: left;
    font-family: "tahoma";
    font-size: 10pt;
    color: #6d619e;
  }


div.ad_space h3 {
    text-align: left;
    font-family: "tahoma";
    font-size: 8pt;
    color: #6d619e;
  }
  
div.ad_space p.black{
	color: #000000;
}  

div.ad_space h3.black {
    text-align: right;
    margin-right: 15px;
    font-family: "tahoma";
    font-size: 8pt;
    color: #000000;
  }  
div.ad_space .small_print{
	font-style: italic;
	font-size: 7pt;
}
  
div.ad_space form {
    /*background-color: #ffcc66;*/
    padding-left:2px;
    font-family:"tahoma";
    font-size: 8pt;
    color: #000000;
  }

div.ad_space label.black{
	color: #000000;
	font-size: 8pt;
}
  
div.ad_space input, textarea{
	font-size: 7.5pt;
	border: solid 1px;
	border-color: #000000;
}

div.ad_space a.black{
	color: #000000;
}

div.ad_space a:hover{
	color: #ff0000;
}

 /*---------------------------------------------------------
 Secondary navigation
---------------------------------------------------------*/
#bottom_menu {
	/*float: left;*/
	position: relative;
	bottom: 0px;
	width: 974px;
	height: 40px;
	background-color: #765fad;
	background-image: url('../images/bottom_menu_bg.jpg');
	font-family:"tahoma";
    font-size: 8pt;
    color: #ffffff;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #6d619e;

}


#bottom_menu ul {
	margin:0;
    padding:10px 10px 0;
    list-style:none;
}

#bottom_menu li {
    float:left;
    position: relative;
    margin:0;
    bottom: 4px;
   /* background-color:#6d619e;*/
    background: transparent;
	color: #ffffff;   
    padding: 0px 0px 0px 9px;
    }
    
#bottom_menu a {
    float: left;
    position: relative;
    display:block;
   	bottom: -2px;
/*    background-color: #6d619e;*/
   background: transparent;
	padding:0px 2px 0px 0px;
    text-decoration:none;
    font-family:"tahoma";
    font-size: 8pt;
    color: #ffffff;
    }
    
#bottom_menu a:hover {
	display: block;
 	background-color: #dad6e9;
 	color: #6d619e;
 }
 
#bottom_menu form {
    float: right;
    position: relative;
 /*   top: -6px;*/
  /*  background-color: #6d619e;*/
   background: transparent;
    padding:0px 2px 0px 2px;
    font-family:"tahoma";
    font-size: 8pt;
    color: #ffffff;
  }
  
 #bottom_menu input{
 	position: relative;
    bottom: 4px;
 	font-size: 8pt;
 }

#bottom_menu label{
	position: relative;
	bottom: 4px;
	font-family:"tahoma";
    font-size: 8pt;
    color: #ffffff;
}

#bottom_menu .buttons {
    position: relative;
    bottom: 4px;
    background-color: #6d619e;
    font-family:"tahoma";
    font-size: 8pt;
    color: #ffffff;
  }




