@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
body {
	background-color: #838484;
	text-align:center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h4 {
	color:#FFFFFF;
	font-weight: bolder;
	font-size:14px
}
/* Wraps the whole page into this, so you don't have to use a table */
#wrapper {
	width:950px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
/*** START LOCATIONS SPLASH PAGE ***/
#wrapper_home {
	width:950px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}
#locations {
	width:650px;
	margin: 0 auto;
	position: relative;
}
#locations li {
	list-style-type: none;
	float: left;
	padding:25px;
}
#locations a {
	color:#FFFFFF;
	text-decoration:none;	
}
#locations a:hover {
	color:#000000;
}
#locations p {
	text-align:left;
	background-image: url(images/navstar2.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:30px;
}
/*** END LOCATIONS SPLASH PAGE ***/
/* Small logo on top of each page */
#logo {
	background-repeat: no-repeat;
	background-image: url(images/small_logo.png);
	background-position: center center;
	height: 125px;
}
/***** start navigation bar *************/
#navigation {
	background-image: url(images/navline.png);
	background-repeat: no-repeat;
	height: 45px;
	background-position: center center;
}
/* actual bar with links */
#navbar {
	float: left;
	width: 700px;
	padding-left: 155px;
	padding-top: 5px;
}
#navbar li {
	list-style-type: none;
	float: left;
}
/* links */
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type: none;
	padding: 25px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
}
#navbar a:hover {
	color: #333333;
	font-size: 12px;
	font-weight: bolder;
	background-image: url(images/navstar2.png);
	background-repeat: no-repeat;
	background-position: left 18px;
}
#navbar a#selected {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bolder;
	background-image: url(images/navstar2.png);
	background-repeat: no-repeat;
	background-position: left 18px;
}
/***** END navigation *****/
/*** Footer ***/
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 43px;
}
/* ADDRESS PAGE */
#address {
	background-image: url(images/ThinCrust.jpg);
	background-repeat: no-repeat;
	background-position: 34px;
	width: 886px;
	height: 450px;
	padding-left: 35px;		
}
#map2_t {
	margin-left: 15px;
	padding-top: 100px;
	text-align: left;
	color:#FFFFFF;
	font-weight:bold;	
}
/*** MENU PAGE ***/
#menu1 {
	padding-left: 34px;
	text-align:left;
}
strong {
	font-size:13px;
}
#rules {
	color:#CCCCCC;
	font-size:11px;
}
/*** END ***/
/*** FAQ PAGE ***/
#faq {
	background-image:url(images/100528_LittleStar_034.jpg);
	background-repeat: no-repeat;
	background-position: 34px;
	padding-left: 35px;
	width: 886px;
	height: 450px;
}
#faq_text {
	margin-left:15px;
	padding-top:10px;
	text-align:left;
	color:#FFFFFF;
	width: 450px;
}
/*** END ***/
/*** EVENTS PAGE ***/
#events {
	background-image:url(images/100528_LittleStar_024.jpg);
	background-repeat: no-repeat;
	background-position: 34px;
	padding-left: 35px;
	width: 886px;
	height: 450px;
}
#events_txt {
	text-align:left;
	padding-left: 328px;
	padding-top: 20px;
	padding-right: 20px;
}
/*** END ***/
/*** DELIVERY PAGE ***/
#delivery {
	background-image:url(images/100528_LittleStar_040.jpg);
	background-repeat: no-repeat;
	background-position: 34px;
	padding-left: 35px;
	width: 886px;
	height: 450px;
}
#del_txt {
	text-align:left;
	color:#FFFFFF;
	padding-left:45px;
	padding-top:55px;
	width: 340px;
}
/*** link to shorty's delivery ***/
#shorty a:link {
	/*text-decoration: none;*/
	color: #FFFFFF;
}
#shorty a:visited {
	/*text-decoration: none;*/
	color: #FFFFFF;
}
#shorty a:hover {
	color: #333333;
}
/*** end ***/
/*** END ***/
