body{
	margin: 0px;
	font-family: arial, verdana, Tahoma, Verdana;
	background-color: #333333;
}
a{
	border: none;
	outline: none;
}
a:link, a:visited{
	color: black;
	text-decoration: underline;
}
a:hover, a:active{
	color: black;
	text-decoration: none;
}
img{
	border: none;
}
#blackBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	display: block;
	z-index: 999;
	opacity: .1;
	filter: alpha(opacity=10);
}
#whiteBg{
	position: absolute;
	width: 540px;
	height: 580px;
	z-index: 9999;
	display: block;
	background-color: White;
	top: 25%;
	left: 47.5%;	
}
#container{
	margin: 0 auto;
	margin-top: 25px;
	width: 1000px;
	background-color: #ffffff;	
	border: 5px solid #b0b0b0;
}
#logo{
	float: left;
	width: 230px;
	padding: 15px 0px 15px 15px;
	border: 0px solid blue;
}
#slogan{
	float: right;
}
#navigation{
	clear: both;
	background-color: #cccccc;
	width: 1000px;
	float: left;
}
#navigation ul{
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
}
#navigation li{
	float: left;
	padding: 5px 8px 5px 8px;
	margin: 0px;
	color: #6b6b6b;
}
.gray{
	float: left;
	color: #9f9f9f;
}
.selected{
	float: left;
	color: #ff0000;
}
.selectedMain{
	float: left;
	color: #ff0000;
	font-size: 1.2em;
}
.selectedRight{
	float: right;
	color: #FF9999;
}
#navigation li.right{
	float: right;
	padding: 5px 8px 5px 8px;
	margin: 0px;
	background-color: Red;
	width: 160px;
}
#navigation li.rightMain{
	float: right;
	padding: 5px 8px 5px 8px;
	margin: 0px;
	color: #6b6b6b;
}
#navigation li a:link, #navigation li a:visited{
	text-decoration: none;
	color: #484848;
}
#navigation li a:hover, #navigation li a:active{
	text-decoration: none;
	color: #eb1513;
}
#navigation li.right a:link, #navigation li.right a:visited{
	text-decoration: none;
	color: #ffffff;
}
#navigation li.right a:hover, #navigation li.right a:active{
	text-decoration: none;
	color: #FF9999;
}
#bannerHolder{
	clear: both;
}
#bullets{
	float: left;
	width: 460px;
	font-size: 0.9em;
	color: #323232;
	font-weight: normal;
}
#bullets span{
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
}
#bullets ul{
	padding: 0px;
	margin: 30px 0px 0px 35px;
	list-style: none;
}
#bullets li{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 15px 30px
}
#bulletsText{
	float: left;
	width: 460px;
	font-size: 0.9em;
	color: #323232;
	font-weight: normal;
}
#bulletsText span{
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
}
#bulletsText ul{
	padding: 0px;
	margin: 25px 0px 0px 35px;
	list-style: none;
}
#bulletsText li{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 15px 30px
}
#actionGrid{
	float: right;
	background-image: url(../images/actionGrid.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 7px 0px 0px 0px;
	width: 479px;
	height: 239px;
	overflow: hidden;
}
#actionGrid .location{
	padding: 7px 0px 0px 0px;
	font-size: 0.8em;
	color: #323232;
}
#actionGrid .location span{
	color: #ff0000;
	font-weight: bold;
}
#actionGrid .location a:link, #actionGrid .location a:visited{
	color: #ff0000;
	text-decoration: underline;
	margin: 0px 0px 0px 63px;
}
#actionGrid .location a:hover, #actionGrid .location a:active{
	color: #ff0000;
	text-decoration: none;
	margin: 0px 0px 0px 63px;
}
#actionGrid .number{
	color: #ff0000;
	padding: 18px 0px 0px 38px;
}
#actionGrid .number span{
	font-size: 1.2em;
	font-weight: bold;
}
#actionGridCall{
	clear: both;
	padding: 18px 0px 0px 38px;
 }
#actionGridCall .callUs{
	float: left;
	width: 147px;
	color: #545454;
	font-weight: bold;
}
#actionGridCall .callUs span{
	font-size: 1.2em;
	font-weight: bold;
}
#actionGridCall .boxes{
	float: left;
	color: #545454;
	font-size: 0.8em;
	padding: 0px 0px 0px 15px;
}
#actionGridCall .boxes input{
	margin: 0px 0px 0px 20px;
}
#actionGridCall .callBack{
	/*padding: 0px 0px 0px 155px;*/
	margin: 6px 2px 0px 0px;
	text-align: right;
}

#actionGridEmail{
	clear: both;
	padding: 10px 0px 0px 38px;
 }
#actionGridEmail .callUs{
	float: left;
	width: 147px;
	color: #545454;
	font-weight: bold;
}
#actionGridEmail .callUs span{
	font-size: 1.2em;
	font-weight: bold;
}
#actionGridEmail .boxes{
	float: left;
	color: #545454;
	font-size: 0.8em;
	padding: 0px 0px 0px 15px;
}
#actionGridEmail .boxes input{
	margin: 0px 0px 0px 20px;
}
#actionGridEmail .callBack{
	/*padding: 0px 0px 0px 155px;*/
	margin: 6px 2px 0px 0px;
	text-align: right;
}
#mobile{
	position: absolute;
	margin: -18px 0px 0px 3px;
}
#storeHours{
	position: absolute;
	background-image: url(../images/hoursBox.gif);
	background-repeat: no-repeat;
	padding: 12px 9px 14px 6px;
	font-size: 0.8em;
	margin: 60px 0px 0px 0px;
	#margin: -28px 0px 0px 0px;
	_margin: -28px 0px 0px 0px;
	color: #545454;
}
#storeHours span{
	color: #ff0000;
	font-weight: bold;
}
#GalleryHolder{
	clear: both;
	float: left;
	height: 408px;
	width: 1000px;
	overflow: hidden;
}
#Gallery{
	float: left;
	width: 510px;
	text-align: left;
	border: 0px solid red;
}
#galleryText{
	margin: 0px 0px 0px 0px;
	width: 242px;
	float: left;
	height: 408px;
	background-color: #666666;
}
#details{
	margin: 5px 0px 0px 0px;
	position: absolute;
	padding: 0px 0px 0px 0px
}
#details .header{
	font-size: 1.8em;
	text-align: center;
	position: absolute;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	border: 0px solid white;
	width: 190px;
}
#details .header2{
	font-size: 1.40em;	
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	display: none;
}
#details .text{
	padding: 75px 0px 0px 0px;
	width: 210px;
}
#nextPrev{
	float: left;
	position: absolute;
	margin: 355px 0px 0px 0px;	
}

#orderKitchen{
	position: absolute;
	margin: 295px 0px 0px 12px;
	z-index: 999;
}
#galleryText .hold{
	font-size: .8em;
	color: #d1d1d1;
	padding: 5px 10px 0px 30px;
	font-weight: bold;
}
#galleryText span{
	font-size: 1.4em;
	font-weight: normal;
}
#couponHolder{
	float: right;
	width: 248px;
	background-color: #e4e4e4;
	height: 408px;
	overflow: hidden;
	cursor: pointer;
}
#coupon{
	padding: 10px;
	text-align: center;
	height: 300px;
}
#coupon .siteName{
	color: #363636;
	font-size: 1.4em;
	padding: 0px 0px 30px 0px;
}
#coupon .header{
	color: #363636;
	font-size: 1.40em;	
	height: 54px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	
}
#coupon .normal{
	color: #ff0000;
	font-size: 0.78em;
	padding: 7px 0px 7px 0px;
	font-weight: bold;
}
#coupon .text1{
	color: #ff0000;
	font-size: 2.1em;
	font-weight: bold;
}
#coupon .text2{
	color: #ff0000;
	font-size: 1.7em;
	font-weight: bold;
}
#brandSelection{
	clear: both;
	background-image: url(../images/brandSelection.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 126px;
	width: 1000px;
	overflow: hidden;
	border-top: 5px solid #b0b0b0;
}
#brandSelection td{
	padding: 4px;
}
#brandSelection .header{
	text-transform: uppercase;
	color: #363636;
	font-size: 1.1em;
	font-weight: bold;
}
#brandSelection .header1{
	text-transform: uppercase;
	color: #363636;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
}
#brandSelection .start{
	float: left;
	width: 164px;
	color: White;
	font-size: 1.3em;
	text-align: center;
	padding: 5px 15px 20px 0px;
}
#brandSelection .reset{
	padding: 10px 0px 0px 0px;
}
#brandSelection .start span{
	font-size: 0.8em;
	font-weight: normal;
}
#brandSelection .start1{
	font-size: .8em;
	padding-top: 10px;
	font-weight: bold;
}
#brandSelection .style{
	float: left;
	width: 140px;
	font-size: 0.7em;
}
#brandSelection .make{
	float: left;
	width: 220px;
	font-size: 0.7em;
	padding-top:2px; 
}
form{
	margin: 0px;
	padding: 0px;
}
#brandSelection .delivery{
	float: left;
	width: 130px;
	font-size: 0.7em;
}
#brandSelection .lessThan{
	float: left;
	width: 90px;
	font-size: 0.7em;
}
#brandSelection .lessThan td{
	padding: 2px;
}
#brandSelectionOffer{
	float: left;
	border: 0px solid white;
	width: 222px;
	/*background-color: #EE0A07;*/
	text-align: center;
	padding: 5px 7px 5px 7px;
}
#brandSelectionOffer .logo{
	padding: 7px 0px 0px 0px;
}

#errorMessage{
	color: White;
	text-align: center;
	padding: 35px 0px 0px 7px;
}
#brandSelectionOffer .offer{
	width: 222px;
	padding: 0px 7px 0px 7px;
	margin: 80px 0px 0px -10px;
	#margin: 80px 0px 0px -120px;
	_margin: 80px 0px 0px -120px;
	font-size: .8em;
	color: White;
	position: absolute;
}
#brandSelectionOffer .url{
	width: 222px;
	padding: 0px 7px 0px 7px;
	margin: 37px 0px 0px -10px;
	#margin: 37px 0px 0px -120px;
	_margin: 37px 0px 0px -120px;
	color: White;
	position: absolute;
	
}
	
#brandSelectionOffer a:link, #brandSelectionOffer a:visited{
	font-size: .9em;
	color: White;
	text-decoration: underline;

}
#brandSelectionOffer a:hover, #brandSelectionOffer a:active{
	font-size: .9em;
	color: White;
	text-decoration: none;

}
#brandSelection .bottomText{
	margin-top: -5px;
	/*margin-left: 25px;*/
	font-size: 0.8em;
}
#logoStart{
	text-align: left;
}
#logoStart img{
	cursor: pointer;
}
#logoStart ul{
	margin: 1px 0px 0px 48px;
	padding: 0px;
	list-style: none;
}
#logoStart li{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid white;
	height: 23px;
	font-size: 1.3em;
	color: White;
}
#yourTaste{
	text-align: left;
}
#yourTaste ul{
	margin: 3px 0px 0px 55px;
	padding: 0px;
	list-style: none;
}
#yourTaste li{
	margin: 0px;
	padding: 5px 0px 7px 0px;
	font-size: 1.3em;
	color: White;
}
#footer{
	margin: 15px 0px 0px 0px;
	width: 1000px;
	margin: 0 auto;
}
.footnote{
	float: left;
	width: 450px;
	font-size: 0.8em;
	padding: 5px;
	color: #838383;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer li{
	float: left;
	padding: 10px;
	color: #838383;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited{
	color: #c7c7c7;
}
#footer a:hover, #footer a:active{
	color: #c7c7c7;	
}


#txtCaption{
	padding-left: 0px;
	float: left;
}
#txtCaption ul{
	list-style: none;
	width: 450px;
}
#txtCaption li{
	float: left;
	margin: 0px 30px 0px 0px;
}
#txtCaption li a:link, #txtCaption li a:visited{
	color: #858585;
	text-decoration: none;
	font-size: 80%;
	font-family: Tahoma;
} 
#txtCaption li a:hover, #txtCaption li a:active{
	color: black;
	text-decoration: none;
	font-size: 80%;
	font-family: Tahoma;
} 
#about{
	clear: both;
	font-size: 0.8em;
}
#about h1{
	font-size: 1.8em;
	color: #ff0000;
	padding: 0px;
	margin: 0px;
}
#about .left{
	float:left;
	width:46%; 
	padding:0px 20px 0px 20px;
}
#about .legal{
	float:left;
	padding:0px 20px 0px 20px;
}
#about .right{
	float:right;
	width:46%; 
	padding:0px 20px 0px 20px;
}
.back{
	clear:both;
	padding:10px 0px 5px 0px; 
	text-align:center
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#main_form_holder
{
	text-align:left;
	width:295px;
	padding-left:23px;
	height: 480px;
	float:left;
	padding-top:10px;
	font-size: 1.2em;
	font-variant: normal;
	display: block;
	background-image : url(../images/fire_bg.gif);
	background-repeat: no-repeat;
	color: #484848;
	font-weight: bold;
}
#form_holder{
	border:0px solid black;
	width:350px;

}
.my_pop {
	border:0px solid #000000;
	display:none;
	font-size:11px;
	font-variant:normal;
	height:1%;
	left:100%;
	margin-top:-350px;
	position:absolute;
	width:250px;
	z-index:99999;
}


/******************************ToolTip***********************************/
a.tooltip {
	text-decoration: none;
}

a.tooltip:hover {
	color: white;	
}

#tooltip {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px !important;
	/*margin: -85px 0px 0px 545px;
	#margin: -85px 0px 0px 90px;
	_margin: -85px 0px 0px 90px;*/
	padding: 8px;
	position: absolute;
	text-align: left;
	text-transform: none;
	width: 160px;
	z-index: 999999999;
}
#tooltip .heightx{
	height:16px;
}
#tooltip .x{
	float:left;
	width:20px;
	display: none;

}
#tooltip .text{
	font-size:11px; 
	clear:both; 
	float: left;
	width: 160px;
}
#pointer{
	float:right;
	font-weight: bold;
	cursor: pointer;
	padding-right: 3px;
	width: 10px;
	display: none;

}
#tooltip b {
	color: #FFFFFF !important;
	display: block;
	margin: 0 0 3px 0;
}
#tooltip em {
	display: block;
	font-style: normal;
	letter-spacing: .02em;
}


/*COupon*/

#container_coupon{
	font-family: georgia,verdana;
	font-size: 1.0em;
	width: 550px;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	border: 0px solid black;
}
#couponTopheight{
	height: 50px;
}
#nameNumber{
	float: left;
	width: 300px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
#couponId{
	text-align: right;
	float: right;
	font-size: 0.8em;
}
#couponLogo{
	float: left;
	width: 300px;
	padding: 10px 0px 0px 0px;
}
#couponHours{
	float: right;
	padding: 25px 0px 0px 0px;
	text-align: center;
	font-size: 0.8em;
}
#couponPrint{
	clear: both;
	text-align: center;
	padding: 10px 0px 0px 0px; 
}
#couponPrintHolder{
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border: 2px solid #F00;
	background-color:#F5F5F5;
	clear: both;
	text-align: center;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
#couponPrintHolder h1{
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	color:#F00;
}
#couponPrintHolder .text1{
	font-size: 0.9em;
}
#couponPrintHolder .off{
	font-size: 1.5em;
}
#couponPrintHolder .terms{
	font-size: 0.8em;
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#couponMap{
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 0.8em;
}
#couponHint{
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}
.couponImage{
	text-align: center;
	padding: 14px 0px 2px 0px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.couponImage img{
	text-align: center;
}



.anylinkcss {
	background-color:#CCCCCC;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:Black;
	line-height:18px;
	margin-left:-15px;
	margin-top:5px;
	position:absolute;
	visibility:hidden;
	width:180px;
	z-index:100;
	}
	
.anylinkcss  ul{
	padding: 0px;
	margin: 0px;
	width: 180px;
}
.anylinkcss  li{
	margin: 0px 0px 2px 0px;
	width: 180px;
}
.anylinkcss a:link, .anylinkcss a:visited{
	border-bottom:0px solid black;
	display:block;
	padding:0px 0px 0px 2px;
	text-decoration:none;
	font-size: 1.2em;
	color:black;
}
.anylinkcss a:hover,.anylinkcss a:active {
	color:black;
	
}
#Lcontainer{
	background-color: none;
	border: none;
	width: 520px;
	padding: 10px 10px 0px 10px;
	line-height: normal;
	font-size: .9em;
	border: 0px solid red;
}
#Ldescription{
	padding: 5px;
}
#Lcolor{
	background-color: #EDEDED;
	padding: 5px;
	clear: both;
}
#Lcolor td{
	vertical-align: top;
}
#Ldescription strong{
	color: #474646;
}
#Ldescription .Lheader{
	font-size: 1.2em;
	float: left;
	width: 150px;
}
#Ldescription .Lclose{
	font-size: 1.2em;
	float: right;
}
#Ldescription p{
	color: #525252;
}
#Ldescription table{
	color: #525252;
}
#portFields{
	padding: 5px 5px 5px 5px;
	color: #666666;
	font-size: 0.9em;
}
#portFields .header{
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	margin: 10px 0px 0px 0px;
}
#portFields td{
	font-size: 1.0em;
}
#portFields input{
	width: 80px;
}
#portFields .find{
	text-align: center;
	padding: 7px 5px 5px 5px;
}

#portFieldsNew{
	padding: 5px 5px 5px 5px;
	color: #666666;
	font-size: 0.9em;
}
#portFieldsNew .header{
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	padding: 0px 0px 30px 0px;
	margin: 20px 0px 0px 0px;
}
#portFieldsNew input{
	width: 80px;
}
#portFieldsNew .find{
	text-align: center;
	padding: 15px 5px 5px 5px;
}