﻿@import url('layout.main.css');

#Slideshow {
	border : 8px #ffffff solid;
	position : relative;
	height : 498px;
	margin : -22px -12px 22px;
	box-shadow : 0px 10px 5px -5px rgba(0,0,0,0.7);
}
/*
	#Slideshow img {
		position : absolute;
		left : 0px;
		top : 0px;
	}
*/
	
#Promo {
	background : #660000;
	padding : 22px 12px 17px;
	color : #ffffff;
}

	#Promo h2 {
		margin : 0px 0px 10px;
	}

	#Promo .box {
		border : 1px #c29999 solid;
		padding : 7px 6px;
		background : #8a0000;
	}
	
		#Promo .box .box {
			border : 1px #dcb3b3 solid;
		}
		
	#Hours {
		float : left;
		width : 500px;
		margin-left : 35px;
	}
	
		#Hours table {
			border : none;
			border-spacing : 0px;
			width : 500px;
		}
		
		#Hours table td {
			padding : 0px 10px 5px 0px;
			color : #ffffff;
		}
		
	#Specials {
		float : right;
		width : 355px;
		margin-right : 16px;
	}
	
		#Specials .special {
			padding : 10px;
			background : #b00000;
		}
		
			#Specials .special h3 {
				font-size : 16px;
			}
		
			#Specials .special h3,
			#Specials .special p {
				margin : 0px;
				color : #ffffff;
				line-height : 28px;
			}
			
			#Specials .special span.price {
				display : block;
				font-weight : bold;
				font-size : 16px;
			}
			
#Features {
	text-align : center;
	font-size : 0px;
	padding : 30px 0px;
	position : relative;
}

	#Features div.feature {
		display : inline-block;
		vertical-align : top;
		font-size : 12px;
		background : url('../img/layout/features.bkg.png') center top no-repeat;
		width : 265px;
		height : 236px;
		padding : 0px 20px;
		margin : 0px 6px;
		position : relative;
	}
	
		#Features div.feature h2 {
			margin-bottom : 0px;
		}
	
		#Features div.feature p {
			color : #fff7b8;
			text-align : left;
			margin-top : 0px;
		}
		
		#Features div.feature a.more {
			color : #fff7b8;
			font-weight : bold;
			position : absolute;
			left : 20px;
			top : 186px;
		}
	
	#Features img.overlay {
		position : absolute;
		right : 0px;
		bottom : -50px;
	}
	
#Reviews {
	padding : 0px 250px 0px 40px;
}

	#Reviews h2 {
		margin-top : 0px;
		margin-bottom : 25px;
		padding-bottom : 15px;
		border-bottom : 1px #a4a4a4 solid;
	}