#main {					border-top: #9E130A   /* top stripe color on content */   15px solid ;}
#feature img {	border:  		#9E130A   /* top stripe color on slides  */   10px solid ;}
#slider {				border:  		#9E130A   /* top stripe color on slides  */   10px solid ;}


/*
###########################################
*/
body {
	background:#f6f5f3 url(../img/bg.jpg) top center repeat-x fixed;
	margin: 15px;
}
a {
	color: #3B5998;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	margin-top: 30px;
	/*background: rgba(255, 255, 255, 0.1);*/
}
#footer {
	text-align:center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.header_logo {
	float:left;
	display:block;
	margin-right: 20px;
}
.header_address {
	float:left;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.45);
	background-color: rgba(0, 0, 0, 0.65);
	border-radius: 8px;
}
.header_menu {
	float:right;
	margin-top: 30px;
}
#feature {
	margin-top: 30px;
	margin-bottom: 30px;	
	box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.45);
	height:245px;
}
#feature img {
	display:block;
	width:940px;
	height:235px;
}
#main {
	background: #fff;
	box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.45);
	color: #5A5550;
}
.content {
	margin-top:15px;
	margin-bottom:15px;	
}
.content h3 {
	margin: 5px 0;
}
.content ul {
	padding: 0;
	margin-left: 30px;
}
.content li {
	font-size: 16px;
	padding: 6px 0 6px 0;
}
.sidebar {
	margin-top: 15px;
	margin-bottom: 15px;
	background: #EDEFF4;
	border: #D2D9E7 solid 1px;
	/*color: #3B5998;*/
}
.sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidebar li {
	border-bottom: #D2D9E7 solid 1px;
	padding: 10px 0 10px 28px;
}
.featureboxes {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 30px;
}
.featureboxes img {
	border: 1px solid #9E130A; 
	width: 205px;
	height: 154px;
}
.box {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.featureboxes .box:last-child {
	margin-right: 0;
}
.featuretitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	padding-bottom: 0px;
	padding-top: 5px;
}
/* shiny blue (inspired by rdio iphone interface)
*******************************************************************************/
button.reservation {
	background: #9E130A;
	background: -moz-linear-gradient(top, #9E130A 0%, #9E130A 50%, #9E130A 50%, #9E130A 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9E130A), color-stop(0.5, #9E130A), color-stop(0.5, #9E130A), color-stop(1, #9E130A));
	border-top: 1px solid #9E130A;
	border-right: 1px solid #9E130A;
	border-bottom: 1px solid #9E130A;
	border-left: 1px solid #9E130A;
	border-radius: 4px;
	box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}
button.reservation:hover {
	background: #B99946;
	background: -moz-linear-gradient(top, #B99946 0%, #B99946 50%, #B99946 50%, #B99946 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #B99946), color-stop(0.5, #B99946), color-stop(0.5, #B99946), color-stop(1, #B99946));
	cursor: pointer;
}
button.reservation:active {
	border-top: 1px solid #9E130A;
	border-right: 1px solid #9E130A;
	border-bottom: 1px solid #9E130A;
	border-left: 1px solid #9E130A;
	box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
}