

@media all and (max-width: 320px) and (orientation: portrait)

{

	.header
	{
		content:url("mobile-header.png");
		width: 100%;
		height: auto;
	}

		.content 
	{
		margin: auto;
		padding: 10px;
		width: 95%;
		height:auto;
	}

	.navbar 
	{
		display:none;
	}
	
	.photo_right
	{
		border:0px solid;
		margin: auto;
		border-color: #c0c0c0;
		padding:10px;
		width: 90%;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
		margin: auto;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:90%;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right
	{
		display:none;
	}
	
	.navbar_mobile
	{
		width: 85%;
		margin: auto;

		text-align: center;
	}

	.footer
	{
		content:url("mobile-footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}

	

}

@media all and (max-width: 320px) and (orientation: landscape)

{  
	
	
	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}

	.content 
	{
		margin: auto;
		padding: 10px;
		width: 95%;
		height:auto;
	}

	.navbar 
	{
		display:none;
	}
	
	.photo_right
	{
		border:0px solid;
		margin: auto;
		border-color: #c0c0c0;
		padding:10px;
		width: 90%;
		max-width:300px;
		text-align: center;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:90%;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right
	{
		display:none;
	}
	
	.navbar_mobile
	{
		width: 85%;
		margin: auto;

		text-align: center;
	}

	.footer
	{
		content:url("mobile-footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}
	

}

@media all and (min-width: 321px) and (max-width: 599px) and (orientation: portrait) 

{  


	.header
	{
		content:url("mobile-header.png");
		width: 100%;
		height: auto;
	}

		.content 
	{
		margin: auto;
		padding: 10px;
		width: 95%;
		height:auto;
	}

	.navbar 
	{
		display:none;
	}
	
	.photo_right
	{
		border:0px solid;
		margin: auto;
		border-color: #c0c0c0;
		padding:10px;
		width: 90%;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:90%;
		margin: auto;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right
	{
		display:none;
	}
	
	.navbar_mobile
	{
		width: 85%;
		margin: auto;

		text-align: center;
	}

	.footer
	{
		content:url("mobile-footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}

}

@media all and (min-width: 321px) and (max-width: 599px) and (orientation: landscape)

{  


	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}

		.content 
	{
		margin: auto;
		padding: 10px;
		width: 95%;
		height:auto;
	}

	.navbar 
	{
		display:none;
	}
	
	.photo_right
	{
		border:0px solid;
		margin: auto;
		border-color: #c0c0c0;
		padding:10px;
		width: 90%;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:90%;
		margin: auto;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right
	{
		display:none;
	}
	
	.navbar_mobile
	{
		width: 85%;
		margin: auto;

		text-align: center;
	}

	.footer
	{
		content:url("footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}


}

@media all and (min-width: 600px) and (max-width: 799px)

{


	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}
	

		.content 
	{
		margin: auto;
		padding: 10px;
		width: 95%;
		height:auto;
	}

	.navbar 
	{
		display:none;
	}
	
	.photo_right
	{
		border:0px solid;
		margin: auto;
		border-color: #c0c0c0;
		padding:10px;
		width: 90%;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:90%;
		margin: auto;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right
	{
		display:none;
	}
	
	.navbar_mobile
	{
		width: 85%;
		margin: auto;

		text-align: center;
	}

	.footer
	{
		content:url("mobile-footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}

}

@media all and (min-width: 800px) and (max-width: 1000px)

{


	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}
	
	.navbar 
	{
		float: left;
		position: relative;
		width: 20%;
		margin-left: 10px;
		margin-bottom: 10px;

	}
	
	.photo_right
	{
		border:0px solid;
		margin: 10px;
		border-color: #c0c0c0;
		float:right;
		padding:10px;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:200px;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right 
	{
		float: right;
		position: relative;
		width: 20%;
		margin-right: 10px;
		margin-bottom: 10px;

	}
	
	.content 
	{
		float: left;
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
		width: 54%;
		height:100%;
		font-size:16px;
		
		text-align: justify;
	}
	
	.navbar_mobile
	{
		display:none;
	}

	.footer
	{
		content:url("footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}


}

@media all and (min-width: 1001px) and (max-width: 1199px)

{


	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}
	
	.navbar 
	{
		float: left;
		position: relative;
		width: 20%;
		margin-left: 10px;
		margin-bottom: 10px;

	}
	
	.photo_right
	{
		border:0px solid;
		margin: 10px;
		border-color: #c0c0c0;
		float:right;
		padding:10px;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:200px;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right 
	{
		float: right;
		position: relative;
		width: 20%;
		margin-right: 10px;
		margin-bottom: 10px;

	}
	
	.content 
	{
		float: left;
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
		width: 55%;
		height:100%;
		font-size:16px;
		
		text-align: justify;
	}
	
	.navbar_mobile
	{
		display:none;
	}

	.footer
	{
		content:url("footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}


}

@media all and (min-width: 1200px) and (max-width: 1499px)

{

	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}
	
	.navbar 
	{
		float: left;
		position: relative;
		width: 15%;
		margin-left: 10px;
		margin-bottom: 10px;

	}
	
	.photo_right
	{
		border:0px solid;
		margin: 10px;
		border-color: #c0c0c0;
		float:right;
		padding:10px;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:200px;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right 
	{
		float: right;
		position: relative;
		width: 15%;
		margin-right: 10px;
		margin-bottom: 10px;

	}
	
	.content 
	{
		float: left;
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
		width: 65%;
		height:100%;
		font-size:16px;
		
		text-align: justify;
	}
	
	.navbar_mobile
	{
		display:none;
	}

	.footer
	{
		content:url("footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}

}

@media all and (min-width: 1500px) and (max-width: 1799px)

{

	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}
	
	.navbar 
	{
		float: left;
		position: relative;
		width: 11%;
		margin-left: 10px;
		margin-bottom: 10px;

	}
	
	.photo_right
	{
		border:0px solid;
		margin: 10px;
		border-color: #c0c0c0;
		float:right;
		padding:10px;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:200px;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right 
	{
		float: right;
		position: relative;
		width: 11%;
		margin-right: 10px;
		margin-bottom: 10px;

	}
	
	.content 
	{
		float: left;
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
		width: 74%;
		height:100%;
		font-size:16px;
		
		text-align: justify;
	}
	
	.navbar_mobile
	{
		display:none;
	}

	.footer
	{
		content:url("footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}

}


@media all and (min-width: 1800px) and (max-width: 1999px)

{

	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}
	
	.navbar 
	{
		float: left;
		position: relative;
		width: 11%;
		margin-left: 10px;
		margin-bottom: 10px;

	}
	
	.photo_right
	{
		border:0px solid;
		margin: 10px;
		border-color: #c0c0c0;
		float:right;
		padding:10px;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:200px;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right 
	{
		float: right;
		position: relative;
		width: 11%;
		margin-right: 10px;
		margin-bottom: 10px;

	}
	
	.content 
	{
		float: left;
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
		width: 74%;
		height:100%;
		font-size:16px;
		
		text-align: justify;
	}
	
	.navbar_mobile
	{
		display:none;
	}

	.footer
	{
		content:url("footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}


}


@media all and (min-width: 2000px) and (max-width: 2499px)

{

	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}
	
	.navbar 
	{
		float: left;
		position: relative;
		width: 11%;
		margin-left: 10px;
		margin-bottom: 10px;

	}
	
	.photo_right
	{
		border:0px solid;
		margin: 10px;
		border-color: #c0c0c0;
		float:right;
		padding:10px;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:200px;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right 
	{
		float: right;
		position: relative;
		width: 11%;
		margin-right: 10px;
		margin-bottom: 10px;

	}
	
	.content 
	{
		float: left;
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
		width: 74%;
		height:100%;
		font-size:16px;
		
		text-align: justify;
	}
	
	.navbar_mobile
	{
		display:none;
	}

	.footer
	{
		content:url("footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}


}


@media all and (min-width: 2500px)

{

	.header
	{
		content:url("header.png");
		width: 100%;
		height: auto;
	}
	
	.navbar 
	{
		float: left;
		position: relative;
		width: 11%;
		margin-left: 10px;
		margin-bottom: 10px;

	}
	
	.photo_right
	{
		border:0px solid;
		margin: 10px;
		border-color: #c0c0c0;
		float:right;
		padding:10px;
		max-width:300px;
	}

	.photo_right img
	{
		width:100%;
		max-width:300px;
	}
	
	.backbutton
	{
		background:#a58d7b;
		background-image:linear-gradient(#a58d7b,#7e6c5e);
		border-radius:10px;
		border:0px solid;
		padding: 2px;
		border-color: #c0c0c0;
		overflow:hidden;
		width:200px;
		font-size:10px;
		letter-spacing:-1px;
		font-weight:lighter;
		
		text-align: center;
	}
	
	.navbar_right 
	{
		float: right;
		position: relative;
		width: 11%;
		margin-right: 10px;
		margin-bottom: 10px;

	}
	
	.content 
	{
		float: left;
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
		width: 74%;
		height:100%;
		font-size:16px;
		
		text-align: justify;
	}
	
	.navbar_mobile
	{
		display:none;
	}

	.footer
	{
		content:url("footer.png");
		width: 100%;
		background:#740e00;
		height: auto;
		background-image:linear-gradient(#740e00,#5e0a00);
		
	}



}



html, body, .container, .scroller 
{
	width: 100%;
	background: #ffffff;
	height: 100%;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;	
    font-weight:lighter;
	text-align: left;
}


.backlinks
{
	width:100%;
	margin:auto;
	height:30px;
	font-size:0.75em;
	color: #000000;
	text-align:center;
}


.container 
{
	overflow: auto;
	background: #ffffff;
	width: 100%;
	height: auto;
	display:inline-block;
	margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
}

.tags
{
	font-size:5px;
	color: #ffffff;
	
	text-align: justify;
}

p, div
{
	font-size:1em;
	font-family:inherit;
	text-align: justify;
}

strong
{
	font-size:16px;
	
	text-align: justify;
	font-weight: 700;
	color:#666666;
}

td, ul, ol
{
	font-size:16px;
	
}

h1
{
	font-size:30px;
	line-height: 30px;
	letter-spacing:-1px;
	font-weight:lighter;
	
	text-transform: capitalize;

}

h2
{
	font-size:25px;
	letter-spacing:-1px;
	font-weight:lighter;
	
	text-transform: capitalize;
}

h3
{
	font-size:18px;
	letter-spacing:-1px;
	font-weight:lighter;
	
	text-transform: capitalize;
}


h4
{
	font-size:20px;
	letter-spacing:-1px;
	font-weight:bold;
	
	text-transform: capitalize;

}

.photogallery_container
{
	width:100%;
	height: auto;
	text-align: center;
}

.photogallery
{
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 0px;
	background: #eeeeee;
	margin: 5px;
}

.photogallery img
{
	width: 65%;
	height: auto;
}

.caption
{
	font-size:14px;
}

.menufrontpage
{
	width: 100%;
	height: auto;
}

.menufrontpage img
{
	width:100%;
	height: auto;
}


.left
{
	background:#fff;
	float:left;
}

.right
{
	background:#fff;
	float:right;
}

.center
{
	width:100%;
	margin: auto;
}


.callus
{
	color:#000;
	font-size:20px;
	text-decoration:none;
}

A.callus:link
{
	color:#000;
	text-decoration:none;
}

A.callus:visited
{
	color:#c6c6c6;
	text-decoration:none;
}

A.callus:hover
{
	color:#c6c6c6;
	text-decoration:none;
}

.menu
{
	max-height: 30px;
    
}



.backbutton p
{
	text-align: center;
}



.backbutton a:link

{
	color:#ffffff;	
	text-decoration:none;
}

.backbutton a:visited

{
	color:#ffffff;	
	text-decoration:none;
}

.backbutton a:hover

{
	color:#ffff00;	
	text-decoration:none;
}

.menu_clear
{
	background:#911c0c;
	background-image:linear-gradient(#808080,#c0c0c0);
	border-radius:10px;
	border:0px solid;
	padding: 10px;
	border-color: #c0c0c0;
	overflow:auto;
	width:auto;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:lighter;
	
	text-align: center;
}

.menu_clear p
{
	text-align: center;
}



.menu_clear a:link

{
	color:#ffffff;	
	text-decoration:none;
}

.menu_clear a:visited

{
	color:#ffffff;	
	text-decoration:none;
}

.menu_clear a:hover

{
	color:#ffff00;	
	text-decoration:none;
}


.form_container
{
	border-radius:10px;
	border:1px solid;
	padding: 10px;
	border-color: #ffffff;
	overflow:auto;
	width:auto;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:lighter;
	
	text-align: center;
	max-width: 500px;
}



.form
{
	width:100%;
	height:auto;
	font-size:12px;
}


.site_links_container
{
	border-radius:10px;
	border:1px solid;
	padding: 10px;
	border-color: #ffffff;
	overflow:auto;
	width:auto;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:lighter;
	
	text-align: center;
}

.social_media_container
{
	border-radius:10px;
	border:1px solid;
	padding: 10px;
	border-color: #ffffff;
	overflow:auto;
	width:auto;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:lighter;
	
}

A.social_media:link
{
	color:#808080;
	text-decoration:none;
}

A.social_media:visited
{
	color:#808080;
	text-decoration:none;
}

A.social_media:hover
{
	color:#000000;
	text-decoration:none;
}

.social_media_container img
{
	width:100%;
	max-width:30px;
}

.menu_blue
{
	background:#c6a68f;
	background-image:linear-gradient(#c6a68f,#a78d7a);
	border-radius:10px;
	padding:10px;
	vertical-align:middle;
	width:40%;
	height:20px;
	margin-bottom:50px;
	margin-top:50px;

}

.menu_container
{
	border-radius:10px;
	border:0px solid;
	padding: 10px;
	border-color: #ffffff;
	background-color: #5e0a00;
	background-image:linear-gradient(#c6a68f,#c7ab97);
	overflow:auto;
	width:auto;
	font-size:18px;
	letter-spacing:-0.5px;
	font-weight:lighter;
	
}



.menu_container p
{
	text-align:center;
	font-size:16px;
	color: #000000;
	
}

.menu_container strong
{
	text-align:center;
	font-size:20px;
	color: #000000;
	
}

.menu_container div
{
	text-align:center;
	font-size:16px;
	color: #000000;
	
}






.menu_blue_left
{
	background:#c6a68f;
	background-image:linear-gradient(#c6a68f,#a78d7a);
	border-radius:10px;
	padding:10px;
	vertical-align:middle;
	width:40%;
	height:20px;
	float:left;

}



.menu_blue_right
{
	background:#c6a68f;
	background-image:linear-gradient(#c6a68f,#a78d7a);
	border-radius:10px;
	padding:10px;
	vertical-align:middle;
	width:40%;
	height:20px;
	float:right;

}

.callus_menu
{
	color:#c0c0c0;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	letter-spacing:-1px;
	font-weight:lighter;
	
}

A.callus_menu:link
{
	color:#ffffff;
	text-decoration:none;
}

A.callus_menu:visited
{
	color:#ffffff;
	text-decoration:none;
}

A.callus_menu:hover
{
	color:#ffff00;
	text-decoration:none;
}

small
{
	font-size:12px;
}

.small
{
	font-size:12px;
	color:#ffffff;
}

.calltoaction
{
	font-size:14px;
	color:#000000;
}

img
{
	border:0;
}


.left {float: left; background:#ffffff;}
.right {float: right; background:#ffffff;}


.divider_height
{
	height:10px;
	width:100%;
}

.spacer
{
	width:10px;
	height:10px;
}

.onehundred
{
	width:100%;
}

.table
{
	width:100%;
	padding:0;
	border-spacing:10px;
	border:0;
}


