/* CSS Document */

/* CSS FOR INDEX.HTML (SOME OF WHICH WILL BE USED ON ALL PAGES) */

h3 {
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #80AFC2;
}

#mainskin {
	width: 1020px;
	height: 716px;
	margin-bottom: 10px;
	position: relative;
}
#topbar {
	width: 1017px;
	height: 112px;
	background-color: #F47321;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F47321;
	border-bottom-color: #F47321;
	border-left-color: #F47321;
	position: relative;
	background-image: url(img/header_back.gif);
	background-repeat: no-repeat;
	background-position: 19px 15px;
}
#topbarright {
	width: 232px;
	height: 33px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 35px;
	margin-top: 55px;
}
#mainleft {
	width: 234px;
	height: 604px;
	background-color: #F47321;
	position: relative;
}
#mainleftcontent {
	width: 213px;
	height: 547px;
	background-color:#FFFFFF;
	position: absolute;
	top: -2px;
	right: 0px;
	background-image: url(img/mainleftcontent_back.gif);
	background-repeat: no-repeat;
}
#footerleft {
	width: 213px;
	height: 43px;
	background-color:#23818B;
	position: absolute;
	top: 545px;
	right: 0px;
	background-image: url(img/footerleft_back.gif);
	background-repeat: no-repeat;
}
#footerright {
	width:766px;
	height:43px;
	background-color:#005E84;
	background-image: url(img/footerright_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
#footertext1 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:300px;
	position:absolute;
	top:14px;
	left:15px;
}
#footertext2 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	width:200px;
	position:absolute;
	top:14px;
	right:14px;
}
#footertext2 a {
	color:#FFFFFF;
	text-decoration:none;
}
#footertext2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* START OF ACTUAL CONTENT, RATHER THAN JUST STRUCTURE */

/* LEFT-HAND COLUMN */

#clientlogin {
	width: 197px;
	height: 61px;
	margin-top: 8px;
	background-color: #005E84;
	background-image: url(img/mainleft/mainleft_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
#clientlogincontent {
	width: 180px;
	margin-left: 10px;
	margin-top: 9px;
}
#clientlogincontent a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#clientlogincontent a:hover {
	text-decoration: underline;
}

#clientdropdown {
	width: 197px;
	height: 80px;
	margin-top: 8px;
	background-color: #9CA09B;
	background-image: url(img/mainleft/mainleft_bot2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#categorydropdown {
	width: 197px;
	height: 80px;
	margin-top: 8px;
	background-color: #9CA09B;
	background-image: url(img/mainleft/mainleft_bot2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#enquiryform {
	width: 197px;
	margin-top: 8px;
	background-color: #005E84;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
#enquiryform2 {
	width: 197px;
	height: 77px;
	background-color: #9CA09B;
	background-image: url(img/mainleft/mainleft_bot2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#enquirecontent {
	width: 180px;
	margin-left: 10px;
	font-size:11px;
	margin-bottom: 7px;
}
#enquirecontent2 {
	width: 180px;
	margin-left: 10px;
	margin-top: 9px;
	margin-bottom:0px;
}
#enquirecontent2 a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#enquirecontent2 a:hover {
	text-decoration: underline;
}

/* ACTUAL CONTENT... RIGHT-HAND COLUMN */


#mainlogo {
	position:absolute;
	top:38px;
	left: 35px;
}
#tabbedmenuback {
	width: 765px;
	height: 27px;
	background-color: #ffffff;
	position:absolute;
	top:0px;
	right:22px;
	background-image: url(img/main_menu/tab_back.gif);
	background-repeat: repeat-x;
}
#menumainback {
	width: 787px;
	height: 27px;
	background-color: #F47321;
	position: absolute;
	top: 112px;
	right: -1px;
}
#menufooter {
	width:788px;
	height:13px;
	position:absolute;
	top: 139px;
	right: -1px;
	background-color: #ADBDCD;
	background-image: url(img/main_menu/yellow_righthand_back.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#maincontentback {
	width:787px;
	height:566px;
	position:absolute;
	top: 152px;
	right: -1px;
	background-color: #F47321;
}

/* MAIN MENU CSS */

ul#nav {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	}
	ul#nav li {
		display: inline;
		font-size: 10px;
	}
	ul#nav li a {
	display: block;
	width: 180px;
	float: left;
	color: #ffffff;
	background-color: #879FB7;
	background-image: url(img/main_menu/tab_lowlight.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-left: 3px;
		}
		ul#nav li a.home:hover {
			color: #ffffff;
			text-decoration:underline;
		}
		ul#nav li a.library:hover {
			color: #ffffff;
			text-decoration:underline;
		}
		ul#nav li a.press:hover {
			color: #ffffff;
			text-decoration:underline;
		}
		ul#nav li a.register:hover {
			color: #ffffff;
			text-decoration:underline;
		}
		body#home ul#nav li a.home {
			color: #FFFFFF;
			background-color: #AFBFCF;
			background-image:url(img/main_menu/tab_highlight.gif);
		}
		body#library ul#nav li a.library {
			color: #FFFFFF;
			background-color: #AFBFCF;
			background-image:url(img/main_menu/tab_highlight.gif);
		}
		body#press ul#nav li a.press {
			color: #FFFFFF;
			background-color: #AFBFCF;
			background-image:url(img/main_menu/tab_highlight.gif);
		}
		body#register ul#nav li a.register {
			color: #FFFFFF;
			background-color: #AFBFCF;
			background-image:url(img/main_menu/tab_highlight.gif);
		}

/* MAIN CONTENT AREA CSS */

#whiteback {
	width:765px;
	height:507px;
	background-color:#FFFFFF;
}
#centralwindow {
	width:492px;
	height:474px;
	background-color:#FFFFFF;
	position:absolute;
	top:15px;
	left:15px;
	padding-left: 10px;
}
#centralwindowfull {
	width:721px;
	height:489px;
	background-color:#FFFFFF;
	position:absolute;
	top:15px;
	left:15px;
	padding-left: 10px;
}
#content {
	width:475px;
	position: relative;
	height: 474px;
	overflow: auto;
}
#contentfull {
	width:700px;
	position: relative;
	height: 474px;
	overflow: auto;
}
#content h1 {
	color:#005E84;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#content p {
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height: 15px;
}
#contentfull h1 {
	color:#005E84;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#contentfull p {
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height: 15px;
}
#contentfull form {
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height: 15px;
}
#prodshot {
	position:absolute;
	left:0px;
	bottom:10px;
}
#prodshottext {
	position:absolute;
	right:0px;
	bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 210px;
}
#prodshottext h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
}
#prodshottext a {
	color:#000000;
	text-decoration:none;
}
#prodshottext a:hover {
	color:#000000;
	text-decoration:underline;
}
#rightrightboxes {
	width:233px;
	height:474px;
	position:absolute;
	top:15px;
	right:38px;
}
#rightrighttop {
	width:233px;
	height:234px;
	background-color:#005E84;
	margin-bottom:10px;
	background-image:url(img/mainright/rightright_top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightrightmid {
	width:233px;
	height:230px;
	background-color:#9CA09B;
	background-image:url(img/mainright/rightright_full_grey.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
#rightrightbot {
	width:233px;
	height:124px;
	background-color:#B2BFCF;
	background-image:url(img/mainright/rightright_bot.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* MAIN AREA - RIGHTHAND BOXES CONTENT CSS */

#rightrightcontent {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	padding-top: 6px;
}
#rightrightcontent2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	height:184px;
	background-color: #F47321;
	background-image: url(img/mainright/rightright_bot_orange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
	font-weight: bold;
}
#rightrightcontent2 a {
	color: #333333;
	text-decoration:none;
}
#rightrightcontent2 a:hover {
	color: #333333;
	text-decoration: underline;
}
#rightrightcontent3 {
	background-color:#FFFFFF;
	width: 213px;
	height: 175px;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#rightrightcontent4 {
	height:49px;
	background-image: url(img/mainright/rightright_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/* CSS FOR LIBRARY PAGE(S) */

#librarytitle {
	width:492px;
	height:37px;
	position:absolute;
	top:15px;
	left:15px;
}
#librarytitle h1 {
	color:#005E84;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	letter-spacing: 1px;
}
#description {
	width:675px;
	height:47px;
	position:absolute;
	top:50px;
	left:15px;
}
#description h1 {
	color: #3E403E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
#description p {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
	margin-top: 5px;
	padding-top: 5px;
}
#thumbskin {
	width:750px;
	height:403px;
	position:absolute;
	top:105px;
	left:15px;
	overflow:auto;
}
#thumbskin p {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
	padding-top:0px;
	margin-top:0px;
}
#thumb {
	width:720px;
	margin-bottom:20px;
	background-image:url(img/mainright/thumb_back.gif);
	background-repeat:repeat-y;
	position: relative;
}
#thumbdescription {
	width:540px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
	text-align:left;
	float:right;
	margin-right:10px;
}
#thumbdownload {
	width:100px;
	text-align:right;
	margin-right:10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#thumbnail {
	width:125px;
	padding-top:5px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #23818B;
	float:left;
	text-align: center;
}
#thumbnail img {
	padding-bottom:5px;
}
#nextpage {
	float:right;
	text-align:right;
	width:300px;
	height:20px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	visibility: hidden;
}

/* STYLES FOR PRESS RELEASE PAGE(S) */

#pressreleaseskin {
	width:750px;
	height:333px;
	position:absolute;
	top:175px;
	left:15px;
	overflow:auto;
}
#pressreleaseskin p {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height: 16px;
	padding-top:0px;
	margin-top:0px;
}
#pressrelease {
	width:650px;
	height:40px;
	position:relative;
}
#pressrelease #month {
	width:125px;
	height:40px;
	position:absolute;
	top:0px;
	left:0px;
}
#pressrelease #name {
	width:200px;
	height:40px;
	position:absolute;
	top:0px;
	left:150px;
}
#pressrelease #title {
	width:275px;
	height:40px;
	position:absolute;
	top:0px;
	left:375px;
}

/* PRESS_RELEASES.HTML AMENDED CODE FOR ADDITION OF RIGHTHAND NEWS */

#pressreleaseskin2 {
	width:480px;
	height:320px;
	position:absolute;
	top:175px;
	left:15px;
	overflow:auto;
}
#pressreleaseskin2 p {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height: 15px;
	padding-top:0px;
	margin-top:0px;
}
#pressrelease2 {
	width:460px;
	height:50px;
	position:relative;
}
#pressrelease2 #month {
	width:101px;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
}
#pressrelease2 #name {
	width:150px;
	height:50px;
	position:absolute;
	top:0px;
	left:112px;
}
#pressrelease2 #title {
	width:180px;
	height:50px;
	position:absolute;
	top:0px;
	left:275px;
}
#description2 {
	width:490px;
	height:47px;
	position:absolute;
	top:50px;
	left:15px;
}
#description2 h1 {
	color: #3E403E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
#description2 p {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
	margin-top: 5px;
	padding-top: 5px;
}
/* END OF PRESS_RELEASES.HTML AMENDED CODE FOR ADDITION OF RIGHTHAND NEWS */

/* PRESS RELEASE PAGE */

#pressreleasetitle {
	width:702px;
	height:45px;
	position:absolute;
	top:15px;
	left:15px;
	background-image: url(img/mainright/mainlogo_onwhite.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#pressreleasetitle h1 {
	color:#005E84;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	letter-spacing: 1px;
}
#pressdescrip {
	width:675px;
	height:47px;
	position:absolute;
	top:50px;
	left:15px;
}
#pressdescrip h1 {
	color: #F47321;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
#pressdescrip p {
	color: #F47321;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 16px;
	margin-top: 5px;
	padding-top: 5px;
}
#pressreleaseskin3 {
	width:750px;
	height:363px;
	position:absolute;
	top:145px;
	left:15px;
	overflow:auto;
}
#pressreleaseskin3 p {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height: 16px;
	padding-top:0px;
	margin-top:0px;
}
#pressinnerskin {
	width:700px;
	height:40px;
	position:relative;
}
#pressheader {
	font-size:16px;
	text-align:center;
}
#pressheader h1 {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
#pressbodycopy p {
	font-size:12px;
}
#pressbody2 {
	margin-bottom: 15px;
}
#printlink {
	position:absolute;
	bottom:-10px;
	right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	z-index: 99;
}
#library #mainskin #maincontentback #whiteback #centralwindowfull #contentfull li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005E84;
}

