﻿/* InTrim Gardens <!-- Rev 190515 --> */

/* Body & Heading styles */

/* body {} body background-image:url(images-gng/bgnd-fade.gif);*/
body { background-color: #ffffff; background-position: 0px 0px; background-repeat: repeat; background-attachment: scroll; color: #000099; font-family: arial; font-size: 14px; } /* scroll fixed */

h1,h2,h3,h4 {margin:0;} 
h1 {font-size: 40px; color: #006600; font-family: "arial black", gadget, arial, times; line-height:80% }
h2 {font-size: 24px; color: #006600; font-family: "arial black", gadget, arial, times; line-height:80% }
h3 {font-size: 30px; color: #0000aa; font-family: helvetica, sans-serif;}
h4 {font-size: 20px; color: #0000aa; font-family: times;}

/* Paragraph styles */
p.h1{ color: #0066ff; font-size: 36px; margin-top: 1%;}
p.col-1{ color: #0066ff; font-size: 24px; margin-top: 1%;}
p.col-2{ color: #000099; font-size: 14px; margin-top: 10px;}	/* line-height:160% */

hr { height : 1px; width : 80%; background : #2222cc; margin: 0 0 0 0; }

/*img {border: 5px solid #ffffff;}*/
img {border-color: #000099 ;}
img#door {background-color:#ffffff; }	/* Image ID - background - Doorsteps */
img#ford {background-color:#eeffdd; }	/* Image ID - background - Ford Nursery */
img#grif {background-color:#ffffff; }	/* Image ID - background - Griffin TV Services */

/*table {background-color: transparent; #ffffff */
table {background-color: #eeffdd; border-color: #000099; color: #000099; font-family: arial; font-size: 14px;}
table.table-1 {background-color: transparent; border-color: #000099; color: #000099; font-family: arial; font-size: 14px;}
/* table {background-image:url(images/bgd.gif)} */
table.xclient {background-color: transparent; border: 10px; border-color: #993399; color: #000099;}
table.client {border: 10px;}
table.service-content {background-color: transparent; border-color: #000099; color: #000099; font-family: arial; font-size: 20px;}
table.service-content-s {background-color: transparent; border-color: #000099; color: #000099; font-family: arial; font-size: 14px;}

td.left-panel {background-color:transparent; vertical-align:top; } /* Table Cell class */
td.corner {background-color:#transparent;}

/* Hyperlink styles */
a:link {color: #3300cc; text-decoration:none} /* D Blue 000099 */
a:visited {color: #6600cc; text-decoration:none} /* D Blue 000099 */
a:hover {color: #ff0000; text-decoration:none} /* Red ff0000 */
a:active {color: #ff00aa; text-decoration:none} /* Red/Purple ff00aa */

/* NAVIGATION BUTTONS */

/* NOT USED
			.menu {
						height: 100px;
						width: 50px;
						}
			.cssnav	{
						position:relative;
						float: center;
						margin: 0; 
						padding: 0;
						font-family: arial black, helvetica, sans-serif;
						background: url(traffic-light-btn_p.gif) no-repeat;
						width: 100px;
						height: 50px;
	                    overflow:hidden;/* for ie to hide extra height*/	
/* NOT USED						}
			.cssnav a {
						display: block;
						color: #000099;
						font-size: 16px;  /* Button TEXT SIZE */
/* NOT USED						font-weight:bold;  /* Button FONT WEIGHT */
/* NOT USED						width: 100px;
						height: 50px;
						display: block;
						float: center;
						color: #ff0000;  /* Unpressed Button TEXT COLOUR */
/* NOT USED						text-decoration: none;
						/*overflow/* for ie to hide extra height*/
/* NOT USED						overflow:visible;/* for ie to hide extra height (visible;hidden;)*/
/* NOT USED						}
							
			.cssnav a:hover {
						color: #33ff33;	/* Pressed Button TEXT HOVER COLOUR */
/* NOT USED						}
			
			.cssnav img {
						width: 100px;
						height: 50px;
						border: 0;
						}
			
			* html a:hover {visibility:visible}
			
			.cssnav a:hover img{visibility:hidden}
			
			.cssnav span {
						position: absolute;	/* position: relative;absolute */
/* NOT USED						left: 0px;
						top: 15px;			/* Vertical TEXT POSITION */
/* NOT USED						text-align: center;
						width: 100px;
						cursor:pointer;
						height: 50px;
						}
			/* END OF NAVIGATION */