
/*
html { 
  background: url(images/backgrounds/bg-meteorite-crystals.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

body {
	/*
	opacity:0.8;
	background-color: #190019;
	font-family:Arial;
	*/
	color: #d8da3d;
	font-family:Arial;


}

a:link {color:#00dd00; text-decoration: none; }
a:active {color:#ffff00; text-decoration: none; }
a:visited {color:#a0b764; text-decoration: none; }
a:hover {color:white; text-decoration: none; }

.page_container {
	/*
	*/
	padding:0em 2em 2em 2em;
	display: inline-block;
	margin:0;
}

.section_header {
	/*
	font-size:1em;
	height:5em;
	*/
	width:100%;
	background-color: #000;
	border-radius: 10px 10px 10px 10px;
}

.hdr_base_spacer {
	height:.75em;
	background:#000;
	border-radius: 10px 10px 10px 10px;
}

.hdr_logo {
	padding: 1em 1em 1em 1em; 
	background:#000;
	overflow:hidden;
}

.hdr_menu_bar {
	 text-align:center; 
	 background:#000;
	 padding-left: 1.25em; 
	 padding-right: 1.25em; 
	 display:inline-block;
}

.section_spacer {
	width:100%;
	height:2em;
	font-family: Arial;
}

.section_content {
	background-color: #220022;
	border-radius: 10px 10px 0 0;
	opacity:0.9;
	display: inline-block;
	width:100%;
	/*
	text-align:center;
	font-size:1em;
	padding: 1em 1em 0em 1em; 
	font-size:.5em;
	*/
}

.two_third_col_home {
	width:56%; 
	float:left;
	margin: 2.5em 0 1em 1em;
	background-color: #331133;
	/*
	border:black solid 5px; 
	*/
	border-radius: 5px 5px 5px 5px;
}

.home_reviews {
	background-color: #442244;
	border-radius: 5px 5px 5px 5px;
	margin: 1em 1em 1em 1em;
	/*
	border:black solid 5px;
	width:56%; 
	float:left;
	margin: 2.5em 0 1em 1em;	
	*/
}

.side_bar {
	width:22%; 
	text-align:center;
	/*
	display: inline-block;
	*/
	border:green solid 5px; 
	background-color:#002200; 
	float:right;
	border-radius: 5px 5px 5px 5px;
	margin: 2.5em 1em 1em 0;
}

.one_third_col_home {
	width:31%; 
	text-align:center;
	/*
	display: inline-block;
	*/
	border:green solid 5px; 
	background-color:#002200; 
	float:right;
	border-radius: 5px 5px 5px 5px;
	margin: 2.5em 1em 1em 0;
}

.section_footer {
	background-color:#D9242D;
	border-radius: 0 0 10px 10px;
	/*
	display: inline-block;
	margin:0 0 2em 0;
	height:3em;
	padding:.25em;
	*/
	height:2.5em;
	width:100%;
	font-size:.75em;
	text-align:center;
}

/* CONTACT =================================== */

.Contact {
	text-align:center;
	margin: 1em;
	background-color: #331133;
	/*
	width:100%; 
	*/
	border-radius: 5px 5px 5px 5px;
}

/* LOCATION =================================== */

.Address {
	text-align:center;
	padding:0 1.5em 0 1.5em; 
	width:540px;
	/*
	width:100%; 
	float:right;
	*/
	border:green solid 5px; 
	background-color:#002200; 
	border-radius: 5px 5px 5px 5px;
	margin: 1em;
}

/* MISC =================================== */

.Font_Broadway {
	font-family:Broadway;
}

/* MENU =================================== */
ul.menubar {
	background: url('images/backgrounds/bg_black_100.png')
	/*background-repeat: repeat-x;*/
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #111;
	
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #333;
}