html,body, form {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #ed1c24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	background-image: url(../Images/body_repeater.gif);
	background-repeat: repeat-x;
}
a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 900px;
	background: #ed1c24;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
.header-container {
	width: 900px;
	height: 296px;
	clear: both;
}
.header-container-left {
	width: 670px;
	height: 296px;
	float: left;
}
.header-container-right {
	width: 230px;
	height: 296px;
	float: left;
	background-image: url(../flash/flash_bg.jpg);
	background-repeat: no-repeat;
}
.header {
	width: 670px;
	height: 252px;
	clear: both;
}
.menu {
	width: 660px;
	height: 44px;
	clear: both;
	padding: 0px 0px 0px 10px;
	background-image: url(../Images/menu_bg.gif);
	background-repeat: no-repeat;
}
.userconsole {
	width: 880px;
	height: 20px;
	clear: both;
	padding: 8px 20px 0px 0px;
	text-align: right;
	background-image: url(../Images/userconsole_bg.gif);
	background-repeat: no-repeat;
}
.content {
	padding: 0px 20px 40px 20px; /* bottom padding for footer */
}
.pagecontent {
	clear: both;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 5px 0px;
}
.column1 {
	width: 200px;
	float: left;
	margin: 0px 30px 20px 0px;
}
.column1pic {
	width: 200px;
	height: 200px;
	clear: both;
	margin: 0px 0px 20px 0px;
}
.column2 {
	width: 630px;
	float: left;
	margin: 0px 0px 20px 0px;
}
.column3 {
	width: 860px;
	clear: both;
	margin: 0px 0px 20px 0px;
}
.quicklink {
	width: 165px;
	height: 25px;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.footer {
	position: absolute;
	width: 840px;
	height: 34px;
	margin: 0px 20px 0px 20px;
	padding: 6px 0px 0px 20px;
	background-color: #b50e15;
	/*background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;*/
	bottom: 0; /* stick to bottom */
	color: #ecc3c4;
	font-size: 85%;
}
.footer a {
	color: #ecc3c4;
	text-decoration: underline;
}
.footer a:hover {
	color: #ecc3c4;
	text-decoration: none;
}

/**********************
 * Menu Functionality *
 **********************/
#menu {
width: 100%;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu a, 
#menu h2 {
display: block;
margin: 0;
padding: 2px 3px;
}

#menu li {
    position: relative;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul li
{
	display:block;
	width:100%;
}


/***********************
 * Menu Editor         *
 ***********************/
.create-menu
{
	background: #e7f1f5;
}

.create-menu fieldset
{
	padding:10px;
}
.create-menu-container
{
	margin:10px;
}

.create-menu table th
{
	font-size:1em;
	text-align:left;
	font-weight:bold;
}

.create-menu table td
{
	vertical-align:top;
	padding-top: 10px;
}

.create-menu-title
{
	background-color: #9abfe2;
	/*width: 690px;*/
	height:20px;
	padding-left:10px;
	padding-top: 2px;
	font-weight:bold;
	margin: 0px;
}

.create-item-title
{
	float:left;
	font-weight: bold;
	width:100px;
}

.create-item-form
{
	float:left;
	width:300px;
	vertical-align:top;
}

.create-item-desc
{
	float:left;
	width:200px;
}

.create-item-spanned
{
	float:left;
	width:600px;
}


#Thumbnails img
{
	margin-right:20px;
}

.row span
{
	width:100px;
	display:block;
	float:left;
}

/****************
 * Menu Styling *
 ****************/

.radmenu a
{
	text-decoration:none;
}
.radmenu .text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	
	
}

/*.hasSubs
{
	background-image: url(/images/sub_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.hasSubs:hover
{
	background: url(/images/sub_menu_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.expanded .hasSubs
{
	background: url(/images/sub_menu_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/

.rootGroup .text /* top level text colour */
{
	color: #FFF;
	cursor: pointer;
}
.rootGroup .item
{
	text-align:left;
	padding: 15px 12px 0px 10px; /* top level menu padding */
	height: 29px; /* menu height */
}

.group *
{
	cursor: pointer;
}

.group
{
	/* width: 140px; dropdown width */
	background:  #8e050a; /* dropdown colour */
}

.group .text
{
	color: #fff;
	font-weight: normal;
}

.group .item
{
	text-align:left;
	padding: 5px 10px 5px 10px;
	/*width:120px;*/
	height:auto;
}

.group .item:hover
{
	background-color: #ed1c24; /* dropdown rollover colour */
}
.group .item .link:hover .text
{
    color: #fff;
}

.radmenu
{
	/* background:  #0000FF;  main menu background colour */
}

.item
{
	color: #c6d5a0;
	font-weight:bold;
}


.level2, .level3
{
	color: #ffffff;
	background:  #8e050a;
	
}

/* menu sticking fix */
	#nav li:hover, #nav li.hover {
    position:static;
    }	