@charset "utf-8";
/* CSS Document */

html,body{
	margin: 0px; 
	padding: 0px;
	height: 100%;
	background: #330000;
	height: 100%; 
}
a{
	color: #990033; 
}
a:visited{
	color: #990033; 
}
p,td{
	color: #642C2D;
	font-family: Trebuchet MS, Arial, verdana, geneva; 
	font-size: 12px;
}
h1{
	color: #990033;
	font-size: 22px; 
	font-family: arial;
	text-transform:uppercase;
	padding-top: 10px;
	margin-top: 12px;
}
h2{
	font-size: 17px; 
	margin-top: 10px;
	margin-bottom: 3px;
	padding-top: 10px; 
	padding-bottom: 3px; 
}
h3{
	font-size: 14px; 
}
h4{
	font-size: 11px; 
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px; 
	font-family: arial;
}
.main{
	 
}
.content{
	height: 350px;
	min-height: 350px; 
}
.header{
	background: #67662D repeat url(../images/bricks.jpg);
	border-top: solid 1px #000000;
}  
#delivery_home{
	position: absolute; 
	top: 82px; 
	left: 840px; 
	 
}
#delivery{
	position: absolute; 
	top: 30px; 
	left: 840px; 
}
.menu{
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-collapse: collapse;
}
.menu td {
	border-bottom: solid 1px #ffffff;
}
.menu td blockquote{
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu td.menu_separator{
	border-top: solid 1px #e1e1bc;
	border-bottom: solid 1px #e1e1bc;
}
.footer{
	font-family: Trebuchet, verdana, geneva; 
	font-size: 10px;
}
