/*  
Theme Name: CertaintyLabs
*/

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
	width:100%;
	height:100%;
    overflow:auto;
}

.box {
    margin: 0 auto;
    width: 100%;
    font: 14px/2.2 Georgia, Serif;
}

#nav {
	position:absolute;
    background: #E81E26;
	left: 0px;
	right: 0px;
	margin: 0px;
}

#nav ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	background: #E81E26;
}

#nav li {
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}

#nav li:hover > ul {
	display: block;
}
.submenu {
	float: top;
	background: none;
	z-index:3000;
}

#nav li a {
	font-family: Arial; 
    font-size: 1.5em;
	text-decoration: none;
	padding-bottom: 2px;
}

.selected {
	font-weight: bold;
}

h1 {
	font-family: Arial; 
	font-size: 1.7em;
}

#choices {
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -moz-border-radius-topright: 10px;
      background: #E81E26;
      color:white;
      font-family: Arial; 
      font-size: 2.0em;
      z-index: 2000;
      position:absolute;
      padding-left:20px;
      padding-right:20px;
      left: 0%;
      bottom: 5%;
}

#nav a {
	color: white;
}

#nav a:visited {
	color: white;
}

#main {
	opacity:0.8;
	filter:alpha(opacity=80);
	background-color: white;
	padding: 30px;
    color:#E81E26;
    font-family: Arial; 
    font-size: 1.0em;
    z-index: 2000;
    position:absolute;
    top: 10%;
	width: 35%;
	left: 5%;
}

#details a{
	color:#E81E26;
}


#details a:visited {
	color:#E81E26;
	text-decoration: none;
}
#main a{
	color:#E81E26;
}

#main a:visited;{
	color:#E81E26;
}


#details {
    color:#E81E26;
    font-family: Arial; 
    font-size: 1.0em;
    z-index: 2000;
    position:absolute;
    top: 10%;
	width: 40%;
	right: 5%;
}

#details ul li {
	opacity:0.8;
	filter:alpha(opacity=80);
	background-color: white;
	padding: 30px;
	list-style-type: none;
}

.vertical {
	position:absolute;
	left: 50%;
	top: 10%;
	height: 80%;
	width: 2px;
}

.horizontal{
	height: 2px;
	width: 93%;
	padding: 20px;
}

p {
	padding-bottom:10px;
}