body
{
	background: url(images/background.gif) center top repeat-y;
	margin:0px;
}

/*
div#container
{
	margin: 0px auto;
	width: 760px;
}
*/

#container {

	width: 760px;
	text-align: left;
	margin: auto;
	background: #fff;
	position: relative;
}

div#banner
{
	background: url(images/banner2.jpg) no-repeat;
	height:125px;
/*
	width: 740px;
	margin: 0 10px;	
*/
}	
	
}
div#banner2
{
	background: url(images/banner3.jpg) no-repeat;
	height: 125px;
}

div#banner4
{
	background: url(images/banner4.jpg) no-repeat;
	height: 125px;
}

div#banner5
{
	background: url(images/banner5.jpg) no-repeat;
	height: 125px;
}


div#content
{
	font: 80%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding-top:20px;
	padding-right:20px;
	padding-left:5px;
	padding-bottom:25px;
	
	float:right;
	width:600px;
	
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background: url(images/double-stroke.gif) bottom repeat-x;
	font-size: 190%;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background: url(images/double-stroke.gif) bottom repeat-x;
	font-size: 125%;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
}

#nav {
	width:125px;
	float:left;
	background-image: url(images/navback.gif);
	background-repeat: no-repeat;
	height: 500px;
}

#nav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li a
{
	color:#333333;
	font-weight:bold;
	display: block;
	height:25px;
	padding-left:5px;
	text-decoration: none;
	padding-bottom:1px;
	padding-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border:solid 1px #cccccc;
}
#nav li a:hover
{
	background-color:#CA351A;
	color: #ffffff;
	font-weight:bold;
}

#footer
{
	background: url(images/double-stroke.gif) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	padding-top:20px;
	padding-right:20px;
	padding-left:5px;
	float:right;
	width:600px;
	text-align: center;
	padding-bottom: 5px;

}

.listcontainer
{
	clear:both;
}
.listleft
{
	float:left;
	width:50%;
}

.listleft ul
{
  list-style: none;
}		

.listleft li {
    padding-left: 25px;
    background-image: url(images/tick.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.listright
{
	float:right;
	width:50%;
}

.listright ul
{
  list-style: none;
}		

.listright li {
    padding-left: 25px;
    background-image: url(images/tick.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#contactform
{
	margin-left:125px;
	margin-bottom:25px;
}

#contactform .textbox
{
	width:250px;
}

#contactform .button
{
	margin-left:75px;
	margin-top:10px;
	width:100px;
}


#openingtimes 
{
	margin-left:125px;
	margin-bottom:25px;
}

#openingtimes table
{
	width:75%;
	border:solid 1px #006400;
	background-color: #DDECDD;
}

#openingtimes td
{
	border:solid 1px #cccccc;
}

.make
{
	width:20%;
}

.model
{
	width:20%;
}

.price
{
	text-align:right;
	width:10%;
}

.descrpition
{
	width:50%;
}

.row
{
	background-color:#eeffee;
}

.rowalternate
{
	background-color:#ddffdd;
}