/* @override 
	http://fairtrademanitoba.ca/assets/css/ftm.css
*/

/* @group Reset */

/* Word to Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


/* @group Global */

body {
	background: #EBEADC;
	color: #000;
	font: normal 12px/17px Verdana, "Lucida Grande", sans;
	text-align: center;
	padding-bottom: 30px;
}

a {
	text-decoration: none;
	color: #972F13;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: normal 32px/34px Georgia, Palatino, serif;
	border-bottom: 1px solid #EBEADC;
	margin-bottom: 20px;
	color: #3A2A14;
}

h2 {
	font: normal 20px/22px Georgia, Paltino, serif;
	color: #000;
	margin-bottom: 5px;
}

h3 {
	color: #4f3d26;
	margin-bottom: 10px;
	text-transform: uppercase;

}

p {
	margin: 0 0 1em;
}

#body {
	text-align: left;
	width: 960px;
	padding: 20px 0 0;
	margin: 0 auto;
	background: #FFF url(../images/top.png) no-repeat center top;
}

.content {
	float: left;
	display: inline;
	margin: 0 20px;
	width: 600px;
}

.content ul, .content ol {
	margin: 0 0 1em 1em;
}

.content ul li {
	padding-left: 14px;
	background: transparent url(../images/arrow_collapse.gif) no-repeat left 3px;
	margin-bottom: 1em;
}

.content ol li {
	margin-left: 20px !important;
	list-style: decimal outside;
	background-image: none;
	padding-left: 0;
}

.content li ul {
	margin: 0.5em 0;
	color: #000;
}

.content li li {
	margin: 0.2em 0;
}

#bottom {
	height: 20px;
	clear: both;
	background: #FFF url(../images/bottom.png) no-repeat center bottom;
}

.gradient {
	background: #FFF url(../images/gradient.png) repeat-x left top;
	padding: 10px;
}

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

img.right {
	float: right;
	margin: 0 0 5px 10px;
}

img.heading {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEADC;
	margin-bottom: 10px;
}

.note {
	font-size: 10px;
	color: #666;
}

a.dismiss {
	font-size: 10px;
	display: none;
}

.top {
	margin: 20px 0 0;
}

.top a {
	display: block;	
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 14px;
	color: #FFF;
}

.top a:hover {
	background: url(../images/arrow_fat_up.gif) no-repeat left center;
	color: #972F13;
	text-decoration: none;
}

hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

/* @end */

/* @group Header */

#top {
	background: transparent url(../images/bg.jpg) repeat-x center top;
	padding-bottom: 1px;
	height: 240px;
}

#header {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

p#skip {
	position: absolute;
	right: 40px;
	top: 10px;
	text-align: right;
}

#logo {
	display: block;
	width: 430px;
	position: absolute;
	left: 20px;
	top: 5px;
	z-index: 1;
}

#photo {
	position: absolute;
	right: 20px;
	top: 0;
	padding: 0 19px 24px 23px;
	background: transparent url(../images/photo_bg.png) no-repeat;
}

#header ul {
	position: absolute;
	left: 20px;
	top: 170px;
	width: 900px;
	font-weight: bold;
	font-size: 13px;
}

#header li a strong {
	padding: 6px 10px;
	display: block;
}

#header li a em {
	padding: 8px 20px 8px 0;
	display: block;
	font-style: normal;
}

#header li a {
	color: #C6A578;
	display: inline-block;
	height: 36px;
}

#header li a:hover {
	text-decoration: none;	
}

#header li.current a, #header li.current a:hover, #header li.hover a, #header li a:hover {
	color: #FFF;
	background: transparent url(../images/active.png) no-repeat center bottom;
}

#header li {
	float: left;
	height: 36px;
}

#header ul ul {
	left: 10px;
	top: 36px;
	font-size: 12px;
	display: none;
}

/* Let jQuery do this instead for greatest cross-browser consistency
#header li:hover ul {
	display: block;
}
*/

#header li.hover ul, #header li.current ul {
	display: block;
}


#header li li {
	display: inline;
}

#header li li a {
	
}

#header li li a, #header li.hover li a, #header li.current li a, #header li li.current a {
	color: #972F13;
	background-image: none;	
}


#header li li a:hover, #header li li.current a, #header li.current li a:hover {
	color: #3A2A14;
	background-image: none;
}

/* @end */

/* @group Sidebar */


#sidebar {
	width: 280px;
	margin-right: 20px;
	float: right;
	display: inline;
}

#sidebar h3 {
	margin-top: 30px;
	padding: 0 10px;
	font: normal 18px/20px Georgia, Paltino, serif;
	border-bottom: 1px solid #EBEADC;
	text-transform: none;
}

#sidebar h3.first {
	margin-top: 0.7em;
}

#sidebar ul {
	color: #666;
}

#sidebar li {
	padding-left: 14px;
	background: transparent url(../images/arrow_collapse.gif) no-repeat left 3px;
}

#sidebar li.current {
	background-image: url(../images/arrow_expand.gif);
}

#sidebar li a {
	font-weight: bold;
}

#sidebar li li {
	font-size: 11px;
	padding: 0;
	background-image: none;
}


#sidebar li li a {
	font-weight: normal;
}

p#lastUpdated {
	padding-left: 16px;
	background: transparent url(../images/clock.gif) no-repeat left 2px;
	margin: 30px 0 0;
}

.find img {
	float: right;
}

form#filter {
	width: 125px;
}

.guide form#filter {
	width: 100%;
}

form#filter select {
	width: 125px;
}

form#filter label {
	color: #3A2A14;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	margin-bottom: 2px;
}

div.city, div.product {
	width: 125px;
	padding-bottom: 5px;
}

.guide div.city {
	float: left;
}

.guide div.product {
	float: right;
}

div.submit {
	padding-top: 5px;
}

ul#eventsSidebar li {
	font-size: 11px;
	color: #3A2A14;
	padding: 0 0 10px 16px;
	background: transparent url(../images/calendar.gif) no-repeat left 4px;
}

#sidebar input.formText {
	width: 190px;
	margin: 0 5px 0 0;
}

#sidebar p {
	color: #555;
	font-size: 11px;
	line-height: 14px;
}

/* @end */

/* @group Home */

.video {
	text-align: center;
	margin-bottom: 20px;
}

h1.type {
	font: bold 11px/12px Verdana, "Lucida Grande", sans;
	text-transform: uppercase;
	color: #C6A578;
	border-bottom: none;
	margin: 0 0 5px;
}

.feature {
	margin: 0 0 20px;
}

.feature p {
	margin: 0;
}

img.featureImage {
	float: right;
	display: inline;
	border: 1px solid #CCC;
	margin: 0 0 20px 20px;
}

p.posted {
	margin-bottom: 10px;
	font-size: 11px;
	color: #555;
}

p.more {
	text-transform: uppercase;
	font-weight: bold;
}

ul.recent {
	padding: 15px 0;
	border: 1px solid #EBEADC;
	border-width: 1px 0px;
	font-size: 11px;
	margin-left: 0;
}

ul.recent a {
	font-weight: bold;
	font-size: 12px;
}

ul.recent li {
	margin: 0;
	color: #555;
}

.homeFAQ, .homeLeaders {
	width: 290px;
}

.homeFAQ {
	float: left;
}

.homeLeaders {
	float: right;
}

.homeFAQ h2, .homeLeaders h2 {
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EBEADC;
}

/* @end */

/* @group Consumer Guide */

div.guideIntro {
	min-height: 1em;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEADC;
}

p.intro {
	font-size: 18px;
	line-height: 23px;
	font-family: Georgia, Palatino, serif;
}

.profile h2 {
	margin-bottom: 10px;
}

h2.filter {
	font: bold 11px/12px Verdana, "Lucida Grande", sans;
	text-transform: uppercase;
	margin-top: -15px;
	margin-bottom: 15px;
	color: #C6A578;
}

.activeFilter {
	color: #3A2A14;
}

ul.listings {
	margin: 0;
}

ul.listings li {
	padding: 10px;
	background-image: none;
	margin: 0 40px 0 0;
	width: 260px;
	float: left;
	display: inline;
}

ul.listings li.even {
	margin: 0;
}


.listings p {
	margin: 0;
}

.listings h3 {
	margin: 0;
	border: none;
}

.listings p.products {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #555;
}

li p.address {
	font-weight: bold;
}

.listings .city {
	color: #666;
}

ul.listings li.paginate {
	width: 580px;
	clear: left;
	margin: 0;
}

.products {
	font-weight: bold;
	color: #C6A578;
	font-size: 11px;
}

.listing h2 {
	font-size: 24px;
	line-height: 26px;
}

.listing .products {
	margin-bottom: 20px;
}

.listingInfo {
	width: 290px;
	float: left;
}

.listingInfo th {
	text-align: right;
	color: #3A2A14;
}

.listingInfo td, .listingInfo th {
	font-size: 11px;
	line-height: 15px;
	padding: 8px 5px;
	border-top: 1px solid #EBEADC;
}

td.updated {
	color: #555;
}

#map {
	width: 290px;
	height: 290px;
	float: right;
	border: 1px solid #666;
}

#map p {
	padding: 20px;
	text-align: center;
	color: #666;
}

p.updated {
	padding: 8px;
	background: #f8f7f0;
	border: 1px solid #EBEADC;
	color: #3A2A14;
	margin: 20px 0;
}

#updateForm {
	margin: 20px 0;
}

/* @end */

/* @group Suppliers */


p.sort {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px;
	background: #ebeadc;
	color: #4f3d26;
}

input#supplierKeywords {
	width: 220px;
	margin-left: 5px;
}

/* @end */



/* @group Leaders */

ul.leaders {
	margin: 30px 0;
}

ul.leaders li {
	padding: 0;
	margin-bottom: 30px;
	background-image: none;
}

ul.leaders p {
	margin: 0;
}

p.leaderURL {
	font-weight: bold;
}

/* @end */



/* @group FAQ */

ul.faqs {
	margin: 0;
}

ul li.faq {
	background-image: none;
	margin: 0;
	padding: 0;
}

.faqSummary, a.toggle {
	display: none;
}

.faqSummary, .faqAnswer {
	padding: 10px 10px 0;
}

a.toggle {
	font: normal 11px/14px Verdana, "Lucida Grande", sans;
	font-weight: bold;
	margin-left: 5px;
}

.faq .top {
	margin: 0;
	position: relative;
	top: -10px;
}

.faq .top a {
	text-align: right;
	padding-right: 14px;
}


.faq .top a:hover {
	background-position: right center;
}

/* @end */

/* @group Resources */

ul#resources {
	margin: 0;
}

ul#resources a {
	font-weight: bold;
}

ul#resources li {
	background-image: none;
	padding: 0;
	margin-bottom: 3em;
}

ul#resources li li {
	padding-left: 14px;
	background: #FFF url(../images/arrow_collapse.gif) no-repeat left 3px;
	margin-bottom: 1em;
}

li.pdf a {
	background: #FFF url(../images/pdf.gif) no-repeat right top;
	padding-right: 18px;
}

span.source {
	color: #555;
	font-size: 11px;
}

/* @end */

/* @group Events */

ul.events {
	margin: 0;
}

ul.events li {
	padding: 0;
	margin: 0 0 3em;
	background-image: none;
}

ul.events li h2, ul.events li p {
	margin-left: 75px;
}

.dateIcon {
	width: 64px;
	height: 64px;
	float: left;
	text-align: center;
	background: url(../images/date.png) no-repeat center top;
	font: bold 10px/12px Arial, Helvetica, sans;
	text-transform: uppercase;
}

.month {
	color: #FFF;
	width: 64px;
	margin-top: 9px;
}

.day {
	color: #000;
	width: 64px;
	font-size: 32px;
	line-height: 32px;
}

p.date {
	margin: 0;
	font-weight: bold;	
}

p.location {
	color: #555;
}

/* @end */



/* @group News */

h2.news {
	margin-bottom: 0;
}

ul.news {
	margin: 0;
}

ul.news li {
	padding: 0 0 10px;
	background-image: none;
	margin: 0 0 20px;
	border-bottom: 1px solid #EBEADC;
}

.entryNav {
	padding-top: 5px;
	border-top: 1px solid #EBEADC;
	color: #555;
	font-size: 11px;
}

.entryNav a {
	font-weight: bold;
}


/* @end */

/* @group Contact */

.contact {
	margin: 0 0 20px;
}

.contact div {
	width: 280px;
	float: left;
	padding: 0 10px;
}

.contact b {
	color: #3A2A14;
}

#contactForm {
	padding-top: 1px;
	margin-top: 2em;
}

/* @end */

/* @group Search */

ul.results {
	margin: 0;
}

ul.results li {
	padding: 0 0 20px;
	background-image: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEADC;
}

ul.results li.paginate {
	padding: 0;
}

span.section {
	font-size: 11px;
	color: #555;
}

ul li.paginate {
	border: none;
}

.paginate {
	font-size: 11px;
	color: #555;	
}

span.pages {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #555;
}

span.pages a {
	padding: 2px 4px;
}

span.pages a:hover {
	color: #FFF;
	background: #972F13;
	text-decoration: none;
}

span.pages b {
	padding: 2px 4px;
	color: #3A2A14;
}


/* @end */



/* @group Forms */

.formText {
	padding: 2px;
	color: #555;
	font: normal 11px/14px Verdana, "Lucida Grande", sans;
}

form.gradient, {
	padding-top: 1px;
}

.row {
	padding: 10px 0;
	border-top: 1px solid #EBEADC;
}

.row label {
	display: block;
	width: 190px;
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #3A2A14;
	padding: 2px 8px 2px 2px;
}

label.radio {
	width: auto;
	float: none;
	margin-left: 200px;
}

.row .formText {
	width: 360px;
}

.row .formText.short {
	width: 180px;
}

.row textarea {
	height: 150px;
}

.omc-pledge h3, .omc-pledge p,  p.form, .row .submit {
	margin-left: 200px;
}


/* @end */





/* @group Footer */

#footer {
	font-size: 11px;
	line-height: 16px;	
	color: #666;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding-top: 15px;
}

p#tagline {
	text-transform: uppercase;
	color: #3A2A14;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

#logos {
	float: left;
	padding: 15px 0 5px;
}

#logos img {
	margin-right: 20px;
}

#cida_credit {
	margin-left: 400px;
	padding-top: 24px;
}

/* @end */

/* @group System Message */

.message #top {
	height: 230px;
}

.message #header {
	width: 42em;
}

.message #logo {
	left: 0;
}

p.tagline {
	color: #C6A578;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 175px;
}

div#message {
	width: 42em;
	margin: 0 auto;
	text-align: left;
}

#message div {
	margin-bottom: 1em;
}

/* @end */


@media print {
body {
	background: #FFF;
}

#mcicGlobal, p#skip, #photo, #header ul {
	display: none;
}

#top {
	height: 120px;
}

#logo {
	position: static;
}

}



