html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;
	background-color: #222;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
}

div#distance {
	margin-bottom: -285px;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;
	float: left;
	top: 0px;
	position: relative;
	left: -99999px;
	visibility: hidden;
}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
	height: 570px;         /* required - desired height */
	width: 960px;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	background-color: #FFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
#top {
	position: absolute;
	height: 180px;
	width: 960px;
	top: 0px;
	z-index: 3000;
}
#logo {
	top: 0px;
	position: absolute;
	left: 0px;
	height: 180px;
	width: 480px;
}
#menu {
	font-size: 12px;
	font-style: normal;
	left: 480px;
	position: absolute;
	top: 0px;
	height: 180px;
	width: 480px;
	font-weight: 400;
	-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
}
#textbox, #textbox2 {
	position: absolute;
	visibility: visible;
	height: 360px;
	width: 480px;
	left: 480px;
	top: 180px;
	background-color: #FFF;
}
#textbox {
	z-index: 1002;
}
#textbox2 {
	z-index: 1001;
}
#text, #text2 {
	font-size: 12px;
	font-style: normal;
	color: #665;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	font-weight: 400;
}
#hideshow {
	position: absolute;
	z-index: 1100;
	bottom: 40px;
	left: 520px;
}
h1 {
	font-size: 20px;
	color: #F30;
	font-weight: 400;
	text-align: left;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 0px;
	line-height: normal;
}
h2 {
	font-weight: 400;
	text-align: left;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 0px;
	font-size: 13px;
	color: #F00;
}
h3 {
	font-weight: 400;
	text-align: left;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 0px;
	font-size: 16px;
	color: #F00;
}
strong {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-style: normal;
}
#border {
	border: thin dotted #666;
	z-index: 1200;
	height: 558px;
	width: 918px;
	position: absolute;
	top: 0px;
}
.sfader {
	position:relative;
	height:420px;
	width: 480px;
	left: 0px;
	top: 150px;
}
.sfader img {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	-moz-border-radius: 0 0 0 30px;
	-webkit-border-radius: 0 0 0 30px;
	border-radius: 0 0 0 30px;
}
.sfader img:first-child {
	display: block;
}
p {
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F30;
}
em {
	font-style: italic;
	font-weight: 400;
}
#text a:link {
	color: #F00;
	text-decoration: none;
	font-weight: 400;
}
#text a:visited {
	color: #F00;
	text-decoration: none;
	font-weight: 400;
}
.extra {
	padding-left: 5px;
}
#text2 a:link {
	color: #DB5A00;
	text-decoration: none;
	font-weight: 400;
}
#text2 a:visited {
	color: #DB5A00;
	text-decoration: none;
	font-weight: 400;
}
/*<![CDATA[*/
 .c1 {cursor:pointer;}
.smalltype {
	font-size: 10px;
	line-height: 1.2em;
	color: #887;
	font-weight: 400;
}
#navbar {
	position: absolute;
	top: 0;
	left: 480;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 180px;
}
#navbar li, #navbar li a {
	list-style: none;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 160px;
	width: 80px;
	top: 0px;
}
#navbar li a span {
	display: block;
	text-decoration: none;
	height: 22px;
	width: 80px;
	margin-top: 75px;
	padding-top: 6px;
	background-image: url(../img/spantrans.png);
	background-repeat: no-repeat;
}
#navbar li a {
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	color: #FFF;
}
#menucurve {
	background-image: url(../img/menucurve.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 50px;
	width: 480px;
	left: 0px;
	top: 128px;
}
.home {
	background-position: 0px 0px;
}
.ourstory {
	background-position: -80px 0px;
}
.franchise {
	background-position: -160px 0px;
}
.menupage {
	background-position: -240px 0px;
}
.community {
	background-position: -320px 0px;
}
.contact {
	background-position: -400px 0px;
	-moz-border-radius: 0 30px 0 0;
	-webkit-border-radius: 0 30px 0 0;
	border-radius: 0 30px 0 0;
}
.home:hover {
	background-position: 0px -40px;
}
.ourstory:hover {
	background-position: -80px -40px;
}
.franchise:hover {
	background-position: -160px -40px;
}
.menupage:hover {
	background-position: -240px -40px;
}
.community:hover {
	background-position: -320px -40px;
}
.contact:hover {
	background-position: -400px -40px;
}
#navbar li a:hover span {
	background-color: #000;
}
#navbar li a, #navbar li a:hover span, .home:hover {
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
#home .home span, #ourstory .ourstory span, #contact .contact span, #community .community span, #menupage .menupage span, #franchise .franchise span {
	background-color: #F10;
	background-image: none;
}

