/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/* 30 0 */

html {
	height: 100%;
	margin-bottom: 1px;
}

form {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Tahoma, Garuda, Verdana, sans-serif;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #333;
	background-color: #94cff3;
}

body.remote {
	background: none;
	background-color: #f6f6f6;
}

div#totalbody {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #7cc2ed;
	background-image: -moz-linear-gradient(top, #59b5ec, #94cff3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#59b5ec), to(#94cff3));
	height: 100%;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #336699;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #cc8617;
	border-bottom: 1px dotted #cc8617;
	cursor: pointer;
}

input.button { 
	cursor: pointer; 
}

p { 
	margin-top: 0; 
	margin-bottom: 5px; 
}

img { 
	border: 0 none; 
}

h3 {
	color: #f7ba79;
	font-size: 38px;
	padding: 30px 0px 20px 0px;
}

h4 {
	font-size: 28px;
	padding: 30px 0px 20px 0px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#headerwrapper {
	width: 100%;
	clear: both;
}

#mainwrapper {
	width: 100%;
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#footerwrapper {
	width: 100%;
	clear: both;
}

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	color: #eee;
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);
	-moz-text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);
	-webkit-text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);
	padding: 5px 0px 5px 0px;
	position: relative;
}

#header a, #header a:visited, #header a:hover {
	color: #eee;
	text-decoration: none;
}

#header div#title {
	padding-left: 0px;
	z-index: 35;
	position: relative;
}

#header h1 {
	font-size: 28px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

h1 span {
	font-weight: normal;
}

#slogan {
	font-size: 19px;
	font-weight: bold;
	color: #458cb6 !important;
	margin: 7px 0px 1px 155px;
	padding: 0px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
}

#logotick {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 115px;
}

#topbar {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 40px;
	z-index: 2;
	background-color: #323232;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 4px 5px 2px rgba(150, 226, 234, 0.4);
	-moz-box-shadow:  4px 4px 10px 6px rgba(150, 226, 234, 0.4);
	-webkit-box-shadow:  4px 4px 10px 6px rgba(150, 226, 234, 0.4);
	border-bottom: 1px solid #9DE3EA;
	background-image: -moz-linear-gradient(top, #626262, #323232);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#323232));
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #f6f6f6;
	background: url('../images/noise.png') repeat;
	box-shadow: 4px 4px 10px 6px rgba(90, 90, 90, 0.6);
	-moz-box-shadow:  4px 4px 10px 6px rgba(90, 90, 90, 0.6);
	-webkit-box-shadow:  4px 4px 10px 6px rgba(90, 90, 90, 0.6);
	z-index: 10;
	position: relative;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#bottomcontent {
	text-align: center;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 10px 0px 15px 0px;
	text-align: center;
	font-size: 18px;
	color: #eee;
	/*text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);
	-moz-text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);
	-webkit-text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.6);*/
}

#footer img {
	vertical-align: middle;
}

#maincontent {
	width: 62%;
	float: left;
	position: relative;
}

#mainmenu {
	width: 38%;
	float: right;
	
}

#menubackground {
	width: 38%;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: -1;
	border-left: 1px solid #b1b1b1;
}

#menubackground div {
	width: 100%;
	height: 100%;
	-moz-top-right-border-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-top-right-border-radius: 3px;
	-moz-bottom-right-border-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-bottom-right-border-radius: 3px;
	border-left: 1px solid #fff;
	background-image: -moz-linear-gradient(left, #e1e1e1, #f6f6f6);
	background-image: -webkit-gradient(linear, left top, right top, from(#e1e1e1), to(#f6f6f6));
}

#contentpadding {
	margin: 0px 0px 110px 0px;
	padding: 15px 7px 15px 15px;
}

#menupadding {
	margin: 0px;
	padding: 44px 15px 0px 40px;
	z-index: 10;
}

.clearer {
	clear: both;
}


#whoby {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 0px 14px 19px;
	font-size: 12px;
	line-height: 15px;
	color: #aaa;
}

#whoby a {
	border: 1px solid #666;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 15px 3px 15px;
	margin: 0px 15px 0px 0px;
}

#whoby a:hover {
	
}

h3, h4, #result, #yourprediction, #myform {
	text-align: center;
}

#result, #yourprediction {
	font-weight: bold;
	color: #aaa;
	font-size: 50px;
	padding: 15px 0px 20px 0px;
}

input[type=text] {
	font-size: 50px;
	font-weight: bold;
	color: #aaa;
	margin: 40px 0px 50px 0px;
	text-align: center;
}

input[type=submit] {
	font-size: 24px;
	font-weight: bold;
}

#sliderbar1, #sliderbar2 {
	width: 400px;
	height: 10px;
	border: 1px solid #666;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	position: relative;
}

#sliderbar1 {
	background-color: #a1e281;
}

#sliderbar2 {
	background-color: #81cae2;
}

#slider1, #slider2 {
	cursor: move;
	position: absolute;
	top: -7px;
}

#mainmenu p {
	line-height: 22px;
	padding-bottom: 15px;
}

p.morefun {
	text-align: center;
	padding-top: 25px;
}