html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	height:100%;
	background-color:#000;
}

a {
	color:#cddeec;
	text-decoration:underline;
}

a:hover {
	color:#e3eff9;
	text-decoration:none;
}

a.selectable {
	color:#cddeec;
	text-decoration:underline;
}

a.selectable:hover {
	color:#e3eff9;
	text-decoration:none;
}

a.unselectable {
	color:#666666;
	text-decoration:none;
	cursor:text;
}

a.unselectable:hover {
	color:#666666;
	text-decoration:none;
	cursor:text;
}

#bg_wrapper {
	background-image:url(images/body_background.jpg);
	background-repeat:repeat-y;
	background-position:center 588px;
	background-color:#000;
}

#header {
	width:100%;
	height:155px;
	/*background-image:url(images/header_background.gif);*/
	background-repeat:repeat-x;
	background-color:#000;
}

#top_bar_container {
	position:relative;
	width:100%;
	height:35px;
	background:#000;
}

#top_bar {
	position:relative;
	margin:0 auto;
	width:973px;
	height:35px;
	font-size:.7em;
	color:#4f6575;
	line-height:35px;
	background:#2c3942;
	text-align:left;
}

#top_bar ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
}

#top_bar ul li {
	display:inline;
	padding:0 5px 0 0;
	color:#fff;
}

#top_bar li a {
	text-decoration:none;
}

#top_bar li a:hover {
	color:#fff;
	text-decoration:none;
}

#shopping_cart {
	float:right;
	margin-right:10px;
}

#shopping_cart a {
	display:block;
	padding:0 0 0 25px;
	background:url(images/shopping_cart.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
}

#header_content {
	position:relative;
	width:973px;
	height:120px;
	margin:0 auto;
}

#logo {
	width:235px;
	height:88px;
	background-image:url(images/sc7_logo.gif);
	background-repeat:no-repeat;
}

#tech_search a {
	display:block;
	position:absolute;
	top:30px;
	left:517px;
	width:197px;
	height:39px;
	background-image:url(images/tech_search_button.png);
	background-repeat:no-repeat;
}

/*begin tab bar menu system*/
#navbar {
	padding:10px 0 5px 0;
	font-size:.75em;
}

#navbar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navbar li {
	display:inline;
	margin:0 -4px 0 0;
}

#navbar li a {
	text-decoration:none;
}

#navbar li a:hover {
	color:red
} /* MSIE fix */

#navbar li a:hover span {
	background-image:url(images/tab_hover.gif) !important;
}

.left {
	background:url(images/tab_normal.gif) top left;
	padding:6px 9px 6px 5px;
}

.right {
	color:#d9d9d9;
	background:url(images/tab_normal.gif) top right;
	padding:6px 18px 6px 0;
}

#current span {
	background-image:url(images/tab_active.gif) !important;
	font-weight:600;
	color:#fff;
}
/*end tab bar menu system*/

/*begin expired link popup*/
#expired_link_container {
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
	visibility:visible;
	display:block;
	z-index:1000;
}

#expired_link {
	position:absolute;
	margin-left:-256px;
	top:-227px;
	left:50%;
	width:562px;
	height:454px;
	background:url(images/expired_link_bg.png);
	background-repeat:no-repeat;
}

#expired_link_close_button a {
	display:block;
	float:right;
	height:48px;
	width:48px;
	background-image:url(images/expired_link_close.png);
}

#expired_link_content_wrapper {
	margin:200px 50px 0 50px;
	font-size:.8em;
	text-align:left;
	color:#fff;
}

#expired_link_action_buttons {
	text-align:center;
	margin:0 auto;
	margin-top:50px;
	width:255px;
	height:36px;
}

#expired_link_continue_button a {
	float:left;
	background-image:url(images/continue_button.gif);
	width:96px;
	height:36px;
}

#expired_link_continue_button a:hover {
	float:left;
	background-image:url(images/continue_button.gif);
	background-position:-96px;
	width:96px;
	height:36px;
}

#expired_link_contact_button a {
	float:left;
	background-image:url(images/contact_button.gif);
	width:109px;
	height:36px;
	margin-left:50px;
}

#expired_link_contact_button a:hover {
	float:left;
	background-image:url(images/contact_button.gif);
	background-position:-109px;
	width:109px;
	height:36px;
	margin-left:50px;
}

#expired_link_contact_container {
	margin:40px 0 0 0;
	color:#999999;
	font-size:.8em;
}

#expired_link_page_overlay {
	height:1810px;
	width:100%;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/*end expired link popup*/


/*begin 2010 holiday promo popup*/
#holiday_promo_container {
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
	visibility:visible;
	display:block;
	z-index:1000;
}

#holiday_promo {
	position:absolute;
	margin-left:-375px;
	top:-227px;
	left:50%;
	width:752px;
	height:256px;
	background:url(images/holiday_promo_bg.png);
	background-repeat:no-repeat;
}

#holiday_promo a {
	position:relative;
	display:block;
	width:752px;
	height:256px;
}

#holiday_promo_close_button a {
	display:block;
	float:right;
	height:48px;
	width:48px;
	margin:-10px -10px 0 0;
	background-image:url(images/expired_link_close.png);
	z-index:1001;
}

#holiday_promo_page_overlay {
	height:1810px;
	width:100%;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	filter:alpha(opacity=68);
	-moz-opacity:0.68;
	-khtml-opacity: 0.68;
	opacity: 0.68;
}
/*end 2010 holiday promo popup*/

#contact_action a {
	display:block;
	float:right;
	width:255px;
	height:120px;
	background-image:url(images/contact_action_background.gif);
	background-repeat:no-repeat;
}

#contact_action a:hover {
	background-image:url(images/contact_action_background.gif);
	background-repeat:no-repeat;
	background-position: -255px;
}

#content {
	width:100%;
}

* html #content {
	background-image:url(images/footer_background_ie.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#content_intro {
	width:100%;
	height:447px;
	margin:0 auto;
	background-image:url(images/intro_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	/*margin-bottom:-85px;*/
}

#sc8_launch_intro {
	padding-top:20px;
	text-align:center;
}

#buy_online_now {
	width:100%;
	height:50px;
	margin:30px 0 0 0;
}

#buy_online_now a {
	display:block;
	margin:0 auto;
	width:268px;
	height:50px;
	background:url(images/buy_online_now.gif);
	background-repeat:no-repeat;
}

#buy_online_now2 {
	margin:0 auto;
	margin-top:20px;
	width:100%;
	height:50px;
	/*background:url(images/buy_online_now.gif);
	background-repeat:no-repeat;*/
}

#buy_online_now2 a {
	display:block;
	margin:0 auto;
	width:268px;
	height:50px;
	background:url(images/buy_online_now.gif);
	background-repeat:no-repeat;
}

div.upgrade_link {
	float:left;
	line-height:35px;
	margin:0 0 0 10px;
}

#features_content_intro {
	width:100%;
	height:447px;
	margin:0 auto;
	background-image:url(images/features_intro_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:-145px;
}

#benefits_content_intro {
	width:100%;
	height:447px;
	margin:0 auto;
	background-image:url(images/benefits_intro_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:-125px;
}

#upgrade_content_intro {
	width:100%;
	height:447px;
	margin:0 auto;
	background-image:url(images/uprgade_intro_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:-360px;
}

#statement_wrapper {
	width:600px;
	height:28px;
	text-align:center;
	margin-bottom:50px;
}

#mud_image {
	 float:right;
	 margin:10px;
	 text-align:center;
	 font-size:.7em;
}

#diagnostics_content_intro {
	width:100%;
	height:447px;
	margin:0 auto;
	background-image:url(images/diagnostics_intro_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:-125px;
}

#reviews_content_intro {
	width:100%;
	height:447px;
	margin:0 auto;
	background-image:url(images/reviews_intro_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:-165px;
}

#amazon_rating_link_wrapper {
	position:absolute;
	top:63px;
	left:604px;
	width:302px;
	height:147px;
}

#amazon_rating_link_wrapper a {
	display:block;
	width:302px;
	height:147px;
}

#support_content_intro {
	width:100%;
	height:447px;
	margin:0 auto;
	background-image:url(images/support_intro_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:-175px;
}

#blank_content_intro {
	width:100%;
	height:447px;
	margin:0 auto;
	background-image:url(images/blank_intro_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:-450px;
}

/*Begin Screenshot Slider*/
#myGallery {
	float:right;
	width:394px;
	height:285px;
	margin:45px 20px 0 0;
	/*position:absolute;
	top:41px;
	left:541px;*/
}

#content_intro_text {
	position:relative;
	width:973px;
	margin:0 auto;
}

#intro_paragraph_1 {
	float:left;
	color:#fff;
	width:480px;
	margin:130px 0 15px 15px;
	font-size:1em;
}

#intro_paragraph_2 {
	float:left;
	color:#fff;
	width:957px;
	margin:0 0 10px 15px;
	font-size:.8em;
}

#kit {
	float:left;
	width:500px;
	color:#fff;
	margin:100px 0 0 265px;
	font-size:.8em;
}

#premier {
	float:left;
	width:500px;
	color:#fff;
	margin:121px 0 0 265px;
	font-size:.8em;
}

.order_form {
	padding:0;
	margin:0;
}

#quantity_text_box_wrapper {
	position:absolute;
	top:400px;
	left:270px;
	background-image:url(images/quantity_background.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:37px;
	width:37px;
}

.quantity_text_box {
	height:37px;
	width:37px;
	border:none;
	background:none;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	margin:0;
	padding:6px 0 0 0;
}

#submit_button_wrapper {
	float:right;
	margin:-50px 30px 0 0;
	padding:0;
	height:37px;
	width:127px;
}

#submit_button_wrapper2 {
	float:right;
	margin:140px 30px 0 0;
	padding:0;
	height:37px;
	width:127px;
}

#quantity_text_box_wrapper2 {
	position:absolute;
	top:350px;
	left:775px;
	background-image:url(images/quantity_background.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:37px;
	width:37px;
}

#quantity_text_box2 {
	height:37px;
	width:37px;
	border:none;
	background:none;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	margin:0;
	padding:6px 0 0 0;
}

#rating {
	position:absolute;
	top:95px;
	left:120px;
	width:300px;
	font-size:.80em;
	font-weight:bold;
	text-align:center;
}

#rating a {
	color:#cddeec;
	border-bottom:1px dotted #4a5e6f;
	padding:0 0 1px 0;
	text-decoration:none;
}

#rating a:hover {
	color:#e3eff9;
	border-bottom:1px dotted #cddeec;
	padding:0 0 1px 0;
	text-decoration:none;
}

#content_area_outer {
	width:973px;
	margin:0 auto;
	min-height:300px;
}

#content_area_inner {
	font-size:.9em;
	padding:0 15px 0 15px;
	color:#fff;
}

#service_center_kits {
	background-image:url(images/intro_kits.jpg);
	background-repeat:no-repeat;
	width:977px;
	height:407px;
	margin:0 auto;
	margin-bottom:0;
	margin-top:-80px;
}

#content_area_inner ul {
	list-style:outside;
	font-size:.9em;
	margin:5px 0 0 20px;
	padding:0 0 0 20px;	
}

#content_area_inner ol {
	font-size:.9em;
	margin:5px 0 0 20px;
	padding:0 0 0 20px;
}

#content_area_inner ol li {
	margin:0 0 5px 0;
}

#content_area_inner li {
	display:list-item;
}

#service_center_cd {
	float:left;
	background:url(images/service_center_cd.jpg);
	background-repeat:no-repeat;
	width:414px;
	height:295px;
	margin:30px 10px 15px 0;
}

h1 {
	color:#ff8000;
	font-size:1.2em;
	font-weight:bold;
	margin-top:40px;
}

h2 {
	color:#ff8000;
	font-size:1em;
	font-weight:bold;
	margin-top:50px;
}

p {
	font-size:.9em;
}

#now_shipping {
	margin:0 auto;
	background:url(images/now_shipping_button.png);
	background-repeat:no-repeat;
	background-position:center;
	height:45px;
	width:450px;
	margin-top:20px;
	margin-bottom:20px;
}

#testimonials {
	margin:20px 0 25px 0;
	width:100%;
	-moz-border-radius:10px;
	border:1px solid #2e2e2e;
	background-color:#1f1f1f;
}

.testimonials_spacer {
	height:10px;
	width:100%;
}

.more_less {
	color:#fff;
	font-weight:normal;
	font-size:.9em;
}

#testimonials p {
	margin:10px 30px 0 20px;
	padding-left:25px;
	background:url(images/review_quote_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#testimonials p span {
	padding-right:25px;
	background:url(images/review_quote_right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#testimonials p.testimonial_name {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	margin:15px 0 25px 50px;
	padding-left:25px;
	color:#CCCCCC;
	font-style:italic;
	background:none;
}

#testimonial_expander_top {
	margin:0 40px 0 40px;
	border-top:1px solid #363636;
}

.up {
	height:7px;
	margin:0 40px 10px 40px;
	border-top:1px solid #363636;
	background:url(images/testimonial_expander.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.down {
	height:7px;
	margin:0 40px 10px 40px;
	border-bottom:1px solid #363636;
	background:url(images/testimonial_expander_selected.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#testimonial_slider {
	padding: 5px 0 5px 0;
}

#leading_badge {
	float:right;
	width:302px;
	height:147px;
	margin:18px 0 0 50px;
	background-image:url(images/leading_badge.png);
	background-repeat:no-repeat;
}

#license_image {
	float:left;
	width:72px;
	height:72px;
	margin:5px 15px 0 0;
	background:url(images/license_image.gif);
	background-repeat:no-repeat;
}

a.learn_more {
	display:block;
	width:108px;
	height:24px;
	background:url(images/learn_more.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

a.learn_more_transparent {
	display:block;
	width:108px;
	height:24px;
	background:url(images/learn_more.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

a.learn_more_transparent2 {
	display:block;
	float:left;
	width:108px;
	height:24px;
	background:url(images/learn_more.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

a.visit_forum {
	float:left;
	display:block;
	width:108px;
	height:24px;
	background:url(images/visit_forum.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	margin:0 25px 25px 0;
}

a.visit_blog {
	float:left;
	display:block;
	width:108px;
	height:24px;
	background:url(images/visit_blog.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.features_section {
	display:block;
	position:relative;
	margin:20px 0 0 0;
	width:100%;
	min-height:130px;
}

.features_section h1 {
	margin:0;
}

.features_section .features_section_content {
	margin:0 0 0 320px;
	height:340px;
}

.features_section .post_card {
	float:left;
	background:url(images/mini_post_card.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:320px;
	margin-right:10px;
}

.features_section2 {
	display:block;
	position:relative;
	margin:0 0 0 0;
	width:100%;
	min-height:130px;
}

.features_section2 .features_section_content2 {
	margin:0 0 0 0;
}

.features_section2 .mini_post_card {
	float:right;
	background:url(images/mini_post_card.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:320px;
	margin:0 0 0 10px;
}

#full_kit_description {
	background-image:url(images/full_kit_background.jpg);
	background-repeat:no-repeat;
	padding:75px 15px 0 240px;
	margin:0 0 20px 0;
}

#full_kit_description #submit_button_wrapper {
	float:right;
	margin:-32px 0 0 0;
	padding:0;
	height:37px;
	width:127px;
}

#full_premier_kit_description {
	background-image:url(images/full_premier_kit_background.jpg);
	background-repeat:no-repeat;
	padding:75px 15px 0 240px;
}

#full_premier_kit_description #submit_button_wrapper2 {
	float:right;
	margin:-32px 0 0 0;
	padding:0;
	height:37px;
	width:127px;
}

#reports {
	background-image:url(images/reports_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
	padding-left:140px;
}

#snapshots {
	background-image:url(images/snapshot_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
	padding-left:140px;
}

#scripts {
	background-image:url(images/test_scripts_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
	padding-left:140px;
}

#links {
	background-image:url(images/my_links_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
	padding-left:140px;
}

#events {
	background-image:url(images/system_events_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
	padding-left:140px;
}

.downloads_container {
	float:left;
	margin:0 80px 35px 0;
}

#wrapper,
#reviews_wrapper {
	position:relative;
	width:940px;
}

.accordionButton {
	width:915px;
	padding:5px 5px 5px 20px;
	margin:0 0 2px 0;
	border:1px solid #1f1f1f;
	color:#cddeec;
	cursor:pointer;
	font-size:.9em;
	background:url(images/review_arrow_collapsed.gif) #1f1f1f;
	background-position:left;
	background-repeat:no-repeat;
}

.accordionButton:hover {
	color:#ffffff;
	background-color:#2e2e2e;
}

.on {
	border:1px solid #1f1f1f;
	color:#cddeec;
	cursor:pointer;
	font-size:.9em;
	color:#ffffff;
	background:url(images/review_arrow_expanded.gif) no-repeat left #2e2e2e;
}
	
.accordionContent {	
	border-bottom:1px solid #2e2e2e;
	border-top:1px solid #2e2e2e;
	background:#1f1f1f;
	padding:5px 10px 15px 15px;
	margin:0 0 2px 0;
	width:915px;
	font-size:.9em;
}

.accordionContent p {
	padding-left:25px;
	background:url(images/review_quote_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.accordionContent p span {
	padding-right:25px;
	background:url(images/review_quote_right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.accordionContent span.name {
	color:#CCCCCC;
	font-style:italic;
	margin-left:50px;
	font-size:1.1em;
}

#reviews_wrapper .accordionContent a {
	margin:0 0 0 25px;
}

.accordionContent ol {
	color:#ff8000;
}

.accordionContent ol ol {
	list-style-type:lower-alpha;
	padding:10px 0 10px 0;
	margin-left:30px;
	color:#fff;
}

.accordionContent ol ol ol {
	list-style-type:lower-roman;
	padding:10px 0 10px 0;
	margin-left:30px;
	color:#ccc;
}

#anchor_wrapper {
	position:relative;
	width:977px;
	height:350px;
	margin:0 auto;
}

#form_anchor {
	position:absolute;
	top:89px;
	left:42px;
	width:492px;
	height:40px;
}

#form_anchor a {
	display:block;
	width:492px;
	height:40px;
}

#faq_anchor {
	position:absolute;
	top:165px;
	left:264px;
	width:196px;
	height:18px;
}

#faq_anchor a {
	display:block;
	width:196px;
	height:18px;
}

#community_anchor {
	position:absolute;
	top:196px;
	left:348px;
	width:125px;
	height:18px;
}

#community_anchor a {
	display:block;
	width:115px;
	height:18px;
}

#downloads_anchor {
	position:absolute;
	top:227px;
	left:392px;
	width:68px;
	height:18px;
}

#downloads_anchor a {
	display:block;
	width:68px;
	height:18px;
}

#print_button {
	float:right;
}

#print_button a {
	display:block;
	background:url(images/print.gif);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
}

#forum_screenshot {
	float:right;
	margin:0 0 0 25px;
	background:url(images/forum_screenshot.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:271px;
}

span.required {
	color:#FF0000;
}

.required_error {
	border:1px solid #F00;
}

#support_form {
	background:#1f1f1f;
	-moz-border-radius:10px;
	border:1px solid #2e2e2e;
	padding:10px;
}

div.no_js_alert {
	width:75%;
	color:#F00;
	padding:10px;
	margin:0 auto;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	background:#fff2f2;
	margin-bottom:20px;
	border:1px solid #ff0000;
}

#technical_support_form {
	width:100%;
}

.wrapper_height_adj {
	min-height:160px;
}

#support_confirmation {
	background:#1f1f1f;
	-moz-border-radius:10px;
	border:1px solid #2e2e2e;
	padding:10px;
}

#support_confirmation_content {
	text-align:center;
}

#personal_information,
#purchaser_information {
	width:625px;
	border:1px solid #2e2e2e;
	padding:25px 10px 25px 10px;
	margin-bottom:25px;
}

#personal_information legend,
#purchaser_information legend {
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin:0 0 0 0;
	padding:7px 10px 7px 10px;
	background:url(images/legend_background.gif);
	border:1px solid #2e2e2e;
}

#personal_information div.spacer, #issue_information div.spacer {
	width:100%;
	height:15px;
}

#personal_information label,
#purchaser_information label {
	float:left;
	text-align:right;
	margin-right:10px;
	width:150px;
	font-size:.9em;
	color:#ccc;
}

#personal_information input,
#purchaser_information input {
	padding:4px 2px;
	border:solid 1px #454545;
	width:200px;
	margin:-4px 0 2px 10px;
	background:#333;
	color:#ccc;
}

#personal_information input:focus,
#purchaser_information input:focus {
	border: 1px solid #737373;
	background:#454545;
	color:#fff;
}

#purchaser_information p {
	color:#808080;
}

#issue_information, #captcha {
	width:850px;
	border:1px solid #2e2e2e;
	padding:25px 10px 25px 10px;
	margin-bottom:25px;
}

#issue_information legend, #captcha legend {
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin:0 0 0 0;
	padding:7px 10px 7px 10px;
	background:url(images/legend_background.gif);
	border:1px solid #2e2e2e;
}

#issue_information label {
	float:left;
	text-align:right;
	margin-right:10px;
	width:375px;
	font-size:.9em;
	color:#ccc;
}

#issue_information label span.small {
	/*float:left;*/
	text-align:right;
	margin:0 0 10px 0;
	width:375px;
	font-size:.8em;
	color:#fff;
}

#issue_information input, #captcha input {
	float:left;
	padding:4px 2px;
	border:solid 1px #454545;
	width:200px;
	margin:-4px 0 15px 10px;
	background:#333;
	color:#ccc;
}

#issue_information select {
	padding:4px 2px;
	border:solid 1px #454545;
	width:206px;
	margin:-4px 0 2px 10px;
	background:#333;
	color:#ccc;
}

#issue_information textarea,
#purchaser_information textarea {
	padding:4px 2px;
	border:solid 1px #454545;
	width:300px;
	margin:-4px 0 2px 10px;
	background:#333;
	color:#ccc;
}

#issue_information input:focus, #issue_information select:focus, #issue_information textarea:focus, #captcha input:focus, #purchaser_information textarea:focus {
	border: 1px solid #737373;
	background:#454545;
	color:#fff;
}

#personal_information_referral p {
	color:#ccc;
}


#personal_information_referral {
	width:750px;
	border:1px solid #2e2e2e;
	padding:25px 10px 25px 10px;
	margin-bottom:25px;
}

#personal_information_referral legend {
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin:0 0 0 0;
	padding:7px 10px 7px 10px;
	background:url(images/legend_background.gif);
	border:1px solid #2e2e2e;
}

#personal_information_referral div.spacer {
	width:100%;
	height:15px;
}

#personal_information_referral label {
	float:left;
	text-align:right;
	margin-right:10px;
	width:150px;
	font-size:.9em;
	color:#ccc;
}

#personal_information_referral input {
	float:left;
	padding:4px 2px;
	border:solid 1px #454545;
	width:200px;
	margin:-4px 350px 9px 10px;
	background:#333;
	color:#ccc;
}

#personal_information_referral p input.checkbox {
	border:none;
	float:left;
	width:20px;
	margin:0;
	padding:0;
	background:#333;
	color:#ccc;
}

#personal_information_referral input:focus {
	border: 1px solid #737373;
	background:#454545;
	color:#fff;
}

#captcha label {
	float:left;
	text-align:right;
	margin-right:10px;
	width:210px;
	font-size:.9em;
	color:#ccc;
}

#captcha label.error {
	float:left;
	text-align:right;
	margin-right:10px;
	width:210px;
	font-size:.9em;
	color:#FF0000;
	font-weight:bold;
}

#captcha_image {
	width:100%;
	text-align:center;
	margin:10px 0 20px 0;
}

#form_button,
#ajax_loading {
	width:100%;
	text-align:center;
	margin:20px 0 20px 0;
}

#form_button input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff8000;
	font-size:1em;
	font-weight:bold;
	width:200px;
	height:31px;
	background:url(images/legend_background.gif);
	text-align:center;
	border:solid 1px #454545;
	cursor:pointer;
}

#support_form ul {
	margin-bottom:25px;
}

#support_form li a:hover {
	color:#fff;
}

#support_form span.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	font-size:.9em;
}

#support_form span.LV_valid {
    color:#454545;
}
	
#support_form span.LV_invalid {
    color:#F00;
}
    
/*#body_content .LV_valid_field,
#body_content input.LV_valid_field:hover, 
#body_content input.LV_valid_field:active,
#body_content textarea.LV_valid_field:hover, 
#body_content textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}*/
    
#support_form .LV_invalid_field, 
#support_form input.LV_invalid_field:hover, 
#support_form input.LV_invalid_field:active,
#support_form textarea.LV_invalid_field:hover, 
#support_form textarea.LV_invalid_field:active {
    border: 1px solid #F00;
}

#download_form {
	background:#1f1f1f;
	-moz-border-radius:10px;
	border:1px solid #2e2e2e;
	padding:10px 10px 20px 10px;
}

#download_form label {
	margin-right:5px;
	font-size:.9em;
	color:#ccc;
}

#download_form input {
	padding:4px 2px;
	border:solid 1px #454545;
	width:175px;
	margin:0 5px 0 0;
	background:#333;
	color:#ccc;
}

#download_form input.download_form_error:focus,
#download_form input.download_form_error {
	padding:4px 2px;
	border:solid 1px #CF3339;
	width:175px;
	margin:0 5px 0 0;
	background:#FFFF99;
	color:#000;
}

#download_form input:focus {
	border: 1px solid #737373;
	background:#454545;
	color:#fff;
}

#download_form button {
	margin-left:10px;
	padding:3px;
	width:auto;
    overflow:visible;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(images/ajax-loader.gif) no-repeat center;
}

#download_links_container {
	margin:0 0 10px 0;	
}

#download_links_container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#download_links_container {display: inline-block;}

/* Hides from IE-mac \*/
* html #download_links_container {height: 1%;}
#download_links_container {display: block;}
/* End hide from IE-mac */

hr {
	border:none;
	height:1px;
	background:#2e2e2e;
	margin:0 0 25px 0;
}

#closing_statement {
	position:relative;
	width:100%;
	margin-top:10px;
	height:125px;
	background-image:url(images/footer_background2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#top_button {
	position:relative;
	width:943px;
	height:21px;
	margin:0 auto;
	margin-top:-20px;
}

#top_button a.top {
	float:right;
	padding:0 0 0 8px;
	font-weight:bold;
	font-size:.8em;
	line-height:21px;
	text-decoration:none;
	color:#505050;
	display:block;
	background:url(images/top.png);
	background-repeat:no-repeat;
	width:53px;
	height:21px;
}

* html #top_button a.top {
	background:url(images/top.gif);
	background-repeat:no-repeat;
}

#top_button a.top:hover {
	background-position:-61px;
	color:#808080;
}

#call_to_action {
	position:relative;
	width:943px;
	padding:70px 10px 10px 10px;
	margin:0 auto;
}

.closing_benefit_statement {
	font-weight:bold;
	color:#fff;
	font-size:.8em;
	float:left;
}

.order_now_action {
	float:right;
	font-weight:bold;
	color:#ff8000;
	font-size:.8em;
}

#footer {
	width:100%;
	position:relative;
	background-color:#000;
	padding-top: 20px;
}

#footer_content {
	width:100%;
	color:#999999;
	margin:0 auto;
	width:973px;
	font-size:.7em;
	text-align:center;
	padding:15px 15px 15px 15px;
}

/*clear floats, add elements to the declaration here when needed*/
#content_area_outer:after,
#content_area_inner:after,
#closing_statement:after,
#Windows_Diagnostic_Tests:after,
#DOS_Diagnostic_Tests:after,
#Windows_PE_Diagnostic_Tests:after,
.diagnostic_list_wrapper_left:after { 
	content:".";  
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
#content_area_outer,
#content_area_inner,
#closing_statement,
#Windows_Diagnostic_Tests,
#DOS_Diagnostic_Tests,
#Windows_PE_Diagnostic_Tests,
.diagnostic_list_wrapper_left {
	display:inline-block;
}
/* Hides from IE-mac */
* html #content_area_outer,
* html #content_area_inner,
* html #closing_statement,
* html #Windows_Diagnostic_Tests,
* html #DOS_Diagnostic_Tests,
* html #Windows_PE_Diagnostic_Tests,
* hmtl .diagnostic_list_wrapper_left {
	height:1%;
}
#content_area_outer,
#content_area_inner,
#closing_statement,
#Windows_Diagnostic_Tests,
#DOS_Diagnostic_Tests,
#Windows_PE_Diagnostic_Tests,
.diagnostic_list_wrapper_left {
	display:block;
}
/* End hide from IE-mac */