
html, body, h1, h2, h3, h4,
table, thead, tbody, tr, td, blockquote,
p, img, hr, ol, ul, li, pre, code, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-weight: 400;
}
html {
	background: #fff url('img/bg-html.jpg') top left repeat-x;
}
body {
	color: #111;
	font: 400 .9em/1.4 helvetica, arial, sans-serif;
}
h1, h2 {
	color: #f7a02a;
	font-size: 2.4em;
	line-height: 1.2;
	margin-bottom: .75em;
}
h3, h4, h5 {
	color: #0096d8;
	font-size: 1.6em;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: .25em;
}
h3 {
	margin-bottom: .75em;
}
h4, h5 {
	font-size: 1.2em;
	margin-bottom: 0;
}
h5 {
	color: #333;
	font-size: 1em;
}
p {
	margin-bottom: 1em;
}
blockquote {
	padding: 0 1em 1em 4em;
	background: transparent url('img/bq-tl.png') left top scroll no-repeat;
}
	blockquote cite {
		top: -.75em;
		height: 2em;
		display: block;
		font-size: .9em;
		text-align: right;
		padding: 1em 4em 0;
		position: relative;
		font-style: italic;
		background: transparent url('img/bq-br.png') right bottom scroll no-repeat;
	}
address {
	padding-left: 1em;
	font-style: normal;
	margin-bottom: 1em;
	border-left: 6px solid #ddd;
}
a {
	color: #009ad8;
	background: inherit;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
}
/*
	a:visited {
		color: #999;
		border-bottom-color: #009ad8;
	}
*/
	a:hover {
		color: #009ad8;
		border-bottom-color: #009ad8;
	}

table {
	width: 90%;
	font-size: .85em;
	background: #fff;
	margin: .5em auto 1em;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
	table thead {
		font-size: .9em;
		text-align: center;
		background: #fff4b9;
	}
		thead td {
			font-weight: 800;
		}
	table tr {
	}
		table tr.alt {
			background: #eef7fb;
		}
		table tr:hover {
		   cursor: default;
			background: #ffd;
		}
	table td {
		padding: .5em;
		font-size: 1.1em;
	}
		table td.center {
			text-align: center;
			vertical-align: middle;
		}

form {
}
	form fieldset {
		margin: 0 0 1em;
		padding: 1em 1.5em;
		border: 1px solid #bbb;
	}
		fieldset legend {
			font-style: italic;
		}
		fieldset p {
			clear: both;
		}
		fieldset label {
			width: 8em;
			float: left;
			color: #666;
			display: block;
			line-height: 2.5;
			text-align: right;
			margin-right: 1em;
		}
			fieldset label.radio {
				color: #111;
				width: auto;
				float: none;
				line-height: 1;
				text-align: left;
				font-style: normal;
				margin-bottom: .5em;
			}
		fieldset input.txt, fieldset textarea {
			width: 15em;
			font-size: 1em;
			padding: .2em .1em;
			border: 1px solid #ccc;
			border-color: #aaa #bbb #ccc #ddd;
		}
			fieldset input.sm {
				width: 6em;
				text-align: center;
			}
			fieldset input.required {
				background: #fffade;
			}
		fieldset textarea {
			margin: 0;
			width: 100%;
			overflow: auto;
			font: 1em/1.2 verdana, tahoma, sans-serif;
		}
.req label {
	color: #111;
	font-weight: 800;
}
.req input.txt {
}
.btns {
	clear: both;
	text-align: right;
}

.hi { color: #fcb033 !important; }
.lo { color: #ccc !important; }
.no { color: inherit !important; }
.left { float: left; margin-right: 1em; }
.right { float: right; margin-left: 1em; }
.info {
	opacity: .8;
	padding: 1em 2em;
	margin: .25em 0 1em;
	background: #fff4b9;
	border: 1px solid #e6d680;
}
	.info h2, .info h3 {
		color: #111;
	}
	.info h3 {
	   float: right;
	   opacity: .25;
	   font-size: 2.2em;
	   text-transform: uppercase;
	}
	.info ol, .info ul {
		margin-bottom: 2em !important;;
	}

#wrap {
	margin: 0 auto;
	overflow: hidden;
	min-width: 900px;
	max-width: 1100px;
	background: transparent url('img/bg-wrap.jpg') right top scroll no-repeat;
}
	#wrap #head {
		height: 200px;
		overflow: hidden;
		position: relative;
		background: transparent url('img/bg-head.jpg') left top scroll no-repeat;
	}
		#head h1 {
			float: left;
			color: #ccc;
			width: 260px;
			text-align: center;
			letter-spacing: -1px;
			margin: .85em .85em 0;
			text-transform: lowercase;
			font: 2.8em/1 'trebuchet ms', trebuchet, sans-serif;
		}
			#head h1 a {
				border: 0;
				height: 150px;
				display: block;
				text-indent: -999em;
				text-decoration: none;
				letter-spacing: .025em;
				padding: 100px 0 .15em 0;
				background: transparent url('img/logo.png') 50% top no-repeat;
			}
				#head h1 a:hover {
					border-bottom-color: #ddd;
				}
			#head h1 em {
			   color: #7cbae5;
				margin-left: -.25em;
			}
			#head h1 small {
				color: #999;
				display: block;
				text-indent: -999em;
				letter-spacing: normal;
				text-transform: uppercase;
				font: .3em/2.5 helvetica, arial, sans-serif;
			}
		#head h3.intro {
		   right: 0;
			margin: 0;
			bottom: 0;
			width: 50%;
			color: #1f9fdd;
			text-align: right;
			padding: 25px 50px;
			position: absolute;
			font: 100 2.5em/1.1 'gill sans light', 'gillsans-light', 'gill sans', euphemia, 'trebuchet ms', sans-serif;
		}
		#head em {
			color: #509ed9;
			font-style: normal;
		}
			#head em em {
				color: #fcb033;
			}
	#wrap #menu {
		color: #fff;
		padding: 0 2.75em;
		border-top: 1px solid #daebf8;
		border-bottom: 1px solid #b8d9f1;
		background: #7bbae5 url('img/bg-menu.png') repeat scroll left top;
	}
		#menu ul#menu-pri {
			height: 45px;
		   overflow: hidden;
		}
			ul#menu-pri li {
				float: left;
				margin: .6em 0;
            white-space: nowrap;
				padding: .25em 10px 0 7px;
				background: transparent url('img/bg-menu-pri-li.png') no-repeat scroll right 50%;
			}
			ul#menu-pri li.last {
			   background-image: none;
			}
				ul#menu-pri li a {
					color: #fff;
					display: block;
					font-size: .9em;
					background: none;
					padding: .25em .5em;
					border-bottom: 2px solid transparent;
				}
					ul#menu-pri li a:hover {
					   border-bottom-color: #fff;
					}
					ul#menu-pri li a:active {
						outline: none;
					   border-bottom-color: #fcb033;
					}
					ul#menu-pri li.here a {
					   cursor: default;
					   border-bottom-color: #fcb033;
					}
	#wrap #main {
		overflow: hidden;
		padding: 1em 0 2em;
		background: #fff url('img/bg-main.png') left bottom scroll no-repeat;
	}
	   #main ul, #main ol {
			margin: 1em 1em 1em 1.25em;
		}
		#main li {
			margin-bottom: .75em;
			list-style: disc url('img/bg-ul-li.png') outside;
		}
			#main ol li {
				list-style: decimal;
			}
		#main #side {
			width: 320px;
			float: right;
			z-index: 100;
			padding: 20px;
			font-size: .9em;
			background: #fff;
			position: relative;
			margin: 0 3em 3em 0;
			background: transparent url('img/bg-side.png') no-repeat scroll 50% top;
		}
			#side h3 {
				color: #0096d8;
			}
			#side h4 {
				color: #f7a02a;
			}
			#side img {
			   margin-bottom: 1em;
			}
			#side .cap {
			   height: 25px;
			   margin: 1em -20px -45px;
				background: transparent url('img/bg-side.png') no-repeat scroll 50% bottom;
			}
		#main #page {
			font-size: .95em;
		   padding-bottom: 2em;
			margin: 0 450px 0 3em;
		}
#trim {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: .5em 3em;
	background: #f7a02a;
}
	#trim h3 {
		color: #0096d8;
		margin-bottom: .25em;
		text-transform: lowercase;
		font: 800 2.5em/1.3 euphemia, 'trebuchet ms', trebuchet, sans-serif;
	}
		#trim h3 em {
			color: #fff;
			font-style: normal;
			margin-left: -.25em;
		}
	#trim p.right {
			color: #fde2bd;
			line-height: 4;
			font-size: .95em;
			margin: .25em 0 0;
			text-transform: uppercase;
	}
		#trim p.right a {
			border: 0;
			width: 250px;
			height: 16px;
			display: block;
			overflow: hidden;
			margin-top: 1.25em;
			text-indent: -9999em;
			background: transparent url('img/bg-trim-scanpower.png') 50% top no-repeat;
		}
			#trim p.right a:hover {
				background-position: 50% bottom;
			}
#foot {
	overflow: auto;
	padding: 1em 0 2em;
}
	#foot ul.menu {
		margin: 0 3em;
	}
		#foot ul.menu li {
			font-size: .8em;
		}
			#foot ul.menu li a {
				color: #777;
				padding: .25em;
				background: none;
            border-bottom: 0;
			}
				#foot ul.menu li a:hover {
				   color: #111;
				}

/* Page-specific styles
*/

#head h3#in-one { display: none; }
body#p-home #head h3#in-two { display: none; }

body#p-home #head h3.intro {
	color: #fff;
	display: block;
	font-size: 3.6em;
	margin-left: 6em;
	text-transform: lowercase;
}


/* Snippet styles
*/
a.QE_Link {
	font-size: 1em;
	clear: none !important;
}
#qe-txtIntro,
#qe-richSide,
#qe-imgSide,
#qe-longtitle,
#qe-content {
	position: absolute;
}
#qe-txtIntro {
	top: 1em;
	right: 5em;
}
#qe-richSide,
#qe-imgSide {
	right: 20px;
}
#qe-imgSide {
	top: -.5em;
}
#qe-longtitle,
#qe-content {
	right: 42em;
	margin-right: 25px;
}
#qe-content {
	margin-top: -2em;
}

/* Extra stuff

#wrap #main, #foot {
	background: #fff url('img/canvas.png') repeat fixed;
}
*/

ul.thumbs li p {
	overflow: hidden;
	font-size: .85em;
	text-align: center;
}

#close-dev {
	color: #c33;
	line-height: 1;
	cursor: pointer;
	font-size: 2.5em;
	font-weight: 800;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333;
	font: 12px arial, helvetica, sans-serif;
}
#TB_secondLine {
	color:#666;
	font: 10px arial, helvetica, sans-serif;
}
#TB_window a:link { color: #666666; }
#TB_window a:visited { color: #666666; }
#TB_window a:hover { color: #000; }
#TB_window a:active { color: #666666; }
#TB_window a:focus { color: #666666; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
}
.TB_overlayMacFFBGHack { background: url('img/macFFBgHack.png') repeat; }
.TB_overlayBG {
	opacity: 0.75;
	-moz-opacity: 0.75;
	background-color: #000;
	filter: alpha(opacity=75);
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	top: 50%;
	left: 50%;
	color: #000;
	z-index: 102;
	display: none;
	position: fixed;
	text-align: left;
	background: #fff;
	border: 4px solid #333;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#TB_caption{
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}
#TB_closeWindow{
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}
#TB_closeAjaxWindow{
	float: right;
	text-align: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
}
#TB_ajaxWindowTitle{
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}
#TB_title{
	color: #fff;
	height: 27px;
	background-color: #333;
}
#TB_title a {
	color: #fff !important;
}
#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	padding:2px 15px 15px 15px;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	top: 50%;
	left: 50%;
	width: 208px;
	height: 13px;
	z-index: 103;
	display: none;
	position: fixed;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: 99;
	height: 100%;
	border: none;
	position: fixed;
	-moz-opacity: 0;
	background-color: #fff;
	filter: alpha(opacity=0);
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}