/*
	StyleSheet by Paul Carvill	
	www.point7.co.uk
		
*/

body {
	padding: 0;
	margin: 2;
	color: #666666;
	text-align: center;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	}
	
a{
color:#ACD52D;
font-weight:bold;
text-decoration:none;
}

a:hover{color:#000000; text-decoration:none;}
a img{border:none;}

p{
	padding:0 0 0 0;
}
p form{margin-top:0; margin-bottom:20px;}

.mainimage{
	border-style: solid;
	border-width:1px;
	border-color: #000000;
}
.thumbimage {
	border-style: solid;
	border-width:1px;
	border-color: #99cc00;
	padding: 10px;
	margin: 10px;
}
.greenhighlight{
    color:#99CC00;
}
.whitehighlight{font-size:14px; color:#000000;}
	
#container{
	width:800px;
	padding:0px 0px;
	text-align:left;
	color:#666666;
	border:1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width:795px;
	margin:0px;
	background:#000000;
	text-align: right;
	padding: 5px 5px 0px 0px;
}

#navigation{
	width:790px;
	margin:0px;
	background-color: #FFFFFF;
	padding: 5px 0px 0px 10px;
}

#navigation ul{
	display:inline;
	line-height:18px;
	list-style-type: none;
	list-style-image: none;
}

#navigation li{
	float:left;
	list-style-type:inherit;
	white-space:nowrap;
}

#navigation li a{
	display:block;
	padding:0 5px;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
	color: #000000;
}
* html #navigation a {width:3%;}

#navigation .selected,#navigation a:hover{
	color:#99cc00;
	text-decoration:none;
}
#content{
float:left;
width:515px;
font-size:10pt;
padding:10px 0 0 15px;
}
#content h1{
	display:block;
	margin:0 0 10px 0;
	font-size:14pt;
	font-weight: bold;
	color:#000000;
	border-bottom: 1px solid #99cc00;
	padding: 0 0 5px 0;
}
#content h2{
display:block;
margin:0 0 10px 0;
font-size:14pt;
font-weight: bold;
color:#FFFFFF;
}
#indexmain{
	float:left;
	width:785px;
	font-size:10pt;
	background-image: url(images/splash/point7_background.gif);
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding-bottom: 15px;
}
#widecontent{
	float:left;
	width:785px;
	font-size:10pt;
	text-align: left;
}
#widecontent h1{
	display:block;
	margin:0 0 10px 0;
	font-size:14pt;
	font-weight: bold;
	color:#FFFFFF;
	border-bottom: 1px solid #99cc00;
	padding: 0 0 5px 0;
}
#subcontent{
	float:right;
	width:250px;
	padding:0px 10px 0px 0px;
	line-height:1.2em;
}

#subcontent h2{
	display:block;
	margin:0 0 0px 0px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	color:#000000;
	padding: 12px 0px 0px 0px;
}

#subcontent a{
color:#000000;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}
#subcontent a{color:#000000; background-color:inherit; font-weight:bold;}
#subcontent a:hover{color:#99CC00; text-decoration:none; background-color:inherit;}
#subcontent a img{border:none;}

#colourchart{
	border-style: solid;
	border-width:1px;
	border-color: #FFFFFF;
	width: 786px;
	margin: 0px 0px 0px 6px;
}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

#footer{
	clear:both;
	width:770px;
	font-size:1.2em;
	color:#000000;
	padding: 0px 15px 15px 15px;
	font-weight: bold;
}

#footer p{
	padding:0;
	margin:0;
	text-align: left;
}
#footer a{color:#000000; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#99CC00; background-color:inherit;}

#copyright{
	/*clear:both;*/
	width:770px;
	font-size:0.8em;
	color:#333333;
	padding: 0px 15px 15px 15px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#copyright{ p{
	padding:0;
	margin:0;
	text-align: left;
}
#copyright{ a{color:#99cc00; background-color:inherit; font-weight:bold;}
#copyright{ a:hover{color:#99CC00; background-color:inherit;}
