/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
	
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Helvetica, Arial, sans-serif;
	color: #000;
	background:url(/images/bg-repeat.jpg) top center;
}

		
a { /* default link styles*/
	color:#7f311a;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 946px;
	margin:0 auto 30px auto;
	background:url(/images/bg-content.jpg);
}

.wrapper-top{
	width:946px;
	margin:0 auto;
	height:13px;
	background:url(/images/plate-top.jpg);
}

/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/

.header { 
	height: 254px;
	width:921px;
	margin:0 0 0 13px;
	position: relative;
}

h1 { /* This will use the same admin controlled headers */
	background-repeat: no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5c2f04;
	font-size:18px;
	margin:0 0 15px 0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5c2f04;
	font-size:18px;
	margin:0 0 15px 0;
}

h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #000;
	margin: 0 0 0 20px;
	font-size:9px;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	position: relative;
	z-index: 100;
	font-size:12px;
}

	.col-1 { 
		width: 400px;
		float: left;
	}
	
	.col-2 { 
		width: 450px;
		float: right;
	}
	
	.col-3 { 
		width: 100px;
		float: left;
	}
	
.footer { /* Format as you need. */
	width: 946px;
	background:url(/images/bg-footer.jpg);
	height:233px;
	margin:20px 0 0 0;
	
}
	.footer a {
		color: #000;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #7f311a;
		text-decoration: underline;
	}
	
		ul.footer-nav { /* Use this for your footer nav to make it easier on spacing! */
		list-style-type:none; 
		margin:0;
		font-size:11px;
		color: #7f311a;
		padding:0;	
		font-weight:bold;
		text-transform:uppercase;
		text-align:left;
		margin:0 auto 5px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	ul.footer-nav a{ /* Use this for your footer nav to make it easier on spacing! */
		
		color: #7f311a;
		
	}
	
		ul.footer-nav li { 
			position:relative;
			display: inline;
			border-left: 1px solid #7f311a;
			padding:0 5px;
		}
		
		
.footer input{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
	
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/


.logo{
	width:409px; 
	height:196px;
	position:absolute;
	z-index:2000;
	left:253px;
	top:-125px;
}

.facebook{
	width:35px; 
	height:36px;
	position:absolute;
	right:-8px;
	top:-125px;
}

.phone{
	width:150px; 
	height:36px;
	position:absolute;
	left:-8px;
	top:-125px;
	color:white;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	font-family:times,serif;
}


.address .inner{
    background:#eee4d7;
	margin:5px;
	height:85px;
}

.address{
	float:left;
	width:325px;
	background:#ffffff;
	margin: 15px 0 0 0;
	
}



.elerts .inner{
    background:#eee4d7;
	margin:5px;
	height:85px;
}

.elerts{
	float:left;
	width:315px;
	background:#ffffff;
	margin: 15px 0 0 0;
}



.giftcards{
	float:left;
	width:245px;
	margin:0 0 0 10px;
}
