
/*======= Resets =======*/

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, table,
form, fieldset, hr, a {margin: 0; padding: 0; border: 0; }

body {
	text-align: center;
	background-color: #241c0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div, img, a { behavior: url(../js/iepngfix.htc);}

a, a:hover {
	color: #d9c68d;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
}

p {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin: 0px;
}

.float_lft {
	float: left;
}
.float_rght {
	float: right;
}
.spacer {
	margin-bottom: 2px;
}

#container {
	background: url(../images/bck.png) repeat-y center;	
	text-align: center;
	width: 100%;
}

/*======= Header =======*/

#header{
	width: 100%;
	background-image: url(../images/header_bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header_box{
	background: url(../images/headerbox_bck.jpg) no-repeat center top;
	height: 235px;
	width: 950px;
	margin: 0px auto;
}

#logo{}
#logo h1 a{}


/*======= main content =======*/


#display {
	height: 350px;
	width: 100%;

}

#display_box {
	background: url(../images/display_bck.jpg) no-repeat;
	height: 350px;
	width: 950px;
	margin: 0px auto;
}


#Info_box {
	height: 300px;
	width: 370px;
	text-align: left;
	position: relative;
	left: 75px;
	top: 50px;
}

#Image_box {
	background: url(../images/whisky_cake.jpg) no-repeat;
	height: 350px; 
	width: 475px;
}

#cake_info {
	margin-top: 25px;
}

#cake_info a{
	background: url(../images/cake_info.png) top;	
	display: block;
	height: 27px;
	width: 282px;

}

#cake_info a:hover {
	background: url(../images/cake_info.png) bottom;
}

#cake_order {
	margin-top: 25px;
}

#cake_order a{
	background: url(../images/cake_order.png) top;	
	display: block;
	height: 37px;
	width: 300px;

}

#cake_order a:hover {
	background: url(../images/cake_order.png) bottom;
}

#footer {
	background: url(../images/footer_bck.png) repeat-y center top;
	height: 102px;
	width: 100%;
}

#footer_box {
	height: 102px;
	width: 950px;
	margin: 0px auto;
}

#contact_box{
	background: url(../images/number.png) no-repeat center 25px;
	height: 80px;
	width: 290px;
	font-size: 11px;
	color: #756038;
	position: relative;
	left: 25px;
	top: 18px;
}

#call_out1 {
	font-size: 12px;
	color: #c3ac67;
	line-height: 17px;
	text-align: left;
	height: 80px;
	width: 300px;
	position: relative;
	top: 22px;
	left: 55px;
}

#call_out2 {
	position: relative;
	right: 25px;
}

#restaurant_info {
	margin: 11px 0px
}

#restaurant_info a {
	background: url(../images/own_restaurant.png) no-repeat top;	
	display: block;
	height: 79px;
	width: 252px;
}

#restaurant_info a:hover{
	background: url(../images/own_restaurant.png) bottom;
}

#bottom {
	background: url(../images/bottom.png) no-repeat center top;
	height: 74px;
	width: 100%;
}