


/* Colour scheme: this is all of the colours used in the website. They are placed
** here so that we can change them more easily. These are the background colours 
** for the various screens in the main website.
*/

body {
	background-color: #7B8DB9;
	background-image: url(images/thinstrip.png);
	background-repeat: repeat-y;
	background-position: center;
}

#container, #container1 {
    background-color: #EEEEEE;
}

#centrepiece {
    background-color: #EEEEEE;
}

#menu, #languages, #copyright {
    background-color:#A0A0A0;
}

#menu2 {
    background-color: #F6F6F6;
}

#main {
	background-color: #EEEEEE;
}

#scrolling {
    background-color: #F6F6F6;
}

ul li {
	border-left-color: #CCCCCC;
}

h2.Medium {
	font-size: larger;    
}

/* These are the colours for hyperlinks in the document. ChosenSection and NonSection
** are for the Products page.
*/


a.ChosenSection:link, a.ChosenSection:visited {
	color:#993300;
	font-style: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.ChosenSection:hover, a.ChosenSection:active {
    color: #993300;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.NonSection:link, a.NonSection:visited{
    color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.NonSection:hover, a.NonSection:active {
    color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.MenuBar:link, a.MenuBar:visited, #copyright {
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
}

a.MenuBar2not:link, a.MenuBar2not:visited {
	color: #A0A0A0;
	text-decoration: none;
	font-weight: bold;
}

a.MenuBar2not:hover, a.MenuBar2not:active {
	color: #A0A0A0;
	font-weight: bold;
	text-decoration: underline;
}

a.MenuBar2sel:link, a.MenuBar2sel:visited {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

a.MenuBar2sel:hover, a.MenuBar2sel:active {
	color: #993300;
	font-weight: bold;
	text-decoration: underline;
}



/* Font style for the entire website is Verdana */

p, h1, h2,h3,table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The following are the div tags for the blocks in the website.
*/

#header {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -375px;
	z-index: 1;
}

#centrepiece {
	position: absolute;
	left: 0px;
	top: 20px;
	right: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#container {
	position: absolute;
	width: 770px;
	top: 0px;
	left: 50%;
	margin-left: -385px;
	padding: 0px;

}

#container1 {
	position: absolute;
	width: 770px;
	top: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -385px;
	height: 100%;
}

#menu {
	position: absolute;
	width: 750px;
	left: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 187px;
	line-height: 30px;
}

#menu2 {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 10px;
}

#languages {
	position: absolute;
	top: 217px;
	right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#main {
	position: absolute;
	top: 260px;
	left: 10px;
}

#copyright {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	padding-left: 10px;
	vertical-align: middle;
}


ul {
    margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	display: inline;
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	border-left-width: thin;
	border-left-style: solid;
}

ul li.first {
	margin-left: 0;
	list-style: none;
	display: inline;
	border-left-style: none;
}


#sidechoose {
    position: absolute;
	width: 250px;
	top: 160px;
	text-align: left;
}

#sidechoose2 {
    position: absolute;
	width: 250px;
	top: 42px;
	text-align: left;
}

#mainbit {
    position: absolute;
	width: 500px;
	left: 250px;
	top: 150px;

}

#mainbit2 {
    position: absolute;
	width: 500px;
	left: 250px;
	top: 0px;

}

#scrolling {
	position: relative;
	overflow: scroll;
	height: 300px;
	width: 500px;
	top: 0px;
	padding-top: 5px;
	text-align: center;

}

#title {
	position: absolute;
	height: 108px;
	width: 500px;
	left: 250px;
	text-align: center;
	vertical-align: middle;
}

.myfont {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0000CC;
}
