body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	background: none #fff;
	color: #2E2D30;
}

*, body, div, ul, li, select, option, h1, h2, h3, h4, h5, h6, p, input {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

img {
	border: none;
	border-style: none;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #696969;
	font-weight: normal;
}

a:hover {
	color: #000;
}

.clear {
	clear: both;
}


/* PAGE STRUCTURE */

#wrap {
	width: 921px;
	margin: 0 auto;
}

#header {
	height: 276px;
	background: url('../images/logo_mindtake.png') no-repeat left 60px;
}

.left_side {
	float: left;
}

.right_side {
	float: right;
}

.logo {
	display: block;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	width: 430px;
	height: 83px;
	background: url('../images/logo_panel_research.png') no-repeat left top;
}

.research_logo {
	background-position: right 0;
}

.dropdown_container {
	width: 430px;
	
}

.dropdown_box {
	width: 300px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.virtual_value {
	width: 150px;
	text-align: right;
	position: absolute;
	bottom: 17px;
	right: 167px;
}

.virtual_dropdown {
	width: 150px;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
}

.virtual_dropdown_top {
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

.virtual_dropdown_bottom {
	padding-bottom: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.virtual_dropdown_repeater {
	padding: 5px 0 5px 17px;
	background-repeat: repeat-y;
	background-position: left top;
}

.hovered .virtual_dropdown_top {
	background-image: url('../images/dropdown_top.png');
}

.hovered .virtual_dropdown_bottom {
	background-image: url('../images/dropdown_bottom.png');
}

.hovered .virtual_dropdown_repeater {
	background-image: url('../images/dropdown_repeater.png');
}

.virtual_dropdown ul {
	display: none;
}

.virtual_dropdown ul li {
	line-height: 1.6em;
	font-size: 13px;
}

.virtual_dropdown ul li a {
	display: block;
}

.virtual_dropdown ul li a.selected {
	color: #000;
}

.change_link {
	display: block;
	cursor: pointer;
	padding-top: 10px;
	color: #45a4b2;
}

.select_research .change_link {
	color: #E30040;
}

.two_main_links {
	padding: 15px 0;
}

.button_box {
	width: 430px;
}

.button_box a,
.button_box a:link,
.button_box a:visited,
.button_box a span {
	display: block;
	text-align: center;
	background: url('../images/button_go.png') no-repeat left top;
	width: 174px;
	height: 37px;
	line-height: 37px;
	margin: 0 auto;
	font-size: 16px;
}

.go_panel a,
.go_panel a:link,
.go_panel a:visited {
	background-position: left top;
	color: #fff;
}

.go_research a,
.go_research a:link,
.go_research a:visited {
	background-position: left -37px;
}

.go_panel a span {
	display: none;
	background-position: left -74px;
	color: #fff;
}

.go_research a span {
	display: none;
	background-position: left -111px;
}

.fading_link {
	position: relative;
}

.fading_link span {
	position: absolute;
	top: 0;
	left: 0;
}



#footer {
	text-align: center;
	color: #696969;
	font-size: 13px;
	line-height: 45px;
}

#footer img {
	position: relative;
	top: 9px;
}

/* Sticky Footer */

html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

#main {overflow:auto;
	padding-bottom: 45px;
}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -45px; /* negative value of footer height */
	height: 45px;
	clear: both;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content: "";
height: 100%;
float: left;
width: 0;
margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}