/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	color:#000000;
	font-size:12px; 
	line-height: 16px;
	}

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;
	}
	

h4 {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	}

.caption {
	font-family:verdana, helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	text-align:center;
	color:#971d10;
	}


.footer {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	}

.footer a:link {
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold; 
	}
	
.footer a:visited {
	color:#ffffff;
	text-decoration:none; 
	font-weight:bold;
	}
	
.footer a:hover {
	color:#e8c54d; 
	text-decoration:none; 
	font-weight:bold; 
	}

a:link {
	color:#8b1001; 
	text-decoration:underline;
	font-weight:normal; 
	}
	
a:visited {
	color:#8b1001;
	text-decoration:underline; 
	font-weight:normal;
	}
	
a:hover {
	color:#44150f; 
	text-decoration:underline; 
	font-weight:normal; 
	}



.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	color:#000000;
	}

.pad15 {
	padding-left:12px; 
	}



/* Navigation Styles*/

.navtitle {
        width: 186px;
	display: block; 
	padding: 10px 10px 0px 10px; 
	font-weight:bold;
	font-size:12px;
	color:#000000; 
	text-decoration:none;
	}
	
.navLink {
        width: 186px;
	}
	
.navLink a {
	display: block; 
	padding: 3px 10px 3px 20px; 
	font-weight:normal;
	font-size:12px;
	color:#800e03; 
	text-decoration:none;
	background-image: url("/i/common08/nav-off.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}
	
.navLink a:visited {
	color:#800e03;
	text-decoration:none; 
	font-weight:normal;
	background-image: url("/i/common08/nav-off.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}
	
.navLink a:hover {
	color:#000000; 
	text-decoration:none; 
	font-weight:normal; 
	background-image: url("/i/common08/nav-on.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

.navaLink {
        width: 186px;
	}
	
.navaLink a {
	display: block; 
	padding: 3px 10px 3px 20px; 
	font-weight:normal;
	font-size:12px;
	color:#000000; 
	text-decoration:none;
	background-image: url("/i/common08/nav-on.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}
	
.navaLink a:visited {
	color:#000000; 
	text-decoration:none; 
	font-weight:normal; 
	background-image: url("/i/common08/nav-on.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}
	
.navaLink a:hover {
	color:#000000; 
	text-decoration:none; 
	font-weight:normal; 
	background-image: url("/i/common08/nav-on.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}


/* Page Layout Styles*/


.bg {
	background-image: url("/i/common08/bg-main.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color:#ffffff;
	}

.bg2 {
	background-image: url("/i/common08/bg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color:#ffffff;
	}

.homebg {
	background-image: url("/i/front08/bg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color:#fafaf0;
	}

.content {
	background-image: url("/i/common08/content.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color:#FFFFFF;
	}

.homecontent {
	background-image: url("/i/front08/content.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color:#FFFFFF;
	}

.logo {
	background-image: url("/i/common08/logo.png"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}




