/* Downloadable Font Information */

@font-face {
	font-family: Foreign Insulator Arial;
	font-style:  normal;
	font-weight: normal;
	src: url(fonts/FOREIGN1.eot);
    }
	
@font-face {
    font-family: Foreign Insulator Arial Bold;
    font-style:  normal;
    font-weight: 700;
    src: url(fonts/FOREIGN0.eot);
    }
	
@font-face {
    font-family: Insulator Arial;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/INSULAT1.eot);
    }

@font-face {
    font-family: Insulator Arial Bold;
    font-style:  normal;
    font-weight: 700;
    src: url(fonts/INSULAT0.eot);
    }

/* Main Page Settings */
body {
	background-image: url(web_stuff/bg_insul_fade.jpg);
	background-attachment: fixed;
	background-position: 0px 60px;
	background-repeat: no-repeat;
	background-color: white;
	/* Default Font */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .9em;
	color: black;
	/* Scrollbar Colours */
	scrollbar-face-color: #50a088;
	scrollbar-shadow-color: #285848;
	scrollbar-highlight-color: #68c8a8;
	scrollbar-3dlight-color: #68c8a8;
	scrollbar-darkshadow-color: #285848;
	scrollbar-track-color: #b8dcc8;
	scrollbar-arrow-color: black;
	}
	
/* Page Layout DIV Definitions */
#header {
	margin: 0px;
	padding: 5px;
	height: 60px;
	}
#left {
	position: absolute;
	left: 10px;
	top: 60px;
	width: 150px;
	}
#center {
	left: 150px;
	top: 0px;
	width: 800px;
	padding-left: 5px;
	margin-top: 0;
	margin-left: 150px;
	margin-right: 130px;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 50;
	margin-left: 150px;
	width: 800px;
	padding-left: 5px;
	}
#print_footer {
	display: none;
	}
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
	margin-top: 0;
	}

/* Heading Settings */
h1,h2 {
	color: black;
	background-image: url(web_stuff/bg_title.jpg);
  	padding: 4px;
    padding-left: 10px;
	border-style: ridge;
	border-color: #68c8a8 #285848 #285848 #68c8a8;
	border-width: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: 700;
	}
h3 {	
	color: black;
	background-image: url(web_stuff/bg_title.jpg);
  	padding: 4px;
    padding-left: 10px;
	border-style: ridge;
	border-color: #68c8a8 #285848 #285848 #68c8a8;
	border-width: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 700;
	}
h4 {	
	color: #406c58;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
  	font-size: 1.25em; 
  	padding: 2px;
	}
h5 {	
	color: #406c58;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	}
h6 {	
	color: black;
	background-color: #50a088;
	background-image: url(web_stuff/bg_title.jpg);
  	padding: 4px;
	padding-left: 10px;
	padding-bottom: 6px;
	border-style: ridge;
	border-color: #68c8a8 #285848 #285848 #68c8a8;
	border-width: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em; 
	font-weight: 700;
	}

.nospace {margin-bottom: 0px;}

/* Settings for Adjusting Spacing and Colour for General Lists */
ul.nav li {
	list-style-image: url("icons/bl_dia_green.gif");
	padding-right: 10px;
	padding-left: 10px;
	}
ul li {
	list-style-image: url("icons/bl_round_green.gif");
	padding-left: 10px;
	}
ul ul li {
	list-style-image: url("icons/bl_round_green_sm.gif");
	padding-left: 10px;
	}

.extraspace {margin-bottom: 8px;}			

.morespace {
	line-height: 150%;
	color: black;
	font-weight: normal;
	font-size: 1em;
	}
.hilite {
	color: #406c58;
	font-weight: bold;
	font-size: 1.1em;
	}
	
/* Settings for Adjusting Spacing, Font and Colour for Insulator Lists */
.foreign {
	font-family: Foreign Insulator Arial Bold, Arial, Helvetica, sans-serif;
	font-size: 1em; 
    color: black;
	line-height: 1.15em;
	}	
.domestic {
    font-family: Insulator Arial, Arial, Helvetica, sans-serif;
    font-size: 1em; 
	font-weight: lighter;
    color: black;
	line-height: 1.15em;
    }

/* Form Control Settings */
input.btn {
	color: white;
	background-color: #50a088;
	border-style: outset;
	border-color: #68c8a8 #285848 #285848 #68c8a8;
	border-width: 3px;
	width: 170px;
	font-weight: bold;
	}					
input.btnsmall {
	color: white;
	background-color: #50a088;
	border-style: outset;
	border-color: #68c8a8 #285848 #285848 #68c8a8;
	border-width: 3px;
	width: 100px;
	font-weight: bold;
	}					
input.txt {
	color: black;
	background-color: #b8dcc8;
	}
input.rad {
	color: #b8dcc8;
	background-color: transparent;
	}
input {
	color: black;
	background-color: #b8dcc8;
	}
textarea {
	color: black;
	background-color: #b8dcc8;
	}					
select {
	color: black;
	background-color: #b8dcc8;
	}					
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
form p label {
	float: left;
	width: 240px;
	font-weight: bold;
	}
fieldset {
	border: 1px dotted #80b098;
	margin-top: 16px;
	padding: 10px;
	}
legend {
	color: #406c58;
	font-size: 1.1em;
  	font-weight: bold;
	background-color: white;
	padding: 5px;
	}
					
/* Misc. Decoration Settings */
img {border: none;}
span {color: red;}
span.boldred {
	color: red;
	font-weight: bold;
	}
span.poptitle {
	color: black;
	font-weight: bold;
	}
.price {color: red;}
.light_shading {background-color: #b8dcc8;}
.medium_shading {background-color: #80b098;}

/* Table Settings */
table.with_border {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: .9em; 
    color: black;
	border-style: ridge;
	border-color: #b8dcc8 #285848 #285848 #b8dcc8;
	border-width: 3px;
	}
table.no_border {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: .9em; 
    color: black;
	border: none;
	}
table.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: black;
	border: none;
	}
			
/* Link Settings */
a:link {
	text-decoration: underline;
	color: #50a088;
	background-color: transparent;
	}
a:visited {
	text-decoration: underline;
	color: #285848;
  	background-color: transparent;
	}
a:hover {
	text-decoration: underline;
	color: red;
	background-color: transparent;
	}
a:active {
	text-decoration: underline;
	color: #80b098;
	background-color: transparent;
	}
a.navlink {
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	}

/* CSS Settings for HighSlide JS Image PopUp */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	padding: 5px;
	border-style: ridge;
	border-color: #68c8a8 #285848 #285848 #68c8a8;
	border-width: 3px;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	border-style: ridge;
	border-color: #68c8a8 #285848 #285848 #68c8a8;
	border-width: 3px;
    border-top: none;
    padding: 5px;
    background-color: white;
}

.highslide-loading {
    display: block;
	color: red;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
    background-color: white;
	padding: 2px;
    padding-left: 22px;
	border: 1px solid black;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}	

/* Used for Tooltip Script */
#dhtmltooltip {
	position: absolute;
	width: 225px;
	border: 3px ridge #68c8a8 #285848 #285848 #68c8a8;
	padding: 4px;
	background-color: #b8dcc8;
	visibility: hidden;
	z-index: 100;
	/* Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#406c58,direction=135);
}


