/* ECC CASCADING STYLE SHEET */
html{
	background: url(../images/bg-html.gif) repeat;
}
body {
	margin:0 0 40px;
	color:#006576;
	min-width:1152px;
	font:12px Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.jpg) repeat-x 0 0;
}
img {border:none;}
a{color:#9f002e; text-decoration: none;}
a:hover{text-decoration: underline;}
a:focus{outline: none;}
/*** fonts and main elements styles */
p.footnote a{
	color:#f5f2e4;
}
h3.title{
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
h3.savor{
	height:14px;
	background: url(../images/text-savor.gif) no-repeat;
}
h3.everyone{
	height:14px;
	background: url(../images/text-everyone.gif) no-repeat;
}
h3.products{
	height:14px;
	background: url(../images/text-products.gif) no-repeat;
}
h3.text-savor{
	height:61px;
	background: url(../images/text-savor-the-flavor.gif) no-repeat;
}
h3.text-everyone{
	background: url(../images/text-everyone-loves.gif) no-repeat;
	height:62px;
}
h3.text-start-a-franchise{
	background: url(../images/text-start-a-franchise.gif) no-repeat;
	height:62px;
}
a.go{
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	width:68px;
	height:27px;
	background: url(../images/btn-go.gif) no-repeat;
}
a.go:hover{
	background-position: 0 -27px;
}
a.go-big{
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	width:78px;
	height:31px;
	background: url(../images/btn-go-big.gif) no-repeat;
}
ul{
	margin:0 0 0 21px;
	padding:0 0 0 8px;
}
ul li{
	font-weight:bold;
	margin:0 0 8px;
}
/* fonts and main elements styles ***/
/* main containers styles */
#burst{background: url(../images/bg-burst.gif) no-repeat 50% 0;}
#wrapper {
	margin:0 auto;
	width:946px;
	position:relative;
}
/* header block styles */
#header {
	height: 350px;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
/* logo styles */
.logo{
	position: absolute;
	top: 19px;
	left: 4px;
	text-indent: -9999px;
	overflow: hidden;
	width: 325px;
	height: 210px;
}
.logo a{
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* topnav styles */
#topnav{
	position:absolute;
	top:31px;
	left:277px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}
#topnav li{
	float:left;
	padding:0 8px;
}
#topnav li a{
	float:left;
	line-height:26px;
	padding:0 8px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#0e788a;
	cursor:pointer;
	text-transform:uppercase;
}
#topnav li a:hover{
	background: url(../images/topnav-a-hover.png) repeat-x;
}
/* nav styles start */
#navbar{
	position:absolute;
	top:245px;
	left:0;
	width:100%;
}
#navbar .frame{
	background: url(../images/bg-nav.png) no-repeat;
	height:83px;
	padding:22px 0  0 32px;
}
#nav{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	position:relative;
	margin:0 2px 0 0;
}
#nav li a{
	float:left;
	height:67px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/nav.gif) no-repeat;
}
#nav li#item_27 a{
	width:144px;
	background-position:0 0;
}
#nav li#item_28 a{
	width:156px;
	background-position:-146px 0;
}
#nav li#item_44 a{
	width:146px;
	background-position:-304px 0;
}
#nav li#item_46 a{
	width:137px;
	background-position:-452px 0;
}
#nav li#item_27:hover a, #nav li#item_27.hover a{background-position:0 -66px;}
#nav li#item_28:hover a, #nav li#item_28.hover a{background-position:-146px -66px;}
#nav li#item_44:hover a, #nav li#item_44.hover a{background-position:-304px -66px;}
#nav li#item_46:hover a, #nav li#item_46.hover a{background-position:-452px -66px;}
/* Submenu styles */
#nav li div{
	position:absolute;
	top:67px;
	left:-2px;
	display:none;
	width:160px;
}
#nav li div ul{
	list-style: none;
	margin: 0;
	padding: 0 3px 0 1px;
	width:143px;
	background: url(../images/shadow.png) repeat-y;
}
#nav li#item_28 div ul{
	list-style: none;
	margin: 0;
	padding: 0 3px 0 1px;
	width:156px;
	background: url(../images/shadow.png) repeat-y;
}
#nav li div .shadow-b{
	display:block;
	overflow:hidden;
	height:3px;
	background: url(../images/shadow-b.png) no-repeat;
}
#nav li ul li{
	float: none;
	width:100%;
	background: url(../images/bg-subnav.jpg) no-repeat;
	border-bottom: solid 1px #fef311;
	margin:0;
}
#nav li:hover div, #nav li.hover div{
	display: block;
}
#nav li ul li a{
	float: none;
	display: block;
	height: 100%;
	text-indent:0;
	font-weight:bold;
	color:#006576;
	text-decoration:none;
	font-size: 11px;
	padding: 4px 2px 4px 24px;
	background: url(../images/bullet-2.gif) no-repeat 16px 10px!important;
	cursor: pointer;
}
#nav li:hover ul li:hover, #nav li.hover ul li.hover{
	background: url(../images/bg-subnav-hover.jpg) no-repeat;
}
#nav li:hover ul li:hover a, #nav li.hover ul li.hover a{
	color:#ab0035;
	background: url(../images/bullet-3.gif) no-repeat 16px 10px;
}
/* nav styles end */
/* tagline styles */
.tagline{
	position:absolute;
	top:95px;
	left:343px;
	width:283px;
	height:113px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/tagline.png) no-repeat;
}
.img, .gallery img {
	border:1px solid #d7d7d6;
	padding:2px;
	margin:0 0 10px;
	background:#fcfcfc;
}
#sidebar .img2{
	border:1px solid #d7d7d6;
	padding:2px;
	margin:0 0 10px;
	background:#fcfcfc;
	margin-left:-7px;
}
#sidebar img, #promo img{display:block;}
/* main-holder styles */
#main-holder{
	width:904px;
	margin:0 0 0 17px;
	padding:0 0 25px;
	background: url(../images/bg-main-holder.png) repeat-y;
}
/* main block styles */
#main{
	height:1%;
	padding:0 77px 13px 48px;
	overflow: hidden;
}
/* content block styles */
#content {
	float: left;
	width: 476px;
	padding:4px 0 0;
}
/* breadcrumbs styles */
#breadcrumbs{
	list-style:none;
	margin:0 0 21px;
	padding:0;
	overflow:hidden;
	width:100%;
}
#breadcrumbs li{
	float:left;
	padding:0 0 0 8px;
	margin:0 12px 0 -5px;
	font:bold italic 9px Helvetica, Arial, sans-serif;
	color:#509ea5;
	background: url(../images/bullet.gif) no-repeat 0 3px;
}
#breadcrumbs li a{
	font:bold italic 9px Helvetica, Arial, sans-serif;
	text-decoration:underline;
	color:#509ea5;
}
#breadcrumbs li a:hover{
	color:#cf3369;
}
.heading{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:280px;
	height:35px;
	background: url(../images/text-franchise.gif) no-repeat;
}
/* position box */
.list-box{padding:16px 0 0;}
.info{padding:0 0 11px;}
.btn-holder{
	height:1%;
	overflow:hidden;
	padding:14px 3px 0;
}
.btn-big-holder{
	height:1%;
	overflow:hidden;
	padding:17px 0 0;
}
/* sidebar block styles */
#sidebar{
	float: right;
	width: 218px;
	padding:187px 17px 115px 17px;
	background: #f4f1e2 url(../images/bg-sidebar.jpg) no-repeat 0 100%;
}
#sidebar .info{padding:0 0 34px;}
#sidebar .info h3{ padding-bottom: 11px;}
/* promo block styles */
#promo{
	height:1%;
	overflow:hidden;
	padding:0 0 25px 27px;
}
#promo .box{
	float:left;
	width:274px;
	margin:0 8px 0 0;
}
#promo .box .txt{
	width:250px;
	margin:0 auto;
	background: url(../images/bg-box.gif) repeat-y -250px 0;
}
#promo .wide-box .txt{
	margin:0 0 0 21px;
}
#promo .box .txt .frame{
	padding:0 15px 0 14px;
	background: url(../images/bg-box.gif) no-repeat 0 100%;
}
#promo .wide-box{
	width:284px;
}
/* footer block styles */
#footer {
	overflow:hidden;
	height:28px;
	text-align:center;
	padding:9px 0 0;
	margin:0 0 0 17px;
	background: url(../images/bg-footer.png) no-repeat;
}
#footer .frame{
	position:relative;
}
img.cookies{
	float:right;
	position:relative;
	margin:27px 30px -178px 0;
}
/* -------------------------- */
/* p stiles for #promo box */
.info p{
	font-size:11px;
	color:#00778c;
	padding: 0 9px 0 4px;
}
#sidebar .info p{font-size:12px;}
/* or with class*/
p.promo{
	font-size:11px;
	padding: 0 9px 0 4px;
	color:#00778c;
}
#sidebar p {
	font-size:12px;
	padding: 0 9px 0 4px;
	color:#00778c;
}