@charset "utf-8";
/* WINNING CSS */

body{
	margin:0;
	padding:0;
	background: url(../images/bg-page.gif) #aaa9ab;
	color:#696868;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
}
a img{
	border:0;
}
a {
	color:#696868;
}
.right-align {
	float: right;
}
.left-align {
	float: left;
}

li#no-link a{
	cursor: default;
}

li#no-link a a{
	cursor: pointer;
}

#page #header table tr td{
	vertical-align:bottom;
}

#page #header h1{
	display: block;
	width:377px;
	color:#696868;
	font-size:13px;
	text-align: right;
	margin:0px 10px 22px 0px;
	padding:0px;
	float:right;
	overflow:hidden;
	font-weight:bold;
	letter-spacing:-1px;
}

#home div h2{
	clear:both;
	font-size:15px;
	margin:0;
	padding: 10px 0 5px 0;
	font-weight: bold;
	color:#696868;
	letter-spacing:-1px;
}

#home div p{
	font-size: 12px;
	padding: 0px;
	margin: 10px 0;
}

#home div a{
	text-decoration: underline;
}

#home div a:hover{

	text-decoration: underline;
}

h1, h2 {
	color: #005dab;
	padding: 0px 0px 20px 15px;
	font-size: 28px;
	font-weight:normal;
	margin: 0px;
}

h2#error{
	color:#F00;
}

h3 {
	color: #717075;
	padding: 4px 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#bg-top-left {
	position: fixed;
	top:0px;
	left:0px;
	z-index:-1;
}
#bg-bottom-right {
	position: fixed;
	bottom:0px;
	right:0px;
	z-index:-2;
}

#page {
	height: 613px;
	width: 850px;
	margin: 10px auto;
	background-color: #FFF;
	border: 1px solid #d0d2d3;
	z-index:100;
	overflow:hidden;
	padding:0;
	display: block;
}
#page #header {
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 100%;
	display: block;
	white-space:nowrap;
}

#page #header table{
	vertical-align:bottom;
}
#page #body-page {
	display: block;
	height: 463px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 1px solid #d0d2d3;
}

#page #body-page #content {
	height: 421px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
}

#page #footer {
	font-size:12px;
	margin: 5px;
	color: #696868;
}
#page #footer .left-align {
	margin: 5px;
}

#page #body-page #content .topic {
	padding-left: 15px;
}

#page #body-page #content .overflow-topic{
	overflow-y:auto;
	height: 421px;
	width: 820px;
}


#page #body-page #content .overflow-topic #about-us {
	width:650px;
	display:block;
	float:left;
}

#page #body-page #content .overflow-topic #about-us-image{
	width: 150px;
	display:block;
	float:right;
}


/* Drop Down Menu BEGIN */
/************************************************/
#page #body-page #menu-top li .anylinkmenu{
	width:100%;
	height:100%;
	background-color:#666;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: #e0e0e0;
}
.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #e0e0e0;
	width: 90px; /* default width for menu */
}
.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkmenu ul li a{
	width: 100%;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	color: #696868;
	text-align:center;
}
.anylinkmenu a:hover{ /*hover background color*/
	background: #9c9c9c;
	color: white;
}
/*****************************************************/

#page #body-page #menu-top {
	padding: 0px;
	height: 32px;
	width: 810px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#page #body-page #menu-top li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	float: left;
	vertical-align:middle;
}
#page #body-page #menu-top li a:hover,
#page #body-page #menu-top li a#menu-active{
	background-color: #e0e0e0;
}
#page #body-page #menu-top li a {
	font-size: 11px;
	color: #717073;
	text-decoration: none;
	height:13px;
	display:block;
	padding: 5px !important;
	float:left;
}
/* Drop Down Menu END */


/* OVERLAY PROMOTIONS BEGIN */

/* some styling for triggers */
#triggers {
    text-align:center;
}

#triggers img {
    cursor:pointer;
}

/* styling for elements inside overlay */
.details {
    position:absolute;
    top:15px;
    right:15px;
    font-size:11px;
    color:#fff;
    width:150px;
}

.details h3 {
    color:#aba;
    font-size:15px;
    margin:0 0 -10px 0;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/btn-close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:32px;
	width:32px;
}

.simple_overlay #simplePrint {
	background-image:url(../images/btn-print.png);
	position:absolute;
	left:-15px;
	top:-15px;
	cursor:pointer;
	height:32px;
	width:32px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	visibility:hidden;
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../images/h80.png) repeat-x;		
}


/* OVERLAY PROMOTIONS END */


#page #body-page #content .topic .left-align.topic-left {
	width: 360px;
	display: block;
}

#page #body-page #content .topic .right-align.topic-right {
	width: 410px;
	display: block;
	padding-left:10px;
	border-left: solid 1px #CCC;
}
#page #body-page #content .topic p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}


#page #body-page #content #locations-form form .contact-form {  
	width:385px;   
	padding:0;
	display:block;
}

#page #body-page #content #locations-form form .contact-form tr td{
	padding:5px;
	text-align:right;
}


#page #body-page #content #locations-form form .contact-form textarea {
	height: 100px;
	width: 99%;
}
#page #body-page #content #locations-form form .contact-form input {
	width: 99%;
}

#page #body-page #content #locations-form form .contact-form #newsletter{
	font-size:10px;
}
#page #body-page #content #locations-form form .contact-form #newsletter div{
	padding-top:3px;
	display:block;
}

#page #body-page #content #locations-form form .contact-form #small-input #newsletter #icontact{
	display:block;
	float: left;
	width:10%;
}

/* Locations */

#page #body-page #content #locations-form form .zend_form {  
	width:385px;  
	margin:5px auto;  
	padding:0;  
	overflow:auto;  
}

#page #body-page #content #locations-form form .zend_form dt{
	padding:0;  
	clear:both;  
	width:25%;  
	float:left;  
	text-align:right;  
	margin:5px 5px 5px 0; 
}

#page #body-page #content #locations-form form .zend_form dd{
	padding:0;  
	float:left;  
	width:70%;  
	margin:5px 2px 5px 0; 
}

#page #body-page #content #locations-form form .zend_form dd textarea {
	height: 100px;
	width: 255px;
}
#page #body-page #content #locations-form form .zend_form dd input {
	width: 255px;
	float:none;
}


#page #body-page #content .topic .right-align.topic-right #locations {
	margin:5px 0;
}

#page #body-page #content .topic .right-align.topic-right #locations dt {
	clear: right;
	float: left;
	height: 15px;
	width: 100px;
}



/*
#page #body-page #content .topic .right-align.topic-right #locations dt {
	clear: right;
	float: left;
	height: 15px;
	width: 100px;
}
#page #body-page #content .topic .left-align.topic-left #locations-form dt{
	clear: both;
	float: left;
	height: 30px;
	width: 90px;
}
#page #body-page #content .topic .left-align.topic-left #locations-form dd{
	float: left;
	height: 30px;
	width: 180px;
	padding: 0;
	margin: 0 10px;
}
#page #body-page #content .topic .left-align.topic-left #form1 #locations-form {
	display: block;
	height: 280px;
	width: 375px;
}
#page #body-page #content .topic .left-align.topic-left #form1 #locations-form dd textarea {
	height: 120px;
	width: 255px;
}
#page #body-page #content .topic .left-align.topic-left #form1 #locations-form dd input {
	width: 255px;
	float:none;
}
#page #body-page #content .topic .left-align.topic-left #form1 input {
	float: right;
}

*/

#page #body-page #content #promotions-brands {
	float:left;
}

#page #body-page #content #promotions-brands ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	height: 330px;
	width: 150px;
	overflow-y:auto;
}
#page #body-page #content #promotions-brands ul li {
	width:125px;
	height:20px;
}

#page #body-page #content #promotions-brands ul li a{
	color:#231f20;
	text-decoration: none;
	width:125px;
	height:20px;
	display:block;
}

#page #body-page #content #promotions-brands ul li a:hover,
#page #body-page #content #promotions-brands ul li a#promo-brand-active{
	background-color:#e0e0e0;
}
#page #body-page #content #promotions-titles {
	display: block;
	float: left;
	height: 350px;
	width: 390px;
	margin-right: 10px;
	margin-left: 10px;
}
#page #body-page #content #promotions-titles #promotions-list {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 340px;
	width: 360px;
}
#page #body-page #content #promotions-titles #promotions-list li {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 180px;
	display: block;
	float:left;
}
#page #body-page #content #promotions-titles #promotions-list li a {
	background: url(../images/btn-promotions.png);
	background-repeat: no-repeat;
	display:block;
	height: 23px;
	width: 158px;
	float:left;
	text-align:center;
	color:#FFF;
	padding: 5px;
	text-decoration:none;
	font-size:11px;
	line-height:10px;
	overflow:hidden;
}
#page #body-page #content #promotions-titles #promotions-list li a:hover,
#page #body-page #content #promotions-titles #promotions-list li a#promo-active {
	background-image: url(../images/btn-promotions-up.png);
	background-repeat: no-repeat;
	color:#005dab;
}
#page #body-page #content #promotions-images {
	display: block;
	margin: 30px 0px 0px 0px;
	padding: 1px;
	float: right;
	height: 310px;
	width: 240px;
	border: 1px solid #d1d3d4;
	overflow:hidden;
}

#page #body-page #content #promotions-images img{
	height: 310px;
	width: 240px;
}

#page #body-page #content #home .home-big {
	display: block;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#home #left-home .locations-list{
	text-align:center;
}

#home #left-home .locations-list h3{
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #005dab;
}

#home #left-home .locations-list h3 a{
	text-decoration:none;
	color: #005dab;
}

#home #left-home .locations-list h4{
	font-size:12px;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #005dab;
	letter-spacing:-1px;
}


#page #body-page #content #home .home-big#last-big {
	margin-right: 10px;
	float:right;
	text-align:right;
}

#page #body-page #content #home #home-right {
    display: block;
    width: 142px;
	float: right;
}
#page #body-page #content #home .home-small {
	margin-bottom: 3px;
}
#page #body-page #content #home .home-small #last-home-small
{
	margin-bottom: 0px;
}

#page #body-page #content #home #left-home{
	width:675px;
	display:block;
	float:left;
}


#page #body-page #content .brand-p {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
#page #body-page #content #brand-list {
	display: block;
	float: right;
	height: 422px;
	width: 140px;
	background-color: #d8e7f2;
	overflow-y:scroll;
}
#page #body-page #content #brand-list ul {
	margin: 10px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

#page #body-page #content #brand-list ul li a{
	text-decoration:none;
	color:#696868;
	widows:100%;
	display:block;
}
#page #body-page #content #brand-list ul li a:hover,
#page #body-page #content #brand-list ul li a#brand-active{
	background-color:#cdd4da;
}

#page #body-page #content #left-brands {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 422px;
	width: 670px;
}

#page #body-page #content #left-brands #big-img-brand {
	display: block;
	padding: 0px;
	float: left;
	height: 421px;
	width: 340px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page #body-page #content #left-brands #brand-descriptions{
	display: block;
	padding: 0px;
	float: left;
	height: 421px;
	width: 320px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	position:relative;
}
#page #body-page #content #left-brands #brand-descriptions #brand-text{
	margin: 0;
	padding:0;
	width: 320px;
	height:260px;
	overflow-y: auto;
}
#page #body-page #content #left-brands #brand-descriptions #brand-text-4{
	margin:0;
	padding:0;
	width: 320px;
	height:330px;
	overflow-y: auto;
}
#page #body-page #content #left-brands #brand-descriptions #thumbs{
	position: absolute;
	width: 320px;
	height:150px;
}

#page #body-page #content #left-brands #brand-descriptions p a {
	color: #005dab;
	text-decoration: none;
}



/* SLIDER BRANDS PAGE BEGIN */

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 421px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../image/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 340px;
	height: 421px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 340px;
	height: 421px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 421px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs,
ul.noscript{
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li{
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}

ul.noscript li{
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}

a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #dadbdc;
}
ul.thumbs li.selected a.thumb,
#img-no-script{
	border: 1px solid #000;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img,
#noscript-list img{
	border: none;
	display: block;
}



/* SLIDER BRANDS PAGE END */

/* SERVICE TAB BEGIN */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */


    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 7px 0 5px ;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
	
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #717073;
	font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #717073;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	height:310px;
    border: 1px solid #d1d3d4;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
#page #body-page #content #service-tabs  p {
	margin-left: 10px;
}

#page #body-page #content #service-tabs p img {
	padding: 2px;
	margin: 0 0 0 10px;
	border: 1px solid #CCC;
	float:right;
}
/* SERVICE TABS END */

/* MEDIA BEGIN */

#container {
position: absolute;
top: 0px; left: 0px;
/*width: 7000px;*/
margin: 0;
padding: 0;
}

.box {
width: 600px;
float: left;
margin: 1px;
padding: 5px;
} 

.box p {
padding: 0;
margin: 0;
}

.box img{
	padding:0;
	margin:0 10px 0 0;
	float:left;
}

#page #body-page #content #page-wrap {
	height: 330px;
	width: 100%;
	position:relative;
	overflow-x: auto;
	overflow-y:hidden;
}
#page #body-page #content #media-h2 {
	margin-left: 15px;
}

/* MEDIA END */

/* LOCATIONS BEGIN */

#locations-page .left-align.topic-left table tr td.left-align-td{
	width:50%;
	vertical-align:top;
}
#locations-page .left-align.topic-left table tr td.right-align-td{
	width:50%;
	vertical-align:bottom;
	padding-left:10px;
}


#locations-page input{
	margin-top:15px;
	float:left;
}


/* LOCATIONS END */

/* COOKING DEMO BEGIN */

.locations-cooking-demo{
	width:135px;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float:left;
}

.locations-cooking-demo li{
	margin: 0px;
	padding: 0px;
	height:35px;
	width:128px;

}
.locations-cooking-demo a{
	width:127px;
	height:34px;
	background:url(../images/btn-cooking-demo.jpg) no-repeat;
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
}

.locations-cooking-demo a:hover,
.locations-cooking-demo a#cooking-active{
	background:url(../images/btn-cooking-demo-up.jpg) no-repeat;
	color:#005dab;
}

table #calendar .calendar tr td{
	width:45px;
	height:45px;
	border: 2px solid #CCC;
	text-align:left;
	vertical-align:top;
}

table #calendar .calendar tr td:hover,
table #calendar .calendar tr td#active-cooking-demo{
	width:45px;
	height:45px;
	border: 2px solid #000;
	text-align:left;
	vertical-align:top;
}


#button-calendar-next{
	background: url(../images/btn-calendar-next.jpg) no-repeat;
	width:70px;
	height:28px;
	float:right;
}

#button-calendar-prev{
	background: url(../images/btn-calendar-prev.jpg) no-repeat;
	width:70px;
	height:28px;
	float:left;
}
table #calendar .calendar tr#title-calendar td{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border:none;
	height:25px;
}

table #calendar .calendar .event-single a{
	color:#FFF;
	width:45px;
	height:45px;
	display:block;
	cursor:pointer;
}


table #calendar .calendar .event-double{
	position: relative;
	width:45px;
	height:45px;
	overflow:hidden;
}

table #calendar .calendar .event-double a{
	color:#fff;
	width:45px;
	height:45px;
	display:block;
	cursor:pointer;
	z-index:20px;
	position:absolute;
	top:0;
	left:0;
}

ul#brands-list-color{
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
}

ul#brands-list-color li{
	margin:3px;
	padding:0px;
	float:left;
	width:110px;
	height:15px;
}

ul#brands-list-color li .color-square{
	width:15px;
	height:15px;
	display: block;
	float:left;
	margin-right:5px;
}
/* COOKING DEMO END */

/* CATALOGUE BEGIN */

#catalog-view{
	padding-left:55px;
}

#catalog-view a{
	font-size:14px;
	color: #005dab;
	text-decoration:none;
	font-weight:bold;
}

#catalog-view a:hover{
	text-decoration: underline;
}


/* CATALOG END*/


/* Popup */
#winning-popup {

    /* overlay is hidden before loading */
    display:none;

    /* standard decorations */
    /*width:400px;*/    

    /* for modern browsers use semi-transparent color on the border. nice! */
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

#winning-popup div#image-popup {
	text-align:center;
    padding:10px;    
    border:1px solid #CCC;
    background-color: #FFF;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#winning-popup div#close-button {
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:32px;
	width:32px;
}
#winning-popup div#close-button .close{
	background: url(../images/btn-close.png);
	width:32px;
	height:32px;
    display: block;
}

#winning-popup h2 {
    margin:-11px;
    margin-bottom:0px;
    color:#595757;
    background-color: #d3e7a8;
    padding:5px 10px;
    font-size:25px;
}
#winning-popup div .zend_form dt {
    clear: both;
    padding:0;
    margin:20px 0 5px 0;
    font-size:15px;
    font-weight:bold;
}
#winning-popup div .zend_form dd {
    clear: both;
    padding:0;
    margin:0;
}
/*popup*/

.spacer{
	padding-top:15px;
}

#page #footer #text{
	width:310px;
	float:left;
	font-size:11px;
}

#page #footer .left-align #icpsignup3128 #submit{
	width:180px;
}

#sitemap{
	margin:0 auto;
	width: 850px;
	text-align:right;
}
#sitemap a{
	text-decoration:none;
	color:#FFF;
}
