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;
}

/* GLOBAL TAG STYLES */
body { 
  color: #111;
  font-family: "helvetica", sans-serif;
  font-weight: normal;
  font-size: 100%;
  background-color: #000;
}

html>body {
  font-size: 16px;
}

a { text-decoration: none; color: #3875ab; }

label { font-size: 14px; cursor: pointer;}
label.fieldlabel { display:block; line-height: 1.2; }

textarea { font: 1.1em "Arial", sans-serif; padding: 6px; border-top: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999; border-left: 1px solid #999; }
strong { font-weight: bold; }

p { font-size: 14px; line-height: 1.15;  margin-bottom: 16px; }

h1 {  padding: 5px 0 3px 0;   font-weight: 500; }
h2 {  padding: 8px 0 4px 0;   font-weight: 500; }
h3 {  padding: 10px 0 4px 0;  font-weight: 500; }
h4 {  padding: 12px 0 4px 0;   	}
h5 {  padding: 14px 0 4px 0;   	}

h1 { font-size: 1.5em;   }   /*24*/
h2 { font-size: 1.25em;  }   /*20*/
h3 { font-size: 1.125em; font-weight: bold; margin-bottom: 4px; }   /*18*/
h4 { font-size: 1.0em;   }   /*16*/
h5 { font-size: .875em;  }   /*14*/

.clear { clear: both; height: 0; }
/* Site skeleton */

#container {position:relative; width: 928px; margin: 0px auto; }

/* header */
#header { width: 928px; position: relative; height:56px; background: #4f3c17 url(../images/topnav_grad.jpg) 0% 0% repeat-x;}
#header #brownbunny { position: absolute; top: 0; left: 54px; width: 252px; height: 56px; /*margin: 0 0 0 54px;*/ background-color: #35280e; }
#nav { height: 56px; width: 400px; position: relative; padding: 0 0 0 310px;}
#navlist { height: 56px;}
#navlist ul { }
#navlist li { display: inline; }
.product { padding-left: 10px; }
.product strong { text-transform: uppercase; }
.price { color: #634b1b; font-weight: bold; }
/* center */
#median_container h3 { padding: 0 15px 0 10px; text-transform: uppercase;}
#median_container p { font: 16px helvetica; padding: 0 15px 0 10px; }
#median_container,#median_dexter,#median_sinister { position: relative; min-height: 300px; height:auto !important;height:300px; }
#median_container { display: block; clear: both; width: 928px; background-color: #fff;}
#median_dexter {  min-height: 575px; height:auto !important;height:575px; width: 594px; background-color: #fff; border-right: 28px #e6e6e6 solid; float: right; position: relative;}
#median_sinister {  width: 252px; border-left: 54px #fff solid; background-color: #f4f4f4; float: left; margin: 0 0 50px 0; position: relative; }
#median_sinister a { text-decoration: underline; }
#main_sinister { padding: 0 7px 0 0;}
#gc { margin: 0 0 280px 0;}
#amicalnews { }
#facebook { background-color: #e6e6e6; text-align: center; padding: 15px 0 15px; }
/* hero */
#home #billboard { width: 928px; position: relative; overflow: hidden; }
#home #billboard img { padding: 0; margin: 0;}


/* footer */ 
#footer { height: auto !important; min-height: 33px; height: 33px; font: 14px helvetica; color: #503d10; width: 928px; margin: 0 auto;  background-color: #e6e6e6; text-align: center; text-transform: uppercase;}
#footerlist { padding: 9px 0 0 0; width: 100%; }
#footerlist li { display: inline; padding-bottom: 10px; }
#footerlist a { color: #503d10; font: 14px helvetica;  }
#footerlist li:after  { content: " | "; }
#footerlist li:last-child:after { content: ""; }
