/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }


/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #0176b1;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	height: 100%;
}

#main {
	margin: 0px auto;
	width: 760px;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 0px 10px;
}

#main p {
	margin: 0px 0px 1em;
}

#tWelcome {
	height: 38px;
	margin: 50px 0px 55px 0px;
}
	#tWelcome span {
		background: #FFFFFF url(/img/adaptium-welcome.png) no-repeat 50% 0;
	}

#intro {
	width: 660px;
	margin: 0px auto;
}

#cols {
	margin: 50px 0px;
	width: 100%;
	font-size: 11px;
	background: url(/img/select/sep.png) no-repeat 50% 0;
}
	#cols .col {
		float: left;
		width: 360px;
	}
	#cols .col2 {
		float: right;
	}
		#cols .col .logo {
			margin: 0px 0px 30px 0px;
		}
			#cols .col .logo a:link, #cols .col .logo a:visited {
				display: block;
				height: 49px;
			}
				#cols .col1 .logo a:link span, #cols .col1 .logo a:visited span {
					background: #FFFFFF url(/img/adaptium-software.png) no-repeat 50% 0;
				}
				#cols .col2 .logo a:link span, #cols .col2 .logo a:visited span {
					background: #FFFFFF url(/img/adaptium-branding.png) no-repeat 50% 0;
				}
