@import url("global.css");

/* --------------------------------------------------------
    
    GLOBAL tag styles

   ---------------------------------------------------------*/
body {
	background: url(../images/template/bg-bottom.gif) repeat-y top;
	background-color: #4B0101;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F0202;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.mainBody {
	background: url(../images/template/bg-bottom.gif) repeat-y top left;
	height: 100%;
	width: 744px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div.top {
	background:url(../images/template/bg-top.gif) no-repeat top left;
	width:717px;
	width:744px;
	height:134px;
	padding:0;
}

div.spacer {
	clear:both;
}

#flashcontent {
}


h1 {
	font-size:28px;
	color:#EB1261;
	padding:0;
	margin:0 0 10px 0;
}
h2 {
	font-size:17px;
	color:#F7931D;
	padding:0;
	margin:0px 0 10px 0;
}

h3 {
	font-size:15px;
	color:#DD5400;
	padding:0;
	margin:0 0 20px 0;
}

h4 {
	font-size:15px;
	color:#880000;
	padding:0;
	margin:0;
}

p {
	color:#6F0404;
	font-weight:400;
	text-align:justify;
	margin:8px 0 10px 0;
}

p.summary {
	color:#4F0202;
	font-weight:800;
}

p.note {
	font-style:italic;
	margin:3px 0 0 0;
}

p.sidebarButton {
	text-align:right;
}

p.products {
	text-align:right;
	margin:0;
}

a {
	color:#0066CC;
	text-decoration:none;
	border-bottom:1px dotted #FFD1B0;
}

a:hover {
	background-color:#FFE3B9;
	color:#eb1261;
	border-bottom:1px solid #990000;
}

a.utility {
	color:#E6C29F;
	margin:0 0 0 15px;
	text-decoration:underline;
	border:none;
}

a.utility:hover {
	background-color:transparent;
	color:#FFFFFF;
}

a.imgLink {
	text-decoration:none;
	border-bottom:none;
}

a.imgLink:hover {
	background-color:transparent;
	border-bottom:none;
}

.buyNow {
	display:block;
	margin:10px 0 0 0;
}

span.mild {
	background:url(../images/template/icon-spicy.gif) no-repeat;
	margin:0 0 0 18px;
	padding:0 0 0 10px;
}

span.mediumspicy {
	background:url(../images/template/icon-spicy.gif) repeat-x;
	margin:0 0 0 18px;
	padding:0 0 0 22px;
}

span.hot {
	background:url(../images/template/icon-spicy.gif) repeat-x;
	margin:0 0 0 18px;
	padding:0 0 0 32px;
}

ul {
	margin:0;
	padding:0;
	list-style:inside;
}

/* --------------------------------------------------------
    
    HEADER tag styles

   ---------------------------------------------------------*/
div.header {
	width: 717px;
	margin:0 auto 0 auto;
}
div.headerLeft {
	float:left;
	text-align:left;
	padding:7px 0 7px 13px;
	width:40%;
	color:#edd4bc;
}
div.headerRight {
	float:right;
	text-align:right;
	padding:7px 13px 0 0;
	width:50%;
}
div.header #nav {
	float:left;
	width:717px;
	position:relative;
	margin:0 auto 0 auto;
	height:31px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}
div.header #nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
div.header #nav li {
	float:left;
	background:url("../images/template/nav-home-left-off.gif") no-repeat left top;
	margin:0 0 0 7px;
	padding:0 0 0 16px;
}
div.header #nav a {
	float:left;
	display:block;
	background:url("../images/template/nav-home-right-off.gif") no-repeat right top;
	color:#880000;
	padding:8px 16px 12px 0;
	font-weight:800;
	text-decoration:none;
	border-bottom:0;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \* /
#nav a {float:none;}
/* End IE5-Mac hack */
div.header #nav a:hover {
	color:#FFFFFF;
}

div.header #nav #current {
	background-image:url("../images/template/nav-home-left-on.gif");
	border-width:0;
}

div.header #nav #current a {
	background-image:url("../images/template/nav-home-right-on.gif");
	color:#F7931D;
}

div.header #nav li.active {
	background-image:url("../images/template/nav-home-left-on.gif");
	border-width:0;
}

div.header #nav li.active a {
	background-image:url("../images/template/nav-home-right-on.gif");
	color:#F7931D;
}


/* --------------------------------------------------------
    
    CONTENT tag styles

   ---------------------------------------------------------*/
div.contentContainer {
	background:url("../images/template/bg-mid.gif") repeat-y left top;
	background-color:#FFFFCC;
	width:100%;
}

div.content {
	margin:0 auto 0 auto;
	width:100%;
}

div.contentHead {
	text-align:left;
	width:694;
	padding:15px 10px 0 35px;
}

div.text {
	float:left;
	text-align:left;
	width:420px;
	padding:0 10px 50px 35px;
}

div.sidebar {
	float:right;
	width:180px;
	padding:0 50px 50px 10px;
	text-align:left;
}

div.formLeft {
	float:left;
	width:130px;
	text-align:right;
	padding:0;
}

div.formRight {
	float:right;
	width:280px;
	padding:0 0 5px 0;
}

div.pageBottom {
	background:url(../images/template/bg-footer.gif) no-repeat top left;
	width:80%;
	height:99px;
	padding:30px 0 0 20%;
	text-align:left;
}

div.contactDetails {
	color:#DE651D;
	padding:20px 30px 20px 0;
	font-weight:800;
	text-align:right;
}

div.footer {
	background:url(../images/template/bg-bottom.gif) repeat-y top left;
	width:100%;
	text-align:center;
}

div.productsLeft {
	float:left;
	width:205px;
}

div.productsRight {
	float:right;
	width:205px;
	text-align:right;
}

div.boxTop {
	background:url(../images/template/box_top.gif) no-repeat top left;
	width:196px;
	height:5px;
}

div.boxBottom {
	background:url(../images/template/box_bottom.gif) no-repeat top left;
	width:196px;
	height:5px;
	margin-bottom:20px;
}

div.boxBackground { /* Area for content */
	background:url(../images/template/box_mid.gif) repeat-y top left;
	width:176px;
	height:120px;
	text-align:left;
	padding:0 10px 15px 10px;
}

div.price {
	text-align:right;
	font-size:13px;
	color:#880000;
	font-weight:800;
	padding:0;
	margin:0 0 10px 0;
}

div.tooltip {
    background: url(../images/template/cooks_tip.gif); 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 214px;
	height:56px;
    padding: 50px 5px 0 5px;
}

div.tooltip p {
    color: #999999;
    margin: 0;
	padding: 0 3px;
}

div.tooltip p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}

/* --------------------------------------------------------
    
    HOMEPAGE tag styles

   ---------------------------------------------------------*/
div.home div.top {
	background:url(../images/template/bg-frontpage-top.gif) repeat-x top left;
	background-color:#D8301E;
	width:100%;
	height:134px;
	padding:0;
}
div.home div.contentContainer {
	background-color:#EC9513;
	background:url(../images/template/bg-frontpage-repeat.gif) repeat-y top left;
	width:100%;
}
div.home div.content {
	background:url(../images/template/bg-frontpage-mid.gif) no-repeat top left;
	margin:0 auto 0 auto;
	width:100%;
}
div.home div.text {
	float:left;
	text-align:left;
	width:400px;
	padding:30px 10px 0 35px;
}
div.homeImage {
	float:right;
	width:222px;
	padding:30px 38px 0 0;
}
div.newsContainer {
	background:url(../images/template/bg-frontpage-repeat.gif) repeat-y top left;
	margin:0 auto 0 auto;
	width:100%;
}
div.news {
	background:url(../images/template/news.gif) no-repeat top left;
	float:left;
	width: 365px;
	height:105px;
	padding:15px 30px 15px 30px;
	margin:20px 0 0 15px;
	text-align:left;
}

div.news div#page_counter{ 
	float: right;
	margin-top: 0px;
}

div.news div#page_counter p{
	padding: 0;
	margin: 0;
}

div.news div#page_counter p a{
	font-size: 1.2em;
}

p.news_item_title{ 
	height: 20px;
	overflow: hidden;
}

p.news_item_description {
	height: 58px;
	overflow: hidden;
}

div.signup {
	background:url(../images/template/ezine.gif) no-repeat top left;
	float:right;
	width:166px;
	height:105px;
	padding:15px 30px 15px 30px;
	margin:20px 33px 0 0;
	text-align:left;
}
div.pageBottom {
	background:url(../images/template/city.gif) no-repeat top left;
	width:80%;
	height:99px;
	padding:30px 0 0 20%;
	text-align:left;
}
div.home div.contentContainer .text h1 {
	color:#4F0202;
	font-size: 1.7em;
	padding:0;
	margin:0;
	font-weight: bold;
}
div.home h2 {
	color:#4F0202;
	font-size:17px;
	padding:0;
	margin:0;
}
div.home h3 {
	color:#4F0202;
	font-size:14px;
	padding:0;
	margin:0;
}

div.home p {
	font-size: 1.1em;
}

p.news_item_title {
	font-weight:800;
}

div.home p.summary {
	font-size: 1.22em;
	font-weight: 800;
}

p.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	line-height: 12px;
	margin:8px 0 4px 0;
}
a.news_item_title {
	color:#990000;
}
form.signup {
	margin:0;
}
input.signup {
	background-color:#FFFF99;
	width:160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:9px;
	border:1px solid #C82F1A;
	margin:0 0 5px 0;
}

/* --------------------------------------------------------
    
    BREADCRUMBS tag styles

   ---------------------------------------------------------*/
#breadcrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E6C29F;
	padding:0 0 10px 0;
}

#breadcrumb a {
	color:#E6C29F;
}

#breadcrumb a:hover {
	color:#D79E66;
}

#sideBarList li a {
	color:#990000;
	font-weight:800;
	font-size:13px;
}

.gs_list ul {
	color:#DD5400;
	font-weight:400;
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
}

.gs_list ul li {
	margin:0 0 5px 3px;
	padding:0;
}

.gs_list li a {
	font-weight:800;
	color:#990000;
	text-decoration:none;
	padding:0;
	border-bottom:1px dotted #FFD1B0;
}

.gs_list li a:hover {
	background-color:#FFE3B9;
	color:#eb1261;
	text-decoration:none;
	border-bottom:1px solid #990000;
}

.gs_list li p {
	color:#AA6666;
	margin:3px 60px 8px 0px;
}

.gs_list #imgLink {
	text-decoration:none;
	border-bottom:none;
}

.gs_list #imgLink:hover {
	background-color:transparent;
	border-bottom:none;
}

.gs_list #productName {
	width:150px;
}

.gs_list #productData {
	color:#DD5400;
	font-weight:400;
	width:180px;
}

#recipe ul {
	margin:0;
	padding:0;
	list-style:inside decimal;
}

#recipe li {
	font-weight:400;
	margin:5px 0 0 3px;
	padding:0;
}

a.cooksTip {
	background:url(../images/template/icon-tip-off.gif) no-repeat right;
	padding:0 12px 0 0;
	text-decoration:none;
	border-bottom:1px dotted #FFD1B0;
}

a.cooksTip:hover {
	background:url(../images/template/icon-tip.gif) no-repeat right;
	border-bottom:1px solid #990000;
}

form {
	margin:0;
	font-weight:400;
}

input.texta {
	background-color:#FFFF99;
	width:200px;
	border:1px solid #C82F1A;
	font-size:1.0em;
}

input.text_number {
	background-color:#FFFF99;
	width:40px;
	border:1px solid #C82F1A;
	font-size:1.0em;
}

input.checkboxa {
	padding:0;
	margin:15px 0 0 0;
}

div.news_archives h3 {
	margin: 20px 0 0 0;
}

div.news_archives .news_summary {
	margin-bottom: 15px;
}

div.news_archives div.news_summary h3{
	padding: 5px 0 5px 0;
	margin: 0;
}
