/* CSS Document */

/* ============= Body Styles ============= */
BODY {
	background-image:url(img/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	margin: 0;
	padding: 0;
}


	
/* ============= Type Styles ============= */

	.header {
		font-family: Garamond, Georgia, serif;
		font-weight: bold;
		font-size: 16px;
		text-decoration:none;
		color:#a70900; 
		}
	.header2 {
		font-family: Garamond, Georgia, serif;
		font-weight: bold;
		font-size: 16px;
		text-decoration:none;
		color:#FFFFFF; 
		}
	.nav {
		font-family: Georgia, serif;
		font-weight: bold;
		font-size: 13px;
		text-decoration:none;
		color:#A70900; 
		}
	.nav:hover {
		font-family: Georgia, serif;
		font-weight: bold;
		font-size: 13px;
		text-decoration:none;
		color:#FFFFFF; 
		}
	.text {
		font-family: Garamond, Georgia, serif;
		font-weight: regular;
		font-size: 16px;
		text-decoration:none;
		color:#FFFFFF;
		 }
	.ad {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-decoration:none;
		color:#000000;
		 }
	.adlink {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-decoration:underline;
		color:#a70900;
		 }
	.adlink:hover {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-decoration:none;
		color:#a70900;
		 }
	.textlink {
		font-family: Garamond, Georgia, serif;
		font-weight: regular;
		font-size: 16px;
		text-decoration:underline;
		color:#a70900;
		 }
	.textlink:hover {
		font-family: Garamond, Georgia, serif;
		font-weight: regular;
		font-size: 16px;
		text-decoration:none;
		color:#FFFFFF;
		 }
	.textlink2 {
		font-family: Garamond, Georgia, serif;
		font-weight: bold;
		font-size: 16px;
		text-decoration:underline;
		color:#A70900;
		 }
	.textlink2:hover {
		font-family: Garamond, Georgia, serif;
		font-weight: regular;
		font-size: 16px;
		text-decoration:none;
		color:#FFFFFF;
		 }
	.textlink3 {
		font-family: Garamond, Georgia, serif;
		font-weight: bold;
		font-size: 16px;
		text-decoration:none;
		color:#a70900;
		 }
	.textlink3:hover {
		font-family: Garamond, Georgia, serif;
		font-weight: bold;
		font-size: 16px;
		text-decoration:none;
		color:#FFFFFF;
		 }
        .srtext {
		font-family: Garamond, Georgia, serif;
		font-weight: regular;
		font-size: 16px;
		text-decoration:none;
		color:#FFFF33;
                  }
        .srtext2 {
		font-family: Garamond, Georgia, serif;
		font-weight: bold;
		font-size: 16px;
		text-decoration:underline;
		color:#FFFF33;
                    }
	.copyright {
	font-family: Garamond, Georgia, serif;
	font-weight:;
	font-size: 13px;
	text-decoration: none;
	color:#7D7D7D
}
		
/* ============= Image Styles ============= */


/* ============= Image Link Styles ============= */

.buy_button {
		width: 61px;
		height: 19px;		
		background-image: url(img/buynow1.gif);
		}
.buy_button:hover {
		width: 61px;
		height: 19px;		
		background-image: url(img/buynow2.gif);
		}


/* ============= Overlay Style ============= */

#overlay{ background-image: url(img/50_white.png); }

	* html #overlay{
		background-color: transparent;
		background-image: url(img/t.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/50_white.png", sizingMethod="scale");
		}
		
		
/* ============= Rule Styles ============= */

.rule1 {
	margin: 17px 0px 17px 0px;
	width: auto; 
	border-bottom: 1px dashed #7D7D7D;
	}
.rule2 {
	margin: 0px 0px 14px 0px;
	width: 75%; 
	border-bottom: 1px solid #7D7D7D;
	}
/* ============= Form Styles ============= */

.inputbox {  
			font-family: Garamond, Georgia, serif; font-size: 16px;
			color: #7D7D7D; 
			background-color: #333333; 
			border: 1px #7D7D7D solid}