body {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		background-image: url(../images/bg_pages.jpg);
		background-repeat: repeat-x;
		background-color: black;
	}


/**** Layout ****/
.container {
		border: 1px solid #d4352a;
		width: 897px;
		background-color: white;
		margin:0 auto;
		margin-top:23px;
		margin-bottom:3px;
		padding:20px;
		padding-bottom: 0px;
	}

*html .container {
	margin-top:8px;
} /* for IE */

.logo a {
	width:284px;
	height: 59px;
	background: url(../images/logo.gif);
	float:left;
}

.search {
	width:266px;
	height:36px;
	background: url(../images/bg_searchBar.gif) no-repeat;
	float:right;
}

.menu {
	margin-top:90px;
	margin-bottom:10px;
	width:897px;
	height:31px;
	clear: left;
}

* html .menu {
	margin-top:30px;
}/* for IE */

.contentsBox {
	margin: auto;
}

.pathBox {
	width:auto;
	height:20px;
	font-size:10px;
	margin: 12px auto;
}

.subMenu {
	width:286px;
	min-height: 500px;
	background: url(../images/bg_subMenu.gif) no-repeat;
	float: left;
}

.subMenuBox {
	width:auto;
	padding:15px;
	font-size:10px;
}

.content {
	background: url(../images/bg_content.gif) no-repeat top;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	width:573px;
	margin: auto;
	margin-left: 301px;
	padding:10px;
	padding-top: 40px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.contentBottom {
	width: auto;
	height: 66px;
	background: url(../images/content_bottom.gif);
	clear: left;
}

.footer {
		color: #b8b8b8;
		height: 60px;
		width: 897px;
		background: url(../images/bg_footer.gif) repeat-x;
		margin:0 auto;
		text-align:center;
		padding: 20px;
		font-size: 7pt;
		line-height:20px;
	}

/**** Elements ****/
.search input {
	border:1px solid #7f7f7f;
	font-size: 12px;	
	color: #d4352a;
	width:157px;
	margin:0 auto;
}

.search #searchBtn {
	background-repeat: no-repeat;
	border:0px;
	background: url(../images/bg_searchBtn.gif) no-repeat right;
	cursor: pointer;
	color: #000;
	width:65px;
}
#menu1 a {
	width: 236px;
	height: 31px;
	background: url(../images/btn_about.gif) no-repeat;
	float:left;
}
#menu1 a:hover {
   background-image: url("../images/btn_about_on.gif");
}
#menu1_on {
	width: 236px;
	height: 31px;
	background: url(../images/btn_about_on.gif) no-repeat;
	float:left;
}
#menu2 a {
	width: 219px;
	height: 31px;
	background: url(../images/btn_products.gif) no-repeat;
	float:left;
}
#menu2 a:hover {
   background-image: url("../images/btn_products_on.gif");
}
#menu2_on {
	width: 219px;
	height: 31px;
	background: url(../images/btn_products_on.gif) no-repeat;
	float:left;
}
#menu3 a {
	display: block;
	width: 216px;
	height: 31px;
	background: url(../images/btn_manufacturers.gif) top left no-repeat;
	float: left;
}
#menu3 a:hover {
   background-image: url(../images/btn_manufacturers_on.gif);
}
#menu3_on {
	width: 216px;
	height: 31px;
	background: url(../images/btn_manufacturers_on.gif) no-repeat;
	float: left;
}

#menu4 a {
	display: block;
	width: 223px;
	height: 31px;
	background: url(../images/btn_contact.gif) top left no-repeat;
	float: left;
}
#menu4 a:hover {
   background-image: url(../images/btn_contact_on.gif);
}
#menu4_on {
	width: 223px;
	height: 31px;
	background: url(../images/btn_contact_on.gif) no-repeat;
	float: left;
}

.content hr {
	border:1px solid #e1e1e1;
	margin: 30px auto;
}
.subMenuBox li.on {
	background: url(../images/icon_dot.gif) no-repeat;
	font-weight: bold;
}

/**** Typo ****/
a {
	color: #b52921;
}

a:hover {
	color: #d73127;
}

.highLight {
	color: #d4352a;
}
.pathBox a {
	text-decoration: none;
	color: gray;
}

.pathBox a:hover {
	color: #d4352a;
	text-decoration: none;
}

.subMenuBox a {
	color: #707070;
	text-decoration: none;
}

.subMenuBox a:hover {
	color: #000;
	text-decoration: underline;
}

.content .view a {
	text-decoration:none;
	color: #b52921;
	font-weight: bold;
	font-size: 10px;
}
.content .view a:hover {
	color: #d73127;
}

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

.footer a:hover {
	color: #d4352a;
	text-decoration: none;
}

/*** Simple Tree Menu ***/
.treeview {
	margin-left: 0;
	padding:0;
}
.treeview ul{ 
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 16px;
margin-bottom: 9px;
font-weight: normal;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
margin-bottom: 20px;
font-weight: bold;
font-size: 10px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-bottom: 9px;
}