/*setting page margins*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*setting page-wide colours etc for links*/
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*setting basic page parameters and background image for page*/
body {
	margin: 0px;
	padding: 0px;
	background:  url(../media/homeBack.jpg) 0 0 no-repeat #FFFFFF;
	color: #FFFFFF;
	font: 10px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	a: #FFFFFF
}

div, p, ul, h1, h2, h4, img, form, label{
	padding: 0px;
	margin: 0px;
}

ul{
	list-style-type:none;
}

/**/
.addressDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}

/*all main content held within here*/
#mainContentHolder{
	width: 2200px;
	height: 1300px;
	position: absolute;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	top: 0px;
	left: 0px;
}

/*setting for navigation list holder*/
#navHolder{
	width: 210px;
	height: 225px;
	display: block;
	position: absolute;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	top: 42px;
	left: 80px;
}

/*setting for navigation list*/
#navHolder ul{
	width: 210px;
	height: 225px;
	display: block;
	float: left;
}

#navHolder ul li{
	width: 210px;
	height: 35px;
	position: relative;
	margin: 0;
	left: 0;
}

#navHolder ul li a{
	width: 210px;
	height: 35px;
	display: block;
	color: #FFFFFF;
	font: normal 26px/35px Georgia, Times New Roman, Times, serif;
	padding: 0 0 0 0px;
	text-decoration: none;
}

#navHolder ul li a:hover{
	color: #CC0000;
	text-decoration: none;
}

/*setting for main page title*/
#pageTitle{
	width: 770px;
	height: 60px;
	position: absolute;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	top: 42px;
	left: 388px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	color: #FFFFFF;
}

/*setting for main intro/description text on page*/
#pageTextMain{
	width: 770px;
	height: 150px;
	position: absolute;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	top: 112px;
	left: 388px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	color: #FFFFFF;
}

/*setting for holder of image montage (if used)*/
#pageMontage{
	width: 1078px;
	height: 260px;
	position: absolute;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	top: 290px;
	left: 80px;
/*	background: url(../media/homeMontage.gif) 0 0 no-repeat;  */
}

/*setting for holder of all company details info*/
#companyDetailsHolder{
	width: 300px;
	height: 135px;
	position: absolute;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	top: 645px;
	left: 80px;
}

/*setting for text parts of company details*/
#companyDetails{
	width: 150px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}

/*setting for monkie logo, included with company details*/
#monkieLogo{
	width: 90px;
	height: 54px;
	position: absolute;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	top: 580px;
	left: 80px;
	background: url(../media/monkieLogo.gif) 0 0 no-repeat;
}
