{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #fff; 
font-family: Arial, Helvetica, sans-serif;
background-color: #6f2517; 
text-align: center; /*** Centers the design in old IE versions ***/
height:100%
font-size: 14px;
}
p {padding: 5px 30px 5px 25px; line-height:1.5em; margin:0;}
span.title {color:#e9740c; font-size:22px; font-weight:bold;  }
span.title a {color:#e9740c; border-bottom:3px dotted #fded77;line-height:2em;}
span.title a:hover {color:#fded77;}
span.subtitle {color:#e9740c; font-size:16px; font-weight:bold;}
span.green {color:#6e8529; font-size:1.2em; font-weight:bold; }
span.sm-green {font-size:1em; color:#6e8529; font-weight:bold;}
span.sm {color:#f8e9a8; font-size:13px;}
p.side {padding:5px; line-height:1em;}
p.side a {color:#e9740c; }
a {color: #fded77; text-decoration:none; border-bottom:2px dotted #2e2e2e;}
a:hover{color: #fee100; text-decoration: none; border-bottom: 2px dotted #fee100;}
h1, h2, h3 {padding-bottom: 5px;}
h1 {font-size: 2em;}
h1 a, #header h2{color: #fff;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em; padding-left:10px;}
h4 {font-size:1.1em;font-weight:bold;letter-spacing:.08em;margin:10px 0 5px 0;}
h4.right {width:80%;float:right;font-size:1.2em;}
h4.right span {color:#fee100;}
.clear { clear: both; }

#mainContainer {
width: 1000px;
margin: -5px auto; /*** Centers the design ***/
padding:0;
min-height: 100%;
background: url(../images/background1.gif) no-repeat top; /*** This is our faux columns ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
width:814px;
height:370px;
margin:0 auto;
position:relative;
z-index:2;
}

#social {margin:0; float:right; padding-top:10px; position:relative}
#social img {border:none; margin:0 2px;}
#social a img {border:none; text-decoration:none;}

#filmstrip {
background: url(../images/filmstrip2.png) no-repeat bottom;
width:1017px;
height:178px;
top:-95px;
margin-left:-55px;
margin-bottom:-150px;
position:relative;
z-index:90;

}
#filmstrip #slider{width:790px;height:85px !important;position:absolute;z-index:95;bottom:37px;left:120px;overflow:hidden; border:none;}
#filmstrip ul {margin:0;padding:0;list-style-type:none;vertical-align:bottom}
#filmstrip ul li{float:left;margin-right:5px}

/*** slider controls ***/
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:65px;
	top:290px;
	z-index:1000;
	border:none;
}	
#nextBtn, #slider1next{ 
	left:855px;
	border:none;
	}	
												
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/arrow-left.png) no-repeat 0 0;	
	border: none;
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/arrow-right.png) no-repeat 0 0;
	border:none;
	}	
#prevBtn a:active, #nextBtn a:active,
#slider1next a:active, #slider1prev a:active {border:none;}
	
#logo {width:820px;height:295px;padding:0 0 ;margin:0 auto;}
#logo img.logo {margin:-225px auto 0 280px;position:relative;z-index:100;border:none;}

#logo img a {border:none;}
#logo #address {float:left; color:#fee100; font-size:14px; margin-top:130px; margin-left:25px; width:100%;}
#logo #rtaddress {float:right; text-align:right; margin-top:-63px; margin-right:45px;}
#logo #address span, #rtaddress span {color:#fded77; font-size:12px;}

#nav {margin:0px; padding:0;}
#nav ul {width:807px; border:5px solid #000; border-top:none;border-bottom:none;height:63px;padding:0;list-style-type:none;background:url(../images/nav-bg.gif) repeat-x left; *margin-left:0;}
#nav ul li {float:left;padding:35px 0 5px 20px;}
#nav ul li.first {padding-left:20px;}
#nav ul li a {color:#000;font-size:14px;font-weight:bold;text-decoration:none;border:none;}
/*#nav ul li a.current {border-bottom:4px dotted #000;}*/
#nav ul li a:hover {border-bottom:3px dotted #4F150A;color:#4F150A;}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
/*padding-left:143px;*/  
background-color:#55340e;
width:814px;
margin:0px auto;
*margin-top:30px;
}
* html .outer {
padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
*margin-top:30px;
width: 807px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
background-color:#55340e;
border-right:5px solid #000;
border-left:5px solid #000;
border-bottom:5px solid #000;
}
.inner2 {
*margin-top:30px;
width:807px;
margin-top:0;
border-right:5px solid #000;
border-left:5px solid #000;
border-bottom:5px solid #000;
background-color:#5d2a13;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 610px;
margin-left: -0px; /*** Same length as .outer padding-left but with negative value ***/
background-color:#a12b26;
}
.float-wrap2 {
float: left;
width: 610px;
margin-left: -0px; /*** Same length as .outer padding-left but with negative value ***/
/*background-color:#5f2a15;*/
}

* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 429px;
background: #5d2f10;
border-left:3px dotted #000;
border-right:3px dotted #000;
padding-bottom:3px;
*padding-bottom:0;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 40px 20px 20px 20px;
}
.contentWrap ol, .contentWrap ul {
margin: 0px 0 0 15px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 156px;
padding: 20px 0 0 0;
margin-top:0px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left img	{
margin:0 auto;
border:none;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 160px;
padding: 5px 5px 0 0;
position:relative;
font-size:.9em;
line-height:1.1em;
margin-top:5px;
*margin-top:10px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -120px; /*** IE gets this margin. ***/
}
#right ul  {
list-style: none;
padding: 0;
margin:0 0 0 -20px;

}
#right li  {
margin:0;
padding:0;
}
#right li p {
padding:5px 0 5px 5px; 
margin:0; 
color:#fded77;
}
#right h4 {margin: 15px 0 0 -5px; }  
#right2 {
float:right;
width:180px;
height:400px;
padding: 20px 5px 0 5px;
border-left:3px dotted #000;
border-bottom:3px dotted #000;
background-color:#5a3310;
position:relative;
height:350px;
line-height:1.1em;
}
#right2 ul {
list-style:none;
margin:0 0 0 10px;
padding:0;
}
#right2 li {
padding:3px;
}
#right2 h4 { padding: 10px 0 0 8px;}
#right2 a {color:#fded77; text-decoration:none; border:none;}
#right2 a:hover {color:#fee100; border-bottom:2px dotted #fee100;}
#right2 a.current {border-bottom:2px dotted #fded77;}

#right2 .sidebox {font-size:11px; line-height:1.1em; margin:15px 5px 0 -5px; padding:2px 2px 3px 3px; background-color:#c4ab82; color:#000; border:1px dotted #6a6835;}
/**************************
FOOTER
**************************/
#footer	{width: 814px; height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -10px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: left;
font-size:10px;
padding-bottom:30px;
color:#000;
}
#footer1 {
clear:both;
width: 814px;
height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -55px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: left;
font-size:10px;
padding-bottom:30px;
}

#footer p, #footer1 p {margin-top:5px;}
#footer a, #footer1 a {border-bottom:none;}

.peace {
width:166px;
height:160px;
float:right;
background: url(../images/peaceloveburritos.png) no-repeat ;
display:block;
position:absolute;
bottom:-70px;
z-index:105;
margin:100px 0 0 60px;
*margin-left:590px;
}
.peace2 {
width:166px;
height:160px;
background: url(../images/peaceloveburritos.png) no-repeat right;
display:block;
position:absolute;
top:220px;
left:35px;
z-index:100
}

.roundedcornr_box_517067 {
   background: #6a6835 url(../images/roundedcornr_517067_grad.gif) repeat-x top left; width:190px; margin:0px; float:right; text-align:center;
}
.roundedcornr_top_517067 div {
   background: url(../images/roundedcornr_517067_tl.gif) no-repeat top left;
}
.roundedcornr_top_517067 {
   background: transparent url(../images/roundedcornr_517067_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_517067 div {
   background: url(../images/roundedcornr_517067_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_517067 {
   background: transparent url(../images/roundedcornr_517067_br.gif) no-repeat bottom right;
}

.roundedcornr_top_517067 div, .roundedcornr_top_517067,
.roundedcornr_bottom_517067 div, .roundedcornr_bottom_517067 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_517067 { margin: 0 10px; }

fieldset {border: 1px solid #000; margin:10px auto; background-color:#5a3310;}
input,select, textarea{border:1px solid #000;background-color:#d9c9a7;}
input.textA {margin:5px; width:180px;}
input.text2 {margin:5px; width:50px}
textarea.textC { margin:5px;  }
.submit,#comment-post {background-color: #b9090f; font-weight:bold; padding:3px 5px; border:1px solid #000; margin:5px; cursor:pointer; color:#fff;}
select {margin:5px 15px 5px 5px; width:140px; color:#000; font-weight:bold;}
p.warning{text-align:center;font-weight:bold;color:#E9740C}
input.focus,select.focus{border:2px solid #E9740C;}
a.zoomImage img {border:none}

/****************SAFARI HACK************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .outer {margin-top:57px; }
   .inner{ margin-top:57px; }
  }