/* link colours */
a:link
{
	background: white;
	color: #003F87;
	text-decoration: none;
}

a:visited
{
	background: white;
	color: #003F87;
	text-decoration: none;
}

a:hover
{
	background: white;
	color: #7A9BC0;
	text-decoration: underline;
}

a:active
{
	background: white;
	color: purple;
}

table
{
	background: white;
	color: black;
}

body
{
	text-align: center;
	margin: 5px;
	background: #000000;
	color: white;
}

/* --------------main header classes ------------*/
/* header for webpage*/
#hdr
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #FFFFFF;
	background: #000000;
}

/* centering image */
img.displayed
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*------ holds left & rightcol classes ------*/
#columnholders
{
	left: 0px;
	width: 100%;
	top: 0px;
	height: auto;
	padding: 10px 5px;
	margin: 0px;
	background: #FFFFFF;
	color: black;
	border: 0px;
}

/*--------------- left col classes ----------*/
/* left column div */
#leftcol
{
	float: left;
	left: 0px;
	width: 160px;
	top: 0px;
	height: 100%;
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background: #FFFFFF;
	border: 0px;
}

/* hide bullet points for unordered list */
#leftcol ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 175px;
	text-indent: 5px;
}

/* position list items */
#leftcol ul li
{
	display: inline;
	/* Fixes IE spacing issues (OR set a border) */
	margin: 0px;
	float: left;
	position: relative;
	width: 160px;
}

/* set current menu option (the page currently being displayed) to a different background colour */
#leftcol ul li.current
{
	display: block;
	padding: 2px;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: black;
	/* Link colour... */
	font-family: arial, verdana, sans-serif;
	background: #EBECF4;
	width: 152px;
}

/* set available menu options to another background colour */
#leftcol ul li a
{
	display: block;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #0C1975;
	/* Link colour... */
	font-family: arial, verdana, sans-serif;
	background: #CDCFE2;
}

/* change background colour when hovering over menu option */
#leftcol ul li a:hover
{
	background: #0c1975;
	text-decoration: none;
	color: white;
}

/*--------------- right col classes ---------*/
/* hold content of web page in right hand column*/
#content
{
	left: 0px;
	width: auto;
	top: 0px;
	height: 100%;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 12em;
	text-align: justify;
	color: #000000;
	background: #FFFFFF;
	/*#CDCFE2*/
	border-left: 5px solid black;
	font-family: times, courier, serif;
}

/* indent first paragraph */
#indent
{
	padding-left: 20px;
	border: 0px;
	width: 55%;
}

/* first letter of first line is enlarged */
b.begin { font-size: 30px; }

.header-center
{
	font-size: 30px;
	text-align: center;
	margin-top: 0px;
}

/* content image */
img.con-pic
{
	float: right;
	border: 0px;
	margin: 5px 5px 5px 15px;
}

img.con-pic2
{
	float: left;
	border: 0px;
	margin: 5px 5px 5px 15px;
}

/* conditions apply disclaimer */
i.condition { font-size: 12px; }

/* td class for first column */
.contact-type
{
	width: 30%;
	line-height: 125%;
	text-align: left;
}

/* td class for second column */
.contacts
{
	width: 70%;
	line-height: 125%;
	text-align: left;
}

/* stops picture on right overflowing the content div */
br.clear-all { clear: both; }

/* stops below appearing so far under the table & picture on right of the content div */
br.clear-left { clear: left; }

/* underline text */
.underline
{
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
}

/*--------------- footer classes ------------*/
/*footer at bottom of web page*/
#ftr
{
	clear: both;
	width: 100%;
	height: 85px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: times, courier, serif;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	color: #FFFFFF;
	background: #000000;
	border: 0px;
}

/*
				    <br class="clear-left" />
				    <!--
					<hr />
					<i>Alternatively</i>
					<p></p>
					Send your query in the form below regarding a question you have or any other matter - we'd love to hear from you!
					<p></p>
					<form action="MAILTO:genesisforklifts@yahoo.com.au" method="post" enctype="text/plain">
						<p></p>
						<table class="submitform" border="0" width="390" cellspacing=5">
							<tr>
								<td><label for="Caption">Type your query, comments, etc below:</label></td>
							</tr>
							<tr>
								<td><textarea name="query" rows="6" cols="45"></textarea></td>
							</tr>
							<tr>
								<td><input type="submit" value="Submit" /><input type="reset" value="Clear Form" />
							</tr>
						</table>
						<p></p>
					</form>
					-->
*/
