@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666;
	background-color: #333;
}

.nav
	{
		background-image: url(images/navBkgnd_02.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 850px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
	.nav ul
	{
		margin: 0 0 0 0;
		padding: 10px;
		list-style-type: none;
	}
	
	.nav li
	{
		display: inline;
		padding: 0 0 0 32px;
	}
	
	.nav li a
	{
		text-decoration: none;
		color: #fff;
	}
	
	.nav li a:hover
	{
		text-decoration: none;
		color: #ff9933;
	}
.SaltDogg #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.SaltDogg #header {
	background-image: url(images/HdrBkgnd_01.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 850px;
	margin: 0; 
	padding: 0;
	text-align: left;
} 

.SaltDogg #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 0 0 0;
}

.SaltDogg #Box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 175px;
	border: 3px solid #4e7784;
	margin: 0px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	line-height: 14px;
}

.SaltDogg #Box1Text {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;	
	font-size: 11px;
}
	
.SaltDogg #Box1Headline  {
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #4e7784;
}

.SaltDogg #BoxSpacer {
	height: 11px;
	width: 195px;
	background-color:#97aab3;
	margin-top: 7px;
}

.SaltDogg #Box2 {
	height: 190px;
	width: 195px;
	background-color:#fff;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 0;
	}

.SaltDogg #mainContent {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 75px;
	padding-top: 30px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.SaltDogg #ProductIndex {
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
}
.SaltDogg #ProductTypes {
	margin-top: 30px;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
/* Individual Product Page styles  */

.SaltDogg #ProductPhoto {
	margin-left: 25px;
	margin-bottom: 30px;
	float: left;
}
.SaltDogg #IndProductText {
	margin-left: 425px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;	
	font-size: 11px;
}
.SaltDogg #IndProductText ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}
.SaltDogg #IndProductText li {
	margin-left: 10px;
	padding: 2px;
}

/* Features Section */
.SaltDogg #FeaturesOptionsText {
	margin-top: 20px;
	margin-left: 20px;
	width: 669px;
	float: left;
	font-size: 11px;
}
.SaltDogg #FeaturesPhoto {
	margin-top: 20px;
	margin-left: 20px;
	width: 305px;
	float: left;
}
.FeaturesLineart {
	margin-top: 20px;
}
.SaltDogg #FeaturesTextBox {
	margin-left: 0px;
}
.SaltDogg #FeaturesText {
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;	
	font-size: 11px;
	width: 200px;
}
.SaltDogg #FeaturesText ul {
	
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
}
.SaltDogg #FeaturesText li {
	margin: 0px;
	padding: 2px;
}
.Headline  {
	margin-top: 20px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #4e7784;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.Headline_NoMargin  {
	margin-top: 0px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #4e7784;
}

.SaltDogg #IndProductFeaturesHdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	margin-top: 0;
	color: #FFF;
	background-color: #4e7784;
	width: 695px;
	vertical-align: middle;
	clear: both;
}
/* Footer styles  */

.SaltDogg #footer {
	background-image: url(images/FtrBkgnd_03.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: center;
	color: #fff;
	height: 60px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 30px;
} 
.SaltDogg #footer p {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 9px;
}
.SaltDogg #container #footer a {
	text-decoration: none;
	color: #FFF;
}
.SaltDogg #container #footer a:hover {
	text-decoration: none;
		color: #ff9933;
}
.SaltDogg #container #ProductIndex table tr td {
	text-align: center;
}
.Frame {
	border: 3px solid #4e7784;
}
.SaltDogg #Flash2 {
	margin-top: 14px;
}
.ProductHdr {
	font-size: 13px;
	font-weight: bold;
	color: #4e7784;	
}
.SaltDogg #ProductCategoryText {
	margin: 0;
	padding: 0;
	color:#666;	
	font-size: 11px;
	line-height: 18px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#box-table-b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	width: 707px;
	border-collapse: collapse;
}
#box-table-b th
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 6px;
	background: #4e7784;
	border-right: 1px solid #4e7784;
	border-left: 1px solid #4e7784;
	color: #fff;
	text-align: center;
}
#box-table-b td
{
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #E9EFEF;
	border-right: 1px solid #4e7784;
	color: #666;
}
#box-table-b tbody td.right
{
	padding: 6px;
	margin: 0;
	border-right: 1px solid #4e7784;
	color: #666;
	text-align: right;
}
#box-table-b tbody td.removeBorder
{
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #E9EFEF;
	color: #666;
	border-right: none;
}

#box-table-b tbody tr.odd td{
	background-color: #fff;
}

/* Ind. Product Table "C" */
#box-table-c
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	width: 355px;
	border-collapse: collapse;
	margin-top: 20px;
}
#box-table-c th
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 6px;
	color: #fff;
	background-color: #ADBBC2;
}
#box-table-c td
{
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 1px solid #4e7784;
	color: #666;
	background-color: #E9EFEF;
}
#box-table-c tbody td.right
{
	padding: 6px;
	margin: 0;
	border-right: 1px solid #4e7784;
	color: #666;
	text-align: right;
}
#box-table-c tbody td.left
{
	padding-left: 8px;
	margin: 0;
	border-right: 1px solid #4e7784;
	color: #666;
	text-align: left;
}
#box-table-c tbody td.removeBorder
{
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #dde8ec;
	color: #666;
	border-right: none;
}

#box-table-c tbody tr.odd td{
      background-color: #fff;
}
