/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div,  object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td {margin:0;padding:0;border:0;font-weight:normal;font-style:normal;font-size:11px; line-height:14px;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;vertical-align:baseline;}
span{font-weight:inherit;font-style:inherit;font-size:inherit; line-height:inherit;font-family:inherit;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* colours */

.green-drk{color:#201E0D;}
.green{color:#6A662D;}
.wine{color:#491E28;}
.wine-light{color:#A48E93;}
.beige{color:#71460A;}
.white{color:#FFF;}
.black{color:#000;}


/* typography.css */

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:12px;font-weight:bold; margin:0 0 5px 0;}
h2 {font-size:25px;font-family:"Times New Roman", Times, serif; font-weight:normal; color:#491E28; margin:0px 0px 10px 0px;}
h3 {font-size:16px;font-family:"Times New Roman", Times, serif; font-weight:normal; color:#A48E93; margin:5px 0px 5px 0px; text-indent:10px;}/*-- MODULE HEADERS */
h4 {font-size:15px;font-weight:bold;}
h5 {font-size:16px;font-family:"Times New Roman", Times, serif; font-weight:normal; color:#A48E93; margin:5px 0px 5px 0px; text-indent:10px;}/*-- ACCORDION HEADERS DO NOT TOUCH, CHANGE IN JQUERY-UI-1..7.2.CUSTOM--*/
h6 {font-size:12px;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}


strong {font-weight:bold;}
em, dfn {font-style:italic;}
p {margin:0 0 3px; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
p.welcome {font-size:12px;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}



/* Links */

a.quicklinks{
	font-size:10px;
	text-decoration:none;
	color:#491E28;
}

a.quicklinks:hover{
	color:#A48E93;	
}


a.normalGreen{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#201E0D;
}

a.normalGreen:hover{
	color:#6A662D;	
}

a.normalRed{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#491E28;
}

a.normalRed:hover{
	color:#A48E93;	
}

a.welcomeGreen{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#201E0D;
}

a.welcomeGreen:hover{
	color:#6A662D;	
}


a.welcomeRed{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#491E28;
}

a.welcomeRed:hover{
	color:#A48E93;	
}


a.viewCarton{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#491E28;
}

a.viewCarton:hover{
	color:#A48E93;	
}