/* @override 
	http://gibbonsroscoe.co.uk/css/imageButtons1.css
*/

a.iso9001_but{
	display: block;
	height: 120px;
	width: 168px;
	margin-left: 2px;
}

a.iso9001_but:link, a.iso9001_but:visited, a.iso9001_but:active {
	background: url(../images/wg/iso9001.png) no-repeat 0 0;
}

a.iso9001_but:hover, a.iso9001_but-current:link, a.iso9001_but.current:visited {
	background: url(../images/wg/iso9001.png) no-repeat -200px 0;
}

a.iso14001_but{
	display: block;
	height: 120px;
	width: 168px;
	margin-left: 2px;
}

a.iso14001_but:link, a.iso14001_but:visited, a.iso14001_but:active {
	background: url(../images/wg/iso14001.png) no-repeat 0 0;
}

a.iso14001_but:hover, a.iso14001_but.current:link, a.iso14001_but.current:visited {
	background: url(../images/wg/iso14001.png) no-repeat -200px 0;
}

a.iso18001_but{
	display: block;
	height: 120px;
	width: 168px;
	margin-left: 2px;
}

a.iso18001_but:link, a.iso18001_but:visited, a.iso18001_but:active {
	background: url(../images/wg/iso18001.png) no-repeat 0 0;
}

a.iso18001_but:hover, a.iso18001_but.current:link, a.iso18001_but.current:visited {
	background: url(../images/wg/iso18001.png) no-repeat -200px 0;
}

a.iso50001_but{
	display: block;
	height: 120px;
	width: 168px;
	margin-left: 2px;
}

a.iso50001_but:link, a.iso50001_but:visited, a.iso50001_but:active {
	background: url(../images/wg/iso50001.png) no-repeat 0 0;
}

a.iso50001_but:hover, a.iso50001_but.current:link, a.iso50001_but.current:visited {
	background: url(../images/wg/iso50001.png) no-repeat -200px 0;
}

a.watch_but{
	display: block;
    float: right;
	height: 75px;
	width: 69px;
	margin: 5px 25px 5px 5px;
}

a.watch_but:link, a.watch_but:visited, a.watch_but:active {
	background: url(../images/wg/button-video150.png) no-repeat 0 0;
}

a.watch_but:hover, a.watch_but.current:link, a.watch_but.current:visited {
	background: url(../images/wg/button-video150.png) no-repeat -75px 0;
}

a.contact_but{
	display: block;
    float: right;
	height: 65px;
	width: 166px;
}

a.contact_but:link, a.contact_but:visited, a.contact_but:active {
	background: url(../images/wg/contact.png) no-repeat 0 0;
}

a.contact_but:hover, a.contact_but.current:link, a.contact_but.current:visited {
	background: url(../images/wg/contact.png) no-repeat -200px 0;
}

a.radi8_but{
	display: block;
    float: right;
	height: 38px;
	width: 100px;
	margin: -5px 0 0 10px;
	padding: 0;
}

a.radi8_but:link, a.radi8_but:visited, a.radi8_but:active {
	background: url(../images/wg/button-radi8-small.png) no-repeat 0 0;
}

a.radi8_but:hover, a.radi8_but.current:link, a.radi8_but.current:visited {
	background: url(../images/wg/button-radi8-small.png) no-repeat -111px 0;
}


