body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body{
	color:#555555;
	font-size:12px;
	background-image: url(images/biscuits.jpg);
	background-repeat: no-repeat;
	background-color: #e8dddd;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width: 100%;
}

h1{
	font-size:25px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:strong;
	letter-spacing:1px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-right:8px;
	color:#fff;
}

h3{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #555;
}

h4{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:strong;
	letter-spacing:1px;
	text-transform:uppercase;
	white-space:nowrap;
	color:#DD3026
}

#main p{
	padding-bottom:8px;
}

#main{
	width:800px;
	margin:10px auto;
}

.container{
	margin-top:10px;
	background:#FFFFFF;
	border:2px solid #E0E0E0;
	padding:13px;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-align: left;
}
.containerpic{
	margin-top:10px;
	background:#FFFFFF;
	border:2px solid #E0E0E0;
	padding:13px;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background-image: url("images/homebg.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.containerdev{
	margin-top:10px;
	background:#FFFFFF;
	border:2px solid #E0E0E0;
	padding:13px;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background-image: url("images/deliveryVan.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
a.menu:link {
	color: #fff;
}
a.menu:visited {
	color: #fff;
	text-decoration:none;
	outline:none;
}

a.menu:hover{
	color:#ECB743;
}
a:link {
	color: #244322;
	text-decoration:none;
}
a:visited {
	color: #555555;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#244322;
}

.centertext{
	text-align:center;
	padding:5px;
	color: #fff;!important
}

.green{
	background:#2d542b;!important
}

#furtherINF {
	width:156px;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
	margin:0px auto;
}

