/* Base Weblog (base-weblog.css) */

/* alternate sidebar color- #ABCEE2 */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}
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;
}

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 780px;
   text-align: left;
   margin-bottom: 20px;
   background: #fff;
   border-width: 1px;
   border-color: #292e33;
   border-style: solid;
}

#container-inner
{
   position: static;
   width: auto; 
   border-width: 0px;
}

#banner
{
   position: relative;
   width: auto; /* necessary for ie win */
   background: #FFFFFF;
   padding: 0px;
   border-width: 0px;
}

#banner-inner
{
   position: static;
   background: #151F54;
   padding: 0px;
   border-width: 0px;
   color: #000000;
}
#banner-inner a { color: #FFFFFF; text-decoration: none; font-weight: bold; padding: 0 5px 0 10px;; }


#beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   background: #fff;
   width: 610px;

}


#beta-inner

{

   position: static;
   border-style: none;
   border-color: #000000;
   background: #fff;
   padding: 10px;
   border-width: 1px;


}
#beta-inner a.internal { color: #333; text-decoration: none; }


#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   font: normal 12px arial, sans-serif;
   margin: 0;
   width: 170px;
   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;
   }


#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 { text-decoration: underline; }
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;
}

.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 */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .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; }
/* */


/* page layout */






#pagebody { position: relative; width: 100%; background: #fff;}
#pagebody-inner { position: static; width: 100%; }



#delta { float: right; }






/* basic page elements */



a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc;}



h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   margin-top: 0;


   color: #5A6B8D;
   font-size: 18px;
}


/* page layout */









#gamma, #delta { width: 180px; background: #e6ecf2; }







.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: #151F54;
        color: #CCCCCC;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#footer a {
        text-decoration: none;
        color: #CCCCCC;
	}