body {
  padding: 0;
  margin: 0;
  background-color: #454547;
  background-image: url(/stores/malebuzz.com/images/bg.jpg);
  background-repeat: repeat-x;
  font-family: arial;
  font-size: 12px;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #3963FF;
}

#headerBar {
  background-color: #000000;
  background-image: url(/stores/malebuzz.com/images/topbar_bg.jpg); 
  height: 30px;
  border-bottom: 1px solid #333333;
}

#headerBarInner {
  width: 988px;
  margin: auto;
  text-align: right;
}

#headerBarInner a {
  font-family: 'Lucida Sans Unicode';
  font-size: 12px;
  line-height: 30px;
  color: #CCCCCC;
  float: right;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

#headerBarInner a:hover {
  color: #3963FF;
}

#headerMenu {
  margin: auto;
  width: 988px;
  height: 40px;
  background-color: #555555;
  background-image: url(/stores/malebuzz.com/images/headerMenuBG.png);
}

#headerMenuUL {
  list-style-type: none;
  padding:0;
  margin:0;
}

#headerMenuUL li {
  display: block;
  float: left;
}

#headerMenuUL li a {
  background-image: url(/stores/malebuzz.com/images/headerMenuLIBG.png);
  background-repeat: repeat-x;
  color: #cccccc;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 1px; 
  margin-right: 1px;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
  border-top: 1px solid #777777;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  position: relative;
  top: 5px;
  bottom: 0;
}


#headerBanner {
  margin: auto;
  width: 988px;
  height: 128px;
  background-color: #000000;
  background-image: url(/stores/malebuzz.com/images/headerBG.png);
  text-align: center;
}

#headerBanner img {
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}

#contentContainer {
  margin: auto;
  width: 988px;
  background-color: #FFFFFF;
  background-image: url(/stores/malebuzz.com/images/leftbarBG.gif);
  background-repeat: repeat-y;
}

#content {
  float: right;
  width: 758px;
  background-color: #FFFFFF;
  padding: 5px;
}

#catImgBar {
  float:right;
  text-align:center;
  width:100px;
}
#catImgBar img {
  display: block;
  margin: auto;
}
#catImgBar a {
  font-size: 10px;
  color: #555555
}
#catImgBar a:hover {
  text-decoration: underline;
}

#leftBar {
  float: left;
  width: 198px;
  padding: 5px;
}

#leftMenu {
  width: 198px;
}

#categories {
  width: 198px;
  padding: 0;
  margin: 0;
} 

#categories > li {
  cursor: pointer;
  font-family: Arial;
  color: #666666;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px dotted #AAAAAA;
  list-style: none;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

#categories li ul {

display:none;
font-family: Arial;
font-size: 11px;
color: #666666;
font-weight: normal;
list-style-image: url(/stores/malebuzz.com/images/arrowbullet.png);
list-style-position: inside;
margin-left: 0px;
line-height: 20px;
margin: 0;
padding: 2px;
}

#categories li ul li a {
  color: inherit;
}

.metalBox {
  color: #FFFFFF;
  background-image: url(/stores/malebuzz.com/images/brushedmetalBG.png);
}

.metalContent {
  border: 2px outset #777777;
  padding: 5px; 
}

#editorsPick {
  width: 600px;
  font-size: 12px;
}

#articles {
  width: 295px;
  font-size: 12px;
  float:left;
}

#reviews {
  width: 295px;
  font-size: 12px;
  float:left;
  margin-left: 10px;
}

#socialNetworking {
  width: 250px;
  font-size: 12px;
  float:left;
  margin-left: 1px;
}

#partners {
  width: 250px;
  font-size: 12px;
  float:left;
  margin-left: 1px;
}

#forum {
  width: 250px;
  font-size: 12px;
  float:left;
  margin-left: 1px;
}

#newsletter {
  border: 1px dotted #AAAAAA;
  font-size: 12px;
  color: #555555;
  background-color: #eeeded; 
  padding: 10px;
  width: 178px;
}

#twitter ul
{
  padding: 0;
  padding-left: 15px;
  margin: 0;
  font-size: 10px;
}

#twitter ul li {
  margin-bottom: 5px;
}

.blueBar {
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-image: url(/stores/malebuzz.com/images/bluebarBG.png);
}

#footer {
  background-color: #000000;
  border-top: 1px solid #888888;
  height: 159px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  color: #AAAAAA;
  font-size: 12px;
}
