.contact .header b{
  color: gold;;
}

.contact .header{
  width:200px;
  height:30px;
  vertical-align: top;
}

.contact .info{
  width: 350px;
  vertical-align: top;
}

/* General Elements */
a{
  color:#99FFFF;
  font-weight:bold;
}

a.bottomLink1{
  color:#660099;
  font-size: 9pt;
  font-weight:normal;
}

a.bottomLink2{
  color:black;
  font-size: 8pt;
  font-weight:bold;
}

body{
  margin-left:0px;
  margin-top:0px;
  background-image:url('images/site_bkg.jpg');
  background-repeat:repeat-y;
  background-color: #FFFFFF;
}

img{
    border: none;
}

h4{
  color: gold;
  font-size:12pt;
  font-family:arial;
}

span.lgHeader{
  color: gold;
  font-size:14pt;
  font-family:arial;
}

span.subHeader{
  color: white;
  font-size:12pt;
  font-family:arial;
}

div.info{
  line-height:1.5em;
  padding-left:15px;
  padding-right:15px;
}

div.catMenu{
  line-height:2em;
}

div.catMenu a{
  color:#FFB7E8;
  font-family:georgia, "times new roman", arial;
  font-size:10pt;
  text-decoration:none;
  font-weight:normal;
}

div.catMenu a:hover{
  color:gold;
  font-family:georgia, "times new roman", arial;
  font-size:10pt;
  font-weight:normal;
  text-decoration:underline;
}

div, span, td{
    font-family:arial;
    color:white;
    font-size:10pt;
}

td.orderDetails b{
  color:black;
}

table{
	border: none;
}

table.topMenu td{
  padding-left:8px;
  padding-right:8px;
  vertical-align: top;
  text-align: center;
}

table.productInfo td{
  color:black;
  padding-left:5px;
}

td.randomPics{
  text-align: center;
}

td.randomPics img{
  border: 1px solid #FF4ADB;
}

td.randomPics .prodName{
  font-size:10pt;
  font-weight:bold;
  color:black;
}

td.randomPics .prodLink{
  color:#0099cc;
  text-decoration:none;
}

table.catMenu td{
	height:24px;
	padding:4px;
	padding-left:2px;
	background-color:#efa0ce;
	border-left:solid 7px white;
	cursor:pointer;
	padding-right: 0px;
}

table.catMenu td a{
	font-family:georgia, "times new roman";
	font-size:9pt;
	font-style:normal;
	color:black;
	text-decoration:none;
}

input#cartBtn{
  border: solid 2px white;
  background-color:#EFA0CE;
  color: black;
  font-size:9pt;
  font-family: georgia;
  font-weight: bold;
  cursor: pointer;
}

input#checkoutBtn{
  border: solid 2px white;
  background-color:#99FFFF;
  color: black;
  font-size:9pt;
  font-family: georgia;
  font-weight: bold;
  cursor: pointer;
}

input.text{
    border: solid 1px black;
}

input.button{

}

input.radio{

}

input.checkbox{

}

textarea{

}

select{

}

/* Sub Menu */
div.dropMenu{
	position:absolute;
	z-index: 10;
	background-color: #F9D0E7;
	visibility:hidden;
	border-left:1px solid white;
	border-right:1px solid white;
}

td.dropMenuItem a{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}

td.dropMenuItem a:hover{
	color:#000000;
	text-decoration:underline;
}

td.dropMenuItem{
	border-bottom:solid 1px white;
}

td.mainMenuItem{
	text-align:center;
	vertical-align:middle;
}

td.mainMenuItem a{
  font-size:10pt;
  font-weight:bold;
  text-decoration:none;
}

td.mainMenuItem a:hover{
  text-decoration:underline;
}

img.pageHeader{
	padding-top:15px;
}