* {
	 margin: 0;
	 padding: 0;

}

body {
	 line-height: normal;
	 text-align: left;	
	 background: #a4a488;
	 font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a:link, a:visited {
 color: #633;
}
a:hover {
 color: #966;
}

h1 {
	background-color: #887A55; 
	color: #FFFFFF; 
	padding: 2px; 
	font-size: 12px; 
	border: 1px solid #594E31;
}
h2 {
	color: #a4a488;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 5.7em;
	font-variant:small-caps;
	font-stretch:condensed;
}
h4 {
	background-color: #515F4B; 
	color: #FFFFFF; 
	padding: 2px; 
	font-size: 12px; 
	border: 1px solid #594E31;
}

h5 {
	color: #7C8953;
	font-size: 1.5em;
	font-weight: bold;
}

#main,
#page {
	/* MARGIN: AUTO ALLOWS FOR AUTO CENTERING */
 	margin: 0 auto;
	margin-top: 5px;
 	width: 800px;
 	background-color: #FFF;
	border: 1px solid #737373;
}

#header {
	 height: 108px;
	 background: #949393; /*url(/site_2010/header_2010.jpg) no-repeat;*/
}

/*NEW NAVIGATION */
#navigation {
    margin: 	0;
    padding:	0;
	float: right;
	width: 100%;
	background: #913e16;
	border: 1px solid #42432d;
	border-width:: 1px 0;
	border-left: 0px;
	border-right: 0px;
}
 
#navigation li {
	display:	inline;
	padding:	0;
	margin:		0;
}

#navigation a:link,
#navigation a:visited {
	color: #fff;
	background: #913e16;
	padding: 10px 30px 4px 10px;
	float: right;
	width: auto;
	border-right: 1px solid #42432d;
	text-decoration: none;
	font: bold .8em/.8em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #555;
}
#navigation a:hover,
#navigation a:focus {
	color:	#e2e2de;
	background:	#b66742;
}

#generic_vert_nav {
/* this is a basic style for any generic
VERTICLE navigation elements used through
the site
Very simple
*/	
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .75em;
	color: #333;

	
}
#generic_vert_nav li {
	
	list-style: none;
	padding: 10px;
	
	
}
#generic_vert_nav a {
	
}
#generic_vert_nav a img {
	border: 0px;
	float: left;
	padding-right: 5px;
}
#generic_vert_nav a:active, a:hover {
	
}


/* END GENERIC VERTICLE NAVIGATION
//////////////////////////////////////////////////
*/

#error {
	color: #F00;
	font-size:12px;
	font-weight: bold;	
}
#hours {
	color: white;
	font: .70em Arial, Helvetica, sans-serif;
	float: right;
	padding: 3px;
	margin-top: 10px;
	margin-right: 20px;
	background: #a9a9a9;
	width: 150px;
	border: 1px solid #ccc;
}

#headline {
	padding-top: 10px;
	
}
#headline_text {
	width: 515px; 
	float: left; 
	padding: 5px;
	padding-left: 11px;
	font-size: 12px;
}
#headline_pic {
	float:right;
	width: 265px; 
	margin-top: 40px; 
}

#featured_products {
	padding: 10px;
	clear: both;
}
#featured_products img {
	/*this is simply to kill the border around links */
	border: 0px;	
}

#footer {
	clear:both;
	height: 180px;
	font-size: .70em;
	color: #FFFFFF;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333;
	padding-left: 5px;

}
#footer img {
	padding-left: 5px;
}
#footer a:link, #footer a:visited {
 color: #CCCC99;
}    
#footer a:hover, #footer a:active {
 color: #ffffcc;
}    
#footer_content {
	float:left;
	margin-top: -10px; 
	margin-right: 5px;
	width: 100%;
}
#footer_text {
	float: left;
	width: 800px;
	padding-top: 3px;
}

.clear {
 clear: both;
}

/* this section is for the old pages from arch_style_2009
//////////////////////////////////////////////////////////////////////////
*/

#content-primary {
 float: right;
 margin: 10px;
 width: 650px;
 font-size: .85em;
}

#content-primary p {
 padding-bottom: 18px;
}
#content-primary img {
} 
#content-secondary {
	float: right;
	width: 100px;
	margin: 10px;
	font-size: .90em;

}
#content-secondary img{
	border: 1px solid #727454;	
}
#content-secondary p {
 padding-bottom: 18px;
}

/* END OLD STYLE INHERITED FROM OLD SHEET*/

/* rotator in-page placement */
#rotator {
	position:relative;
	height:230px;
}
/* rotator css */
#rotator ul li {
	float:right;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
#rotator ul li img {
	border: 1px solid #727454;
	padding: 1px;
	background: #FFF;
}
#rotator ul li.show {
	z-index:500;
}

.simple_border {	
	border: 1px solid #776845;	
}
.form_button {
	height: 20px;
	width: 75px; 
	margin-top: 2px; 
	border: 1px solid #333333; 
	color: #333333; 
	background: #c0c0c0; 	
}

/* this area is for the pop up windows for the forno page */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:active {
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #887A55;
padding: 3 px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: white;
font-size:10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:active span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left:-150px;
}/* END TILE GALLERY CODE */


/*##################################################################

CSS3 STUFF, HOPEFULLY MOST OF IT IS CROSSBROWSER SUPPORTED!  omg

###################################################################*/

/* rounded corners for everything that has this class */
.rounded-corners {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.rounded-corners-large {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.text_shadows {
	text-shadow: 2px 2px 3px #c3c3c3;
}

.gray_gradient {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #999999,  #666666); /* for firefox 3.6+ */

}
.box_shadows {
/* 
	this is a cool trick to add shadows to any object
*/
	box-shadow: 2px 2px 8px #888; /*everyone else */
	-webkit-box-shadow: 2px 2px 8px #888; /* safari/google */
	-moz-box-shadow: 2px 2px 8px #888; /* mozilla */


}
.inside_box_shadows {

/* 
	this is a cool trick to add shadows to the insides of any object
*/
	box-shadow: inset 2px 2px 8px #888; /*everyone else */
	-webkit-box-shadow: inset 2px 2px 8px #888; /* safari/google */
	-moz-box-shadow: inset 2px 2px 8px #888; /* mozilla */


	
}