/* site.css - Toni Jordan */



html {
	margin: 0px;
	padding: 0px;
	background-position: top left;
	background-image: url(images/bg.gif);
}


body { 
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	padding: 0px;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
	
	color: #000000;
	background: white;
	
	text-align: justify;

	scrollbar-face-color: #595959;
	scrollbar-highlight-color: #3e3e3e;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #595959;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #808080;

	overflow: auto;

}




/* TABLES */

table.layout { 
	width: 100%; 
	height: 100%; 
	background-image: url(images/bg1.jpg);
}

table.main { 
	width: 100%; 
	background-image: url(images/bg.jpg);
}

table.content { 
	width: 90%; 
	background: white;
}

td.content1 { 
	vertical-align: top; 
	background-image: url(images/home-topleft.jpg);
	width: 39; 
	height: 210; 
}

td.content2 { 
	vertical-align: top; 
	background-image: url(images/home-top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 99%; 
	height: 210; 
}

td.content3 { 
	vertical-align: top; 
	background-image: url(images/home-topright.jpg);
	width: 58; 
	height: 210; 
}


td.content4 { 
	vertical-align: top; 
	background-image: url(images/home-bottomleft.jpg);
	width: 39; 
	height: 53; 
}

td.content5 { 
	vertical-align: top; 
	background-image: url(images/home-bottommid.jpg);
	width: 99%; 
	height: 53; 
}

td.content6 { 
	vertical-align: top; 
	background-image: url(images/home-bottomright.jpg);
	width: 59; 
	height: 53; 
}

td.content7 { 
	vertical-align: top; 
	background-image: url(images/home-sideleft.jpg);
	width: 39; 
}

td.content8 { 
	vertical-align: top; 
	background-image: url(images/home-main.jpg);
	width: 99%; 
}

td.content9 { 
	vertical-align: top; 
	background-image: url(images/home-sideright.jpg);
	width: 59; 
}


table.homepage { 
	width: 100%; 
	vertical-align: top; 
}


table.columns { 
	width: 100%; 
	vertical-align: top; 
}

td.dashed { 
	width: 45%; 
	vertical-align: top; 
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.7em;
	color: #000000;
}

td.dashed2 { 
	width: 10%; 
	vertical-align: top; 
	border-left: 1px dashed #000;
}

td.dashed1 { 
	width: 45%; 
	vertical-align: top; 
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.7em;
	color: #000000;
}



table.enquiry { 
	background-color: #ffffff;
	align: center;
}



td.enq1 { 
	background-color: #beb8c9;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
}

td.enq2 { 
	background-color: #fff0f0;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.7em;
}


td.enq3 { 
	background-color: #ffefdf;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.7em;
}






/* LINES and FONTS */

p.intro {
	text-align: justify;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.7em;
	color: #000000;
	padding-right: 15px;

}

p {
	text-align: justify;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.7em;
	color: #000000;
}


div.copyright {
	text-align: center;
	color: #000000;
	font-size: 0.7em;
}

div.footer {
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
}

div.p4 {
	text-align: left;
	font-size: 0.6em;
	color: #464646;
	vertical-align: top; 
	padding: 10px;
}


/* LINKS */

	a {text-decoration: none;   color: #0000ff}
	a:hover {text-decoration: underline;   color: #0000ff}
	a:visited {text-decoration: none;   color: #0000ff}

	a.p4 {text-decoration: none;   color: #464646}
	a.p4:hover {text-decoration: underline;   color: #464646}
	a.p4:visited {text-decoration: none;   color: #464646}


ul
{
list-style-type: square
}
 	
hr.e {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

img.pic {
	margin-right: 13px
	}	
	



