/*
 *  @copyright		Copyright 2006 (c) Solo Media Works, Inc.
 *	@author		    Maxwell Berkel
 *  @description	Default website styles
 *
 *  General Styles
 **************************************************************************************/
 
* {
	padding: 0;
 	margin: 0;
}

a {
	color: #367B2E;
	text-decoration: none;
}

a.hightlight, a.hightlight:hover {
	color: #EA400D;
	text-decoration: none;
}

p a:hover, ul li a:hover  {
	color: #498F42;
}
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #000 url(../img/main_bg.jpg) repeat-x top left;
	color: #121212;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, san-serif;
	font-weight: normal;
	color: #000;
	margin: 0 0 8px 0;
}

h2 {
	height: 38px;
	font-size: 26px;
	margin-bottom: 15px;
}

h3 {
	height: 22px;
	font-size: 15px;
	margin-bottom: 12px;
}

h4 {
	height: 24px;
	font-size: 18px;
    text-indent: -99999px;
    margin-bottom: 12px;
}

img, a img {
	border: 0;
}

img.bordered {
	border: 1px solid #e3e3e3;
	padding: 1px;
}

p {
	text-align: justify;
	margin: 0 0 12px 0;
}

ol li {
	display: list-item;
	list-style-type: decimal;
	margin-left: 20px;
	padding: 2px 0;
}

ol, ul {
	margin-bottom: 15px;
}

ol.letters li {
	list-style-type: lower-alpha;
}

ol.indented {
	margin-left: 36px;
}

ul {
	list-style: none;
}

ul.inline li {
	display: inline;
}

ul.list {
	margin: 0 0 10px 0;
}

ul.list li {
	padding: 0 0 2px 0;
	margin-bottom: 5px;
}

ul.bulleted {
	list-style: circle;
}

ul.checked {
	list-style: circle url(../img/bullet_check.jpg);
     font-weight: bold;
}

ul.bulleted li, ul.checked li {
	display: list-item;
	margin: 0 0 10px 20px;
}

ul.checked li {
     margin-left: 25px;
}

ul.indented li {
	margin: 0 0 3px 16px;
}

ul.bold, ol.bold {
	font-weight: bold;
}

div.clear, img.clear, p.clear, span.clear, ul.clear {
	clear: both;
}

p.error, span.error {
	color: #f00;
}

div.left, img.left {
	float: left;
}

p.required, span.required {
	color: #f00;
}

div.right, img.right {
	float: right;
}

div.row {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	clear: both;
}

html>body div.row {
	overflow: auto;
}

hr {
	border: 0;
	border-top: 1px dotted #cdcdcd;
	margin: 25px 0 20px;
	clear: both;
}

br {
	clear: both;
}

a.small, p.small, span.small, em.small, string.small {
	font-size: 10px;
}

noscript {
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: #FF0000;
	margin: 15px auto;
	clear: both;
}

a.back-to-top {
	font-size: 11px;
}

.spice {
	color: #E50808;
}

span.highlight {
	color: #f00;
}

 
/*
 *  Wrapper Styles
 **************************************************************************************/

#wrapper {
    background: url(../img/wrapper_bg.jpg) repeat-x bottom center;
	clear: both;
}


/*
 *  Header Styles
 **************************************************************************************/ 

#header {
	height: 76px;
    background: url(../img/header_bg.jpg) repeat-x top center;
    padding-top: 115px;
	clear: both;
}
/*
#header h1 {
	width: 268px;
	height: 68px;
	background: url(../img/all_spice_king_logo.jpg) no-repeat top center;
	margin: 0 auto;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 268px;
	height: 68px;
	text-indent: -99999px;
}
*/

#header {
	height: 120px;
	background: url(../img/header_bg.jpg) repeat-x top center;
	padding-top: 71px;
	clear: both;
} 

#header h1 {
	width: 301px;
	height: 114px;
	background: url(../img/all_spice_king_logo.png) no-repeat top center;
	margin: 0 auto;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 301px;
	height: 114px;
	text-indent: -99999px;
}

/*
 *  Navigation Styles
 **************************************************************************************/

#navigation {
    width: 695px;
    height: 39px;
	list-style: none;
    background: url(../img/navigation_bg.jpg) no-repeat top center;
	margin: 6px auto 0;
    padding: 15px 0 0;
	clear: both;
}

#navigation li {
	height: 28px;
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
}

#navigation li.first {
     margin-left: 167px;
}

#navigation li a, #navigation li a:hover {
	display: block;
	height: 28px;
	text-indent: -99999px;
}

#navigation li.about {
     width: 76px;
	background: url(../img/mn_about.jpg) no-repeat top center;
}

#navigation li.benefits {
     width: 71px;
	background: url(../img/mn_benefits.jpg) no-repeat top center;
}

#navigation li.contact {
     width: 85px;
	background: url(../img/mn_contact.jpg) no-repeat top center;
}

#navigation li.home {
     width: 53px;
	background: url(../img/mn_home.jpg) no-repeat top center;
}

#navigation li.our-products {
     width: 104px;
	background: url(../img/mn_our_products.jpg) no-repeat top center;
}


/*
 *  Content Styles
 **************************************************************************************/

#content-wrapper {
	width: 100%;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	clear: both; 
}

html>body #content, html>body #content-main, html>body #content-sidebar {
	overflow: hidden;
}

#content {
	width: 634px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
    background: url(../img/content_bg.png) repeat-y top center;
    text-align: left;
	margin: 0 auto;
	padding: 25px 30px 20px;
}

#content-main {
     width: 400px;
     float: left;
}

#content-sidebar {
	width: 200px;
	float: right;
}

#content-sidebar div.space {
	height: 30px;
}

body.no-sidebar #content-main {
	width: auto;
	float: none;
	background: none;
	margin: 0 auto;
	clear: both;
}

#content-main h4.welcome {
     width: 315px;
     height: 67px;
     background: url(../img/hdr_welcome.jpg) no-repeat top left;
}

#content-sidebar h4.nutmeg-kernel-produces {
     width: 152px;
     height: 63px;
     background: url(../img/hdr_sb_nutmeg_can_produce.jpg) no-repeat top left;
}

ul.products-list li.fat-of-nutmeg {
	height: 204px;
	background: url(../img/pd_fat_of_nutmeg_tb.jpg) no-repeat top left;
}

ul.products-list li.nutmeg-butter {
	height: 204px;
	background: url(../img/pd_nutmeg_butter_tb.jpg) no-repeat top left;
}

ul.products-list li.pure-oil-of-nutmeg {
	height: 204px;
	background: url(../img/pd_pure_oil_of_nutmeg_tb.jpg) no-repeat top left;
}

ul.products-list li.fat-of-nutmeg a.product-name, ul.products-list li.nutmeg-butter a.product-name, ul.products-list li.pure-oil-of-nutmeg a.product-name {
	display: block;
	width: 195px;
	height: 186px;
	float: left;
	text-indent: -99999px;
	margin: 6px 22px 0 5px;
}

ul.products-list li.fat-of-nutmeg ul.list, ul.products-list li.nutmeg-butter ul.list, ul.products-list li.pure-oil-of-nutmeg ul.list {
	float: left;
	list-style: none;
	margin-top: 65px;
}

div.product-panel {
	height: 195px;
	padding: 10px 0 15px;
	clear: both;
}

ul.product-actions {
	float: left;
	margin: 16px 0 0 16px;
}

ul.product-actions li {
	list-style: none;
	clear: both;
}

ul.order-list li {
	height: 54px;
	list-style: none;
	clear: both;
}

div.order-action {
	width: 165px;
	float: right;
	margin: 23px 0 0 20px;
}

#status-message ul {
	list-style: circle;
	margin: 8px 0;
}

#status-message ul li {
	font-style: italic;
	margin-left: 15px;
}

#status-message.error, #status-message.alert, #status-message.success {
	line-height: 145%; 
	border: 1px solid #D5D4C4; 
	background: #FFFEDC; 
	padding: 18px; 
	margin-bottom: 15px;
	clear: both;
}

#status-message.success {
	background: #fff; 
}


/*
 *  Footer Styles
 **************************************************************************************/

#footer {
	width: 880px;
	height: 84px;
	font-size: 10px;
	color: #303030;
    background: url(../img/footer_bg.png) no-repeat top center;
	margin: 0 auto;
	padding: 41px 0 0;
	clear: both;
}

#footer-left {
	width: 70px;
	float: left;
     background: url(../img/greneda_flag_sm.jpg) no-repeat top left;
	text-align: left;
	padding-left: 130px;
}

#footer-right {
	width: 450px;
	float: right;
    background: url(../img/greneda_flag_sm.jpg) no-repeat top right;
	padding: 3px 130px 0 0;
}

#footer-right p {
	width: 100%;
	float: right;
	text-align: right;
	margin: 0 0 2px;
}

p#powered-by-smw a {
	display: block;
	height: 36px;
	text-indent: -99999px;
}

p#powered-by-smw {
	width: 90px;
	background: transparent url(../img/powered_by_smw.jpg) no-repeat top left;
}

#footer-navigation {
	float: right;
	list-style: none;
	height: 15px;
	margin: 0;
	padding: 0;
	clear: both;
}

#footer-navigation li {
	float: left;
     font-weight: bold;
     font-size: 11px;
	margin: 0;
	padding: 0 0 0 14px;
}

#footer-navigation li a {
	color: #121212;
}

#footer-navigation li a:hover {
	color: #1E6017;
}
