*
{
	margin:0px;
	padding:0px;	
}

.center
{
	text-align:center;	
}

#site
{
	width:900px;
	margin:auto;
}

#banner
{
	width:100%;
	height:191px;
	
	padding-top:25px;
}

#banner a, #banner a:visited
{
	text-decoration:none;
	color:#000000;	
}

#left
{
	width:250px;
	height:378px;
	
	float:left;
	
	padding-top:45px;
}

#content
{
	width:634px;
	height:408px;;
	margin-top:8px;
	float:left;
}

#content_title
{
	float:left;
	
	width:500px;
	
	background-image: url("/img/content_title.png");
	background-position: 0% 100%;
	background-repeat: no-repeat;
	
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	
	color:#CE342A;
	
	margin-top:8px;
	margin-left:8px;
	padding-bottom:4px;
}

#content_txt
{
	width:496px;
	height:357px;
	overflow: auto;
	
	float:left;	
	
	margin-left:8px;
	margin-top:5px;
}

.content_bottom
{
	height:120px;	
}

#content_img
{
	float:right;
	width:104px;
	height:391px;	
	background-image: url("/img/img_home.png");
	background-repeat: no-repeat;
	position:relative;
	top:-22px;
	right:10px;
}

#footer
{
	clear:both;
	background-image: url("/img/footer.png");
	background-position:top center;
	background-repeat: no-repeat;
	
	width:900px;
	height:30px;
	
	padding-top:10px;
}

.validator_left
{
	float:left;
	position:relative;
	left:18px;
}

.footer_center
{
	float:left;
	position:relative;
	left:26%;
}

.validator_right
{
	float:right;
	position:relative;
	right:18px;
}


#links
{
	text-align: center;
}

.banner_txt
{
	margin-left:64%;
}

.menu_item
{

	margin-left:45px;
}

.buffet
{
	vertical-align:middle;
	margin-right:5px;
}

#estimate_button
{
	background-image:url("/img/estimate_button.png");
	background-repeat:no-repeat;
	margin-left:35px;
	
	width:186px;
	height:61px;
	cursor:hand;
	cursor:pointer;
}

#newsletter
{
	margin-left:45px;
}

#contact_form
{
	width:100%;
}

#contact_submit
{
	width:100%;
	margin-top:15px;
	text-align:center;
}

#contact_submit_button
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#estimate_form 
{
	width:100%;
}

#estimate_submit
{
	width:100%;
	margin-top:15px;
	text-align:center;
}

#estimate_submit_button
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.contact
{
	margin-top:25px;	
}

.form_line
{
	margin-bottom:8px;	
}

form
{
	font-size: 0.9em;	
}

form label
{
	display: inline;
	float: left;
	width: 150px;
} 

#contact_form form input,textarea, select
{
	width:280px;
}

#estimate_form form input,textarea, select
{
	width:280px;
}