/* Link colour for main menu */
A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:hover {text-decoration: underline; color: #ffffff;}

/* Link colour for submenu (below main menu)*/
#submenu A:link {text-decoration: underline; color: #333333; 	line-height: 100%;}
#submenu A:visited {text-decoration: underline; color: #333333; line-height: 100%;}
#submenu A:hover {text-decoration: underline; color: #333333;	line-height: 100%;}

/* Link colour for main body text */
#main_text A:link {text-decoration: underline; color: #000000; 	line-height: 180%;}
#main_text A:visited {text-decoration: underline; color: #000000; line-height: 180%;}
#main_text A:hover {text-decoration: underline; color: #000000;	line-height: 180%;}

/* ie6 png fix */
img, div { behavior: url(iepngfix.htc) }

body
{
	background-position: center;
	background-image: url('cmsimages/page_background.png');
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}

#header
/*If background image is a png this can cause problems with ie6 - needs workaround */
{
  background-image: url('cmsimages/header_background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 225px;
}

#main_text
{
	text-align:left;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 180%;
top: -5px;
}

#main_text_inner
{
	padding-right: 20px;
}

/* Logo floating over title banner */
#logo
{
	z-index: 6;
	position:absolute;
	top:0px;
	float:left;
}

/* Background strip for menu */
#menu_bar
{
	z-index: 5;
	position:relative;
	top: 170px;
	text-align: center;
}

#menu_text
{
	z-index: 6;
	width: 940px;
	position:relative;
	top:118px;
	text-align:center;
	font-size: 22px;
	font-family: "times new roman", serif;
	font-weight: normal;
}

/* Optional - sits below main menu when more options are needed */
#submenu
{
	width: 920px;
	background-color: #f6eb15;
	height: 26px;
        padding-top: 7px;
	font-size: 16px;
	font-family: arial, sans-serif;
	text-align: center;
	color: #000000;
        margin: 0px auto 0px auto;
        position: relative;
        top: -10px;
}

#countdown_text
{
	z-index: 10;
  position:relative;
	top: 152px;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	display:inline;
}

#countdown_box
{
  border-color: #ed1a61;
  border-style: solid;
  border-width: 3px;
  margin: 0px auto 0px auto;
  width: 360px;
  height: 240px;
}

.left_column_block
{
	text-align: center;
        color: #000000;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 180%;

}

.spacer
{
  height: 8px;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
	color:#000000f;
	font-weight: bold;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
	font-size: 80%
}

/* AddThis Button */
.share
{
  position:relative;
  top: -110px;
  left: 30px;
  text-align: left;
}
