* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #020034; /* dark blue background color */
	font-family: Verdana, sans-serif;
}

a {
	color: #4081b5; /* light blue link color */
	text-decoration: underline;
}

a:hover {
	color: #4081b5; /* light blue link color */
	text-decoration: none;
}

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

#container_information {
	margin: 50px;
	width: 400px;
}

a.close_window {
	color: #EBEAD9; /* yellow-ish content background color */
	font-size: 11px;
	text-decoration: none;
	position: absolute;
	top: 30px;
	right: 80px;
}

#header {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 90px;
	position: relative;
}

#header span {
	background: white url(images/computer_dust_logo.jpg) top left no-repeat;
	position: absolute;
	width: 800px;
	height: 90px;
}

#header span a {
	position: absolute;
	width: 800px;
	height: 90px;
}

/* begin navigation styling */
#navcontainer ul li {
	height: 32px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url(images/button_background.jpg) repeat-x 32px;
	font: 12px/32px Verdana, sans-serif;
	text-align: center;
}

#navcontainer a {
	height: 32px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	width: 159px;
	border-left: 1px solid #444;
}

#navcontainer li#active {
	background: url(images/button_background_over.jpg) repeat-x 32px;
}

#navcontainer a:hover {
	background: url(images/button_background_over.jpg) repeat-x 32px;
} /* end navigation styling */

#computer_covers {
	float: left;
	width: 800px;
	height: 364px;
	background: url(images/computer_dust_cover_monitor.jpg) top left no-repeat;
}

#computer_covers h2 {
	padding: 65px 0 0 460px;
	font-size: 28px;
	color: #f87205; /* orange headline cover */
}

#computer_covers p {
	padding: 0 50px 0 460px;
	font-size: 24px;
	color: black;
}

#computer_covers p#learn_more {
	text-align: right;
	font-size: 18px;
	color: black;
}

#product_choice {
	float: left;
	width: 800px;
	background: #3A3A3B; /* dark gray product choice color */
}

#product_choice span#number {
	width: 70px;
	display: block;
	float: left;
	line-height: 147px;
	font-family: Arial, sans-serif;
	font-size: 110px;
	color: #F87205; /* orange headline cover */
	letter-spacing: -20px;
	padding: 0 0 0 10px;
}

#product_choice span#choose_product {
	width: 120px;
	display: block;
	float: left;
	font-size: 18px;
	color: white;
	padding: 25px 0 25px 0;
}

#product_choice span#number_sub {
	clear: left;
	display: block;
	float: left;
	color: #F87205; /* orange headline cover */
	font-size: 60px;
	font-family: Arial, sans-serif;
	letter-spacing: -5px;
}

#product_choice span#choose_product_sub, #product_choice span#choose_material_sub {
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	padding: 16px 0 25px 0;
}

.product_choice_sub {
	float: left;
	margin: 0 20px 0 10px;
}

#product_choice img {
	float: left;
	border: 0;
}

/* begin product pages styling */
#product_content {
	width: 800px;
	display: block;
	float: left;
	background: #EBEAD9 /*url(images/product_shots_background.jpg)*/ top left repeat-y; /* yellow-ish content background color */
	padding: 0 0 20px 0;
	line-height: 120%;
}

#product_content h3,
#product_content h4 {
	width: 424px;
	padding-left: 371px;
	float: left;
}

#product_content h3.compare_header,
#product_content h4.compare_header {
	width: 424px;
	padding-left: 0;
	float: left;
}

#product_content h3 {
	font-size: 18px;
	color: #F87205; /* <h3> orange color */
	margin: 0;
	line-height: 120%;
}

#product_content h4 {
	font-size: 14px;
	color: black;
	margin: 0 0 15px 0;
	float: left;
}

#product_content h5 {
	font-size: 14px;
	margin-bottom: 0;
}

.product_special {
	border: 1px solid red;
	padding: 10px 10px 0 10px;
	width: 140px;
	float: right;
	margin: 0 0 5px 5px;
}

.product_special p,
.product_special a {
	margin: 0;
}

.product_img {
	width: 356px;
	float: left;
}

.product_heading, #product_content .product_heading, #product_content h5.product_heading {
	width: 800px;
	margin: 0 0 10px 0;
	background: #C8C8BB; /* light gray background on headers that span entire width */
	text-indent: 30px;
	padding: 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

.lower_case {
	text-transform: none;
}

.comparison {
	width: 356px;
	height: 233px;
	float: left;
	background: url(images/comparisons/comparison_table_background.gif) no-repeat center;
}

.comparison img.one {
	margin: 17px 0 0 32px;
}

.comparison img.two {
	margin: 17px 0 0 16px;
}

.comparison img.three {
	padding: 8px 0 0 30px;
}

.product {
	float: left;
	margin-bottom: 30px;
}

.product_desc {
	width: 424px;
	margin-left: 15px;
	float: left;
	clear: right;
}

.no_wrap {
	white-space: nowrap;
}

.product_desc p {
	font-size: 12px;
	padding-right: 5px;
	margin-bottom: 15px;
}

.product_desc .strikeout {
	text-decoration: line-through;
}

#product_content p.part_number {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

#product_content p.contains {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#product_content p.contents {
	font-size: 12px;
	margin: 0;
}

#product_content p.price {
	margin: 0;
	font-size: 13px;
}

#product_content .savings {
	color: red;
}

#product_content .out_of_stock {
	font-size: 13px;
	color: red;
}

#product_content a {
	font-size: 12px;
}

#product_content ul {
	margin: 0 0 15px 15px;
	width: 300px;
	
}

#product_content ul li,
#product_content ul li p {
	margin: 0;
} /* end product pages styling */

/* begin main content styling */
#content {
	width: 700px;
	display: block;
	float: left;
	background-color: #ebead9; /* yellow-ish content background color */
	padding: 20px 50px 50px 50px;
	line-height: 120%;
}
#content2 {
	width: 800px;
	display: block;
	float: left;
	background-color: #ebead9; /* yellow-ish content background color */
	padding:0px;
}
#content_information {

	display: block;
	float: left;
	background-color: #ebead9; /* yellow-ish content background color */
	
	padding: 15px 15px 0 15px;
	line-height: 120%;
}

#content_information img {
	padding-bottom: 15px;
}

#content h3 {
	width: 600px;
	font-size: 18px;
	color: #F87205; /* <h3> orange color */
	margin: 0 0 0 0;
	line-height: 120%;
}

#content_information h3 {
	font-size: 18px;
	color: #F87205; /* <h3> orange color */
	margin: 0 0 0 0;
	line-height: 120%;
}

#content p, #content_information p {
	font-size: 12px;
	color: black;
	margin: 0 0 15px 0;
}

p.third {
	width: 30%;
	display: block;
	float: left;
	padding: 0 20px 0 0;
}

p.faq_question {
	margin-bottom: 0;
	font-weight: bold;
	clear: both;
}

p.side_by_side {
	display: block;
	float: left;
	padding: 0 20px 15px 0;
}

p.caption {
	color: white;
	background: #4081b5; /* light blue image caption background that matches image borders */
	font-size: 10px;
	width: 292px;
	text-transform: uppercase;
	margin: auto;
	font-weight:bold;
}

.clear {
	clear: both;
}

#content ol {
	margin-bottom: 15px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.small_width {
	width: 350px;
}

img.border {
	border: 1px solid #4081b5;
}

img.border_black {
	border: 1px solid black; /* black border around comparison thumbnails */
}

#content .quote, .quote {
	width: 380px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #4081b5; /* blue text color for quotes, same as links */
	margin: 0 0 15px 15px;
	padding: 0 0 0 10px;
	border-left: 15px #F87205 solid; /* thick orange left border color */
}

.quote strong {
	color: black;
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
}

small {
	font-size: 10px;
}

#content ul {
	margin: 0 0 15px 30px;
	font-size: 12px;
}

#content ul li {
	margin: 0 0 15px 0;
	list-style-image: url(images/bulleted_list_icon.gif);
}

#content_information ul li {
	margin: 0 0 15px 25px;
	list-style-image: url(images/bulleted_list_icon.gif);
}

#content ul.site_map li,
#content ul.site_map li ul,
#content ul.site_map li ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}

#content ul.blank li {
	list-style-image: none;
	list-style: none;
	margin: 0;
}

.special_report {
	background: #AFCAE2 url(images/new_special_report_icon.gif) top left no-repeat; /* light blue highlight color for <div> area */
	padding: 15px 15px 15px 105px;
	margin: 0 0 15px 0;
	clear: left;
}

.special_gift {
	background: #AFCAE2;; /* light blue highlight color for <div> area */
	padding: 5px 5px 5px 5px;
	margin: 0 0 15px 0;
	clear: left;
}

.special_gift1 {
	background: #AFCAE2 url(images/cloth.gif) left no-repeat;; /* light blue highlight color for <div> area */
	padding: 15px 15px 15px 105px;
	margin: 0 0 15px 0;
	clear: left;
}
.special_gift2 {
	background: #AFCAE2 url(images/gift2.gif) left no-repeat;; /* light blue highlight color for <div> area */
	padding: 15px 15px 15px 105px;
	margin: 0 0 15px 0;
	clear: left;
}
.special_gift3 {
	background: #AFCAE2 url(images/gift3.gif) left no-repeat;; /* light blue highlight color for <div> area */
	padding: 15px 15px 15px 105px;
	margin: 0 0 15px 0;
	clear: left;
}
.area_highlight {
	background: url(images/new_special_report_icon.gif) top left no-repeat;
	background: #afcae2; /* light blue highlight color for <div> area */
	padding: 15px;
	margin: 0 0 15px 0;
	clear: left;
}

.area_highlight strong {
	font-size: 15px;
	font-weight: bold;
}

.area_highlight a {
	color: #2b5e87; /* dark blue link color for links in highlighted area */
}

.dark_border {
	border: 1px solid #2B5E87; /* dark blue border color for links in highlighted area */
}

.all_caps {
	text-transform: uppercase;
}

a.pdf {
	padding: 0 18px 2px 0; /* padding to allow room for pdf icon */
	background: url(images/page_white_acrobat.png) top right no-repeat;
}

a.warning {
	padding: 0 0 2px 18px; /* padding to allow room for warning icon */
	background: url(images/warning.png) top left no-repeat;
}

#footer {
	width: 800px;
	display: block;
	float: left;
	font-size: 11px;
	color: #ddd; /* light gray footer text clor */
	padding: 10px 0 30px 0;
	text-align: center;
	margin-right: -3px;
}

#footer a,
#footer a:hover {
	color: #ddd; /* light gray footer text clor */
	text-decoration: none;
}

#footer p {
	line-height: 200%;
}

/* begin table styles */
#content table {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#content table.contact_us {
	width: 250px;
}

#content table tbody tr td {
	width: 300px;
	vertical-align: top;
	background:none; /* light gray-blue even numbered rows */
	padding: 3px 3px 0 3px;
}

#content table thead tr th p,
#content table tbody tr td p {
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 120%;
}

#content table thead tr th {
	padding: 3px 3px 0 3px;
	text-align: left;

}

#content table thead tr th p {
	font-size: 13px;
}

#content table tbody tr.odd td {
	background: #CED8E0; /* light grayish odd numbered rows */
}

#product_content table {
	width: 424px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#product_content table.monitor_covers {
	white-space: nowrap;
}

#product_content table tbody tr td {
	width: 300px;
	vertical-align: top;
	background-color: #E8F2FA; /* light gray-blue even numbered rows */
	padding: 3px 3px 0 3px;
	font-size: 12px;
	white-space: nowrap;
}

#product_content table thead tr th p,
#content table tbody tr td p {
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 120%;
}

#product_content table thead tr th {
	padding: 3px 3px 0 3px;
	text-align: left;
	vertical-align: bottom;

}

#product_content select {
	margin: 3px 3px 6px 3px;
}

#product_content table thead tr th p {
	font-size: 13px;
}

#product_content table tbody tr.odd td {
	background: #CED8E0; /* light grayish odd numbered rows */
}  /* end table styles */
/* end main content styling */





/*
----------------------------------
      MODIFICATION
----------------------------------
*/
.review_body {
	padding:0px;
	margin:0px;
	background-image:url(images/Review_bg.jpg);
	background-repeat:no-repeat;
	width:637px;
	height:754px;
}
p.nor_txt {
	padding:0px 30px 0px 0px;
	margin:0px;
	font-family:Arial, Verdana, SansSerif;
	color:#45371b;
	font-size:13px;
	line-height:20px;
}
.form_header_bg {
	padding:8px 0px 0px 9px;
	margin:0px;
	background:url(images/form_header_bg.gif) repeat-x;
	height:25px;
	}
.form_header_txt {
	padding:0px 0px 0px 0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#3a3a3b;
	}
.form-txt {
	padding:0px 10px 0px 0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#3a3a3b;
	}
.form-txtbox-part{
	width:221px;
	padding:0px;
	background-image:url(images/textbox_bg.gif);
	background-repeat:no-repeat;
	height:24px;
}
.textbox{
	width:221px;
	height:24px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background:none;
	border:none;
}
.form-textarea-part{
	width:221px;
	height:93px;
	float:left;
	padding:0px;
	background-image:url(images/text_area.gif);
	background-repeat:no-repeat;
}
.textarea{
	width:221px;
	height:93px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background:none;
	border:none;
	overflow:auto;
}

p.thanku {
	padding:0px 0px 0px 0px;
	margin:0px;
	font-family:Arial, Verdana, SansSerif;
	color:#3A3A3B;
	font-size:30px;
}
.name_rev {
	padding:0px 0px 5px 0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#a6431c;
	border-bottom:1px dashed #584624;
}
.name_rev1 {
	padding:5px 0px 5px 0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#a6431c;
	border-bottom:1px dashed #584624;
	border-top:1px dashed #584624;
}

.review_bg{
	background-image:url(images/Review_bg.jpg);
	background-repeat:no-repeat;
}