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

@import url(reset.css);

/*layout */

body {
		background-image: url(../images/background.jpg);
		background-repeat:no-repeat;
		background-position:center;
		background-color:#29251C;
}


#container {
	width:960px;
	margin: 0 auto 0 auto;
}


#first_header {
	width: 960px;
	margin-top: 1em;
    margin-bottom: 1em;
	padding-top: .5em;
	float:left;
	display: inline;
	background-color:#00853f;
}

#logo {
	width: 307px;
	margin-left: .5em;
	float: left;
	display:inline;
	padding-right: .5em;
}

#logo h1 {
	background-image:url(../images/Walts_Chicken_Express_Logo.png);
	background-repeat:no-repeat;
	width: 307px;
	height: 141px;
	text-indent:-9999px;
}
	
#time {
	width: 249px;
	float: left;
	display:inline;
}

#quicker_service{
	width: 200px;
	float: left;
	display:inline;
}

#phone_number{
	width: 153px;
	float: left;
	display:inline;
}

#phone_number h1 {
	background-image: url(../images/Walts_Phone_Number.png);
	background-repeat:no-repeat;
	width: 165px;
	height: 141px;
	text-indent:-9999px;
}

#second_header {
	width: 960px;
    margin-bottom: 1em; 
	float:left;
	display: inline;
	background-color:#00853f;
}

#navigation {
	width:307px;
	float:left;
	display:inline;
	padding: 1em 0 0 1em;
}

#slideshow {
	width:603px;
	float:left;
	display:inline;
	padding: 1em 1em 0 1em;
}

#menu #slideshow, #location #slideshow, #company #slideshow {
	width:603px;
	float:left;
	display:inline;
	padding: 1em .5em 0 .5em;
}



#content {
	width: 960px;
    margin-bottom: 1em;
	float:left;
	display: inline;
	background-color:#FFF;
}

#sub_content {
	width:307px;
	float:left;
	display:inline;
	padding: 1em .5em 1.5em 1em;
}

#main_content {
	width:603px;
	float:left;
	display:inline;
	padding: 1em .5em 1.5em 1em;
}

#main_gallery {
	width: 550px;
	margin: 0 auto;
}

#footer {
	clear:both;
	width: 960px;
	margin: 0 auto 0 auto;
	background-color:#00853f;
}

#bottom_nav li {
width:130px;
float:left;
display: inline;
padding: 0 1em 0 1em;
}

#bottom_nav li h3 {
	background-repeat:no-repeat;
	width: 146px;
	height: 90px;
}

#foot_nav {
	padding-top: 1em;
}


.float_right {
	float:right;
	display:inline;
}

.float_left {
	float:left;
	display:inline;
	padding: .5em 1em 0 0;
}


#slider {
	border:solid #FFF;
	border-width: 5px;
}

/*Navigation*/

ul#nav li a {
text-indent: -9999px;
display:block;
height: 47px;
width:322px;
}

ul#nav li a.home {
background: url(../images/home_btn.png) no-repeat bottom center;
}

ul#nav li a.menu {
background: url(../images/menu_btn.png) no-repeat bottom center;
}

ul#nav li a.location {
background: url(../images/locations_btn.png) no-repeat bottom center;
}

ul#nav li a.gallery {
background: url(../images/gallery_btn.png) no-repeat bottom center;
}

ul#nav li a.company {
background: url(../images/company_btn.png) no-repeat bottom center;
}

ul#nav li a.home:hover, ul#nav li a.menu:hover, ul#nav li a.location:hover, ul#nav li a.gallery:hover, ul#nav li a.company:hover {
background-position: center center;
}

body#home ul#nav li a.home,
body#menu ul#nav li a.menu,
body#location ul#nav li a.location,
body#gallery ul#nav li a.gallery,
body#company ul#nav li a.company{
background-position:top center;
}

a:link, a:visited {
		color: #000;
		text-decoration:none;
		font-weight:bold;
}


.footer a:link {
		color:#FFF;
		text-decoration:none;
}

.footer a:visited {
		color:#FFF;
		text-decoration:none;
}


/*Fonts and Colors */

p.dashed {
	border-style:dashed;
	border-width:thick;
	padding: .5em;
	font-weight: bold;
	}

#first_header p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding-bottom: .5em;
}

#time h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFF;
	font-weight:bold;
}

#quicker_service h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFF;
	font-weight:bold;
	padding-bottom: .5em;
}
#quicker_service p {
	font-size: 24px;
}


.yellow {
	color:#ffc524;
}

#bottom_nav h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-bottom: .5em;
}

#bottom_nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-bottom: .5em;
}


#main_content p, #sub_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 2em;
}

#main_content h1, #sub_content h3 {
	font-family: "Franklin Gothic Demi", "Arial Black";
	font-size: 30px;
	color:#00853f;
	font-weight:normal;
}

#company h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	padding-top: .5em
}

#gallery .testi{
	font-family:Georgia, Arial, Times, serif;
	font-style:italic;
	color:#666;
	font-size:16px;
}

/* Header Replacements */

/* Home Page */

#our_menu, #locations, #specials {
	margin-top: 1em;
	margin-bottom: .2em;
}

#our_menu {
	background-image: url(../images/header-our_menu.jpg);
	background-repeat:no-repeat;
	width: 142px;
	height: 42px;
	text-indent:-9999px;
	margin-top: 1em;
}

#locations {
	background-image: url(../images/header-locations.jpg);
	background-repeat:no-repeat;
	width: 142px;
	height: 42px;
	text-indent:-9999px;
}

#specials {
	background-image: url(../images/header-specials.jpg);
	background-repeat:no-repeat;
	width: 220px;
	height: 46px;
	text-indent:-9999px;
}

/* Menu Page */

#menu_dl {
	background-image: url(../images/header-download_menu.jpg);
	background-repeat:no-repeat;
	width: 307px;
	height: 51px;
	text-indent:-9999px;
}

#catering_menu {
	background-image: url(../images/header-event_menu.jpg);
	background-repeat:no-repeat;
	width: 307px;
	height: 57px;
	text-indent:-9999px;
}

#about_our_menu {
	background-image: url(../images/header-about_menu.jpg);
	background-repeat:no-repeat;
	width: 294px;
	height: 52px;
	text-indent:-9999px;
}

#catering_guides {
	background-image: url(../images/header-catering_guides.jpg);
	background-repeat:no-repeat;
	width: 295px;
	height: 52px;
	text-indent:-9999px;
}

/* Locations Page */

#location2 {
	background-image: url(../images/header-other_locations.jpg);
	background-repeat:no-repeat;
	width: 307px;
	height: 46px;
	text-indent:-9999px;
}

#come_visit {
	background-image: url(../images/header-come_visit_us.jpg);
	background-repeat:no-repeat;
	width: 238px;
	height: 48px;
	text-indent:-9999px;
}

/* Gallery Page */

#snap_shots {
background-image: url(../images/header-snap_shots.jpg);
	background-repeat:no-repeat;
	width: 202px;
	height: 39px;
	text-indent:-9999px;
}

#testi {
background-image: url(../images/header-testimony.jpg);
	background-repeat:no-repeat;
	width: 287px;
	height: 84px;
	text-indent:-9999px;
}

/* Abour Us Page */

#franchise{
	background-image: url(../images/header-franchise_info.jpg);
	background-repeat:no-repeat;
	width: 307px;
	height: 42px;
	text-indent:-9999px;
}

#about_the_comp {
	background-image: url(../images/header-about_walts.jpg);
	background-repeat:no-repeat;
	width: 324px;
	height: 45px;
	text-indent:-9999px;
}

#contact_us{
	background-image: url(../images/header-contact_us.jpg);
	background-repeat:no-repeat;
	width: 307px;
	height: 51px;
	text-indent:-9999px;
}

/*Easy Slider Layout and Controls */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:600px;
	height:222px;
	overflow:hidden; 
	}
/*span#prevBtn{}
span#nextBtn{}*/

	ol#controls{
		margin:1em 0;
		padding:0;
		height:20px;
		}

	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:28px;
		}

	ol#controls li a{
		float:left;
		height:20px;
		line-height:28px;
		border:1px solid  #FF0;
		background: #FF0;
		color: #FFF;
		padding:0 10px;
		text-decoration:none;
		text-indent: -9999px;
		}

	ol#controls li.current a{
		background: #666;
		color:#FFF;
		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
		outline:none;
		}
