/* CSS Document */

/* MAIN */

html {
	height:100%;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000000;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-repeat:repeat;
	text-align: center;
	background-image: #FFFFFF;
   }
  
a:link {
	color: #FF0000;
}

a:visited {
	color: #FF0000;
}

a:hover {
	color: #990000;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
   
#masthead {
	background-color: #000000;
	text-align: center;
	margin-bottom: 1px;
	width: 100%;
	clear: both;
}

#navcontainer2 {
	background-image: url(/images/second-menu2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 1px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

#navcontainer3 {
	background-image: url(/images/second-menu2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 1px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}

#navcontainer3 ul {
	padding:0;
	margin:0;
}

#navcontainer3 li {
	padding: 0 0 0 15px;
	list-style-type: none;
	display:inline;
}

#navcontainer3 a {
	color:#FFFFFF;
	text-decoration:none;
}

#navcontainer3 a:hover {
	color:#FF0000;
}

#content {
	width: 770px;
	clear: both;
	padding: 15px;
}

#header {
	height:39px;
	width:100%;
	background-image: url(/images/header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin-bottom: 15px;
	line-height: 39px;
}

h1 {
	margin:0;
	padding:0;
	font-size:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h2 { /* latest news heading */
	margin-top:0;
	padding-top:0;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF0000;
}

h3 { /* centre box headings */
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#990000;
	line-height: 133%;
}

h4 { /* logo headings */
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF0000;
	line-height: 133%;
}

#leftbox {
	margin-right:0px;
	font-size:75%;
	width: 228px;
	color: #333333;
	float:right;
	line-height: 133%;
	border: 1px solid #FF0000;
}

#newsbox {
	margin:15px;
	width: 198px;

}

#newsbox ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#newsbox li {
	background-image:url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 1em;
	padding-bottom: 1em;

}

.globallefticons {
	width: 198px;
	margin-top: 30px;
}
	
#centrebox {
	font-size:75%;
	color:#000000;
	line-height:133%;
	margin-right:10px;
	float:left;
	width: 520px;
}

#centrebox ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#centrebox li {
	background-image:url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 1em;
	padding-bottom: 1em;
}

#centrebox ul ul{
	margin-left: 2em;
}


#logobox {
	float:left;
	text-align: center;
	width: 770px;
	padding-top: 15px;
}

.clear {
	clear:both
}

#globalfooter {
	font-size:65%;
	color:#FFFFFF;
	background-color:#000000;
	width:770px;
	height:25px;
	line-height:25px;
	padding-right: 15px;
	padding-left: 15px;
}

#globalfooter a {
color:#FFFFFF;
}

#globalfooter a:hover {
color:#999999;
}

#pricestable {
	font-size:10px;
	text-align:center;
}


#pricestable th {
	background-color: #FFDDDD;
}

#pricestable td {
	background-color: #FFEEEE;
	font-size:12px;
}



/* Top Menu */

#navcontainer {
	padding:0;
	margin:0;
	width: 100%;
	height:35px;
	background-color: #FF0000;
	background-image: url(/images/navbar_background.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

#navcontainer ul {
	padding:0;
	margin:0;
}

#navcontainer li {
	list-style-type: none;
	padding:0;
	float:left;
	display:inline;
	background:#FF0000 url(/images/navbar_button3.gif) no-repeat left top;
	border-right: 1px solid #FFFFFF;
}
#navcontainer a {
	color: #ffffff;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-align: left;
	padding:0 10px 0 10px;
	text-decoration: none;
	display: block;
	float:left;
	background:#FF0000 url(/images/navbar_button3.gif) no-repeat left top;
	height:35px;
	line-height:33px;
}

#navcontainer a:hover {
	background-color:#900;
	background-position:left bottom;
}