/* c2010 DREAMWEAVER TEMPLATES and DREAMWEAVER EXTENSIONS -->
/* This rule resets a core set of elements so that they will appear consistent across browsers.
Without this rule, content styled with an h1 tag, for example, would appear in different places
in Firefox and Internet Explorer because each browser has a different top margin default value.
By resetting these values to 0, the elements will initially be rendered in an identical fashion
and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

.printOnly {
	position:absolute;
	top:-2000px;
	left:-2000px;
}

body {
  background: #829E2D url('images/bg-body-page.gif') 0px 31px repeat-x;
  color: #2d2e2e;
  font:normal 11px/1.5em verdana, arial, helvetica, sans-serif;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}


h1 {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  margin-bottom:20px;
}

h2 {
  color: #552;
  font-size: 14px;
  font-weight: bold;
}

hr {
height:1px;
margin:10px 0px;
color:#999;
}

p {
margin:6px 0px 20px 0px;
padding:0px;
}

.center {
text-align:center;
}

img {
	border:0px;
}

.imgRight {float:right; margin-left:10px;}
.imgLeft {float:left; margin-right:10px;}


/* This is a container for the page content. */

#page {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	border:6px solid #FFF;
	border-top:0px solid #FFF;
}

#masthead {
  background: #829E2D url('images/bg-masthead.jpg') repeat-x;
}


#leftColumn {
  background-color: #E6ECD5;
  float: left;
  width: 190px;
  padding:20px 4px;
}

#rightColumn {
  background-color: #E6ECD5;
  float: right;
  width: 190px;
  padding:20px 4px;
}

/* Contains the main page content. When using a mutliple column layout
the margins will be set to account for the floated columns' width, margins, and padding. */

#content {
  margin: 0 200px 0 200px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 30px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts.
   If floated elements are used without being cleared the elements following will wrap around the floated element.
   This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

.clearFloat {
  clear: both;
  display: block;
}

#footer {
  background: #829E2D url('images/bg-footer.jpg') repeat-x;
  text-align:center;
  height:80px;
  color:#DDD;
  font-size:90%;
  line-height:11px;
}

/* LINK STYLES */
a:link, a:visited {color:#660; text-decoration:none;}
a:hover, a:active {color:#C30; text-decoration:underline;}

#content a:link, #content a:visited {color:#660; text-decoration:underline;}
#content a:hover, #content a:active {color:#C30; text-decoration:none;}

#footer a:link, #footer a:visited {color:#DDD; text-decoration:none;}
#footer a:hover, #footer a:active {color:#DDD; text-decoration:underline;}



/* LISTAMATIC NAV BAR */

#menu {
background: #DDD url('images/bg-menubar.jpg') repeat-x;
margin: 0;
padding: 0;
height:40px;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: transparent;
color: #FFF;
width: 100%;
font: bold 100% arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
font:bold 12px verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
background-color: transparent;
color: #333;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
color: #036;
text-decoration: underline;
}


/* ########### */
.blogit {
padding:12px;
text-align:right;
line-height:1.3em;
border: 0px double #829E2D;
color:#EEB;
}


.blogit h2, .blogit a {
font-size:16px;
color:white;
}

.sbMenu {
margin:0px;
padding:10px 0px 0px 14px;
list-style:disc;
}

.sbMenu li a {
font-size:9px;
}

.credits {
font:normal 10px verdana, Arial, Helvetica, sans-serif;
padding:6px;
border:1px solid #999;
background-color: transparent;
color: #999;
}

/* Web Assist ################## */
.WAProduct {
margin:20px 0px;
padding:6px;
border:1px solid #CCC;
background-color:#DAEFF8;
color:#333;
}

.WAProduct table {
margin:0px;
border:1px solid #CCC;
background-color:#FFF;
}

.waList {
margin:0px;
padding:10px 0px 0px 14px;
list-style:disc;
}

.retail {
font:normal 14px verdana, Arial, Helvetica, sans-serif;
color: #666;
}
.strike {
text-decoration:line-through;
}

.sale {
font:bold 20px verdana, Arial, Helvetica, sans-serif;
color: #C00;
}