
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/*background: #C5DA99 url(images/img01.jpg) repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313131;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	/*text-transform: uppercase;*/
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #1F376D;/*#79A62E;*/
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*color: #5E5E5E;*/
}

a:hover {
}

#wrapper {
	padding-top: 10px;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	/*overflow: hidden;*/
	height: 70px;
}

#header {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 50px;
	background: url(images/img02_mod.jpg) repeat;
}

/* Logo */

#logo {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	/*background-image: url('images/img01.jpg');*/
	background-color: white;
	text-align: center;
}

#logo h1, #logo p {
}

#logo h1 {
	line-height: 30px;
	letter-spacing: -2px;
	font-size: 2.8em;
}

#logo h1 a {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: -1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8E8E8E;
}

#logo p a {
	color: #8E8E8E;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Splash */

#splash {
	width: 960px;
	height: 300px;
	margin: 0px auto;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #E7EBED;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	width: 500px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	/*float: right;*/
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	line-height: 100px;
	margin-right: 1px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 50px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 0px 0px 0px 0px;
}

.post {
	overflow: hidden;
	margin-bottom: 40px;
	border-bottom: 1px solid #E7EBED;
}

.post .title {
	padding: 7px 0px 0px 0px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	color: #1F376D;/*#79A62E;*/
}

.post .meta {
	margin-bottom: 30px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 40px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

.sidebarLeft
{
	float: left !important;
	margin-right: 5px !important;
	width: 200px !important;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 40px;
	border-bottom: 1px solid #E7EBED;
	margin: 0px 0px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
	color: #9a1a8b;
}

#sidebar li li a:VISITED {
	color: #9a1a8b;
}

#sidebar h2 {
	height: 38px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #1F376D;/*#79A62E;*/
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Three Column Footer Content */

#footer-content {
	color: #D6E2F0;
}

#footer-content a {
	color: #92A9B6;
}

#footer-bg {
	overflow: hidden;
	width: 890px;
	padding: 30px 55px 50px 55px;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 26px;
	color: #FFFFFF;
}

#footer-content ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#footer-content a {
}

#column1 {
	float: left;
	width: 290px;
	margin-right: 30px;
}

#column2 {
	float: left;
	width: 280px;
}

#column3 {
	float: right;
	width: 260px;
}

/* Footer */

/*#footer {
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: 'Abel', sans-serif;
}*/
.footer-container {
	width:100%;
	background: url(images/img02_mod.jpg) repeat;
}
#footer {
	color: white;
	line-height: 20px;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 10px;
}
#footer ul.contacts {
	float: left;
	font-size: 12px;
	list-style: none;
	width: 300px;
	margin: 0;
	padding: 0 0 10px;
}
#footer ul.contacts li span {
	float: left;
	width: 50px;
}

#footer span.footnote {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 40px 0 0;
	text-align: center;
}

.activeCategory
{
	background-color: #FDF989;
}

.activeCategory img
{
	display: inline;
}

.catDiv
{
	margin-bottom: 10px;
	colr: black;
	padding-left: 5px;
}

.catDiv a
{
	color: black;
}

#footer a {
	color: #527800;
}

#marketing {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #E7EBED;
	border-bottom: 1px solid #E7EBED;
}

#marketing .text1 {
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 34px;
	color: #345E9B;
}

#marketing .text2 {
	float: right;
}

#marketing .text2 a {
	display: block;
	width: 252px;
	height: 38px;
	padding: 15px 0px 0px 0px;
	background: url(images/img07.jpg) no-repeat left top;
	letter-spacing: -2px;
	text-align: center;
	text-transform: lowercase;
	font-size: 30px;
	color: #FFFFFF;
}

#banner {
	margin: 0px auto;
	width: 1000px;
}

#banner .content {
	padding: 10px;
	background: #FFFFFF;
}

.topLinksDiv
{
	margin: 5px 5px 5px 5px;
}

.topLinksDiv div
{
	float: right;
	margin: 5px 5px 5px 5px;
	color: #527800;	
}

.topLinksDiv a
{
	color: #527800;	
}

.topLinksDiv a:hover
{
	text-decoration: underline;	
}

.searchResultTable
{
	width: 100%
}
.searchResultTable th
{
	color: #922626;
	border: 1px solid black;
}

.searchResultTable td
{
	color: black;
	border: 1px solid black;
}

.product
{
	text-align: center;
	float: left;
	border: 1px white solid;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 200px;
	min-height: 270px;
}

.product:hover
{
	border: 1px #253b75 solid;
}

.productName
{
	text-align: center;
	max-width: 150px;
	font-style: italic;
	text-decoration: underline; 
}

.productDesc
{
	padding: 5px 5px 5px 5px;
	min-width: 400px;
}

.catalogueLink
{
	color: #253b75;
	font-weight: bold;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
/*border-bottom-width: 6px;*/
width: 400px; /*width of featured content slider*/

}

.myPagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*text-align: right;*/
background-color: white;
padding: 5px 10px 20px 20px;
}

.sliderwrapper .contentdiv{
/*visibility: hidden; /*leave as is*/
/*position: absolute; /*leave as is*/
/*left: 0;  /*leave as is*/
/*top: 0;  /*leave as is*/
padding: 5px;
background: white;
/*width: 550px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
float: left;
}

.myPagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
padding: 20px 20px;
}

.myPagination a img
{
	border: 2px solid white
}

.myPagination a img:hover, .pagination a.selected{
/*color: #000;
background-color: #FEE496;*/
border: 2px solid #253b75
}

.menuTitle
{
	float:left;
	padding: 15px 10px 10px 10px;
	font-size: 30px;
	color: #FFFFFF	
}


.productText
{
	padding-left: 15px;
	min-width: 800px;
	list-style-position: inside;
}

.widgets
{
	height:500px;
}
.homeWidget
{
	width: 100%;
	float: left;
	border: 1px ;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
}

.homeWidget h1
{
	border-bottom: 1px dashed #666666;
	margin: 0px 0px 15px 0px;
	padding:  0px 0px 15px 0px;
}

.homeWidget:HOVER {
	/*border: 1px black groove;*/
}

.homeProdCat
{
	width: 160px;
	float: left;
	vertical-align: bottom;
}

.homeProdCat .textLayer
{
	top: -50px;
	left:0px;
	width:150px;
	position: relative;
	z-index:500;
	background-color: #FDF989;
	padding: 5px 5px 5px 5px;
	display: none;
}

.homeProdCat .textLayer div
{
	
	color: black;
}

.homeProdCat:hover .textLayer
{
	display: block;
}

.homeProdCat .imgLayer
{
	top: 0px;
	left:0px;
	position: relative;
	z-index:100;
}

.homeProdCat img
{
	width: 150px;
	height: 150px;
}

.chocoSlab td
{
	vertical-align: top;
	padding: 5px 5px 5px 5px;	
}
}