a
{
	text-decoration: none;
}
.headingtext {
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.mediumgreytext {
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.reallysmallgreytext {
	font-family: Helvetica, Arial, Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.reallysmalllink {
	font-family: Helvetica, Arial, Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}
.reallysmalllink:hover {
	font-family: Helvetica, Arial, Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.smallgreytext {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
.smallmenutext {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.smallmenutextbold {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.smallmenutext:hover {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.smallredtext {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.smallredtextitalic {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}.inputbox {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
	line-height: normal;
	padding: 0px;
	font-style: normal;
}
.buttonSubmit {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.greyborder {
	border: 1px solid #666666;
}
.image {
	cursor:pointer;
	cursor:hand;
}
.even {
	background-color: #FFFFFF;
}
.odd {
	background-color: #E0E0E0;
}
/*html, body, #centrevertically {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}*/
#centrevertically {
	vertical-align: middle;
}


/* in the bottle menu */
.ddm1 
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
}

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover 
{
    text-decoration: none;
    display: block;
    position: relative;
	cursor:pointer;
	cursor:hand;
}
.ddm1 .item1 {
	/*padding: 3px 8px 4px 8px;*/
	height: 31px;
	background-repeat: no-repeat;
	background-position: center; 
	cursor:pointer;
	cursor:hand;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	height: 31px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	cursor:hand;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	cursor:pointer;
	cursor:hand;
}
.ddm1 .item2 {
	background: #FFFFFF;
    color: #666666;
	cursor:pointer;
	cursor:hand;
}
.ddm1 .item2:hover {
    background: #FFFFFF;
    color: #990000;
	cursor:pointer;
	cursor:hand;
}
.ddm1 .section {
    border: 1px;
	border-style: solid solid solid solid;
	border-color: #EEEEEE;
	position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: solid solid solid solid; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */

/* story so far menu */
.ddm2
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
}

.ddm2 .item1,
.ddm2 .item1:hover,
.ddm2 .item1-active,
.ddm2 .item1-active:hover 
{
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm2 .item1 {
	/*padding: 3px 8px 4px 8px;*/
	height: 31px;
	background-repeat: no-repeat;
	background-position: center; 
	cursor:pointer;
	cursor:hand;
}
.ddm2 .item1:hover,
.ddm2 .item1-active,
.ddm2 .item1-active:hover {
	height: 31px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	cursor:hand;
}
.ddm2 .item2,
.ddm2 .item2:hover {
    padding: 2px 4px 2px 4px;
	text-decoration: none;
    display: block;
    white-space: nowrap;
	cursor:pointer;
	cursor:hand;
}
.ddm2 .item2 {
	background: #FFFFFF;
    color: #666666;
	cursor:pointer;
	cursor:hand;
}
.ddm2 .item2:hover {
    background: #FFFFFF;
    color: #990000;
	cursor:pointer;
	cursor:hand;
}
.ddm2 .section {
    border: 1px;
	border-style: solid solid solid solid;
	border-color: #EEEEEE;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm2 .bottom,
.ddm2 .bottom:hover { border-style: solid solid solid solid; }

* html .ddm2 td { position: relative; } /* ie 5.0 fix */

/* distribution menu */
.ddm3
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.ddm3 .item1,
.ddm3 .item1:hover,
.ddm3 .item1-active,
.ddm3 .item1-active:hover 
{
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm3 .item1 {
	height: 31px;
	background-repeat: no-repeat;
	background-position: center; 
	cursor:pointer;
	cursor:hand;
}
.ddm3 .item1:hover,
.ddm3 .item1-active,
.ddm3 .item1-active:hover {
	height: 31px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	cursor:hand;
}
.ddm3 .item2,
.ddm3 .item2:hover {
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	cursor:pointer;
	cursor:hand;
}
.ddm3 .item2 {
	background: #FFFFFF;
    color: #666666;
	cursor:pointer;
	cursor:hand;
}
.ddm3 .item2:hover {
    background: #FFFFFF;
    color: #990000;
	cursor:pointer;
	cursor:hand;
}
.ddm3 .section {
    border: 1px;
	border-style: solid solid solid solid;
	border-color: #EEEEEE;
	position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm3 .bottom,
.ddm3 .bottom:hover { border-style: solid solid solid solid; }

* html .ddm3 td { position: relative; } /* ie 5.0 fix */

/* join us menu */
.ddm4
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.ddm4 .item1,
.ddm4 .item1:hover,
.ddm4 .item1-active,
.ddm4 .item1-active:hover 
{
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm4 .item1 {
	height: 31px;
	background-repeat: no-repeat;
	background-position: center; 
	cursor:pointer;
	cursor:hand;
}
.ddm4 .item1:hover,
.ddm4 .item1-active,
.ddm4 .item1-active:hover {
	height: 31px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	cursor:hand;
}
.ddm4 .item2,
.ddm4 .item2:hover {
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	cursor:pointer;
	cursor:hand;
}
.ddm4 .item2 {
	background: #FFFFFF;
    color: #666666;
	cursor:pointer;
	cursor:hand;
}
.ddm4 .item2:hover {
    background: #FFFFFF;
    color: #990000;
	cursor:pointer;
	cursor:hand;
}
.ddm4 .section {
    border: 1px;
	border-style: solid solid solid solid;
	border-color: #EEEEEE;
	position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm3 .bottom,
.ddm3 .bottom:hover { border-style: solid solid solid solid; }

* html .ddm4 td { position: relative; } /* ie 5.0 fix */

/* events us menu */
.ddm5
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.ddm5 .item1,
.ddm5 .item1:hover,
.ddm5 .item1-active,
.ddm5 .item1-active:hover 
{
    text-decoration: none;
    display: block;
    position: relative;
	cursor:pointer;
	cursor:hand;
}
.ddm5 .item1 {
	height: 23px;
	background-repeat: no-repeat;
	background-position: center; 
	cursor:pointer;
	cursor:hand;
}
.ddm5 .item1:hover,
.ddm5 .item1-active,
.ddm5 .item1-active:hover {
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	cursor:hand;
}
.ddm5 .item2,
.ddm5 .item2:hover,
.ddm5 .item2-active,
.ddm5 .item2-active:hover 
{
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    display: block;
    position: relative;
	cursor:pointer;
	cursor:hand;
}
.ddm5 .item2 {
	height: 23px;
	background-repeat: no-repeat;
	background-position: center; 
	cursor:pointer;
	cursor:hand;
}
.ddm5 .section {
    border: 1px;
	border-style: solid solid solid solid;
	border-color: #EEEEEE;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm5 .bottom,
.ddm5 .bottom:hover { border-style: solid solid solid solid; }

* html .ddm5 td { position: relative; } /* ie 5.0 fix */

/* contact us menu */
.ddm6
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.ddm6 .item1,
.ddm6 .item1:hover,
.ddm6 .item1-active,
.ddm6 .item1-active:hover 
{
    text-decoration: none;
    display: block;
    position: relative;
	cursor:pointer;
	cursor:hand;
}
.ddm6 .item1 {
	height: 23px;
	background-repeat: no-repeat;
	background-position: center; 
	cursor:pointer;
	cursor:hand;
}
.ddm6 .item1:hover,
.ddm6 .item1-active,
.ddm6 .item1-active:hover {
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	cursor:hand;
}
.ddm6 .item2,
.ddm6 .item2:hover,
.ddm6 .item2-active,
.ddm6 .item2-active:hover 
{
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    display: block;
    position: relative;
	cursor:pointer;
	cursor:hand;
}
.ddm6 .item2 {
	height: 23px;
	background-repeat: no-repeat;
	background-position: center; 
	cursor:pointer;
	cursor:hand;
}
.ddm6 .section {
    border: 1px;
	border-style: solid solid solid solid;
	border-color: #EEEEEE;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm6 .bottom,
.ddm6 .bottom:hover { border-style: solid solid solid solid; }

* html .ddm6 td { position: relative; } /* ie 5.0 fix */