@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

h4 {
	color: #999;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: lighter;
}

.Centred {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
}

.Stretched {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#HeaderHolder {
	background: url(images/layout_02.png) repeat-x top #30556c;
}

	#HeaderHolder #Header {
		/*background-color:#666;*/
		height: 56px;
		overflow: hidden;
	}
	#HeaderHolder #Header img {
		position: relative;
		float: left;
		display: block;
	}
	#HeaderHolder #Header a img {
		border: none;
	}	
	#HeaderHolder #Tagline {
		display: inline;
		line-height: 52px;
		margin-left: 12px;
		float: left;
	}
	#HeaderHolder #Header ul {
		margin-top: 10px;
		margin-right: 30px;
		float: right;
		display: inline-block;
	}
		#HeaderHolder #Header ul li {
			list-style: none;
			display: inline-block;
		}
			#HeaderHolder #Header ul li a {
				text-decoration: none;
				color: #8bd3ee;
				display: block;
				float: left;
				height: 33px;
				padding-left: 12px;
			}
			#HeaderHolder #Header ul li a:hover {
				color: #4cc2ee;
			}
			#HeaderHolder #Header ul li a.active {
				background: url(images/layout_07.png) no-repeat left;
				color: #4cc2ee;
			}
				#HeaderHolder #Header ul li a span {
					padding-right: 12px;
					display: block;
					height: 33px;
					line-height: 32px;
				}
				#HeaderHolder #Header ul li a.active span {
					background: url(images/layout_08.png) no-repeat right;
				}

#BannerHolder {
	background: url(images/layout_11.png) repeat-x top #041a2e;
}
	#Banner {
		padding-top: 30px;
		padding-bottom: 26px;
	}
	#Banner h1 {
		color: #fff;
		/*font-size: 1.6em;*/
		font-size: 1.2em;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	#Banner ul {
		color: #999;
		font-size: 0.95em;
		/*text-transform: uppercase;*/
	}
	#Banner ul li {
		list-style: none;
		display: inline;
		margin-right: 8px;
	}
	#Banner ul li a {
		text-decoration: none;
		color: #999;
	}
	#Banner ul li a:hover {
		color: #4cc2ee;
	}	
	#Banner ul li a.active {
		color: #8bd3ee;
		padding-bottom: 3px;
		border-bottom: 1px solid;
	}
		#BannerText {
			border: 1px solid red;
			color: white;
			height: 203px;
			width: 324px;
			position: relative;
			left: 830px;
			top: 100px;
		}
		#BannerButton {
			/*border: 1px solid red;*/
			height: 157px;
			width: 292px;
			position: relative;
			left: 666px;
			top: 0px;
			padding-top: 86px;
		}
			#BannerButton h2 {
				color: #4cc2ee;
				text-align: right;
				font-size: 1.4em;
				line-height: 1.2em;
				padding-bottom: 10px;
			}

#BannerShadowHolder {
	background: url(images/layout_22.png) repeat-x top;
	height: 15px;
}

#HeadlineHolder {
	/*margin-top: 20px;
	margin-bottom: 20px;*/
	background: url(images/layout_25.png) repeat-x bottom #ffffff;
}
#Headline {
	/*background-color:#CCC;*/
	/*height:100px;*/
	padding-top: 15px;
	padding-bottom: 40px;
}
	#Headline a {
		color: inherit;
	}
	#Headline a img {
		border: none;
	}
	#Headline h1 {
		letter-spacing: 0px;
		/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
		font-size: 2.2em;
		line-height: 1.4em;
		font-weight: bold;
		margin-left: 30px;
		margin-right: 30px;
	}

	#Headline #Quicklist {
		height: 50px;
		background-color: #FbFbFb;
		border: 1px solid #f0f0f0;
		margin-top: 30px;
		width: 900px;
	}
	

	#Headline #ThumbHolder {
		height: 110px;
		background-color: #FbFbFb;
		border: 1px solid #f0f0f0;
		margin-top: 30px;
		width: 900px;
		line-height: 1.3em;
	}
		#Headline #ThumbHolder .thumbnail {
			display: block;
			float: left;
			width: 280px;
			margin-left: 10px;
			margin-right: 10px;
			margin-top: 10px
		}
			#Headline #ThumbHolder .thumbnail img {
				float: left;
				vertical-align: top;
				margin-right: 10px;
			}
			#Headline #ThumbHolder .thumbnail h4 {
				color: #333;
				font-weight: bolder;
				padding-top: 10px;
			}
			#Headline #ThumbHolder .thumbnail p {
				color: #666
			}
			
	#Headline #Steps {
		margin-top: 40px;
	}
	#Headline #Steps th {
		font-size: 1.8em;
		padding-bottom: 20px;
		color: #999;
	}
	#Headline #Steps h4 {
		color: #333;
		font-weight: bold;
		margin-top: 20px;
		margin-left: 40px;
		margin-right: 40px;
		text-transform: none;
		font-size: 1em;
	}

#ContainerHolder {
	/*margin-top: 20px;
	margin-bottom: 20px;*/
	background: url(images/layout_26.png) repeat-x top rgb(228, 243, 253);
}
#Container {
	/*background-color:#CCC;*/
	/*height:300px;*/
	padding-top: 30px;
	padding-bottom: 40px;
	height: 310px;
	color: #666;
}
	#Container a {
		color: inherit;
	}
	#Container a img {
		border: none;
	}

	#Container h2 {
		margin-bottom: 14px;
		color: #333;
	}
	#Container p {
		margin-bottom: 18px;
	}
	#Container .LeftCol {
		width: 360px;
		/*background-color: #CF6;*/
		float: left;
		margin-left: 10px;
		margin-right: 25px;
	}
	
	#Container .LeftCol table {
		margin-top: 30px;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	#Container .LeftCol table th {
		background-color: #d4e9f5;
		/*background-color: #CEECFF;*/
		color: #169af2;
		/*background-color: white;*/
		/*border-top: 5px solid #EBF7FF;*/
		border-right: 5px solid rgb(228, 243, 253);
		border-left: 5px solid rgb(228, 243, 253);
	}
	#Container .LeftCol table tr {
		text-align: center;
	}
	#Container .LeftCol table td {
		background-color: #d4e9f5;
		margin-right: 10px;
		border-left: 5px solid rgb(228, 243, 253);
		border-right: 5px solid rgb(228, 243, 253);
		/* border-bottom: 1px solid #CCC; */
	}
	#Container .LeftCol table .spec {
		background-color: rgb(228, 243, 253);
	}
	#Container .LeftCol table .subscript {
		font-size: 0.7em;
		color: #999;
	}
	a.subscript2{
		font-weight:bold;
		text-decoration:none;
		font-size: 0.7em;
		color: #169af2;
	}
	#Container .LeftCol h3 {
		margin-top: 16px;
	}
	#Container .LeftCol .question {
		margin-bottom: 4px;
		font-weight: bold;
	}
	#Container .LeftCol .answer {
	}
	#Container .LeftCol .Cost {
		margin-left: 6px;
		font-size: 0.8em;
		color: #999;
	}
	#Container .LeftCol .Order a {
		font-size: 0.8em;
		text-transform: uppercase;
		color: #333;
		margin-left: 6px;
	}



	#Container .MiddleCol {
		width: 300px;
		/*background-color: #6F6;*/
		float: left;
		padding-left: 10px;
		margin-left: 10px;	
		margin-right: 20px;
	}
		#Container .MiddleCol h2 {
			margin-left: 20px;
		}
		#Container .MiddleCol #Quotation {
			background-color: #B6DEFA;
			width: 245px;
			padding: 20px;
			margin-top: 16px;
		}
			#Container .MiddleCol #Quotation p {
				font-size: 1.3em;
				line-height: 1.2em;
				margin-bottom: 8px;
			}
		#Container .MiddleCol h3, #Container .MiddleCol h4 {
			margin-left: 20px;
			font-weight: bolder;
		}
		#Container .MiddleCol h3 {
			padding-top: 8px;
			background: url(images/quotation-tip.gif) no-repeat 212px 0;
		}
		#Container .MiddleCol h4 {
			color: #333;
		}
		#Container .MiddleCol#Normal h2 {
			margin-left: 0px;
		}
	#Container .RightCol {
		width: 200px;
		/*height: 300px;*/
		background: url(images/separator-217.png) no-repeat 0 40px;
		/*background-color: #6CF;*/
		float: left;
		padding-left: 30px;
	}
		#Container .RightCol h2 {
			/*margin-left: 20px;*/
		}
		#Container .RightCol ul {
			padding-top: 10px;
		}
			#Container .RightCol ul li {		
				list-style: none;
				padding-left: 40px;
				padding-bottom: 16px;
			}

#FooterHolder {
	background: url(images/layout_28.png) repeat-x top #244255;
	border-top: 1px solid #447da1;
}
	#Footer {
		margin-top: 24px;
		height:200px;
	}
		#Footer a {
			color: inherit;
			text-decoration: none;
		}
		#Footer a:hover {
			color: #4cc2ee;
		}

	#Footer .FooterSection {
		display: inline;
		width: 150px;
		float: left;
		color: #5c8097;
	}
		#Footer .FooterSection h4 {
			color: #999;
			margin-bottom: 4px;
		}
		#Footer .FooterSection ul {
		}
		#Footer .FooterSection ul li {
			list-style: none;
		}
		#Footer #Contact {
			width: 300px;
			float: right;
			text-align: right;
		}
		#Footer #Contact h4 span {
			color: #5c8097;
			text-transform: none;
			font-size: 1.2em;
			margin-left: 4px;
		}
	
	#Copyright {
		font-size: 0.8em;
		padding-bottom: 40px;
		color:#CCC; 
		display:block;
		text-align:left;
		margin-left: auto;
		margin-right: auto;
		width: 975px;
	}
	
	#Copyright a{
		color:#999;
		text-decoration:none;
	}
	
	#Copyright a:hover{
		text-decoration:underline;
	}

/* AJAX CSS */

#ajax-container1 {
}

#ajax-container2 {
}

#ajax-header {
	background-image:url(/images/layout_23.png);
	line-height:60px;
	font-weight:bold;
	font-size:large;
	padding:0 20px 0 20px;
	text-transform:uppercase;
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
}

#ajax-lower {
	background-image:url(/images/layout_24.png);
	padding:20px;
	font-size:medium;
	color:#666;
	background-repeat:repeat-x;
	background-color:#e4f3fd;
	background-position:top;
}

.ajax-input {
	padding:6px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	margin:10px;
	border:1px solid #666;
	background-color:#fff;
	width:250px;
}

.ajax-ok {
	padding:6px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	margin:10px;
	border:1px solid #666;
	background-color:#F9C;
}

.MiddleCol li{
	list-style:none;
}

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
  .tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-north { background-image: url(/images/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(/images/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(/images/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(/images/tipsy-west.gif); background-position: left center; }
  
  .footer-tooltips{
  		margin-right:4px;
	}
	
/* WHT Holders */
#wht-banner-xmas{
	width:100%;
	background:url(/images/christmas-bkg.png) repeat-x;
	text-align:center;
	height:350px;
	display:block;
}
#wht-banner{
	width:100%;
	background:url(/images/winter-bkg.png) repeat-x;
	text-align:center;
	height:350px;
	display:block;
}
