@import "/css/site.css";

/***********************************/
/*Begin Variable style*/
/***********************************/
table.category {
 background-color: #000000;
}

#leftTitle {
  cursor: pointer;
  float: left;
  width: 300px;
  height: 75px;
  background-image: url(/img/title_left_amps.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
}


#leftTitle2 {
  cursor: pointer;
  width: 300px;
  height: 75px;
  background-image: url(/img/title_left_amps.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
}

#rightTitle{
  float:right;
  width: 450px;
  height: 75px;
  background-image: url(/img/title_right_amps.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
}

#rightTitle2 {
  width: 450px;
  height: 75px;
  background-image: url(/img/title_right_amps.jpg);
	background-repeat: no-repeat;
  /*background-attachment:fixed;
  background-position: top right;*/
 }

#lhsNavCol {
  width:160px; 
  height:100%; 
  background-color: #905678; 
  color:#ffffff; 
  font-size:11px;
}

#pageHeading {
  color: #905678;
  margin: 0px;
}

.askQuestionBox {
  border: none;
  background-color: #905678;
  margin-bottom: auto; 
  margin-left: auto; 
  margin-right: auto; 
  width: 120px;
}

.askQuestionBoxLeftBottom {
  width: 10px;
  height: 10px;
  background-image: url(/img/rounded_rectangle_left_amps.jpg);
}

.askQuestionBoxRightBottom {
  width: 10px;
  height: 10px;
  background-image: url(/img/rounded_rectangle_right_amps.jpg);  
}

.askQuestionBoxLeft {  
}

.askQuestionBoxRight {
}

/***********************************/
/*End Variable style*/
/***********************************/
