@charset "utf-8";

body {
	padding:0;
	margin:0;
	background:url(images/bg.png) repeat-x top #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#990000;
}

h2 {
	color:#333333;
	font-weight:bold;
	font-size:20px;
	letter-spacing:-1px;
	margin-bottom:3px;
}

a {
	text-decoration:none;
	color:#0066FF;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	height:150px;
	margin-bottom:16px;
	padding-top:5px;
	background:url(images/header.png) no-repeat center top;
	text-align:right;
	color:#FFFFFF;
}

#header a {
	color:#FFFFFF;
}

#left_c {
	width:550px;
	float:left;
	font-size:13px;
	background:url(images/left_bg.png) repeat-y center;
}

#left_c_header {
	background:url(images/left_header.png) no-repeat center top;
	height:26px;
	padding:15px 0 0 15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

#left_c_middle {
	padding:0 20px;
}

#video_player {
	padding:15px 0;
	text-align:center;
}

#left_c_footer {
	background:url(images/left_footer.png) no-repeat center bottom;
	height:10px;
}

#right_c {
	width:223px;
	float:right;
	background:url(images/right_bg.png) repeat-y center;
}

#right_c_header {
	background:url(images/right_header.png) no-repeat center top;
	height:55px;
	padding:15px 0 0 15px;
	color:#000000;
	font-weight:bold;
}

#right_c_middle {
	padding:0 20px;
}

#right_c_footer {
	background:url(images/right_footer.png) no-repeat center bottom;
	height:10px;
}

#full_c {
	width:800px;
	font-size:13px;
	background:url(images/full_bg.png) repeat-y center;
}

#full_c_header {
	background:url(images/full_header.png) no-repeat center top;
	height:26px;
	padding:15px 0 0 15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

#full_c_middle {
	padding:0 20px;
}

#full_c_footer {
	background:url(images/full_footer.png) no-repeat center bottom;
	height:10px;
}

#footer {
	clear:both;
	margin:30px 0;
	text-align:center;
	color:#666666;
	font-size:9px;
}

#footer a {
	color:#666666;
	font-size:9px;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}


/*##############  DETAILS  ###############*/

/*-- FRONT PAGE --*/

.questions {
	width:185px;
	margin:0 auto;
}

.question_number {
	float:left;
	width:30px;
	color:#990000;
	font-size:24px;
}

.question_text {
	float:left;
	margin-bottom:8px;
	width:155px;
	color:#000000;
	font-size:13px;
}

.question_option {
	clear:both;
	margin-left:30px;
	margin-bottom:0;
	color:#000000;
	font-size:12px;
	line-height:0;
}

.SelectOption {
	color:#000000;
}

.question_option .radio {
	height:14px;
	margin:0;
	padding:0;
	line-height:0;
	vertical-align:middle;
}

.privacy {
	margin-top:20px;
	text-align:center;
	font-size:9px;
}

/*-- EMAIL REQUEST --*/

#left_c_middle .form {
	width:240px;
	margin:0 auto;
	margin-bottom:20px;
	padding:40px;
	background:#FFFFCC;
	border:4px dashed #990000;
}

.form .form_label {
	float:left;
	width:80px;
}

.form .text {
	float:right;
	width:150px;
	margin-bottom:10px;
}

.form br {
	clear:both;
}

/*-- DIAGNOSTICS SOLUTIONS --*/

#solution_video {
	margin-left:30px;
	margin-right:25px;
	float:left;
}

#solution_playlist {
	margin-top:5px;
	float:left;
}

#solution_playlist h2 {
	color:#333333;
	font-size:20px;
	font-weight:normal;
	margin:0;
	margin-top:10px;
	padding:0;
}

/*###########  GLOBAL DETAILS  ############*/

.clearit {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.error_box_header {
	background:url(images/warning_full_header.png) no-repeat center top;
	height:26px;
	padding:15px 0 0 15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

.error_box {
	width:800px;
	font-size:13px;
	background:url(images/full_bg.png) repeat-y center;
}

.error_box_middle {
	padding:0 20px;
}

.error_box_footer {
	background:url(images/full_footer.png) no-repeat center bottom;
	height:10px;
}

.error {
	color: #990000;
}

.errmsg {
	width:175px;
	padding:5px;
	margin:0 auto;
	margin-top:-20px;
	background:#FFDCDC;
	border:1px solid #990000;
}


.logo {
	margin:0 auto;
	width:71px;
	height:128px;
	background:url(images/logo.png) center no-repeat;
}