/* RESET STYLES */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-family: georgia;
	font-size: 13px;
	font-weight: normal;
	line-height:1.5;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }


q:before, q:after { content:''; }
/* END RESET */

* {
	margin: 0;
}
html, body {
	height: 100%;
	background: rgb(236,222,205) url(images/topbacktrial2.png) repeat-x top left;
}

.wrapper {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.footer{
	clear: both;
	height: 200px; /* .push must be the same height as .footer */
	background: url(images/footback.png) repeat-x;
}

.push {
	clear: both;
	height:200px;
}

.footer p {font-family: verdana; text-align:center; font-size: 9px; margin-top: 15px; color: white;}
#footinfo {text-align: left; padding: 0px 0; width: 900px; margin: 0 auto;}

#header {margin:0; width:900px; height:167px; overflow:hidden;}

#navigation {width:100%; height:30px; margin:0px; padding:0px;}
#navigation ul {margin:0px; padding:0px;}
#navigation ul li {display:inline; height:30px; float:left; list-style:none; margin:15px 15px 0 0;}
#navigation li a {color:#fff; text-decoration:none;}
#navigation li a:hover {color:#333300; text-decoration:none;}

#mainnav {width:100%; height:30px; margin:0px; padding:0px;}
#mainnav ul {margin:0px; padding:0px;}
#mainnav ul li {display:inline; height:30px; float:left; list-style:none; margin:10px 30px 0 0; font-size: 15px;}
#mainnav li a {color:#555555; text-decoration:none;}
#mainnav li a:hover {color:#800000; text-decoration:none;}
#mainnav li a.selected {color: #800000;}

#logo {float: right; text-align: center; width: 218px; color:#fff; margin-top:25px;}

p.prepare {margin-top: -65px;}
p.large {font-size:36px; color:white; margin-top: 65px;}

.usual {float: left;
  background: #553232; /* rgb(236,222,205) */
  color:#111;
  padding:15px 15px;
  width:400px;
  margin:10px 20px 0 0;
}

#reginfo {
	margin-top: 1px;
	padding: 10px 5px 10px 20px; 
	background: #beb68c url('images/prepare_reg.jpg') no-repeat bottom right;
	background-position: 0px 0px;
	height:190px;
}

#mailin {
	margin: 0px;
	padding: 10px 10px 10px 20px; 
	background: #beb68c;
	height:135px;
	border-top: 1px solid black;
	font:10pt Georgia;
}

.usual div a { color:#000; font-weight:bold; }

#resourcekit {float: left;
  margin-top: 10px;
  margin-bottom: 50px;
  padding:0px 15px 0 20px;
  width: 195px;
  border-left: 1px solid black;
  height:350px;
}

#resourcekit p{font-family: "georgia"; font-size:13px; line-height: 16px;margin-bottom:8px;}

#host {float: left;
  margin-top: 10px;
  padding:0px 0px 0 20px;
  width: 195px;
  border-left: 1px solid black;
  height:350px;
}

#host p {font-family: "georgia"; font-size:13px; line-height: 16px;margin-bottom:8px;}

.tooltip {
	border-bottom: 1px dotted #000000; color: #fff; outline: none;
	cursor: pointer; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}

.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Tahoma, sans-serif;
	margin-left: 0; 
}

.tooltip:hover em {
	font-family: Tahoma, sans-serif; font-size: 12px; font-weight: bold; color: #fff; font-style: normal;
	display: block; padding: 5px 0 0 0;
}
.custom { padding: 0.5em 1em 0.8em 1.5em;}

.info { background: #000 url(images/info.png) no-repeat 312px 11px; width: 350px; position: absolute; left: 1.5em; top: -19.5em; z-index: 99;
	border: 2px solid #fff; color: #cccccc; font-size:11px; font-weight: normal;}

.map {background: #000 url(images/map.jpg) no-repeat center; width: 374px; height:340px; position: absolute; left: 48px; top: -25em; z-index: 99;
	border: 2px solid #fff; color: #cccccc; font-size:11px; font-weight: normal;}

.kitimage {position: relative; left: -10px; margin-top:10px;}

#resourcekit p.label {padding: 5px 5px 0 10px; font-size: 15px;}
#host p.label {padding: 5px 5px 0 10px; font-size: 15px;}

.button, .button:visited {
	background: #222 url(images/overlay.png) repeat-x; 
	height: 55px;
	width: 140px;
	-moz-border-radius: 5px 20px 5px 20px;
	border-radius: 5px 20px 5px 20px;
	margin-bottom: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	font-weight: bold;
}
 													  	
.red.button	{ background-color: #e62727; color: white;}
.pink.button	{ background-color: #e22092; color: white;}
.green.button	{ background-color: #91bd09; color: white;}
.orange.button	{ background-color: #ff5c00; color: white;}
.blue.button 	{ background-color: #2981e4; color: white;}
.yellow.button  { background-color: #553232; color: white;}

