body{
	margin : 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #999999;
	background-color: #000000;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}


form{
 margin : 0px 0px 0px;
}
h1{
	font-size : 20px;
	font-weight : bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}
h3 {
	font-size: 16px;
}

.navbarbg{
	color: #CCCCCC;
}
.navbarbg a{
	display: block;
	color : #999999;
	background-image : url(../MyImages/menubg.jpg);
	border: 1px solid #666666;
	margin: 0px;

}
.navbarbg a:link{
	height: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.navbarbg a:visited{
	height: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #999999;
}
.navbarbg a:hover{
	color: #FFFFFF;
	height: 20px;
	padding-bottom: 0px;
	padding-top: 4px;
	width: 100%;
	background-color: #FF0000;
	background-image: none;
}
.navbardrop a{
	display: block;
	color : #999999;
	background-color: #EEEEEE;
	border-bottom-color: #666666;
	filter: alpha(opacity=90);
	opacity:0.9;
	text-align: left;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.navbardrop a:link{
	background-color: #EEEEEE;
	text-decoration: none;
	width: 100%;
	color: #999999;
}
.navbardrop a:visited{
	background-color: #EEEEEE;
	text-decoration: none;
	width: 100%;
	color: #999999;
}
.navbardrop a:hover{
	color: #FFFFFF;
	width: 100%;
	background-color: #FF0000;
	text-decoration: none;
}

.xCellBorder{
background-color: #FFFFFF;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

.xTopCell{
background-color: #000000;
width: 100%;
}
/*formats the search box in the shoppage_header file.*/
.searchfield{
	background-color: #333333;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #666666;
}
/*formats the display of the text boxes throughout the front end*/
.txtfield{
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.txtfielddropdown{
background-color: #FFFFFF;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #666666;
	color : #CCCCCC;
	font-weight : bold;
	padding : 4px 0px 4px 2px;
	text-align : left;
}
.menubdr{
	background-color : #666666;
}
.dashed{
	border-left : 1px solid #666666;
	border-right : 1px solid #666666;
	border-bottom : 1px solid #666666;
	background-color : #333333;
	color: #999999;
	font-size: smaller;
}

.leftmenumain a{
	border-top : 1px solid #666666;
	display: block;
}
.leftmenumain{
	background-color: #333333;
	color: #999999;
	text-align: left;
}
.leftmenumain a:link{
	color: #999999;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	width: 150px;
	text-decoration: none;
	font-size: smaller;
}
.leftmenumain a:visited{
	color: #999999;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	width: 150px;
	text-decoration: none;
	font-size: smaller;
}

.leftmenumain a:hover{
	background-color: #FF0000;
	color: #FFFFFF;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 150px;
	font-size: smaller;
}

.leftmenumain a:active{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 150px;
	font-size: smaller;
}

.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #efefef;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/*formats the header text throughout the site*/
.txtheader{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}
/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}
/*formats the links in the minicart*/

.cartminilinks{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	text-align: left;
}
.cartminilinks a:link{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}
.cartminilinks a:visited{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}
.cartminilinks a:hover{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	text-align: left;
	background-color: #FF0000;
	text-decoration: none;
}
.cartminilinks a:active{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	text-align: left;
	background-color: #FF0000;
	text-decoration: none;
}

.hdrproduct{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}
.leftside {
	background-color: #333333;
	padding: 10px;
	width: 160px;
	vertical-align: top;
	border: 1px solid #666666;
}
.maintext {
	background-color: #333333;
	border: 1px solid #666666;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.tableborder {
	border: 1px solid #666666;
}
.logo {
	background-color: #000000;
	background-image: url(../MyImages/bodybg.jpg);
	background-repeat: repeat-x;
}
.copyright {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.focusbox {
	background-color: #000000;
	border: 1px solid #999999;
}
