body{
	background:#CC0000;
	text-align:center;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 20px;
 color: #0033FF;
}

h2{
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 80%;
	font-weight: normal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#base {
	vertical-align: top;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	width: 800px;
}

#head{
	margin: 0;
	padding: 0px;
	width: 100%;
	height: 230px;
}

#banner{
	margin: 0px;
	width: 100%;
	padding: 0px;
	height: 180px;
	background-image: url(../tupians/hf_banner_r1.jpg);
}

#content{
	color: #000000;
	width: 800px;
	margin-right: auto;
    margin-left: auto;
}

#contentbg{
width:100%;
padding:0px;
background: #CC0000;
float: left;
}


#left{
	background-color: #CC0000;
	float: left;
	width: 150px;
	padding: 20px 10px;
}

#right{
	float:right;
	width: 610px;
	background-color: #FFFFFF;
	overflow: visible;
	height: 500px;
}

#right a{
	color: #CC0000;
	text-decoration: none;
}


/************* #mainmenu styles **************/

#mainmenu{
	padding: 0px;
	white-space: nowrap;
	height: 50px;
	width: 100%;
	margin: 0px;
	text-decoration: none;
}

#mainmenu li{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 112px;
	height: 50px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#mainmenu img{
	display: block;
	text-decoration: none;
}


/************** .text styles ***************/

#text{
	padding: 20px 20px 20px 40px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#text h3{
	text-align: center;
	font-size: 20px;
	font-style: italic;
	color: #CC0000;
}

#text img{
	padding: 2px;
	border: 1px groove #CC0000;
	margin: 8px 18px 8px 18px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .product styles ***************/

.product{
	padding: 20px 20px 50px 20px;
	text-align: left;
}

.product p{
	text-align: center;
	font-size: 16px;
	color: #CC0000;
}

.product a:link{
	text-decoration: none;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	display: block;
}

.product a:visited{
	text-decoration: none;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	display: block;
}

.product a:hover{
	text-decoration: underline;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	border: 1px ridge #CC0000;
	display: block;
}

.product img{
	padding: 2px;
	border: 1px dashed #999999;
	margin: 8px 28px 8px 18px;
}

.product li{
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-left: 5px;
}

.productview{
	border: 1px groove #CCCCCC;
	float: left;
	display: block;
	height: 250px;
	width: 250px;
	margin: 20px 0px 0px 14px;
	background-image: url(../tupians/prodview.jpg);
}

.productviewen{
	border: 1px groove #CCCCCC;
	float: left;
	display: block;
	height: 250px;
	width: 250px;
	margin: 20px 0px 0px 14px;
	background-image: url(../tupians/prodview_en.jpg);
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************* #siteInfo styles ***************/

#siteInfo{
	background-color: #7B0000;
	font-size: 14px;
	width: 760px;
	color: #FFFFFF;
	padding: 5px 20px;
	margin-top: 10px;
}

#siteInfo a{
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-size: 14px;
	float: left;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*********** #sectionmenu styles ***********/

#sectionmenu{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#sectionmenu a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#sectionmenu a:hover{
	background-image: url(http://www.hongfuleather.com/tupians/section_back.jpg);
	background-repeat: repeat-y;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	width: 130px;
	font-weight: bold;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.relatedLinks a:link, a:visited, a:hover{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
