@charset "utf-8";
/* CSS Document */
body
{
	margin: 0px;
	background-color: #FFF;
}
#headerContainer
{
	background-color:#FFF;
	clear: both;
	height: 55px;
	width: 100%;
	text-align: left;
}
#lastestNews
{
	text-align: center;
}
/* HORIZONTAL NAVIGATION */
#navigation
{
	
}
#navigation ul
{
	list-style:none;
	margin: 2px;
	padding: 0 0 0 8px;
}
#navigation li
{
	float:left;
	margin-left: 2px;
}
/* this next bit defines normal button colour etc */
#navigation li a:link, #navigation li a:visited
{
	background-color: #666;
	border: black 1px solid;
	color: white;
	width: 125px; /* button width */
	height: 22px;
	display:block;
	padding: 3px 0px 3px 0px;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
/* this next bit defines hover button colours */
#navigation li a:hover
{
	background-color:#000;
	color: white; /* font colour in css is defined by "color" */
}
.thumb8pxBorder
{
	border: none;
	margin: 8px 12px 8px 12px; /* top right bottom left */
	vertical-align: middle;
}
/* END HORIZONTAL NAVIAGTION */
#leftColumn
{
	background-color: blue;
	display: inline-block;
	float: left;
	width: 180px;
}
.verticalButtons
{
	
}
.verticalButtons ul
{
	list-style:none;
	margin: 2px;
	padding: 0 0 0 8px;
}
.verticalButtons li
{
	margin: 2px 0 0 0; /* or use margin-top: 2px;  */
}
.verticalButtons li a:link, .verticalButtons li a:visited
{
	background-color:#FFFF66;
	border: black 1px solid;

	color: ;
	width: 125px; /* button width */
	height: 20px;
	display:block;
	padding: 6px 0px 0px 0px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
.verticalButtons li a:hover
{
	background-color: #FC0;
	color: #000;
}
#mainContent
{
	float: left;
	display: inline-block;
	padding: 5px;
	width: 98%;
}
#footer
{
	background-image: url(FilmStripBottom.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	height: 80px;
	vertical-align: center;
	width: 100%;
}
.break
{
	clear: both;
	height: 1px;
}
.resellerHeading
{
	background-color: #ffffff; /* background colour */
	clear: both;
	color: #000000; /* text colour */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 2px 2px 2px 8px;
}
.resellerSubheading
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 2px 2px 2px 8px;
}
.resellerInfoBox /* RESELLER BUSINESS CARD */
{
	background-color: #EEEEEE;
	border: solid 1px #999999;
	display: inline-block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/* margin is space outside this DIV */
	margin: 8px 8px 12px 8px; /* top right bottom left */
	/* padding is space between the content and the DIV border */
	padding: 8px 8px 3px 8px;
	overflow: none; /* IE6 hack */
	height: 150px;
	width: 230px;
}
.resellerTextSmall
{
	font-size: 0.9em;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	background-color: #FFF;
	border-bottom-color: #FFF;
	border-color: #FFF;
	border-left-color: #FFF;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
}
