@charset "utf-8";
/* CSS Document */

body { 
background-color:#B9D0DF;
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
} 

#header { 
height:217px;
} 

#center { 
width:982px;
background-color:#1c70a5;
} 

#center2 { 
background-color:#F09F0F;
margin: 15px; 
margin-top:0px; 
padding:20px;
} 

#container { 
margin-top:20px;
margin-top:0px;
} 

.boxes { 
float:left; 
background-image:url(../background_images/boxbg2.png); 
background-repeat:repeat-x;
color:#003699;
}

.padding10 { 
margin:10px;
} 

.title { 
padding:4px; 
background-color:#208999;
color:#FFC;
font-weight:bold;
}
.reservation_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db5128), color-stop(1, #7a1029) );
	background:-moz-linear-gradient( center top, #db5128 5%, #7a1029 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db5128', endColorstr='#7a1029');
	background-color:#db5128;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:0px solid #f7f7f7;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:11px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.reservation_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7a1029), color-stop(1, #db5128) );
	background:-moz-linear-gradient( center top, #7a1029 5%, #db5128 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a1029', endColorstr='#db5128');
	background-color:#7a1029;
}.reservation_button:active {
	position:relative;
	top:1px;
}
span.specialPrice{
    color: green;
    font-weight: bold;
}
ul.plain{
    margin: 0px;
    list-style-type:none;
}

h4.coolHeading{
    margin-bottom: 1px;
    text-align: left;
}

hr.coolHR{
    margin-top: 2px;
    margin-left:0px;
    background-color: blue;
    border: 0;
    height: 1px;
    width: 40%;
}
   



