/*general*/
body {
	background-color: #000000;
	margin:0px;
	font-family: 'Tahoma', 'Arial', 'Helvetica', 'sans-serif';
	font-weight:bold;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -0.4px;
}
.allboarder {
	border: 1px solid #FFFFFF;
}
/*generic links*/
a:link, a:active, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
	color: #ffffff;
}
/*background img*/
.png {
	background: url(Resources/backgroundshdw.png) no-repeat center top fixed;
}
.line {
	background: url(Resources/backgroundline.png) repeat-x left top fixed;
}

/*headeer links*/
.navtext a:link, .navtext a:visited, .navtext a:active {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-left: 7px;
	margin-bottom: 8px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
.navtext a:hover {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 7px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #999999;
	text-shadow: 1px 1px 1px #000;
}
.navbckground{
	background: url(Resources/navbckground.gif) scroll left top repeat-x;
}

/*footer*/
/*footer links*/
.navfoot a:link, .navfoot a:active, .navfoot a:visited {
	color: #ffffff;
	margin-top: 8px;
	text-decoration: none;
}
.navfoot a:hover {
	margin-top: 8px;
	text-decoration: underline;
	color: #871B18;
}
/*footer address*/
.address {
	color: #333333;	
}
/*quick links*/
.clickhere a:link, .clickhere a:active, .clickhere a:visited {
	color: #871B18;
	margin-top: 8px;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 2px 2px 2px #CCC;

}
.clickhere a:hover {
	margin-top: 8px;
	text-decoration: none;
	color: #333333;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 2px 2px 2px #CCC;

}
/*footer borders*/
.boarderright {
	border-right:1px solid #666666;
}
.boarderhead {
	border-right:1px solid #666666;
	border-top:1px solid #666666;
}
/*footer backdrps*/
.footmedia {
	background: url(Resources/dwnloadmedia.jpg);
}
.footboarderright {
	border-right:1px solid #666666;
	background: url(Resources/footer_drp_shdw.gif) repeat-x top #FFFFFF;
}
/*FAQs*/
/*reviews*/
.reviewtitles {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990102;
}

/*drp down menu*/
#dropmenudiv{
position: absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:1000;
text-shadow: 2px 2px 1px #CCC;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-shadow: 2px 2px 1px #CCC;
}

#dropmenudiv a:hover{
background-color: #990000;
color:#FFFFFF;
text-shadow: 1px 1px 1px #CCC;
}

/*homepage headlines*/
.whitetext {
font-weight:bold; 
font-size:28px; 
padding:0px 0px 0px 20px; 
}
.graytext {
	color:#aaa;
	font-weight:bold;
	font-size:28px;
	padding:0px 0px 0px 40px; 
}
.graytext2 {
	color:#aaa;
	font-weight:bold;
	font-size:28px;
}
.redtext {
	font-weight:bold; 
	font-size:28px; 
	color:#990102; 
	text-shadow: 2px 2px 1px #fff;
}
.homepageheadline {
	word-spacing: 2px;
	text-align: left;
	padding: 0px 15px 0px 20px;
}
.shoowimg{
	background:center bottom scroll no-repeat url(Resources/homepageback.png) ;
}

/*products*/
.producttxt {
	font-size:12px;
	font-weight:bold;
	text-shadow:#666 1px 1px 1px;
	}
.producttxt2 {
	font-size:12px;
	font-weight:bold;
	color:#3d3d3d; 
	}