@charset "UTF-8";
/* CSS Document */

/****************************************
		General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}
html{
overflow:0;
}
BODY {
	overflow-y:scroll;
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3F0006;
	letter-spacing: 1px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin: 0px;
	line-height: 1em;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
ol, ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
.clear {
 	clear: both;
}
a{
	color: #FCC23D;
}
a:HOVER {
	text-decoration: underline;
}
p {
	line-height: 22px;
	font-size: 18px;
	font-weight: normal;
}
Space5px {
     height:5px;
}
Space10px {
     height:10px;
}
Space15px {
     height:15px;
}
Space20px {
     height:20px;
}
Space25px {
     height:25px;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
input, textarea {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #666666;
	
}.LogoBox {
	float: left;
	padding-top: 13px;
	padding-left: 13px;
}
.LogoLink {
	background-image: url(img/logoS.png);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 280px;
}
.BottomBox {
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.BottomYelp {
	background-image: url(img/yelp1.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
	float: left;
}
.BottomYelp:HOVER {
	background-image: url(img/yelp2.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
}
.BottomTW {
	background-image: url(img/twitter1.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
	float: left;
	margin-right: 5px;
}
.BottomTW:HOVER {
	background-image: url(img/twitter2.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
}
.BottomFB {
	background-image: url(img/facebook1.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
	float: left;
	margin-right: 5px;
}
.BottomFB:HOVER {
	background-image: url(img/facebook2.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
}
.BottomInstagram {
	background-image: url(img/Instagram1.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
	float: left;
	margin-right: 5px;
}
.BottomInstagram:HOVER {
	background-image: url(img/Instagram2.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
}

.BottomBoxMain {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(img/BottomBarBack.png);
}
.BottomCopyright {
	text-align: right;
	position: fixed;
	right: 15px;
	bottom: 15px;
	color: #F9D987;
}
.MoreBox {
	float: left;
	margin-top: 56px;
	margin-left: 967px;
	position:fixed;
}
.HomeMoreLink {
	font-family: "Josefin Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #FCC23D;
	text-decoration: none;
}
.HomeMoreLink:HOVER {
	color: #F9D987;
	text-decoration: none;
}

/****************************************
    home
*****************************************/	
.HomeTextBox {
	top: 55%;
	position: fixed;
	right: 50px;
	margin-left: 50px;
}
.HomeTextBox h1 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 10px;
	letter-spacing: 0px;
	text-shadow: #000000 1px 1px;
}
.HomeTextBox h3 {
	font-weight: normal;
	line-height: 20px;
	padding-left: 1px;
}
