html, body, form, fieldset, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div, img, a {
  margin: 0;
  padding: 0;
}

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:rgb(102,102,102);
}

body {
  background: url(/images/line_bg.gif) repeat-y #FFFFFF;
  font-size: 100%;
  margin:0px;
  padding:0px;
  margin-bottom: 100px;
}

body.hp {
  background: url(/images/hp_line_bg.gif) repeat-y #FFFFFF;
}
img {
  border:0px;
}

a, a:link, a:visited {
  color:#000;
}

ul {
  vertical-align:top !important;
}

sup {
  color:#000;
}

#wrapper {
  width: 1003px;
  float:left;
  clear:both;
  margin: 0 0 0px 0px;
  top:0;
  left:0;
}

#header {
  float:left;
}

#contentHeader {
  float:left;
}

#mainHeader {
  padding:0px;
  margin:0px;
}

#content {
  float:left;
  width:744px; 
  clear:right;
}

/* Darker page content */
#pcontent {
  margin-top:17px;
  padding:0 0 0 15px;
  float:left;
  font-size:11px;
  background:rgb(215,197,131);
  width:729px; 
}

/* Lighter page content */
#pcontent2 {
  margin-top:17px;
  padding:0 0 0 15px;
  float:left;
  font-size:11px;
  background:#F5F2DA;
  width:729px; 
  min-height:375px;
  height: auto !important;
  height:375px;
}

/* White background page content */
#pcontent3 {
	margin-top:0px;
	padding:0 0 0 15px;
	float:left;
	font-size:11px;
	background:#FFF;
	width:728px;
}

#pcontent3.prod {
  margin-top:0px;
}

#pcontent3 a, #pcontent3 a:visited {
  color:rgb(102,102,102);
}

/* Product headeing page content */
#pcontent4 {
  margin-top:17px;
  padding:0 0 0px 15px;
  float:left;
  font-size:11px;
  background:#F5F2DA;
  width:729px; 
}

#pcontent4 h1 {
  margin:20px 0 5px 0;
}

#pcontent4 p {
  width:290px;
  color:#7C6836;
}

#pcontent4 li {
  margin:5px 0 5px 0 !important;
  color:rgb(210,35,42);
}

#pcontent5 {
	margin-top:0px;
	padding:0 0 0 15px;
	float:left;
	font-size:11px;
	background:#FFF;
	width:528px;
}

#pcontent5.prod {
  margin-top:0px;
}

#pcontent6 {
	margin-top:10px;
	padding:0 0 0 15px;
	float:left;
	font-size:11px;
	background:#FFF;
	width:728px;
	overflow: auto;
	max-height: 155px;
}

#pcontent6.prod {
  margin-top:0px;
}

#pcontent6 a, #pcontent6 a:visited {
  color:rgb(102,102,102);
}

#pcontent5 a, #pcontent3 a:visited {
  color:rgb(102,102,102);
}

#pcontent p , #pcontent li, #pcontent3 p, #pcontent3 li{
  margin-top:10px;
  width:500px;
}

#pcontent p, #pcontent p b, #pcontent h2 {
  color:#000;
  margin-top:10px;
  margin-bottom:0px;
  line-height:20px;
  font-size:12px;
}

#hotbuttons {
  width:190px;
  height:76px;
  float:left;
}

#sitetitle {
  padding: 0px;
  float:left;
  margin-right: 2px;
}

body.hp #sitetitle {
  margin-right:1px !important;
}

#sitetitle a:link,#sitetitle a:visited {
  font-size: 26px;
}

/* MENU SECTION */
#menu {
  margin-bottom: 20px;
  width:255px;
  clear:both;
  background:rgb(240,233,190) url(/images/nav_bg.gif);
  background-repeat:repeat-y;
  min-height:456px;
  height: auto !important;
  height:456px;
}

body.hp #menu {
  min-height:375px;
  height: auto !important;
  height:375px;
}

#wrapper.homepage #menu {
  margin-bottom:10px !important;
}

/* clearfix for menu */
#menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menu {display:inline-block;}
/* Hide from IE Mac \*/
#menu {display:block;}
/* End hide from IE Mac */
/* end clearfix */

.level1 {
  float: left;
  clear: both;
  padding-top:20px;
}

.level1 li {
  display: block;
  clear:both;
  list-style-type: none;
  width:255px;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 13px;
  
}

.level2 {
  float:left;
  display:block;
  margin-top:10px;
}

.level2 li {
  display: block;
  list-style-type: none;
  margin:0px;
  margin-left:56px;
  margin-bottom:5px;
  width:190px;
}

.level2 li a, .level2 li a:visited {
  text-decoration:none;
  color:#7C6836;
  font-family:Verdana, Sans Serif;
  font-size:11px;
}

.level2 .selected a {
  color:#000000 !important;
}

.level2 a:hover {
  color:#000000 !important;
}

.level2 .level2spacer {
  display: none;
}

.level3 {
  float: left;
  clear: both;
  border-top: solid black;
  margin-top: 5px;
  width: 750px;
}

.level3 li {
  background: #CCCC99;
  display: block;
  list-style-type: none;
  width: 110px;
  float: left;
  padding: 5px;
  height: 60px;
  margin-right: 5px;
  margin-top: 5px;
  overflow: hidden;

}

.level3 .selected {
  background: #FFFFFF;
}

.level4{
  background: #FFFFFF;
}
/* END MENU SECTION */


/* HOT BUTTONS */
#hotbuttons ul li {
  list-style-type: none;
}


/* END HOT BUTTONS */
p {
  margin-bottom: 10px;
}

h1 {
  font-size: 26px;
  font-weight: bold;
  color: #999999;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 10px 0 10px 0;
}

h3 {
  font-size: 11px;
  font-weight: bold;
  color: rgb(102,102,102);
  margin-bottom: 10px;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.plain {
  margin-bottom: 10px;
}

.plain li {
  list-style-type: none;
}

table {
  border: solid #F0EABF 1px;
  margin-bottom: 10px;
  border-collapse: collapse;
}
table td, table th {
  border: solid #F0EABF 1px;
}

.table2 {
  border: none;
  margin-bottom: 10px;
  border-collapse: collapse;
}
.table2 td, table2 th {
  border: none;
}

.plaintable {
  border: 0;
}
.plaintable td, .plaintable th {
  bordeR: 0;
  padding: 5px;
}

.bttLink {
  display:block;
  margin-bottom: 25px;
}

#content ul {
  margin-bottom: 10px;
}
#content ul ul {
  margin-bottom: 0;
}

#content li {
  margin-left: 25px;
}

#pcontent2 li {
  margin-left: 0px !important;
  margin-bottom:5px;
}

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

#content ol ol li {
  list-style-type: lower-alpha;
}

#content blockquote {
  font-style: italic;
}

#content dt {
  font-weight: bold;
}
#content dd {
  margin-bottom: 10px;
}

/* LINKS ON BOTTOM OF HOMEPAGE */
#bottomlinks {
  margin-top: 50px;
}
#bottomlinks li {
  list-style-type: none;
  margin-bottom: 5px;
}
/* END LINKS ON BOTTOM OF HOMEPAGE */

#specWizard {
	float:left;
	clear:both;
	width:500px;
	padding-left:187px;
}

#specWizard img {
  float:left;
}
  
#specWizard p {
  float:left;
  padding-top:40px;
  width:400px;
}

.copyright {
	float:left;
	clear:both;
	margin:0px;
	padding-left:775px;
	width:230px;
	font-size:9px;
	color:rgb(178,178,178);
}

.search {
  margin-top:20px;
}

.search p {
  margin:0px;
  padding:0px;
}

#searchBox {
  width:145px;
  border:1px solid rgb(178,178,178);
  height:13px;  
}

#goButton {
  border:1px;
  background-color:rgb(178,178,178);
  border:1px solid rgb(178,178,178);
  width:24px;
  height:17px;  
  font-size:10px;
  color:#FFF;
}

/* Hot links */
#hotbuttons a, #hotbuttons a:visited{
  text-decoration:none;
  color:rgb(178,178,178);
}

#hotbuttons.sub {
  float:right;
  clear:both;
}

.homeHL {
  margin-top:20px;
  padding:0px;
  margin-right:13px;
}

.homeHL li {
  margin:5px 0px 0px 0px !important;
  padding:0px;
}

#hotbuttons.sub .homeHL {
  margin-top:7px;
  float:right;
}

#hotbuttons.sub .homeHL li {
  float:left !important;
  padding-right:10px;
  padding-left:10px;
}

.rightBorder {
  border-right:1px solid #A9A9A9;
}

.toplink, .toplink:visited {
  float:left;
  clear:both;
  color:#7C6836 !important;
  text-decoration:underline !important;
  padding:10px 0px 30px 14px;
  width:200px;
}

.toplinknf, .toplinknf:visited {
  color:#7C6836 !important;
  text-decoration:underline !important;
}

.sideImage {
	float:right;
}

#homeHeader {
  margin:0px;
  border-right:1px solid #F7EFBD;
}

#mainHeader {
  margin-left:14px;
}

.prod {
  float:left;
  margin-top:0px;
  padding:0px;
}

.prod h1{
  font-size:18px;
  color: #000;
}

/* OLD RED #DE2C31 */

.prod h2, #pcontent3 h2{
  color:rgb(210,35,42);
  font-size:11px;
  font-weight:bold;
  margin-top:22px;
  text-transform:uppercase;
}

.prod h2, #pcontent5 h2{
  color:rgb(210,35,42);
  font-size:11px;
  font-weight:bold;
  margin-top:22px;
  text-transform:uppercase;
}

.prodShortcuts, .prodShortcuts li {
  list-style-type: none;
  margin:20px 0 0 0;
  padding:0px;
}

.prodShortcuts a, .prodShortcuts a:visited {
  color:rgb(210,35,42);
  text-decoration:none;
}

.prodImg {
	float:right;
	margin-right:40px;
	margin-top: 20px;
}

.pageSubTitle {
  background-color:#F5F2DA;
  margin:17px 0 0 0 ;
  float:left;
  padding:16px 0 15px 16px;;
  width:728px;
}

#pcontent2.faq li, #pcontent2.faq li a, #pcontent3 dt{
  color:rgb(210,35,42);
  text-decoration:none;
  margin-bottom:9px;
}

#pcontent2.faq li a:hover {
  text-decoration:underline;
}

#pcontent2.faq {
  min-height:456px;
  height: auto !important;
  height:456px;
}

#pcontent2.faq h2 {
  padding-top:6px;
}

.specTech ul, .specFiles ul {
  margin-top:18px;
}

.specTech li, .specFiles li {
  margin:0 10px 0 10px !important;
  padding:0px;
}

.specFiles a, .specFiles a:visited {
  color:rgb(102,102,102);
}

.specFiles{
  width:300px;
}

.specTech ul, .specTech li {
  width:160px !important;
  color:#7C6836;
}

.specFiles ul, .specFiles li {
  width:250px !important;
}

.specTech {
  width:181px !important;
  color:#7C6836;
}

.specTech ul, .specFiles ul {
  list-style-type:none;
}

.gallery {
  list-style-type:none;
  float:left;
  padding-top:20px;
}

.gallery li {
  display:inline;
  float:left;
  width:220px !important;
  margin-right:14px !important;
  margin-left:6px !important;
  margin-bottom:20px;
}

.gallery a {
  text-decoration:none;
  color:#7C6836;
  font-size:10px;
}

.gallery div {
  margin-top:4px;
}

acronym {
  color:#000;
}

@media screen{
/* offsetting the entire ul down */
* html ul { /* IE6 */
position: relative; 
top: .3em;
}

/* offsetting each li back up*/
* html ul li { /* IE6 */
vertical-align: top; 
position: relative; 
top: -.3em;
}
}
*:first-child+html ul { /* IE7 */
position: relative; 
top: .3em;
}

*:first-child+html ul li { /* IE7 */
vertical-align: top; 
position: relative; 
top: -.3em;
}

#rsDG, #rsDG td, #rsDG th {
border:0px none !important;
padding:5px;
}

#rsDG {
width:80%;
}

.ads_left {
	float: left;
	padding: 5px;
	margin: 0;
	}
	
.psguide {
	float: left;
	margin: 0;
	padding-right: 10px;
	}

.colorPdf 
{
	margin-left:0px;
	min-height:90px;
	height: auto !important;
	height:90px;
	margin-top:10px;
	display: block;
}

.colorPdf p {
  display:none;
}

.colorPdf span {
	display:block;
	width:70px;
	height:90px;
	float:left;
	margin-right: 30px;
	clear:right;
	cursor:hand;
}


#pdf_archcc {
	background:url(../images/pdf_archcc.gif) no-repeat;
 }

#pdf_commcc {
 	background:url(../images/pdf_commcc.gif) no-repeat;
}
