/* 

STYLE SHEET FOR city loo hire


ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks
	7. index page structure
	8. services pages structure & style

Notes

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #E9E9E9;
        }


/*ul {
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
    }

li {
	font-size: 75%;
	margin-left: 15px;
    }*/
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 0px;
		}
		
#masthead {
	background-image: url(assets/mastheadbg.jpg);
	width: 770px;
	height: 115px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
		}

#logo {
	float: left;
		}
		
				
#strapline {
	float: left;
	padding-top: 75px;
	padding-right: 10px;
	margin-right: 10px;
	    }
	

#mainbody {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
         }

#footer {
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #003366;
	width: 770px;
	padding-top: 10px;
	padding-bottom: 2px;
	background-image: url(assets/footerbg2.jpg);
		}

.separator {
		clear: both;
		height: 0;
		}

#tel {
	color: #0B71B5;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 85%;
	background-color: #C2C7CB;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
      }



/* ---------- 3. links and navigation ---------- */


a:link, a:visited {
	text-decoration: underline;
	color: #000066;
	   }

a:hover {
       text-decoration: underline;
	   color:#990000
	   }


#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-top: 0px;
	float: left;
	color: #003366;
        }

#navigation ul {
        list-style:none;
		margin: 0;
		padding: 0;
		padding-top: 4px;
		}

#navigation li {
	display: inline;
		}

#navigation a:link, #navigation a:visited {
	color: #003366;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
		}	

#navigation a:hover {
	color: #990000;
	background-color: #EFEFEF;
		}

#navholder {
	text-align: left;
	background-image: url(assets/navbg3.jpg);
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
        }	
		

#footer a, #footer a:hover {
	color: #003366;
         }

#footer a:hover {
	color: #990000;
         }

/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
		}

h1 {
	font-size: 90%;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-weight: bold;
		}

h2 {
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

h3 {
		}
		
h4 {
		}

p {
	font-size: 75%;
	margin-top: 5px;
	color: #003366;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 130%;
		}

#footer p {
	color: #003366;
	font-size: 75%;
	margin-bottom: 0px;
	padding-bottom: 0px;
         }




/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
.leftimg {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
           }

.rightimg {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
         }


		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
		
		
/* ------7. index page structure & style ---------*/

#leftindex {
	float: left;
	width: 470px;
	padding-right: 5px;
	padding-left: 10px;
          }

#leftindex ul {
	margin-left: 150px;
	margin-top: 10px;
           }

#leftindex li {
	list-style-image: url(assets/tick.gif);
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
          }

#rightindex {
	float: right;
          }

.indexfeature {
	width: 270px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
         }   

.indexfeature a:link, .indexfeature a:visited {
         text-decoration:none
		 } 
		 
.indexfeature h2  {
	color: #010066;
	font-size: 70%;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(assets/featurebg.jpg);
         }
		 

.indexfeaturecontent {
	padding: 5px;
	margin-top: 2px;
	font-size: 85%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 100px;
         }

.indexfeaturecontent a:link, .indexfeaturecontent a:visited {
         text-decoration: underline;
		 } 

/* ------8. services pages structure & style ---------*/

#servicesleftimg {
	float: left;
         }

#servicestext {
	float: left;
	width: 400px;
	padding-right: 20px;
	padding-left: 20px;
          }

#servicestext ul {
	margin-bottom: 5px;
          }


#servicestext li {
	font-size: 70%;
	margin-left: 20px;
          }


#servicesbullets {
	float: left;
	background-color: #F5F5F5;
	border: 1px dotted #999999;
	margin-right: 10px;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 180px;
          }

#servicesbullets h2 {
	font-size: 65%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
          }

#servicesbullets ul {
	margin-bottom: 5px;
          }


#servicesbullets li {
	font-size: 70%;
	margin-left: 20px;
	padding-bottom: 1px;
          }


/* ------8.1 services pages structure & style ---------*/

#vipservicesleftimg {
	float: left;
	margin-top: 2px;
         }

#vipservicestext {
	float: left;
	width: 525px;
	padding-right: 20px;
	padding-left: 20px;
          }

#vipservicestext ul {
	margin-bottom: 5px;
          }


#vipservicestext li {
	font-size: 70%;
	margin-left: 20px;
          }


#vipservicesbullets {
	background-color: #F5F5F5;
	border: 1px dotted #999999;
	margin-right: 10px;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 515px;
	float: left;
	margin-left: 20px;
          }

#vipservicesbullets h2 {
	font-size: 65%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
          }

#vipservicesbullets ul {
	margin-bottom: 5px;
          }


#vipservicesbullets li {
	font-size: 70%;
	margin-left: 20px;
	padding-bottom: 1px;
          }


/* ------9. contact pages structure & style ---------*/




/* ------9. contact pages structure & style ---------*/







#contact {
	margin-left: 30px;
	margin-top: 30px;
         }
#contact ul {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
           }

#contact li {
	list-style-image: url(assets/tick.gif);
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
          }


.gallery {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;
}
