@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#68000b;
	font-family:Arial, Helvetica, sans-serif;
	}
	
img{border:none;}

.container{
	width:960px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	}
.main{
	width:100%;
	height:auto;
	float:left;
	background-image:url(../images/containerbg.gif);
	background-repeat:repeat-y;
	border-bottom:3px solid #ffffff;
	}
.containerleft{
	width:605px;
	height:auto;
	float:left;
	margin-left:58px;
	display:inline;
	}
.containerright{
	width:297px;
	height:auto;
	background-color:#fff;
	float:left;
	}
.innerupper{
	width:960px;
	height:auto;
	float:left;
	}
.innerorderonline{
	width:902px;
	height:530px;
	margin-left:58px;
	display:inline;
	float:left;
	}
.innerabout{
	width:902px;
	height:auto;
	margin-left:58px;
	display:inline;
	float:left;
	}
.header{
	width:605px;
	height:278px;
	float:left;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	
/*  NAVIGATION  */

.nav{
	width:450px;
	float:left;
	margin-top:230px;
	margin-left:15px;
	font-size:21px;
	font-weight:bold;
	height:45px;
	}
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
.nav li {
	display:inline;
	margin:0;
	padding:0;
}
.nav a {
	float:left;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	
	color:#ffffff;
	height:45px;
	display:block;
}
.nav a span {
	float:left;
	display:block;
	padding:8px 20px 0px 10px;
	margin-right:9px;
	color:#ffffff;
	height:45px;
	
	font-weight:normal;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a span {
	float:none;
}
/* End IE5-Mac hack */
.nav a:hover span {
	color:#000;
}
.nav a:hover {
	background-position:0  0px;
	background:url(../images/navbutton_left.gif) no-repeat left top;
 /*filter: progid:XImageTransform.Microsoft.AlphaImageLoader(...);*/
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	cursor:pointer;
}
.nav a:hover span {
	background-position:100% 0px;
	background:url(../images/navbutton_right.gif) no-repeat right top;
	padding:8px 20px 0px 10px;
	margin-right:9px;
	color:#ffffff;
	height:45px;
	cursor:pointer;
}
.nav a.active {
	background-position:0% -30px;
	background:url(../images/navbutton_left.gif) no-repeat left top;
	color:#000;
}
.nav a.active span {
	background-position:100% -30px;
	background:url(../images/navbutton_right.gif) no-repeat right top;
	color:#ffffff;
}


.content{
	width:605px;
	height:357px;
	background-image:url(../images/taco-sono.jpg);
	background-repeat:no-repeat;
	float:left;
	}
.innercontent{
	width:605px;
	height:357px;
	float:left;
	}
.txtinner{
	width:550px;
	padding:20px 10px 0px 10px;
	font-size:12px;
	color:#c5c6c7;
	}

.about_taco_sono{
	width:296px;
	height:auto;
	float:right;
	}
.rightcontent{
	width:297px;
	height:auto;
	float:left;
	}
.txtcontent{
	width:220px;
	height:auto;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	float:right;
	}
.txtcontent h1{
	margin:0px;
	padding-top:10px;
	}
.txtcontent p{
	margin-top:5px;
	padding:0px;
	}
.txtcontent p span{
	font-size:25px;
	}
.btnorderonline{
	width:296px;
	height:auto;
	float:right;
	}
.menu{
	width:297px;
	height:auto;
	background-image:url(../images/wrap1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:23px;
	color:#3a3a3a;
	float:left;
	}
.menu ul{
	margin:20px 0px 0px 15px;
	padding:0px;
	list-style-type:none;
	
	}
.menu ul li{
	padding-top:3px;
	padding-left:32px;
	padding-bottom:5px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	}
.menu ul li a{
	color:#3a3a3a;
	text-decoration:none;
	}
.menu ul li a:hover{
	color:#3a3a3a;
	text-decoration:underline;
	}
.footer{
	width:960px;
	height:auto;
	margin-top:5px;
	font-family:"Trebuchet MS", ;
	font-size:11px;
	color:#FFFFFF;
	float:left;
	}
.footerleft{
	width:250px;
	height:auto;
	float:left;
	}
.footerright{
	width:250px;
	height:auto;
	text-align:right;
	float:right;
	}
.footerleft a{
	color:#fff;
	text-decoration:none;
	}
.footerleft a:hover{
	color:#fff;
	text-decoration:underline;
	}
.warp2{
	width:297px;
	height:auto;
	float:left;
	margin-top:-2px;
	}
	
