/***************************************************************
	CSS written by Adam T. Gregory - 12/01/2008
***************************************************************/

/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

 
#content {
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#content, #width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "860px" : "94%");
	max-width: 860px;
	margin: 0 auto;
}

#content[id], #width[id] {
	width: 860px;
	height: auto;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	height: 148px;
	background-image: url(http://blackwoodwine.com/assets/images/BCVHeader.jpg);
	background-repeat: no-repeat;
}

/* Holds the site title and subtitle */
#header #title {
	position: relative;
	z-index: 3;
	top: 0px;
	text-align: right;
	float: right;
	padding-right: 5px;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0.09em;
}

#header h2 {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #00F0EC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
}

/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 0px;
	background-image: url(http://blackwoodwine.com/assets/images/BCVMenuNavShadow.jpg);
	background-repeat: no-repeat;
	height: 62px;
	background-position: center top;
}

#mainMenu ul {
	margin: 0;
	padding: 0;
}

#mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li a {
	float: left;
	text-decoration: none;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:1.3em;
	font-weight: 400;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0em;
	color: #ffffff;
}

#mainMenu li a:hover {
	color: #b3884f;
	padding-top: 5px;
}

#mainMenu li.here a {
	color: #b3884f;
	padding-top: 5px;
}

#mainMenu li a.last {
	margin-right: 0;
}

/***********************************************
 #topMenu - Header Menu
***********************************************/


#headerMenu {
	float: left;
	width: 100%;
	clear: both;
}

#headerMenu ul {
	margin: 0;
	padding: 0;
}

#headerMenu li {
	display: inline;
	list-style: none;
}

#headerMenu li a {
	float: left;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 6px;
	padding-left: 0.5em;
	color: #ffffff;
}

#headerMenu li a:hover {
	color: #b3884f;
	padding-top: 3px;
}

#headerMenu li a.here {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #999999;
	border-top-color: #404040;
	border-bottom-color: #404040;
}

#headerMenu li a.last {
	margin-right: 0;
}

/**************************************************************
   .PageTitle: The page title area
 **************************************************************/
.PageTitle p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #c7c7c7;
}

.PageTitle b {
	color: #666666;
}

.PageTitle a {
	color: #999999;
	text-decoration: underline;
}

.PageTitle a:hover {
	color: #b3884f;
}

.PageTitle a:visited {
	color: #999999;
}

.PageTitle a:active {
	color: #999999;
}

.PageTitle h1 {
	clear: both;
	color: #b3884f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 100%;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b3884f;
	margin: 0;
	padding: 10px 15px;
	
}







/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
	margin: 0;
	padding: 0;
}

.sideMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(http://blackwoodwine.com/assets/images/noimage.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: 400;
}

.sideMenu li a {
	display: block;
	margin: 0.2em 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #c7c7c7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.sideMenu li a:hover {
	color: #b3884f;
	background-color: #000000;
}

/* Active menu item */
.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #ffffff;
	background-color: #383838;
}



/* Submenu of active menu item */
.sideMenu li.here ul {
	margin: 0;
	padding: 0;
}

.sideMenu li.here ul li a {
	padding-left: 35px;
	color: #c7c7c7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(http://blackwoodwine.com/assets/images/BCVBulletGrayWhite.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #383838;
}

.sideMenu li.here ul li a:hover {
	color: #b3884f;
	background-color: #000000;
	background-image: url(http://blackwoodwine.com/assets/images/BCVBulletBlackGold.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
}

/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/
#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: -0.05em;
	background-color: #000000;
	padding-bottom: 4em;
	color: #FFFFFF;
	font-size: 1.3em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #751d19;
}

/* .sideMenu: The side bar menu */

ul.footerMenu {
	margin: 0;
	padding: 0;
	text-align: left;
}

.footerMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #FFFFFF;
}

.footerMenu li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.footerMenu li a:hover {
	color: #b3884f;
}

/* Active menu item */
.footerMenu li.here {
	display: block;
	padding: 0px;
	color: #ffffff;
}

/* Submenu of active menu item */
.footerMenu li.here ul {
	margin: 0;
	padding: 0;
}

.footerMenu li.here ul li a {
	padding-left: 35px;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(http://blackwoodwine.com/assets/images/BCVBulletBlackWhite.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.footerMenu li.here ul li a:hover {
	color: #b3884f;
	background-image: url(http://blackwoodwine.com/assets/images/BCVBulletBlackGold.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	padding-top: 10px;
	text-align: left;
	padding-left: 0px;
}

/**************************************************************
   .copyright: Copyright
 **************************************************************/
#copyright {
	width: 97.7%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
	width: 100%;
}

.width75 {
	width: 74%;
}

.width50 {
	width: 49.7%;
}

.width33 {
	width: 32.7%;
}

.width25 {
	width: 24.7%;
}

.width90 {
	width: 89.7%;
}

.width10 {
	width: 8.7%;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
	clear:both;
}

.block {
	display: block;
}

.small {
	font-size: 0.8em;
}

.TextGold {
	color: #B3884f;
}

.TextRed {
	color: #751d19;
}

.TextGrey {
	color: #383838;
}



/***********************************
  Content Background
***********************************/

.BackgroundContentBlack {
	background-color:#000000;
}

.BackgroundContentDarkGray {
	background-color:#383838;
}

.BackgroundContentWhite {
	background-color:#ffffff;
}

/**********************************************
  Creates Round Corners
**********************************************/

.roundcornerContent {
	display:block
}

.roundcornerContent * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#000000
}

.roundcornerContent1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#000000
}

.roundcornerContent2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#000000
}

.roundcornerContent3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.roundcornerContent4 {
	border-left:1px solid #000000;
	border-right:1px solid #000000
}

.roundcornerContent5 {
	border-left:1px solid #000000;
	border-right:1px solid #000000
}

.roundcornerContentfg {
	background:#000000
}

.roundcornerSidemenu {
	display:block
}

.roundcornerSidemenu * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#383838
}

.roundcornerSidemenu1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #181818;
	border-right:1px solid #181818;
	background:#2a2a2a
}

.roundcornerSidemenu2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #050505;
	border-right:1px solid #050505;
	background:#2d2d2d
}

.roundcornerSidemenu3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #2d2d2d;
	border-right:1px solid #2d2d2d;
}

.roundcornerSidemenu4 {
	border-left:1px solid #181818;
	border-right:1px solid #181818
}

.roundcornerSidemenu5 {
	border-left:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a
}

.roundcornerSidemenufg {
	background:#383838
}

.roundcornerPagetitle {
	display:block
}

.roundcornerPagetitle * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#000000
}

.roundcornerPagetitle1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#000000
}

.roundcornerPagetitle2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#000000
}

.roundcornerPagetitle3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.roundcornerPagetitle4 {
	border-left:1px solid #000000;
	border-right:1px solid #000000
}

.roundcornerPagetitle5 {
	border-left:1px solid #000000;
	border-right:1px solid #000000
}

.roundcornerPagetitlefg {
	background:#000000
}

.roundcornerContentWhite{display:block}
.roundcornerContentWhite *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.roundcornerContentWhite1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6d6d6d;
  border-right:1px solid #6d6d6d;
  background:#bfbfbf}
.roundcornerContentWhite2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #191919;
  border-right:1px solid #191919;
  background:#cecece}
.roundcornerContentWhite3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cecece;
  border-right:1px solid #cecece;}
.roundcornerContentWhite4{
  border-left:1px solid #6d6d6d;
  border-right:1px solid #6d6d6d}
.roundcornerContentWhite5{
  border-left:1px solid #bfbfbf;
  border-right:1px solid #bfbfbf}
.roundcornerContentWhitefg{
  background:#ffffff}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #000000;
	background-color: #000000;
	background-image: url(http://blackwoodwine.com/assets/images/BCVPageBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: .7em;
	font-weight: 400;
}

h1 {
	clear: both;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 100%;
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
}

h2 {
	color: #751d19;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
}

h2 a {
	color: #751d19;
}

h2 a:hover {
	color: #b3884f;
}

h2 a:visited {
	color: #751d19;
}

h2 a:active {
	color: #751d19;
}

h3 {
	color: #b3884f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}

h4 {
	color: #b3884f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}

h5 {
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}

h6 {
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 10px 15px;
}

/*****************************************
  Left Column and Side Menu the same
*****************************************/

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1, .leftColumn h2, .leftColumn h4, .leftColumn h5, .leftColumn h6, .leftColumn p, .leftColumn dl {
	padding-left: 0;
	color: #FFFFFF;
}

.leftColumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 5px;
}

.leftColumn p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #c7c7c7;
}

.leftColumn b {
	color: #666666;
}

.leftColumn a {
	color: #999999;
	text-decoration: underline;
}

.leftColumn a:hover {
	color:#b3884f;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color:#b3884f;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a {
	color: #b3884f;
}

a:visited {
	color: #b3884f;
}

a:active {
	color: #b3884f;
}

a:hover {
	color: #ffffff;
}

b {
	color: #666666;
}

ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
}

ol {
	color: #666666;
}

ol span {
	color: #666666;
}

ul {
	list-style-image: url(../images/BCVBulletWhiteBlack.gif);
}

del {
	color: #aaaaaa;
}

code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	line-height: 120%;
	white-space: pre;
	background: #444;
	font-family: courier, monospace;
	font-size: 1em;
	font-weight: 400;
	color: #A1FF45;
}

.leftColumn code {
	margin-left: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777777;
}

dt {
	font-weight: bold;
	color: #666666;
}

dd {
	margin-left: 0;
	padding-left: 45px;
}

/**************************************************************
   Form Elements
 **************************************************************/
form {
	margin: 2px;
}

label {
	display: block;
}






/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	padding-left: 27px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

/**************************************************************
   Images
 **************************************************************/


/*****************************************
   Tables
******************************************/
.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#999999;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#383838;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#666666;
	text-align:left;
	color:#c7c7c7;
	font-weight:bold;
	border: 2px solid #444444;
}

.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#666666;
	text-align:left;
	color:#c7c7c7;
	border: 2px solid #444444;
}



.cleartable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.cleartable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#383838;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.cleartable th {
	height:3em;
	padding:2px 20px 2px 7px;
	text-align:left;
	color:#c7c7c7;
	font-weight:bold;
}

.cleartable td {
	height:3em;
	padding:2px 7px 2px 7px;
	text-align:left;
	color:#c7c7c7;
}

.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}

.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}

.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
}

.separator {
	clear: both;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
}

.separatorsmall {
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
}

.separatorsmallclear {
	clear: both;
	height:10px;
}

.list2 ul {
	float: left;
	width: 10em; /* width is changed */
	margin: 0;
	padding: 0;
	list-style: none;
}

.list2 li {
	float: left;
	width: 20em;
	margin: 0;
	background-image: url(../images/BCVBulletBlackWhite.gif);
	background-position: 0 -2px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	text-decoration: none;
	list-style-type: none;
	line-height: 1.2em;
}

.list2 ol li a {
	display: block;
	text-decoration: none;
}

.list2 ol li a:hover {
	color: #006633; /* white */
	background-color: #FFFFFF; /* brown */
}


/************* V2D Page Elements *****************************/


/* The following styles are used by V2D */
 {}

 
.header {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B9A52C;
	padding-bottom:5px;
	letter-spacing: -1pt;
	border-bottom: 1px solid #dcbb74;
}
.subheader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #dcbb74;
}
.sectionheader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #231417;
	padding-bottom:5px;
	padding-left: 5px;
	letter-spacing: -0.25pt;
	border-bottom: 1px solid #231417;
}
.colheader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5pt;
	color: #231417;
}
.lineheader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding:2px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 15px;
}
.listheader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #231417;
	padding-bottom:5px;
	padding-left: 5px;
	letter-spacing: -1pt;
}
.large {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;;
}
.dark {
	font-size: 12px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.tiny {
	font-size: 9px;
	color: #000000;
	padding-left: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.colored {
	color: #231417;
}
.reverse {
	color: #FFFFFF;
}
A.little {
	font-size: 10px;
	color: #231417;
	text-decoration: underline;
}
A.little:Hover {
	color: #000000;
	text-decoration: underline;
}
A.red {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
A.red:Hover {
	color: #000000;
	text-decoration: underline;
}
A.little-red {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}
A.little-red:Hover {
	color: #000000;
	text-decoration: underline;
}
A.blue {
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
A.blue:Hover {
	color: #000000;
}
A.little-blue {
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
}
A.little-blue:Hover {
	color: #000000;
}
A.black {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.black:Hover {
	text-decoration: underline;
}
A.little-black {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.little-black:Hover {
	text-decoration: underline;
}
A.white {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.white:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}
A.little-white {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.little-white:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}
A.product:link {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.product:visited {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.product:active {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.product:hover {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
A.nav {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
A.nav:Hover {
	text-decoration: underline;
}
A.subnav {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #AB7120;
	font-weight: normal;
	text-decoration: none;
}
A.subnav:Hover {
	color: #7b213b;
	text-decoration: underline;
}
A.subnav:visited {
	color: #AB7120;
	
}
A.headernav {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #231417;
	font-weight: normal;
	text-decoration: none;
}
A.headernav:Hover {
	color: #000000;
}
A.footerlink {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
A.footerlink:Hover {
	text-decoration: underline;
}
A.button {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #676767;
	border-right: 1px solid #676767;
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	padding: 1px 1px 1px 1px;
	background-color: #E1E1E1
}
A.button:Hover {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #676767;
	border-left: 1px solid #676767;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	padding: 1px 1px 1px 1px;
	background-color: #C0C0C0
}



.errorbox {
	background-color : #FFFFFF;
	border : 1px solid #FF0000;
	text-align : left;
	margin-top:10px;
}
.errorlabel {
	background-color : #FF0000;
	border-bottom: 1px solid #FF0000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	padding : 3px 3px 3px 3px;
	color: #FFFFFF;
}
.warningbox {
	background-color : #FFFFFF;
	border : 1px solid #EDC900;
	text-align : left;
	margin-top:10px;
}
.warninglabel {
	background-color : #EDC900;
	border-bottom: 1px solid #EDC900;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	padding : 3px 3px 3px 3px;
	color: #FFFFFF;
}


.subnav {
 padding: 5px



