/* v1.0 | 20080212 */

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;
}

/* Layout
------------------------------*/
html, body {
	height: 100%;
}

body {
	text-align: left;
}

div#container {
	position: relative;
	width: 970px;
	min-height: 100%;
	margin: 0 auto;
}

* html div#container {
	height: 100%;
}

div#logo {
	margin-top: 18px;
}

div#nav {
	margin-top: 42px;
	width: 186px;
}

div#nav ul {
	margin-left: 6px;
}

div#nav ul li a {
	text-indent: -9999px;
	position: relative;
	display: block;
	width: 180px;
	height: 21px;
	line-height: 21px;
	margin-top: 10px;
	cursor: pointer;

}

.display-box {
	position: absolute;
	top:130px;
	left:186px;
}

div#product img { 
	width: 710px; 
	height: 475px;
}

div#tradeshows, div#contact-info {
	width: 630px; 
	height: auto;
	background-color: #fff;
	min-height:395px;height:auto !important;height:395px;
}

.copy {
	padding: 10px;
	width: 160px;
	margin-top: 10px;
	/*display: none;*/
}

/* Backgrounds & Colours
------------------------------*/
body{
	color: #fff;
}
div#tradeshows, div#contact-info {
	padding: 40px;
	color: #666;
}
div#tradeshows .date {
	color: #BF955F;
}
body#home {
	background: #AAA83B url(../images/bkg_yellow.jpg);
}
body#about {
	background: #4C4B51 url(../images/bkg_grey_dark.jpg);
}
body#totes {
	background: #733F4B url(../images/bkg_maroon.jpg);
}
body#ethical {
	background: #504F57 url(../images/bkg_grey.jpg);
}
body#wr {
	background: #AAA83B url(../images/bkg_brown.jpg);
}
body#wfp {
	background: #6D8D42 url(../images/bkg_green.jpg);
}
body#private {
	background: #4C4B51 url(../images/bkg_brown_dark.jpg);
}
body#tradeshow {
	background: #504F57 url(../images/bkg_grey.jpg);
}
body#contact {
	background: #733F4B url(../images/bkg_maroon.jpg);
}

#nav ul li#nav-about a {
	background: transparent url(../images/nav_about-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-about a:hover, #nav ul li#nav-about a:active, #nav ul li#nav-about a.selected {
	background-position: 0 0;
}

#nav ul li#nav-totes a {
	background: transparent url(../images/nav_totes-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-totes a:hover, #nav ul li#nav-totes a:active, #nav ul li#nav-totes a.selected {
	background-position: 0 0;
}

#nav ul li#nav-ethical a {
	background: transparent url(../images/nav_ethical-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-ethical a:hover, #nav ul li#nav-ethical a:active, #nav ul li#nav-ethical a.selected {
	background-position: 0 0;
}

#nav ul li#nav-wfp a {
	background: transparent url(../images/nav_wfp-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-wfp a:hover, #nav ul li#nav-wfp a:active, #nav ul li#nav-wfp a.selected {
	background-position: 0 0;
}

#nav ul li#nav-wr a {
	background: transparent url(../images/nav_wr-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-wr a:hover, #nav ul li#nav-wr a:active, #nav ul li#nav-wr a.selected {
	background-position: 0 0;
}

#nav ul li#nav-private a {
	background: transparent url(../images/nav_private-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-private a:hover, #nav ul li#nav-private a:active, #nav ul li#nav-private a.selected {
	background-position: 0 0;
}

#nav ul li#nav-tradeshows a {
	background: transparent url(../images/nav_tradeshows-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-tradeshows a:hover, #nav ul li#nav-tradeshows a:active, #nav ul li#nav-tradeshows a.selected {
	background-position: 0 0;
}

#nav ul li#nav-contact a {
	background: transparent url(../images/nav_contact-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-contact a:hover, #nav ul li#nav-contact a:active, #nav ul li#nav-contact a.selected {
	background-position: 0 0;
}

/* alternate nav colours */
#nav ul li#nav-about-alt a {
	background: transparent url(../images/nav_about_alt-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-about-alt a:hover, #nav ul li#nav-about-alt a:active, #nav ul li#nav-about-alt a.selected {
	background-position: 0 0;
}

#nav ul li#nav-totes-alt a {
	background: transparent url(../images/nav_totes_alt-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-totes-alt a:hover, #nav ul li#nav-totes-alt a:active, #nav ul li#nav-totes-alt a.selected {
	background-position: 0 0;
}

#nav ul li#nav-ethical-alt a {
	background: transparent url(../images/nav_ethical_alt-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-ethical-alt a:hover, #nav ul li#nav-ethical-alt a:active, #nav ul li#nav-ethical-alt a.selected {
	background-position: 0 0;
}

#nav ul li#nav-wfp-alt a {
	background: transparent url(../images/nav_wfp_alt-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-wfp-alt a:hover, #nav ul li#nav-wfp-alt a:active, #nav ul li#nav-wfp-alt a.selected {
	background-position: 0 0;
}

#nav ul li#nav-wr-alt a {
	background: transparent url(../images/nav_wr_alt-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-wr-alt a:hover, #nav ul li#nav-wr-alt a:active, #nav ul li#nav-wr-alt a.selected {
	background-position: 0 0;
}

#nav ul li#nav-private-alt a {
	background: transparent url(../images/nav_private_alt-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-private-alt a:hover, #nav ul li#nav-private-alt a:active, #nav ul li#nav-private-alt a.selected {
	background-position: 0 0;
}

#nav ul li#nav-tradeshows-alt a {
	background: transparent url(../images/nav_tradeshows_alt-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-tradeshows-alt a:hover, #nav ul li#nav-tradeshows-alt a:active, #nav ul li#nav-tradeshows-alt a.selected {
	background-position: 0 0;
}

#nav ul li#nav-contact-alt a {
	background: transparent url(../images/nav_contact_alt-trans.png) no-repeat  0 -21px;
}
#nav ul li#nav-contact-alt a:hover, #nav ul li#nav-contact-alt a:active, #nav ul li#nav-contact-alt a.selected {
	background-position: 0 0;
}

div#copy-wfp a:link, div#copy-wfp a:visited {
	color:#4E2B00;
}
div#copy-wfp a:hover, div#copy-wfp a:active {
	color:#D59F3D;
}

div#copy-wr a:link, div#copy-wr a:visited {
	color:#A2A060;
}
div#copy-wr a:hover, div#copy-wr a:active  {
	color:#D59F3D;
}

div#copy-about a:link, div#copy-about a:visited {
	color:#8EA3C4;
}
div#copy-about a:hover, div#copy-about a:active {
	color:#D59F3D;
}

div#contact-info a:link, div#contact-info a:visited {
	color: #666;
}
div#contact-info a:hover, div#contact-info a:active {
	color: #333;
}

/* Typography
------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

div#nav li {
	font-size: 1.4em;
	/*line-height: 3.0em;*/
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
}

a {text-decoration: none;}

p {
	font-size: 1.15em;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-bottom: 1.0em;
}

dt, dd, #contact-info p {
	font-size: 1.6em;
	line-height: 1.4;
}

div#tradeshows {
	font-weight: normal;
}

#tradeshows h1, #contact-info h1, #tradeshows dl {
	padding-bottom: 1.0em;
}

div#tradeshows h1, div#contact-info h1 {
	margin-top: 20px;
}

div#tradeshows .date {
	margin-bottom: 10px;
}

div#contact-info a {
	text-decoration: underline;
}
