/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	color: #3F452A;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	}
	
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,a:visited {
	color: #9B782C; 
	text-decoration:underline;
	}

a:hover {
	color: #9B782C; 
	text-decoration:none;
	}

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

/* Navigation Styles*/
	
.nav a {
	display: block; 
	padding: 5px 0px 6px 20px; 
	}
	
.nav a:link {
	background-image: url("/i/common/NavBG-off.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	color:#3F452A; 
	text-decoration:none;
	}
	
.nav a:visited {
	background-image: url("/i/common/NavBG-off.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	color:#3F452A; 
	text-decoration:none;
	}
	
.nav a:hover {
	background-image: url("/i/common/NavBG-on.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	color:#3F452A; 
	text-decoration:none;
	}

.subnav a {
	display: block; 
	padding: 5px 0px 6px 20px; 
	}
	
.subnav a:link {
	background-image: url("/i/common/subNavBG-off.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	color:#3F452A; 
	text-decoration:none;
	}
	
.subnav a:visited {
	background-image: url("/i/common/subNavBG-off.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	color:#3F452A; 
	text-decoration:none;
	}
	
.subnav a:hover {
	background-image: url("/i/common/subNavBG-on.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	color:#3F452A; 
	text-decoration:none;
	}

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

.footer a:link {
	color: #FFFFFF; 
	text-decoration:none;
	}

.footer a:visited {
	color: #FFFFFF; 
	text-decoration:none;
	}

.footer a:hover {
	color: #FFFFFF; 
	text-decoration:underline;
	}

/* Page Layout Styles*/
	
.MenuBG {
	background-image: url("/i/common/MenuBG.gif"); 
	background-repeat: repeat-x;
	background-position: top left;
	}

.HeaderBG-L {
	background-image: url("/i/common/HeaderBG-L.gif"); 
	background-repeat: no-repeat; 
	background-position: top right;
	}

.HeaderBG-R {
	background-image: url("/i/common/HeaderBG-R.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

.main {
	background-image: url("/i/common/MainBG.gif"); 
	background-repeat: repeat-x; 
	background-position: top left;
	}

.MainText {
	background-image: url("/i/common/MainTextBG.gif"); 
	background-repeat: repeat-y; 
	background-position: top left;
	padding: 0px 0px 10px 32px;
	}

.Footer {
	background-image: url("/i/common/FooterBG.gif"); 
	background-repeat: repeat-x; 
	background-position: top left;
	}
/* Home Page Layout Styles*/
	
.MenuBG {
	background-image: url("/i/common/MenuBG.gif"); 
	background-repeat: repeat-x;
	background-position: top left;
	}

.HomeHeaderBG-L {
	background-image: url("/i/front/HeaderBG-L.jpg"); 
	background-repeat: no-repeat; 
	background-position: top right;
	}

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

.news {
	border-bottom: solid 1px #BC9F5B; 
	}
	
.news a:link {
	color:#9A772C; 
	text-decoration:none;
	}
	
.news a:visited {
	color:#9A772C; 
	text-decoration:none;
	}
	
.news a:hover {
	color:#9A772C; 
	text-decoration:underline;
	}

