@import url('page.css');
@import url('content.css');


* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #008157;
	font-size: 12px;
	text-decoration: none;
	outline: none;
}

img {
	border: 0px;
}

span.access {
	display: none;
}

span.red {
	color: red !important;
}

div.status {
	color: #4D4D4D;
	margin-top: 10px;
	text-align: right;
}

.nomargin {
	margin: 0px !important;
}

.left {
	float: left;
}

.right {
	float: right;
}


/**************************
		LAYOUT
**************************/

body {
	background-color: #fcd8a9;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size: 12px;
}

/*** header ***/
div#bg_header {
	background: url('../images/bg_header.gif') top center repeat-x;
	height: 190px;
}

div#header {
	width: 916px;
	margin: 0 auto;
	padding-top: 12px;
	
	position: relative;
	z-index: 0;
}
#btn_back_site {
	float:right;
	position: absolute;
	top: 0px;
	right: 0px;
}

ul#nav {
	width: 916px;
	overflow: hidden;
	margin-top: 2px;
}

ul#nav li {
	background: url('../images/nav/bg_non_selected.png') top left no-repeat;
	width: 117px;
	height: 45px;
	list-style: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 6px;
	float: left;
}

ul#nav li#home.current {
	background: url('../images/nav/bg_home_selected.png') no-repeat;
}

ul#nav li#recipebook.current {
	background: url('../images/nav/bg_recipebook_selected.png') no-repeat;
}

ul#nav li#superspices.current {
	background: url('../images/nav/bg_superspices_selected.png') no-repeat;
}

ul#nav li#science.current {
	background: url('../images/nav/bg_science_selected.png') no-repeat;
}

ul#nav li#nutritionist.current {
	background: url('../images/nav/bg_nutritionist_selected.png') no-repeat;
}

ul#nav li#mediacentre.current {
	background: url('../images/nav/bg_mediacentre_selected.png') no-repeat;
}

ul#nav li#mccormick_logo {
	background: url('../images/nav/bg_mccormick_logo.gif') no-repeat;
	width: 195px;
	height: 61px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 9px;
	margin-right: 10px;
}

ul#nav li a {
	width: 117px;
	height: 22px;
	display: block;
	color: #fff;
	font-size: 13px;
	padding-top: 9px;
	
	position: relative;
}

ul#nav li.current a {
	color: #000;
	font-weight: bold;
}

img#mccormick_logo {
	position: absolute;
	top: 103px;
	left: 407px;
}

/*** body ***/
div.background {
	background: url('../images/background/home.jpg') top center repeat-y;
}

div#main_container {
	background: #fecf8f url('../images/bg.png') -1px top no-repeat;
	width: 916px;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 55px;
	_padding-bottom: 51px;
	
	position: relative;
	z-index: 0;
}

div#main_container img.center {
	display: block;
	margin: 0 auto;
}

/*** green_bar ***/
div#bg_green_bar {
	width: 100%;
	background: url('../images/footer/bg_footer.gif') center 61px repeat-x;
	_background-position: center 61px;
	margin-top: -61px;
	padding-bottom: 19px;
	
	position: relative;
	z-index: 1;
}

div#green_bar {
	width: 916px;
	margin: 0 auto;
}

table#green_bar td {
	width: 916px;
	text-align: center;
}

table#green_bar td img {
	display: block;
	margin-bottom: 5px;
}

table#green_bar td a {
	color: #fff;
	font-size: 13px;
}

table#green_bar td a:hover {
	font-weight: bold;
}

/*** footer ***/
div#footer {
	width: 916px;
	overflow: hidden;
	margin: 0 auto;
	padding: 3px 0;
}

div#footer,
div#footer a {
	color: #008057;
	font-size: 11px;
}

/*** spice popup ***/
div.spice_popup {
	width: 828px;
	
	position: absolute;
	bottom: 36px;
	left: 44px;
	z-index: 2;
}

ul.spice_tabs {
	width: 100%;
	height: 44px;
	overflow: hidden;
}

ul.spice_tabs li {
	background: url('../images/popup/tab_popup_non_selected.png') top left no-repeat;
	width: 138px;
	height: 37px;
	list-style: none;
	text-align: center;
	padding-top: 7px;
	float: left;
}

ul.spice_tabs li.current {
	background: url('../images/popup/tab_popup_selected.png') no-repeat;
}

ul.spice_tabs li a {
	width: 138px;
	height: 37px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	padding-top: 13px;
	
	position: relative;
}

ul.spice_tabs li.current a {
	color: #cc4528;
}

div.spice_details_outer {
	padding-bottom: 18px;
	
	position: relative;
}

div.spice_details_shadow {
	background: url('../images/popup/popup_shadow.png') 3px bottom no-repeat;
	padding-bottom: 6px;
}

div.spice_details {
	background: transparent url('../images/popup/bg_popup.png') repeat-y;
	width: 786px; /*828px*/
	padding: 13px 20px 6px 22px;
}

div.spice_details div.left_right_wrap {
	width: 780px;
	overflow: hidden;
}

div.spice_details div.left {
	width: 160px;
}

div.spice_details div.right {
	width: 620px;
	padding-top: 13px;
}

div.spice_details div.right p {
	width: 550px;
	font-size: 13px;
}

div.spice_details div.btn_close {
	width: 780px;
	text-align: right;
	margin-top: -20px;
	
	position: relative;
	z-index: 0;
}

div.spice_details div.btn_close a {
	color: #cc4528;
	font-weight: bold;
}

img.pointer {
	width: 38px;
	height: 34px;
	display: block;
	margin-top: -15px;
	
	position: absolute;
	left: 0px;
}

div#popup_ginger img.pointer {
	left: 2px;
}

div#popup_thyme img.pointer {
	left: 100px;
}

div#popup_turmeric img.pointer {
	left: 200px;
}

div#popup_cinnamon img.pointer {
	left: 310px;
}

div#popup_rosemary img.pointer {
	left: 435px;
}

div#popup_paprika img.pointer {
	left: 535px;
}

div#popup_oregano img.pointer {
	left: 635px;
}
