/** SUBPAGE ONLY **/
@import url(/css/gallery.css);
/* Set the background in which the outer container floats, and fonts etc. */
body {
	background-color: #c7cfce;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
}
a {
	color: #4c1a9d;
	text-decoration: none;	
	outline: none;
}
a:hover {
	text-decoration: underline;	
}

/* The outer website container */
div.centerBody {
	text-align: center; /* Fix for IE5.5 because it doesn't understand margin: auto */	
}
#containerOuter {
	background-color: #ffffff;
	width: 949px;
	margin: 18px auto;
	position: relative;
	text-align: left; /* Un-fix the previous IE5.5 hack for all browsers! */
}

/* The heading area */
#containerHeader {
	width: 949px;		
	height: 121px;
	position: relative;
	background-color: #c9fcfb;
}

#containerHeader h1 {
	width: 572px;
	height: 121px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-position: center 43px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#containerHeader h2 {
	width: 949px;
	height: 121px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-image: url(/images/headerSmallBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* Sub page main area */
#main {
	clear: both; /* Just in case! */
	position: relative;
	padding-bottom: 32px;
	/*overflow: hidden;*/
}
#main img {
	border: 0;
}
#main h3 {
	color: #07054f;
	text-decoration: underline;
	font-size: 10pt;
	margin-top: 1em;
	margin-bottom: 0;
}

/* The breadcrumb trail */
#breadcrumbTrail {
	position: relative;
	height: 25px;
	background-color: #07054f;
	font-size: 14pt;
	line-height: 24px;
}
#breadcrumbTrail span {
	color: #ffffff;
	margin-left: 39px;	
}
#breadcrumbTrail a {
	color: #87defd;
	margin-left: 39px;
}
#breadcrumbTrail a:hover, #breadcrumbTrail a.selected {
	text-decoration: none;
	color: #ffffff;	
}
#breadcrumbTrail a.buyNow, #breadcrumbTrail a.selectedbuyNow {
	position: absolute;
	right: 55px;
	top: -6px;
	color: #4c1a9d;
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
	line-height: 36px;
	margin-left: 39px;
	width: 176px;
	height: 36px;
	background-image: url(/images/backgroundSubpageBuyNow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#breadcrumbTrail a.buyNow:hover, #breadcrumbTrail a.selectedbuyNow {
	background-position: bottom left;
	color: #ffffff;
}


/* Footer on homepage */
#footer {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 949px;
	color: #4c1a9d;
	text-align: center;	
	font-size: 9pt;
}

/* Contents area */
#content {
	padding: 6px;
}

/* Links menu */
#links {
	position: absolute;
	top: 19px;
	left: 237px;
	width: 589px;
	height: 165px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#links li a {
	position: absolute;
	font-size: 20pt;
	text-align: center;
}
#links li a:hover {
	text-decoration: none;
}

/** The individual links **/
/* About Us */
#links li.about a {
	left: 0;
	top: 36px;
	width: 157px;
	height: 36px;
	color: #ffffff;
	background-color: #4c1a9d;
	z-index: 200;
	padding-top: 60px;
}
/* Tips & Techniques */
#links li.tips a {
	left: 116px;
	top: 21px;
	width: 169px;
	height: 72px;
	color: #78e1fb;
	background-color: #cefdfd;
	z-index: 199;
	text-align: right;
	padding-top: 72px;
	padding-right: 8px;
}
/* Gallery */
#links li.gallery a {
	left: 282px;
	top: 40px;
	width: 176px;
	height: 105px;
	color: #cefdfd;
	background-color: #78e1fb;
	font-size: 36pt;
	z-index: 198;
	text-indent: -9999px;
	background-image: url(/images/galleryText.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
}
/* Contact Us */
#links li.contact a {
	left: 403px;
	top: 0;
	width: 186px;
	height: 124px;
	color: #ffffff;
	background-color: #4c1a9d;
	z-index: 197;
}

/* List types */
ol.decimal {
	list-style-type: decimal;	
}
ol.decimal-leading-zero {
	list-style-type: decimal-leading-zero;	
}
ol.lower-roman {
	list-style-type: lower-roman;	
}
ol.upper-roman {
	list-style-type: upper-roman;	
}
ol.lower-alpha {
	list-style-type: lower-alpha;	
}
ol.upper-alpha {
	list-style-type: decimal;	
}

/* Tips/Techniques lists */
dt {
	font-weight: bold;
	font-size: 11pt;
	border-top: 1px #07054f dotted;
	clear: both;
}
dd {
	margin-bottom: 10px;	
}

/* Back links */
div.backLink {
	clear: both;	
}

/* Images */
#main img.leftAlign {
	border: 0;
	margin: 6px 6px 6px 0;
	float: left;
	border: 1px #07054f solid;
}
#main img.rightAlign {
	border: 0;
	float: right;
	margin: 6px 0 6px 6px;
	border: 1px #07054f solid;
}

/* The checkout page */
#main div.productContainer {
	float: left;
}
#main div.product {
	width: 400px;
	margin: 0;
	margin: 9px 37px 0 31px;
	padding: 0;
	background-color: #07054f;
	text-align: center;
}
#main div.alt {
	margin: 9px 31px 0 37px;
}
#main div.product h3 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	color: #ffffff;
}
#main div.product img {
	margin-bottom: 21px;
}
#main div.product div {
	background-color: #ffffff;
	text-align: left;
	padding-top: 6px;
	font-size: 11pt;
}

/* Form elements */
input {
	border: 1px #07054f solid;	
	background-color: #c9fcfb;
}
input.quantity {
	width: 32px;	
}
input.radio {
	border: 0;
	background-color: #ffffff;	
}
textarea {
	width: 520px;
	height: 162px;
	border: 1px #07044f solid;
	background-color: #c9fcfb;
}	

/* Totals table */
table.totals {
	border: 1px #07044f solid;
	clear: both;
	margin: 24px auto;
	border-collapse: collapse;
}
table.totals thead {
	background-color: #07044f;
	color: #c9fcfb;
}
table.totals th, table.totals td {
	padding: 3px;
	text-align: left;
}
table.totals td {
	text-align: right;	
}
table.totals tfoot {
	color: #07044f;
	background-color: #c9fcfb;
}
table.totals tfoot tr.first td {
	border-top: 3px #07044f double;
}
table.totals tfoot th {
	color: #ffffff;
	background-color: #07044f;
	text-align: right;
}
table.totals #paypalRow {
	display: none;	
}
table.totals #carriageNotesRow {
	display: none;	
}

/* Notes */
#main div.product div.note {
	font-size: 8pt;
	font-style: italic;	
}

/* Details table */
#details table {
	border: 1px #07044f solid;
	margin: 24px auto;
	width: 728px;
	border-collapse: collapse;
}
#details table tr.heading {
	background-color: #07044f;
	color: #c9fcfb;
}
#details table th, #details table td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
#details table th em {
	font-weight: normal;
	font-style: italic;	
}
#details table tr th {
	font-weight: normal;	
}
#details table tr.required th {
	font-weight: bold;	
}
#details table th input { /* Checkbox */
	border: 0;
	background-color: #07044f;
}
#details table tr select { /* Country dropdown */
	border: 1px #07044f solid;
	background-color: #c9fcfb;
}

/* Tips and techniques page */
h4 {
	font-size: 12pt;	
}

/* Paypal notes on buy now page */
div.th {
	font-weight: bold;
	float: left;
	width: 80px;
}
#details p.paypalNotes {
	margin-left: 30px;
	font-style: italic;
	width: 340px;
	float: left;
}

/* Tips and Techniques quotes */
blockquote {
	font-style: italic;	
}

/* Hide editable country options */
#editableCountry {
	display: none;
}
#countryCodeChange {
	width: 180px;
}
