/*CineMania UK Style Sheet*/

@import url("feedback.css");

*
{
	padding: 0;
	margin: 0;
}
/*clear overall margins (ie6 etc)*/
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #ffffff;
}

A:link, A:visited, A:hover
{
	color: #000000;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A IMG
{
	border: none;
}

H1, H2, H3
{
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	}

H1
{
	margin-top: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #bc9957;
}

h2 {
	font: bold italic 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

H3 {
	font-size: 100%;
	color: #194C8B;
	padding: 5px 0px 5px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 80em;
	min-width: 75em;
	background-color: #ffffff;
}

#equalheight {
	overflow: hidden;
	width: 100%;
	background-color:#FFFFFF;
} 

#header {
	margin: 0 auto;
	height: 125px;
	padding: 0px;
	/*background-color: #a9637b;*/
	text-align: center;
	z-index: 10;
}

/* Below is the horizontal nav */
#nav_bar {
	margin: 0px;
}

#nav_wrap {
	margin:0 auto;
	text-align:center;
	width: 50%;
}

#nav, #nav ul {
	padding: 0px;
	margin: 0 auto;
	list-style: none;
	line-height: 120%;
	}
	
#nav a {
	display: block;
	color: #000000;
	height: 20px;
	width: 130px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	background: #c6b039;
}

#nav a:hover{
	color:#ffffff;
	background:#c6b039) 0 32px;
}
	
#nav li {
	padding-left: 0;
	float:left;
	width: 10em;
	position: relative;
	}

#nav li ul {
	position: absolute;
	display: none;
	background-color: #000000;
	top: 0.75em;
	line-height: 1.5;
	left: -20px;
	}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left - can be deleted? */
	top: auto;
	left: auto;
}
	
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* end of navigation */



#leftcolumn {
/*Parent Wrapper for inside boxes*/
	clear: left;
	margin: 10px 0px 0px 11px;
	display: inline;
	width: 15%;
	float: left;
	height: 580px;
	background:#c6b039;
	padding: 4px;
	border-style: solid;
	border-color: #C3C1C1;
	border-width: 3px;
}

#img_centre {
margin: 0 auto;
padding: 0px;
text-align: center;
}

/* Vertical Menu - Pink / Purple  Background */

#menu {
	width: 92%;
	margin: 5px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	border-style: solid solid none solid;
	border-color: #fff;
	border-width: 0px;
	}

#menu img {
    border: none;
} 

#menu ul {
	list-style: none;
	margin: -10px; /*change to 0 to allow border around buttons */
	padding: 0;
}

#menu li a {
	height: 32px;
/*  	voice-family: "\"}\"";  */ 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background:  #c6b039;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  #c6b039) 0 -32px;
	padding: 8px 0 0 10px;
	}	

#menu li ul {
	position: absolute;
	display: none;
	background-color: #eeeeee;
	line-height: 1.5;
	text-align:left;
	top: 240px;
	margin-left: 150px;
	width: 170px;
	}
	
#menu li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#centrecolumn { /*Parent Wrapper for inside boxes*/
	margin: 10px;
	display: inline;
	padding: 4px;
	width: 61%;
	float: left;
	min-height: 580px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #C3C1C1;
	border-width: 3px;	
}

#centrecolumn ul {
	padding: 20px;
	}

#cb1tl{
}

#table_centre table{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
#rightcolumn
{
	margin: 10px 11px 0px 0px;
	padding: 4px;
	display: inline;
	width: 15%;
	min-height: 580px;
	float: right;
	border-style: solid;
	border-color: #C3C1C1;
	border-width: 3px;
}

#sitelinks {
	background-color: #ffffff;
	margin: 0px 0px 5px 0px;
	display: inline;
	padding-bottom: 4px;
	float: left;
	font-size: 75%;
	text-align: center;
	width: 100%;
}
#footer
{
	background-color: #ffffff;
	margin: -5px 0px 0px 0px;
	display: inline;
	padding: 0;
	float: left;
	font-size: 75%;
	width: 100%;
}
#footer A:link, A:hover
{
	color: #666666;
}

#footer_left {
	float:left;
}

#footer_right {
	float: right;
}

/*end of css*/
