/* == Container Colours */
/*#wrapper {background-color: #999999;}
#masthead {background-color: #99c753;}
#content {background-color: #f6f6f6;}
#mainContent {background-color: #d4d4d4;}
#secondaryContent {background-color: #e5e5e5;}
#mainNav {background-color: #D1D146;}
#footer {background-color: #fc0;}*/

/* == Resets based on Eric Meyer's 2008 rest  */
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 {
	background-color: #eeeeee;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*If you want quotes, put them in the mark-up*/
blockquote, q {
	quotes: none;
	font-style: italic;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* == Terracoda's Global Settings */
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-size: 80%;
	font-family:Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #999;
}
 
/* == Headings */
h1, h2, h3, h4, h5, h6,
#contactFormPage .contactForm h2{
	margin:0;
	padding:0;
	/*font-family: 'Lucide Grande', Garamond, serif;*/
	color: #7a4120; /*#7a4120*/ /*#8B6F6F*/
}
h1, #contactFormPage .contactForm h2 {
	/*letter-spacing:-1px;*/
	font-size:2em;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding:1em 0 0.5em 0;
	letter-spacing:-1px;
	font-size:1.6em;
	font-weight: normal;
}
h3, h3 a {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: normal;
	/*font-family: 'Lucide Grande', Garamond, serif;*/
}
h4, h5, h6 {
	font-size: 1em;
}
/* == Common Formatting */
p, ul, ol, dl, address, blockquote {
	margin:0;
	padding:0 0 20px 0;
}
ul li, ol li, dl dt, dl dd, li a {
	font-size: 100%;
}
dl dt {
	font-weight: bold;
}
dl dd {
	font-weight: normal;
	padding: 5px;
}
dd p {
	margin: 0;
	padding: 0 0 20px 0;
}
blockquote {
	margin:0.25em;
	padding:0.25em 1.25em 1em 1.25em;
}
blockquote p {
	margin: 0;
	padding: 0;
}
cite {
	color: #7a4120;
	font-style: italic;
	display: block;
	text-align: right;
}
small {
	font-size:0.85em;
}
img {
	border:0;
	margin: 0;
	padding: 0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border: none;
}
 
/* == Anchor Links */
a,
a:link,
a:visited{
	text-decoration: underline;
	color:blue;
}
a:hover, a:focus, a:active, .here {
	 text-decoration: none;
	 color: purple;
	 outline: none;
}

/* == Form Controls */
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
 
/* == Tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;	
}
table tr td {
	padding:2px;
}
 
/* == Global Classes */
/* an anchor inside an element with the class button*/
.button {
	background-color: #fff;
	text-align: center; 
	padding: 0;
	margin: 10px 0 0 0;
}
.button a, .button a:link, .button a:visited {
	padding: 10px; 
	text-decoration: none;
	font-weight: bold;
}
.button a:hover, .button a:focus, .button a:active {
	text-decoration: underline;
}
/* general image replacement */
.replace {
	text-indent: -9999px;
	font-size: 1px;
	/*do we need a line-height here?*/
}
/* my handy in-line menu class */
.pipeLine, .inline {
	list-style-position: inherit;
}
.pipeLine li, .inline li {
	height: 50%;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 0 0.55em 0 0; /* padding bigger on li to compensate for border */
	margin: 0;
}
.pipeLine a, .inline a {
	padding-left: 0.5em;
	padding-bottom: 2px;
}
.pipeLine li.last {
	border-right: none;
}
.inline li {
	border-right: none;
}
dl.inline {
	clear: left;
}
.inline dt, .inline dd {
	float: left;
	padding: 0;
}
.inline dt {
	clear: both;
}
/* == General Formatting classes */
.clear         { clear:both; }
.floatLeft    { float:left; }
.floatRight   { float:right;}
 
.textLeft     { text-align:left; }
.textRight    { text-align:right; }
.textCenter   { text-align:center; }
.textJustify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.imgLeft      { float:left;margin: 0 20px 0 0; }
.imgRight     { float:right;margin: 0 0 0 20px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* == floated column classes */
.colContainer {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	/*border-bottom: 1px dotted #666;*/
	overflow: hidden;
}
.whereToBuy .colContainer {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
.whereToBuy .col {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border-right: 1px dotted #666;
}
.whereToBuy div.last {
	margin: 0;
	padding: 0;
	border-right: none;
}
.col {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
.spanOne {
	width: 35%;
	
}
.whereToBuy .spanOne {
	width: 31%;
}
.spanTwo {
	width: 60%;
	margin-right: 0;
}
.spanThree {
	width: 99%;
	border: none;
}