@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
 	overflow:-moz-scrollbars-vertical;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	background-image: url('/images/top-bg.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
}
#top-images {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
	background-image: url('/images/top-image.jpg');
	background-repeat: no-repeat;
	height: 176px;
}
#wrapper {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#images {
	clear: both;
	height: 115px;
	background-color: #ffffd2;
	text-align: center;
	padding-top: 10px;
}
#images img {
	padding-left: 8px;
	padding-right: 8px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/* Right hand Content Panel Styling */

#right-panel {
	width: 250px;
	float: right;
	background-color: #f8f8f8;
	padding: 0 15px 0 15px;
	font-size: 90%;
	line-height: 1.3;
}

/* Left hand Content Panel Styling */

#left-panel {
	width: 430px;
	float: left;
	font-size: 90%;
	line-height: 1.3;
	background-color: #FFFFFF;
}

#enhancement {
	border: 2px solid #4368bb;
	background-color: #e1f0f8;
}
/* Navigation Styling */

#navigation {
	width: 100%; /* nav width */
	height: 30px;
	float: left;
	text-align: left;
	margin-top: 110px;
	margin-bottom: 10px;
}
#navigation ul {
	list-style-type: none;
	padding: 7px 0 5px 0;
	margin: 0;
}
#navigation li {
	display: inline;
	font-size: 1em;
	padding: 0 3px 0 3px;
}
#navigation li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
#navigation a.highlightednav {
	text-decoration: underline;
}
#navigation a.highlightednav:hover {
	color: #FFFF66;
}

/* Footer Styling */

#footer {
	position: relative;
	width: 760px;
	margin: auto;
	clear: both;
	padding: 10px 0 10px 0;
	background-color: #4368bb;
	font-size: 80%;
	text-align: center;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0;
	border: none;
}
#footer li {
	display: inline;
	padding: 0 3px 0 3px;
	vertical-align: bottom;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* Order Form Styling */

.order-form {
	border: 1px solid #999999;
	background-color: #f4f7ff;
	padding: 0;
}
.order-form th {
	background-color: #e3ebff;
	height: 35px;
	padding-left: 10px;
	color: #333333;
	border-bottom: 2px dotted #999999;
}
.order-form td {
	padding-left: 15px;
}
.order-form-bot-pad {
	padding-bottom: 15px;
}

/* General Text Styling */

h1 {
	font-size: 140%;
	color: #990000;
	text-align: center;
	background-image: url('/images/yellow-bg.jpg');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 15px;
}
h2 {
	font-size: 120%;
	color: #4368bb;
	margin: 0;
	margin-bottom: -10px;
	padding: 0;
}
h3 {
	font-size: 130%;
	text-align: center;
}
a img {
	border: 0;
}
.info-heading {
	color: #CC0000;
	font-weight: bold;
}
.danger {
	color: #990000;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}
/*
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 2px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	/*border: 1px solid #00CC00;*/
/*	color : #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}*/

/* Form Messages */
input.required {
	color: #000000;
}
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url('/images/validation_bg.gif') no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
}
.validation-failed {
    border:1px dashed #EB340A !important;
    background:#faebe7 !important;
}
label.required {
    font-weight:bold;
}
p.required {
    font-size:.95em;
    text-align:right;
}
.pricing {
	background-color: #E8EFF0;
}
.large-blue-centred {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	color: #4368bb;
}

/* Highslide CSS */

.highslide {
	cursor: url('/graphics/zoomin.cur') , pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	/*border: 2px solid gray;*/
}
.highslide:hover img {
	/*border: 2px solid white;*/
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url('/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('/graphics/fullexpand.gif') no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url('/graphics/resize.gif');
}
.highslide-wrapper .highslide-body {
	text-align: left;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}