/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	
	height: 27px;
	margin: 0;
	padding: 0px;
	background:  url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding:auto;
	padding-top: 0px;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left:43px;
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right:43px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 0px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}







/**** MENU1 ****/

ul#menu1 {

	position: absolute;
	left: 0px;
	top: 350px;
	width: 170px;
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

ul#menu1 li {
	color: black;	
       border-bottom: 1px solid #90bade;
      border-width: 1px

}

ul#menu1 li a {
	
        display: block;
        padding: 5px 5px 5px 0.5em;
        border-left: 10px solid DeepSkyBlue ;
        border-right: 10px solid DeepSkyBlue ;
        background-color: Sienna ;
        color: DeepSkyBlue ;
        text-decoration: none;
        width: 100%;
        }

}

ul#menu1 li a:hover {
	border-left: 10px solid DeepSkyBlue ;
        border-right: 10px solid DeepSkyBlue ;
        background-color: snow;
        color: snow;

}


Orange Orange MediumPurple ody {
	padding: 0;
	margin: 0;
	background: #c7d5e9;
	background-image: url(backgroundblue.gif);
	background-repeat: repeat-y;
	}
body#blue {
	background:  SteelBlue;
	background-image: url(backgroundblue.gif);
	background-repeat: repeat-y;
	}
body#orange {
	background:  #FF7F50;
	background-image: url(backgroundblue.gif);
	background-repeat: repeat-y;
	}

body#yellow {
	background: #FFEB80;
	background-image: url(backgroundyellow.gif);
	background-repeat: repeat-y;
	}

body#burgundy {
	background:  #A34719;
	background-image: url(backgroundburgundy.gif);
	background-repeat: repeat-y;
	}

body#green {
	background: #66A266  ;
	background-image: url(backgroundgreen.gif);
	background-repeat: repeat-y;
	}


/**** BANNER ****/


#banner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#banner-r {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo {
	position: absolute;
	height: 64px;
	width: 64px;
	top: 220px;
	left: 10px;
	border: none;
	margin: 0;
	padding: 0;
}
	
#logo img {
	border: 0px solid black;
}

#logobg {
	position: absolute;
	top: 157px;
	left: 0px;
}

body#yellow #logobg, body#burgundy #logobg, body#green #logobg, body#blue #logobg {
	position: absolute;
	top: 157px;
	left: 0px;
}
	

/**** MENU ****/

ul#menu {
	position: absolute;
	left: 10px;
	top: 300px;
	width: 170px;
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

ul#menu li {
	color: black;	
       border-bottom: 1px solid #90bade;
      border-width: 1px

}

ul#menu li a {
	
        display: block;
        padding: 5px 5px 5px 0.5em;
        border-left: 10px solid DeepSkyBlue ;
        border-right: 10px solid DeepSkyBlue ;
        background-color: Sienna ;
        color: DeepSkyBlue ;
        text-decoration: none;
        width: 100%;
        }

}

ul#menu li a:hover {
	border-left: 10px solid DeepSkyBlue ;
        border-right: 10px solid DeepSkyBlue ;
        
        
        background-color: snow;
        color: snow;

}

body#blue ul#menu li a:hover {
	color: SteelBlue;
}

body#orange ul#menu li a:hover {
	color: #FF7F50;
}

body#yellow ul#menu li a:hover {
	color: #FFEB80;
}

body#burgundy ul#menu li a:hover {
	color: snow;
}

body#green ul#menu li a:hover {
	color: #66A266  ;
}

body#blue ul#menu li#spacer_dots {
	color: SteelBlue;
}

body#orange ul#menu li#spacer_dots {
	color: #FF7F50;
}

body#yellow ul#menu li#spacer_dots {
	color: #FFEB80;
}

body#burgundy ul#menu li#spacer_dots {
	color: #A34719;
}

body#green ul#menu li#spacer_dots {
	color: #66A266  ;
}

/**** TOP-RIGHT WINDOW ****/

ul#top_right_window {
	position: absolute;
	left: 662px;
	top: 0px;
	width: 85px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	background-color: #fff7d8;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	list-style-type: none;
}

ul#top_right_window li a {
	color: #deb505;
	text-decoration: none;
	width: 85px;
	display: block;
} 

ul#top_right_window li a:hover {
	color: #aa8173;
}

ul#top_right_window li span.black_link a {
	color: #800000;
}

ul#top_right_window li span.black_link a:hover {
	color: #aa8173;
}

/**** TEXT ****/

#maintext {
	position: absolute;
	top: 100px;
	left: 220px;
	width: 650px;
	font-family:  Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: italic;
	font-size: 16px;
	padding-bottom: 10px;
}

#maintext2 {
	position: absolute;
	top: 0px;
	left: 350px;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
       	font-size: 17px;
	padding-bottom: 10px;
}

body#yellow #maintext, body#burgundy #maintext, body#green #maintext, body#blue #maintext {
	top: 75px;
}

.green_bullet {
	color: #586354;
}

#maintext img#full_colour {
	text-align: centre;
	margin-top: 50px;
	margin-bottom: 5px;
}

#maintext p {
	margin: 0;
	margin-top: 23px;
	padding-bottom: 0;
	padding-right: 130px;
	padding-left: 120px;
	line-height: 35px;
	text-align: centre;
}

#maintext ol {
	margin: 0;
	margin-top: 23px;
	padding-bottom: 0;
	padding-right: 130px;
	padding-left: 103px;
	line-height: 35px;
	text-align: left;
}

#maintext ul {
	margin: 0;
	margin-top: 23px;
	padding-bottom: 0;
	padding-right: 130px;
	padding-left: 96px;
	line-height: 35px;
	text-align: left;
}

#maintext li {
	margin-top: 23px;
}


/**** HEADINGS ****/
h6 {
	font-weight: bold;
	font-size: 22px;
	color: snow;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	margin-top: 40px;
	padding-left: 400px;
}

h1 {
	font-weight: bold;
	font-size: 30px;
	color: #43689C;
	font-family:  Pritannic bold;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	padding-left: 50px;
	line-height: 35px;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 25px;
	color: #a1c19c;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	line-height: 35px;
	margin-left: 80px;
}

h5 {
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #800000;
	letter-spacing: 5px;
	text-align: left;
	padding-bottom: 0;
	padding-left: 80px;
	margin: 0;
	margin-top: 10px;

}

h3 {
	font-weight: bold;
	font-size: 19px;
	color: #586354;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	margin-top: 35px;
	padding-left: 80px;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	color: #586354;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	margin-top: 20px;
	padding-left: 80px;
}

.blue {
	color: #3B679A;
}

strong {
	color: #586354;
}

.burgundy {
	color: #aa8173;
}

.yellow {
	color: #fbe593;
}


/**** ANCHORS ****/

a {
	border: none;
	text-decoration: underline;
	color: #800000;
}

a:visited {
	color: #800000;
}

a:hover {
	color: #800000;
	text-decoration: none;
}





**** IMAGES ****

img {
	margin: 0;
	padding: 0;
	border: none;
	
	
#footer p {
		margin:0;
		padding:0px;
		color:DeepSkyBlue;
	
}	
	
	

	