/*  				     	  @hm Website Design & IT Support Services					    */
/*  								=======================									*/
/*									  CSS Stylesheet 2005									*/
/*									Written By: Andrew Hill-Male							*/
/* ======================================================================================== */

/*generic css format */

.christmas {
	width: 510px;
	border: solid #9900FF 2px;
	padding-bottom: 8px;
}

#panelimage{
	background-image: url(../images/Panel.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 114px;
}
.floatclear { 
display:inline-block; 
width:100%; 
}
.logostrip{
	background-image: url(../images/gttwatermark.gif);
	background-repeat: repeat-y;
	background-position: top-right;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background-strip.jpg);
	background-repeat: no-repeat;
	background-position: 0 150px;
	scrollbar-face-color:#94CD1C;
	scrollbar-arrow-color:#000033;
	scrollbar-track-color:'';
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	margin: 0 1px 0 0;
}
	
	p {
	font-size:14px;
	text-align: justify;
	color: #000033;
	}
	h1 {
	font-size: 120%;
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
	}
	h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000033;
	}
	h3 {

	font-size: 120%;
	font-weight: bold;
	color: #000033;
}
	
	a:link {color: #000033;}
	a:visited {color: #000033;}
	a:hover {color: #99CC00;}
	
	.normalcentre {
	font-size:14px;
	text-align: center;
	color: #000033;
	}

/*Wrapper Div*/
	#wrapper {
	width:auto;
	margin: 0px 0px 10px 5px;
	padding: 0;
	
	}
	
/*header banner layout*/
	#banner {
	border-bottom: solid 2px #ccc;
	left: 20px;
	top: 0px;
	width: auto;
	margin: 0;
	padding: 0;
	background-image: url(../images/banner_rt.jpg);
	background-repeat: no-repeat;
	background-position: 270px;
	padding-bottom: 0px;
	background-color: #4C0297;
	height: 118px;
	}
	
	#contactbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 18px;
	font-weight: bold;
	width: 240px;
	position: absolute;
	z-index: 50;
	top: 10px;
	right: 20px;
	left: auto;
	}
	
	.greentext, .greentext a:link, .greentext a:visited, .greentext a:hover, .greentext a:active{
	color: #FFFFFF;
	}
	
	.contxt{
	color:#FFFFFF;
	margin-left: 150px;
}
		
/*left Nav layout*/
	#leftcontent {
	width:150px;
	background:#fff;
	color: #FFFFFF;
	position: absolute;
	top: 145px;
	left: 5px;
	}
/*bookmark link */
	
	#leftcontent ul li .bookmark a:link,
	#leftcontent ul li .bookmark a:visited,
	#leftcontent ul li .bookmark a:active{
	font:"Trebuchet MS", Verdana, Arial;
	text-decoration:underline;
	font-size: 11px;
	color: #000033;
	line-height: 25px;
	}
	
	#leftcontent ul li .bookmark a:hover{
	font:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	}
	
	
		
/*Left Nav Menu Code*/

	#menu{
	margin-bottom: -10px;
}
	.greenwavemenu {
	text-align: left;
	border: 0;
	}

	.logo{
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	}
	
	#leftcontent ul, #leftcontent ul li, #leftcontent li ul {
	font-size:13px;
	background-color: #FFFFFF;
}

	#leftcontent ul {
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	}

	#leftcontent ul li {
	position: relative;
	font-weight: bold;
	}
	
	#leftcontent li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	


/* Styles for Menu Items */
	#leftcontent ul li a {
	display: block;
	text-decoration: none;
	color: #000033;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
	*  html #leftcontent ul li {
	float: left;
	height: 1%;
	display: block;
	}
	*  html #leftcontent ul li a {
	height: 1%;
}
/* End */

	#leftcontent ul li a:hover {
	color: #fff;
	background: #4c0297;
	} 
/* Hover Styles */
	#leftcontent ul li ul li a:hover {
	color: #FFF;
	background: #4c0297;
	}
	
 /* Hover Styles */
		
	#leftcontent li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
	#leftcontent li:hover ul, #leftcontent li.over ul { display: block; } /* The magic */
	
/*special wave span*/	
	.wave{
	padding-left:22px;
	background-image: url(../images/greenwave_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}

	ul#nav li a:hover .wave{
	background-image: url(../images/greenwave_menu_purple.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}


/*Left Nav page Code*/

	body#home a#homenav,
	body#aboutus a#aboutusnav,
	body#contact a#contactnav,
	body#showrooms a#showroomsnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #f9f9f9;
	text-decoration: none;
	background-color: #94CD1C;	
	}	

/*Main Content layout*/
	#maincontent {
	display: block;
	margin-left: 185px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	}
	.setwidth{
	padding-right: 8%;
	padding-top: 5px;
	}
	
	.setwidthhome{
	padding-right: 1%;
	padding-top: 5px;
	}
	
	.man{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
	
	.thankyou{
	text-align: center;
	}
	
	#people{
	width: 150px;
	height: 150px;
	text-align: center;
	padding-right: 10px;
	float: left;
	}
	
	#slideshow {
	width: 650px;
	height: 135px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/Panel_viewer.gif);
	padding-right: 9px;
}
	
/*Catalog Item Display*/

	.clicktext {
	font-size: 12px;
	margin-top: -15px;
	}

	.catitem {
	text-align: center;
	margin-left: 5px;
	float: left;
	width: 210px;
	margin-bottom: 10px;
	}

	.catbox {
	width: 210px;
	font-family: "Trebuchet MS", Verdana, Arial;
	border-top: solid #94CD1C 3px;
	border-left: solid #94CD1C 3px;
	border-right: solid #94CD1C 3px;
	}
	.catimgbox {
	width: 210px;
	margin-top: 10px;
	height: 210px;
	}
	.catid {
	background-color: #94CD1C;
	border: SOLID #000033 1PX;
	font-weight: bold;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	width: 210px;
	color: #000033;
	white-space: nowrap;
	}
	.catdesc {
	color: #000033;
	font-family: "Trebuchet MS", Verdana, Arial;
	width: 210px;
	}
	.catdesc p {
	font-family:"Trebuchet MS", Verdana, Arial;
	color: #000033;
	margin-top: 0px;
	font-size: 13px;
	text-align: center;
	}



/*custom Bulletpoints*/
	.menubullets {
	padding-left: 20px;
	}

	.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/greenwave_cross.gif);
	color: #000033;
	line-height: 25px;
	}

/* Footer area*/

	.footerquiry {
	padding: 10px;
	font-size: 14px;
	clear: both;
	text-align: center;
	padding-left: 200px;
	}

	#footer {
	padding-top: 5px;
	top: 0px;
	margin-left: 185px;
	margin-right: 1px;
	padding-bottom: 5px;
	}

	.footerlinks {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 450px;
	color: #000033;
	}

	.footerlinks A:link, .footerlinks A:visited {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	color: #000033;
	}

	.footerlinks A:hover {text-decoration: underline;color: #94CD1C;}
	.footerlinks A:active {text-decoration: none;color: #000000;}

	.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-align: center;
	margin-top: 5px;
	}
	
	.ahm, a.ahm:link, a.ahm:visited,a.ahm:active{
	text-decoration: none;
	font-size:12px
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000033;
	font-size: 12px;
	}
	
	a.ahm:hover{ color:#94CD1C}
	
	.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}
