/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	color: #333333;
	background-image: url("/i/common/BodyBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #4E1212;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	color: #333333;
	}
	
big {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold;
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

a:link {
	color:#990000; 
	text-decoration:none; 
	}

a:visited {
	color:#990000; 
	text-decoration:none; 
	}

a:hover {
	color:#990000; 
	text-decoration:underline; 
	}

.footer {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

/* Navigation Styles*/
	
.nav {
	font-weight:normal; 
	border-bottom: solid 1px #C2C0C0;
	}
	
.nav a {
	display: block; 
	color:#990000; 
	text-decoration:none;
	padding: 5px 0px 5px 10px; 
	}
	
.nav a:link {
	color:#990000; 
	text-decoration:none;
	}
	
.nav a:visited {
	color:#990000;
	text-decoration:none; 
	font-weight:normal;
	}
	
.nav a:hover {
	color:#990000; 
	text-decoration:none; 
	font-weight:bold; 
	background-color: #FFFFFF;
	}

/* Page Layout Styles*/
	
.FormBG {
	background-image: url("/i/common/FormBG.gif"); 
	background-repeat: repeat-x; 
	background-position: top left;
	}
	
.main {
	background-image: url("/i/common/MainBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 30px;
	}

.rCol {
	background-image: url("/i/common/ColBG.gif"); 
	background-repeat: repeat-y; 
	background-position: top left;
	padding: 0px 10px 10px 11px;
	}
	
.Footer {
	background-image: url("/i/common/FooterBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top center;
	padding: 8px 0px 62px 0px;
	}


/* Home Page Layout Styles*/

.HomePage {
	background-image: url("/i/front/PageBG.jpg"); 
	background-repeat: no-repeat;
	background-position: top left;
	}

.HomeMain {
	background-image: url("/i/front/MainBG.png"); 
	behavior: url('/cc/js/pngbehavior.htc');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	color: #CCCCCC;
	}

.HomeMain  td {
	color: #CCCCCC;
	}

.news {
	color: #FFFFFF;
	}

.news a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
	}

.news a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
	}

.news a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight:bold;
	}

.feature {
	margin-left: -10px;
	margin-right: -10px;
	}
