/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: auto; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: #FFF; font: 16px Arial, Helvetica, sans-serif; padding: 8px; color: #000; border:1px solid #000;}
.prototip .default .content img { margin-bottom: -4px; }

.prototip .pinktip { border: 5px solid #a1a1a1; }
.prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; }
.prototip .pinktip .title { padding: 5px; }
.prototip .pinktip .content { background: #fff; color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .darktip { width: 250px; border: 5px solid #a1a1a1; }
.prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
.prototip .darktip .toolbar a.close { background: url(close_hover.gif);}
.prototip .darktip .toolbar a.close:hover { background: url(close.gif);}
.prototip .darktip .title { padding: 5px;}
.prototip .darktip .content { background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .silver { width: 300px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
.prototip .silver .toolbar a.close:hover { background: url(close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}

.protoClassic { width: 300px; border: 5px solid #8c939c; }
.protoClassic .toolbar { background: #96b8e2 url(classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff;}
.protoClassic .toolbar a.close:hover { background: url(close_hover_red.gif);}
.protoClassic .title { padding: 5px; }
.protoClassic .content { background: #fff; color: #333333; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

/* ======================================================================================================================== */
/* Splash Screen Styles */

* { margin:0; padding:0; }
body { 	background:#FFFFFF none repeat scroll 0 0; }
img { 	border:0 none; }

#splashcontainer {
	background:transparent url(/images/splash/index_background.jpg) no-repeat scroll 0 0;
	font-family:"Century Gothic", Arial, Verdana;
	height:768px;
	margin:30px auto 0;
	position:relative;
	width:930px;
}

h1 {
	color:#005691;
	display:none;
	font-size:20px;
	left:127px;
	position:absolute;
	top:174px;
}
#splashcontainer #logo {
	display:block;
	height:183px;
	left:10px;
	position:absolute;
	top:-30px;
	width:300px;
}

#splashcontainer #logo img {
	display:block;
	height:103px;
	left:30px;
	position:absolute;
	top:30px;
	width:220px;
}
#splashcontainer #clv {
	display:none;
}
#splashcontainer div.blurb {
	left:270px;
	position:absolute;
	top:50px;
}
#splashcontainer div.blurb p {
	font-size:18px;
	line-height:22px;
	text-align:center;
	width:620px;
}
#splashcontainer div.blurb p span {
	font-weight:bold;
}
#splashcontainer form div.country span.label, #container form div.language label, #container form div.visual label {
	font-size:16px;
	font-weight:bold;
	position:absolute;
}
#splashcontainer form div.country span.label {
	left:60px;
	top:158px;
}
#splashcontainer form div.country div.container {
	left:60px;
	position:absolute;
	top:430px;
}
#splashcontainer form div.country div.container div {
	margin-bottom:4px;
}
#splashcontainer form div.country div.container div input {
}
#splashcontainer form div.country div.container div label {
}
#splashcontainer form div.country div.container div label img {
	margin-bottom:-3px;
	margin-left:3px;
	margin-right:3px;
}
#splashcontainer form div.language label {
	right:350px;
	top:550px;
}
#splashcontainer form div.language select#language {
	position:absolute;
	right:190px;
	top:550px;
	width:150px;
}
#splashcontainer form div.visual label {
	right:350px;
	top:580px;
}
#splashcontainer form div.visual select#visual {
	position:absolute;
	right:190px;
	top:580px;
	width:150px;
}
#splashcontainer form div.screen_reader {
	position:absolute;
	right:390px;
	top:605px;
}
#splashcontainer form div.screen_reader input {
	margin-bottom:3px;
}
#splashcontainer form div.screen_reader label {
}
#splashcontainer form div.save {
	position:absolute;
	right:190px;
	top:605px;
}
#splashcontainer form div.save input {
	margin-bottom:3px;
}
#splashcontainer form div.save label {
}
#splashcontainer form input#submit {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BCC7DB;
	padding:2px;
	position:absolute;
	right:30px;
	top:590px;
	width:110px;
}
.country input{
	margin-top:-2px;
	border:none;
}

#hotspots ul {
	list-style-type:none;
}
#hotspots ul li a {
	background:transparent url(/images/splash/dot_blue.png) no-repeat scroll 0 0;
	height:16px;
	position:absolute;
	width:16px;
}
#hotspots ul li.zz a {
	background:transparent url(/images/splash/dot_white.png) no-repeat scroll 0 0;
	left:460px;
	top:220px;
}
#hotspots ul li.us a {
	background-position:7px 7px;
	height:64px;
	left:128px;
	top:288px;
	width:147px;
}
#hotspots ul li.ca a {
	background-position:130px 18px;
	height:35px;
	left:126px;
	top:246px;
	width:174px;
}
#hotspots ul li.uk a {
	left:400px;
	top:230px;
}
#hotspots ul li.nl a {
	left:448px;
	top:230px;
}
#hotspots ul li.de a {
	left:488px;
	top:238px;
}
#hotspots ul li.be a {
	left:448px;
	top:249px;
}
#hotspots ul li.ie a {
	left:350px;
	top:220px;
}
#hotspots ul li a span {
	display:none;
}
#sponsors h3 {
	color:#18396F;
	font-size:16px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	top:655px;
	width:100%;
}
#sponsors ul {
	list-style-type:none;
}
#sponsors ul li a {
	display:block;
	height:57px;
	position:absolute;
	width:183px;
}
#sponsors ul li.shoplowvision a {
	left:263px;
	top:668px;
}
#sponsors ul li.lowvision a {
	left:482px;
	top:683px;
}
#sponsors ul li a span {
	display:none;
}
p#beta {
	color:#ffffff;
	font-size:1px;
	font-weight:bold;
	left:248px;
	position:absolute;
	top:10px;
}
