/* CSS Document */
 * {
	margin: 0;
    padding: 0;
    border: none;
}

body {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  font-size: 100%;
}


#PageWrapper {
  margin: 0 auto;
  width: 1020px;
}

#PageFloat {
  float: left;
  width: 972px;
} 

#TopSpacer {
  margin: 0 auto;
  background-color: #0068B3;
  width: 944px;
  height: 4px;
}

#Web2 {
}


/* Header */

#HeaderContainer {
  margin: 0 auto;
  width: 960px;
}

#LogoContainer{
  margin: 0 auto;
  float: left;
  width: 300px;
  height: 118px;
  background-image: url(/Climax_2010_Template/page_images/transparent.png);
  background-repeat: repeat;
  border-left; 1px solid #B3BDE3; 
  border-top: 1px solid #FFFFFF;
  text-align: center;
}

#Logo {
  padding-top: 10px;
  border: 0 none;
}

#HeaderRightContainer {
  margin-left: 300px;
  width: 660px;
  height: 118px;
}

#TopMenuAngle {
  width: 44px;
  height: 34px;
  float: left;
  background-image: url(/Climax_2010_Template/page_images/menu_angle.png);
  background-repeat: no-repeat;
}

#TopMenu {
  margin-left: 44px;
  height: 34px;
  width: 608px;
  background-color: #0068B3;
  text-align: right;
}

#HeaderWhiteSpace {
  width: 660px;
  height: 84px;
  background-image: url(/Climax_2010_Template/page_images/transparent.png);
  background-repeat: repeat;  
}


#RightHeaderText {
  float: right;
}



/* Categories Menu */

#Categories {
  clear: both;
  margin: 0 auto;
  width: 972px;
  height: 38px;
  background-image: url(/Climax_2010_Template/page_images/category_background.png);
  background-repeat: repeat-x;
  border: 2px solid #0068B3;
} 

#Categories ul {
  margin: 0;
  padding: 0;
}

#Categories ul li {
  display: block;
  float: left;
  padding: 0px 20px 0 20px;
  height: 40px;
  list-style: none;
  text-align: center;
  border-right: 2px solid #0068B3;
}

#Categories ul li a {
  display: block;
  padding-top: 14px;
}

#Categories ul li.active {
  height: 38px;
  background-color: #FFFFFF;
  background-image: url(../page_images/active_category_bg.png);
  background-repeat: repeat-x;
}

#Categories ul li.active a {
  padding-top: 12px;
  
}





 /* Content */

#ContentBackground {
  margin: 0 auto;
  background-image: url(/Climax_2010_Template/page_images/transparent.png);
  width: 960px;
  padding-top: 16px;
  border-right: 1px solid #BFCDEB;
  border-bottom: 1px solid #B3BDE3;
  border-left: 1px solid# #B3BDE3; 
}

#ContentContainer {
  margin: 0 auto;
  width: 928px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}


/* Content for non home pages */

#SubCategories {
  margin: 0;
  float: left;
  padding-left: 0;
  width: 200px;
}

#SubCategories li {
  display: block;
  height: 20px;
  padding-left: 4px;
  padding-top: 6px;
  list-style: none;
  border-bottom: 1px solid #CCCCCC;  
}

#Content {
  margin-top: 0px;
  padding: 12px 24px 12px 24px;
  margin-left: 200px;
}

#Content p {
  padding-right: 40px;
}

.clear {
  clear: both;
  font-size: 1px;
}


#Web2 {
  margin-left: 972px;
  padding-top: 200px;
}

#Web2 img {
  padding-bottom: 6px;
}

#Copy {
  text-align: center;
  padding: 4px;
}

#share {
  width: 83px;
  margin: 0 auto;
}


/*################################################ COUPONS ##############################################*/

fieldset.coupon {
  display: block;
  margin: 0 0 20px 30px;  
  width: 580px;
  border: 2px dashed #666666;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
}

fieldset.coupon h1 {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333333;
}
fieldset.coupon h2 {
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FF0000;
}


  
