/* CSS Document */
#container {
	width:780px;
	margin:auto;
	text-align:left;
	border:1px solid black;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

#logo {
	float:left;
	border:15px solid black;
	margin:0;
	}
	
#header {
	background:url("images/rooftile.jpg") repeat-x;
	width:780px;
	#width:650px;
	height:110px;
	text-align:center;
	padding-top:20px;
	}
	
h1 {
	margin:0;
	color:#ffffff;
	font-style:italic;
	font-weight:normal;
	font-size:18pt;
	line-height:2em;
	}
	
#strapline {
	background:url("images/bartop.jpg");
	height:15x;
	width:760px;
	padding:10px;
	}
	
h2 {
	margin:0;
	color:#ffffff;
	font-weight:bold;
	font-size:10pt;
	display:inline;
	}
	
#contact {
	color:#ffffff;
	font-weight:bold;
	font-size:10pt;
	margin-left:240px;
	}
	
.menu {
	font-family: Verdana, Arial, Helevetica, sans-serif; 
	width:780px; 
	background-color:#993300;
	height:36px; 
	position:relative; 
	font-size:10pt; 
	z-index:100;
	}
	
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;
	padding:10px;
	text-align:center; 
	color:#fff; 
	border-right:1px solid #fff; 
	background-color:#993300;
	overflow:hidden;
	}
	
.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
	}
	
.menu ul li {
	float:left; 
	position:relative;
	}
	
.menu ul li ul {
	display: none;
	}
.menu ul li:hover a {
	color:#993300; 
	background-color:#fff;
	}
	
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:36px; 
	left:0;
	}
	
.menu ul li:hover ul li {
	width:180px;
	}
	
.menu ul li:hover ul li ul {
	display: none;
	}

.menu ul li:hover ul li a {
	display:block; 
	background-color:#993300; 
	color:#fff;
	border:1px solid #fff;
	}

.menu ul li:hover ul li a:hover {
	background:#fff; 
	color:#993300; 
	border:1px solid #993300;
	}

#content {
	padding:15px;
	}
	
#content a {
	text-decoration:none;
	color:#993300;
	border-bottom:1px dotted #993300;
	}
	
#content a:hover {
	color:#000;
	border-bottom:1px dotted #000;
	}
	
h3 {
	font-weight:normal;
	font-size:16pt;
	color:#993300;
	}
	
#images {
	width:350px;
	margin:auto;
	}
	
#house1 {
	margin:0;
	}

#house2 {
	margin:0;
	}
	
h4 {
	font-weight:bold;
	font-size:12pt;
	color:#993300;	
	}
	
#footer { 
	background:url("images/bartop.jpg");
	font-size:8pt;
	line-height:1.5em;
	padding:5px;
	}
	
#footer a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	}
	
ol li {
	margin-bottom:15px;
	}
	
dt {
	font-weight:bold;
	}
	
#product2 {
	margin-left:80px;
	}

#product3 {
	margin-left:160px;
	}
	
	