html
{
   margin: 0;
   padding: 0;
}

a { color: #0000FF; text-decoration: none; }
a:hover { color: #a3b8cc;}
body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
   background: #36414d;
   color: #333;
   text-align: center;
}

body2 {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666;
  background-color: #EEE;
}
#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 768px;
   text-align: left;
   margin-bottom: 20px;
   background: #fff;
   border-width: 0px;
   border-color: #292e33;
   border-style: none;
}

#container-inner
{
   position: static;
   width: auto; 
   border-width: 0px;
}
#pagebody { position: relative; width: 100%; background: #fff;}
#pagebody-inner { position: static; width: 768px; }
#banner
{
   position: relative;
   width: 768px;
   background: #666666;
   padding: 0px;
   border-width: 0px;
}

#banner-inner
{
   position: static;
   background: #195B7B;
   padding: 0px;
   margin: 0px;
   border-width: 0px;
   color: #fff;
}
#banner a { color: #FFFFFF; text-decoration: none; font-weight: bold; }


#beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 500px;
   background: #fff;
   width: 767px;

}


#beta-inner,

{

   position: static;
   border-style: solid;
   border-color: #fff;
   background: #fff;
   padding: 10px;
   border-width: 0;


}
#beta-inner a { text-decoration: none; }
#beta-inner a.internal { color: #000000; text-decoration: none; }


#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   font: normal 12px arial, sans-serif;
   margin: 0;
   background: #fff; /*#E7EBF0;*/
   border: 0;
}

#alpha-inner
{
   position: static;

}





#alpha-inner a { color: #660F57; text-decoration: none;  }

   .layout-two-column-left #alpha-inner
   {
      padding: 0px 0px 0 0px;
      border-width: 0px 0 0px 0px;
      border-style: solid;
      border-color: #fff;
   }
#alpha a { color: #0000FF; text-decoration: none; font-weight: regular; }

.page1 #beta {width: 565px; }
.page1 #sidebar {width: 200px; }
#sidebar
{
   background: #f7f7f7;
   position: relative;



}

#sidebar-title
{
background: #B28991;
padding: 0px 0px 0px 0px;
width: auto;
}
#sidebar-title a {color: #FFFFFF; text-decoration:none; font-weight: bold;}

#product-list
{

   border-style: solid;
   border-color: #5A6B8D;
   border-width: 3px;
   padding: 5px;

}
#product-list a { color: #0000FF; text-decoration: none; font-weight: regular; }

#product-list-header a { color: #9A0908; text-decoration: none; font-weight: bold; font-size:18px; }
#product-list-header  { color: #9A0908; text-decoration: none; font-weight: bold; font-size:16px; }


#product-sets a { color: #0000FF; text-decoration: underline; font-weight: regular; }


form, input { margin: 0; padding: 0; }
a img { border: 0; }




h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
h3, h2
{
font-size: 14px;
font-weight: bold;
}

.redbold
{
   margin: 0;
   border-left: 5px solid #36414d;
   padding: 2px 2px 2px 2px;
   color: #fff;
   background: #60393C;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;


}

/* standard helper classes */



/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */




a.red {
  color: #b0070f;
}
a.buynow { color: #b0070f; text-decoration: underline; font-weight: bold; font-size:18px; }




h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}


.entry-header
{
   margin-top: 0;


   color: #5A6B8D;
   font-size: 18px;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: auto;
	clear: both;
	}
#footer {
	background-color: #195B7B;
        color: #CCCCCC;
	}
#footer a {
        color: #CCCCCC;
        text-decoration: none;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
