<!--

body {
	font-family:	Trebuchet MS, Verdana, Arial;
	padding:	1%;
	border:		0;
	margin:		0;
	background:	#ffc;
}

p {

	font-size:	.9em;

}


.wrapper { min-width: 400px; }
          /* Allways good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

.wrapper {
	width: 100%;               /* total width */
}      

.outer {
	border-left-width: 200px;  /* left column width */
	border-left-color: #ffc;   /* left column colour */
	
/*	border-right-width: 100px; /* right column width */
/*	border-right-color: #cfc;  /* right column colour */
	
	background-color: #ffc; /* center column colour */
}

.left {
	width: 200px;              /* left column width */
	margin-left: -200px;	/* _negative_ left column width */
}

.right {
	width: 100px;              /* right column width */
	margin-right: -100px;      /* _negative_ right column width */
}

.wide {
	background-color: #ccffcc;    /* header and footer colours */
}

/* Main code */

.outer { width: auto; border-left-style: solid; border-right-style: 0; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: relative; z-index: 12; }

.wide { width: 100%; position: relative; z-index: 13; }

.clear { clear: both; }

/* Mozilla code */
/* .outer > .inner { border-bottom: 1px solid transparent; } */
/* .left { margin-right: 1px; } */
/* .right { margin-left: 1px; } */
/* .center { margin: 0 -3px 0 -2px; } */

.leftfloatimage {

	left:		0;
	padding:	0;
	margin:	0;
	border:	0;
	float:	left;
	width:	20%;

}

.topmenuitem {

	position:	relative;
	bottom:	0;
	margin-left:	1px;
	margin-right:	1px;
	margin-top:		1px;
	margin-bottom:	0;
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	1px;
	padding-bottom:	3px;
	border-top-style:		solid;
	border-left-style:	solid;
	border-right-style:	solid;
	border-bottom-style:	solid;
	border-top-width:		thin;
	border-left-width:	thin;
	border-right-width:	thin;
	border-bottom-width:	0;
	font-size: 	.8em;
}

.topmenuitem.sel {

	background-color:	#ffffcc;


}

.topmenuitem.unsel {

	background-color:	#cccccc;

}

.leftmenuitem {

	position:	relative;
	top:		0;
	left:		0;
	list-style-type: none;
	margin:		5px;
	border-style:	outset;
	align:	right;
	font-size:	0.8em;

}


.leftmenuitem:hover {

	border-style:	inset;
}

.producttable {

	background:	#cccc99;
}

.home {

	background-image:	url(../images/shopfront2.gif);
	background-repeat:	repeat;
	background-color:	#ffffcc;
	display:		block;
	width:			100%;
	height:			80%;
}

.leftmenuhead {

	font-weight:	bold;
	color:	#ff00ff;
	text-align:	center;

}

.pagetitle	{
	font-style:		italic;
	font-weight:		bolder;
	font-size:		3em;
	width:			80%;
	float:			left;
	background-color:	#ccffcc;
	position:		relative;
}

.pagerightbox	{
	width:			20%;
	float:			right;
	text-align:		right;
	vertical-align:		bottom;
	background-color:	#ffff99;
	position:		relative;
	font-family:		Comic Sans MS;
}

.vehicleentry	{
	clear:			left;
	background-color:	#cccc99;
	border:			0;
}
-->
