body {
	background: url('../images/bg.png');
	line-height: 1;
	padding: 0px;
	margin: 0px;
	font-family: "Georgia", "Palatino Linotype", "arial";
	color: #ff7200;
}

fieldset {
	border: 1px solid #ff8019;
	padding: 20px;

}

a:link {text-decoration: none; color: #0aa6ff; }
a:visited {text-decoration: none; color: #0aa6ff; }
a:hover {text-decoration: none; color: #e9f7ff; }

tr:hover {
	background-color: #caecff;
}

.off {
background-color: #e9f7ff;
}

table {
padding: 0;
margin: 0;
}

tr {
	padding:0;
	margin:0;
}

#mapContainer {
width: 500px;
height: 500px;
border: 1px solid #ff7200;
}

td {
text-align: left;
padding: 0px;
margin: 0px;
}

#contactform {
	padding: 10px;
}

#contactform input,textarea {
	text-align: left;
	border: 1px #6e3e18 solid;
	width: 200px;
}

#contactform br {
margin: 2px;
}

.label {
	float: left;
	text-align: right;
	width: 200px;
	padding-right: 20px;
	padding-left: 400px;
	
}



.major {
font-size: 200%;
color: #ff7200;
}

img {
border: 0px;
}

.left  {
	padding: 3px;
float:left;
border: 1px #0aa6ff solid;
}

.left-nobord {
	padding: 3px;
float:left;

}

#contact p {
	position: relative;
	top: 50px;
}

#contact {
	padding: 10px;
	border-left: solid 10px #6e3e18;
	border-right: solid 10px #6e3e18;
	width: 894px;
	
	color: #ff7200;
	background: #ffffff url('../images/logo.png') no-repeat 35px 60px;
	
}

#outline p {
	position: relative;
	top: 50px;
}

#outline {
	padding: 10px;
	border-left: solid 10px #6e3e18;
	border-right: solid 10px #6e3e18;
	width: 894px;
	
	color: #ff7200;
	background-color: #ffffff;
}

#locator {

	padding: 10px;
	border-left: solid 10px #6e3e18;
	border-right: solid 10px #6e3e18;
	width: 894px;
	
	color: #ff7200;
	background-color: #ffffff;

}

#locator h3 {
color: #0aa6ff;
}

#locator span {
font-weight: bold;
}



#logo {
position: absolute;
background: url('../images/logo.png') no-repeat 0 0;
display: block;
width:253px;
height:160px;
left: 5%;
top: 5%;
}

#storelocator { 
position: relative;
text-align: right;
right: 7.1em;
height: 275px;

display:block;
background: url('../images/storelocator.png') no-repeat 100% 0;
}

#storelocator input#sl_input1 {
	color: #cccccc;
	position: absolute;
	right: 55px;
	top: 9px;
}

input#sl_input2 {
	position: absolute;
	top: 5px;
	right: 14px;
	display: block;
	height: 30px;
	width: 30px;
}

#search {
position: relative;
top: -2.8em;
right: 10.3em;
text-align: right;
}

#container {
	text-align: center;
}

#content {

	
	text-align: center;
}



#title {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#slider{width:100%;}

#slider { width: 100%;height:245px;display: block;}


	
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
	text-align: center;
	width: 1024px; /* change default later... this is the size of the screen that will be viewed if the user doesnt have javascript*/
	height: 335px;
	
	overflow: hidden;

}



.item0 {background: url('../images/menu_item1.jpg') no-repeat;}
.item1 {background: url('../images/menu_item2.jpg') no-repeat;}
.item2 {background: url('../images/menu_item3.jpg') no-repeat;}
.item3 {background: url('../images/menu_item4.jpg') no-repeat;}
.item4 {background: url('../images/menu_item5.jpg') no-repeat;}




#footer {
padding-top: 1em;
color: #ff7200;
border-top: 2px solid #eeeeee;
background-color: #cccccc;
height: 100px;
float: left;
width: 100%;

text-align: center;
}

/*--------------------------------------- navigation ----------*/

#navigation {
	height: 50px;
	text-align: center;
}


.spacer,.home,.aboutus,.locations,.contact {
float:left;
}

.home a,.aboutus a,.locations a,.contact a {
height:36px;

}

.spacer {width: 30%;display:block;}
.home {display:block;width:85px;height:36px;}
.aboutus {display:block;width: 100px; height: 36px;}
.locations {display:block;width: 166px; height: 36px;}
.contact {display:block;width: 132px; height: 36px;}

/* --------------------------------------- bottom navigation -------*/

#bot-nav {
	width: 100%;
	height: 250px;
	
}

.spacer2,#img1,#img2,#img3,#img4 {
float:left;
}

.spacer2 {width: 10%;display:block;}

#img1 {display:block;width: 250px;height:100px;}
#img2 {display:block;width: 250px;height:100px;}
#img3 {display:block;width: 250px;height:100px;}
#img4 {display:block;width: 250px;height:100px;}


.cornerBox { position: relative; background: #6e3e18; width: 100%; }

.TL,.TR,.BL,.BR { 
	position: absolute;
	width: 10px;
	height: 10px; 
	background: url('../images/brown-corner.gif') no-repeat; 
	font-size: 0%; 
}

.cornerBoxInner { padding: 1px 10px 10px 10px; }

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

.cornerBox2 { position: relative; background: #ffffff; width: 100%; }

.TL2,.TR2,.BL2,.BR2 { 
	position: absolute;
	width: 10px;
	height: 10px; 
	background: url('../images/white-corner.gif') no-repeat; 
	font-size: 0%; 
}

.cornerBoxInner2 { padding: 10px; }

.TL2 { top: 0; left: 0; background-position: 0 0; }
.TR2 { top: 0; right: 0; background-position: -10px 0; }
.BL2 { bottom: 0; left: 0; background-position: 0 -10px; }
.BR2{ bottom: 0; right: 0; background-position: -10px -10px; }


.holder {
	padding: 10px;

}



.container {
	background: #ffffff;
	height: 100%;
	overflow: hidden;
	
}

.dropshadow {
	
	height: 11px;
	background: url('../images/dropshadow.jpg') repeat-x;
	display:block;
}

.bottom-line {
	
	height: 11px;
	border-top: 3px solid #cccccc;
	display:block;
}

.default {
	background: url('../images/rooster.png') repeat-y 96% 0;
}

.about {
	padding-bottom: 150px;
	background: url('../images/chicken-line.png') repeat-x 0 80%;
}


/* slider holder ______________________________________________------- */

.slider_menu_holder {
	width: 1280px;
}

.slider_menu_holder p {
width: 100%;

}

.slider_cornerBox { position: relative; background: #3e2e1f; width: 870px; }

.TL,.TR,.BL,.BR { 
	position: absolute;
	width: 10px;
	height: 10px; 
	background: url('../images/main-brown-corner.gif') no-repeat; 
	font-size: 0%; 
}

.slider_cornerBoxInner {  padding: 10px 10px 10px 10px; }

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

.slider_cornerBox2 { position: relative; background: #ffffff; width: 100%; }



.TL2,.TR2,.BL2,.BR2 { 
	position: absolute;
	width: 10px;
	height: 10px; 
	background: url('../images/white-corner.gif') no-repeat; 
	font-size: 0%; 
}

.slider_cornerBoxInner2 { padding: 0px; }

.TL2 { top: 0; left: 0; background-position: 0 0; }
.TR2 { top: 0; right: 0; background-position: -10px 0; }
.BL2 { bottom: 0; left: 0; background-position: 0 -10px; }
.BR2{ bottom: 0; right: 0; background-position: -10px -10px; }

.menu_item1 {
  text-align: left;
  height:300px;
  width: 100%;
  display:block;
  background: solid 1px #000000;
  margin:0;
  padding: 0;
}



.menu_item1 h3 ,.menu_item1 p {
	
}

.test {
padding-left: 15%;
text-align: center;
	display: block;
	
}

.test2 {
 width: 100px;   
	display: block;
	border: 1px solid #000000;
}

.section1 {
	float:left;
	width: 150px; 
	text-align: center;
}


.section2 { 
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	display:block;
	height: 300px;
	z-index: 10;
}

.section3 {
	float:left;
	width: 287px;
}

.section4 {
	float:left;
	width: 150px;
	text-align: center;
}


.section2 li,.section2 ul,.section2 h3,.section2 p {
	
	width: 250px;
}

.section2 {
	color: #ffffff;
}



.menu_header {
	font-size: 190%;
	margin-left: -20px;
	clear:both;
	height: 10px;
}



.menu_spacer {
	height: 50px;
	display:block;
}

.menu_spacer2 {
	height: 40px;
	display:block;
}

.menu_spacer3 {
	
	display:block;
}

.sub_info {
	padding-left: 30px;
}



.menu_price {
	font-size: 300%;
	height: 10px;
	display:block;
}

.menu_titles {
	font-size: 110%;
	font-weight: bold;
	margin-left: 10px;
	
}

.section5 {
	display: block;
	float:left;
	width: 150px; 
	text-align: center;
}
.section6 {
	float:left;
	width: 400px;
}

.section7 {
	float:left;
	width: 400px;
	line-height: 30px;
	color: #ffffff;
	font-size: 150%;
}

.section8 {
	display:block;
	float:left;
	width: 150px;
	text-align: center;
}

.section9 {
	display:block;
	float:left;
	width: 500px;
	text-align: center;
}

.section10 {
	float:left;
	width: 300px;
	height: 300px;
	line-height: .4;
	color: #ffffff;
	font-size: 1.11em;
	text-align: left;
	padding: 10px;
	margin: 0;
	position: relative;
	top: -20px;
}

.sec_10_btitles {
	font-size:;
	color: #fff;
	padding-left:10px;
	padding-right:10px;
	margin-left: 10px;
	height: 50px;
}

.imageOutline {
	border: 2px solid #ffffff;
}

.noBorder {
	border: 0px;
}

.section_para {
	font-size: .6em;
		
}

.section10 H3 {
	font-size: 10px;
}

.section_titles {
	font-size: 60%;
	color: #ff8e33;
}

.section_caption {
	font-size: 10px;
	color: #0aa6ff;
}


.inline  {
	line-height: normal;
}

.menu_price {
display: block;
width: 100%;
height: 30px;
}

.header {
	font-size: 200%;
	height: 20px;
}

