/*Style Sheets - Dales Sports Surfaces*/

* {
	margin: 0px;
	padding: 0px;
}

body {
   font-family: Verdana, Arial, Helvetica;
   background-color:#8e9e17;
   background-image:url(../lincolnshire-fitness/background.jpg);
   background-repeat:repeat-x;
   background-position:top;
}

div#lincolnshire-fitness-holder{
 width:822px;
 height:100%;
 margin: 10px auto 5px auto;
}


div#keep-fit-header-lincolnshire {
 float:left;
 width:822px;
 height:261px;
}


div#fitness-nav {
 float:left;
 width:620px;
 height:27px;
 background-image:url(../lincolnshire-fitness/fitness-classes-nav.jpg);
 padding-top:9px;
 padding-left:202px;
}

#main-menu {
    list-style: none;
    float: left;
}
 
ul#main-menu li {
    float: left;
    display: inline;
    margin-right:28px; /*gap between items*/
 }
 
ul#main-menu li a, ul#main-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: normal; /*change to "bolder" to bold it*/
    color: #ffffff; /*change to the colour you want*/
    font-size:11pt;
}

ul#main-menu li a:hover {
   color: #fcd106;
   text-decoration:overline;
}

div#date-holder {
  float:left;
  width:100px;
  height:27px;
  font-size:9pt;
  color:#fff;
}


div#keep-fit-main-contents{
  float:left;
  width:822px;
  height:100%;
}

div#fitness-text{
  float:left;
  width:624px;
  height:675px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
}

div#contact-text{
  float:left;
  width:624px;
  height:875px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
}



div#fitness-text2{
  float:left;
  width:594px;
  height:3350px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
  padding-right:30px;
}

div#fitness-text2z{
  float:left;
  width:594px;
  height:3400px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
  padding-right:30px;
}


div#calendar-text {
  float:left;
  width:822px;
  height:700px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
}


div#fitness-text2a{
  float:left;
  width:594px;
  height:3400px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
  padding-right:30px;
}

div#fitness-text3{
  float:left;
  width:624px;
  height:865px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
}

div#fitness-text-tt{
  float:left;
  width:604px;
  height:1165px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
  padding-right:20px;
}

div#fitness-text3z{
  float:left;
  width:624px;
  height:895px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
}

div#fitness-text-pilates{
  float:left;
  width:604px;
  height:1400px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
  padding-right:20px;
}

div#fitness-text-links{
  float:left;
  width:624px;
  height:1000px;
  background-color:#FFFFFF;
  padding-top:29px;
  color:#4e4e4e;
  font-size:11pt;
  padding-left:20px;
}



div#left-column{
float:left;
width:178px;
height:704px;
}

div#left-column-contact{
float:left;
width:178px;
height:904px;
background-color:#FFFFFF;
}


div#left-column2{
float:left;
width:178px;
height:3379px;
background-color:#fff;
}

div#left-column2z{
float:left;
width:178px;
height:3429px;
background-color:#fff;
}

div#left-column2a{
float:left;
width:178px;
height:3428px;
background-color:#fff;
}

div#left-column3{
float:left;
width:178px;
height:894px;
background-color:#fff;
}

div#left-column-tt{
float:left;
width:178px;
height:1194px;
background-color:#fff;
}



div#left-column3z{
float:left;
width:178px;
height:924px;
background-color:#fff;
}

div#left-column-pilates{
float:left;
width:178px;
height:1429px;
background-color:#fff;
}

div#left-column-links{
float:left;
width:178px;
height:1029px;
background-color:#fff;
}

div#sub-footer {
  float:left;
  clear:both;
  width:822px;
  height:26px;
  background-image:url(../lincolnshire-fitness/sub-footer.jpg);
  color:#FFFFFF;
  font-size:10pt;
  padding-top:10px;
  text-align:center;
}

div#fitness-footer2 {
  float:left;
  width:658px;
  height:60px;
  background-image:url(../lincolnshire-fitness/fitness-footer.jpg);
  background-repeat:no-repeat;
  color:#fff;
  padding-left:164px;
  font-size:9pt;
  text-align:center;
  padding-top:5px;
}

#main-menu2 {
    list-style: none;
    float: left;
}
 
ul#main-menu2 li {
    float: left;
    display: inline;
    margin-right:8px; /*gap between items*/
 }
 
ul#main-menu2 li a, ul#main-menu2 li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: normal; /*change to "bolder" to bold it*/
    color: #ffffff; /*change to the colour you want*/
    font-size:9pt;
}

ul#main-menu2 li a:hover {
   color: #fcd106;
   text-decoration:overline;
}



.fitness-classes { 
	color: #859202;
	font-style: italic;
}

.keep-fit-links {
 color:#159de0;
 text-decoration:none;
}

.classes-light-green { color:#718007 }

.classes-darker-green { color:#596500; text-decoration:none; }

.style3 {font-size: 10pt}

.lincolnshire-fitness4 {
font-size:10pt;
color:#4e4e4e;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pright {
 padding-right:13px;
}

.lincolnshire-web-design {
  color:#FFFFFF;
  font-size:10pt;
  text-decoration:none;
}

.style4 {font-size: 10}
.style1 {font-size: 12pt}
.style3 {font-size: 10}
.style4 {font-size: 10pt}
.style5 {color: #CCCCCC}




  

