/* ahkfs.css - style sheet for Adam Hsu Kung Fu School Website 	*/
/*		Last update: 10-16-2006   dpkwo							*/
/*  added article header style h3       24-08-08  TW                         */

/* COMMON STYLE FOR ENTIRE WEB SITE */
body {
	background-color:#FFFFFF;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}
a {
	color:#800000;
	text-decoration:none;
	font-weight:normal;
	}
a:hover{
	color:#800000;
	font-weight:bold;
}

/* FOR BANNER, NAVBAR, SUBMENUS */
.hiddenpic {
	display: inline;
	width:0px;
	height:0px;
	background-image:url(images/AHPG1_mh1.jpg);
	background-image:url(images/AHPG2_mh2.jpg);
	background-image:url(images/AHLinkPlm15_mh3.jpg);
	background-image:url(images/AHBGSABER_mh4.JPG);
	background-image:url(images/AHLINKLEG5_mh5.JPG);
	background-image:url(images/AHLINKFIST5_mh6.JPG);
	background-image:url(images/008US3_mh7.JPG);
}
.masthead {
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 750px;
	border: 1px solid #000000;
	margin:0;
	background-color:#800000;
}

.navbar {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 750px;
}
.footer {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:x-small;
	font-style:italic;
	width: 750px;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.submenu {
	width: 140px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	}
ul.submenu {
	margin: 0;
	padding: 0;
	width: 140px;
	list-style: none;
	}
ul.submenu li {
	list-style:none;
	}
ul.submenu li a.submenu {
	text-decoration: none;
	color:#800000;
	font-size:small;
	font-weight:bold;
	text-align:center;
	}
ul.nobullet li {
	list-style:none;
}
.txtbox {
	display:block;
	padding:10px;
	border: 1px solid #000000;
}
.salestxt_box {
	display:block;
	padding: 10px;
	border: 1px solid #000000;
	background-color:#FFFFCC;
}

/* For ARTICLES ONLY */
.articletitle {
	font-family: "Trebuchet MS", Arial, sans-serif;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width:450px;
	padding: 10px;
}
.articletext {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:small;
	padding: 10px;
}
.articlefooter {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:x-small;
	font-style:italic;
	border-top: thin solid #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
.articlecaption {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:x-small;
	font-style:italic;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
h1.article {
	font-size: large;
	font-weight: bold;
	font-style:italic;
	color:#990000;
}
h2.article {
	font-size:medium;
	font-weight:bold;
}
h3.article {
	font-size: medium;
	font-style:italic;
	color:#990000;
}

/* For PRODUCTS ONLY */
.productsection {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding:5px;
	width: auto;	
}

	
/* FOR WHAT'S NEW PAGE */
.WN_date {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	color:#800000;
}
.WN_text {
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-align:justify;
}
/* FOR SALES ANNOUNCEMENTS */
.SALES_title {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align:center;
	color:#0000FF;
}
.SALES_text {
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-align:center;
}
.SALES_section {
	border: thin solid #000000;
	background-color:#FFFF99;
}