/* CSS Document */

body {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 8pt;
	color: #666;
	background-color: #000;
}

h1 {
	font-weight: normal;
	color: #c00;
	font-size: 1.5em;
	padding: 15px 5px 15px 5px;
}

h2 {
	font-weight: bolder;
	color: #909090;
	font-size: 1.3em;
	padding: 10px 5px 8px 5px;
}

h3 {
	font-weight: normal;
	color: #c00;
	font-size: 1.2em;
	padding: 10px 5px 5px 5px;
}

h3 a,h3 a:visited {
	color:#c00;
}

h3 a:hover {
	color:#666;
}

h4 {
	font-weight: bolder;
	color: #666;
	font-size: 1.1em;
	padding: 10px 5px 4px 5px;
}

h5 {
	font-weight: normal;
	color: #666;
	font-size: 1.1em;
	line-height: 1.5em;
}

h6 {
	font-weight: normal;
	color: #666;
	font-size: 0.9em;
	line-height: 1.4em;
}

p {
	padding: 5px;
	margin: 0;
	border: 0;
	line-height: 1.5em;
}

.smallprint {
	font-size: 7pt;
}

.quote {
	font-size:1.2em;
	font-style:italic;
}

.indent {
	margin-left: 15px;
}

/* Main link colour */

a,a:visited {
	color: #666;
}

a:hover {
	color: #CC0000;
}

h1 a, h1 a:visited {
	color: #cc0000;
}

h1 a:hover {
	color: #666;
}

div.container {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left:-350px;
	top: 0px;
	z-index:3;
	/*text-align: center;
	background-color: #fff;
	border: 1px solid #000;*/
}

div.video {
	position:relative;
	width:120px;
	height:90px;
	left: 50%;
	margin-left:-440px;
	/*margin-left:4%;*/
	top:50px;
	z-index:4;
}

div.comp {
	position:relative;
	width:200px;
	height:90px;
	left: 50%;
	margin-left:320px;
	top:-50px;
	z-index:4;
	text-align:center;
	color:#ffffff;
}

table#mainbody {
	width:700px;
}

table#mainbody tr td#main {
	background-color:#fff;
	border-bottom: 30px solid #c00;
}

/* Styling for photo td */

table#mainbody tr td#photo {
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

td#footer {
	padding:5px;
	background-color: #000000;
}

td#footer a, td#footer a:visited {
	color: #666;
}

td#footer a:hover {
	color: #C00;
}

/* Styling for top menu */

table.menu {
	width:700px;
	padding-bottom:5px;
}

.menuholder {
	background-color:#000;
	border-bottom:5px solid #c00;
}

table.menu td  {
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 1px;
}

table.menu a, table.menu a:link, table.menu a:visited, table.menu a:hover, table.menu a:active {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 3px 1px 3px 1px;
	font-weight: bold;
}

table.menu a, table.menu a:link, table.menu a:visited {
	color: #fff;
}

table.menu a:hover, table.menu a:active {
	color: #c00;
}

table.menu td#menu12  {
border:none;
}

/* End of styling for top menu */

table#tablebody {
	width:100%;
}

/*  Styling for image border */

.imgbdr {
	border:1px solid #ccc;
}

td.borderrt {
	border-right: 1px solid #666;
}

td.indent {
	padding-left: 40px;
}

td.nopad {
	padding: 0px 0px 0px 0px;
}

.center {
	text-align:center;
}
