@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Calibri;
	font-size: 100%;
	background-image: url(../images_new/background_windows.png);
	height: auto;
	width: auto;
}
#maincontent {
	background-image: url(../images_new/windowcontent.png);
	width: 650px;
	float: right;
	padding-right: 55px;
	background-repeat: no-repeat;
	height: 580px;
}
#win_header {
	width: 300px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-family: Calibri;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	height: auto;
}
#windowcontent {
	width: 620px;
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 {
	width: 260px;
	height: 1000px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 1010px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images_new/container_windows.png);
	height: 1530px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Calibri;
	font-style: normal;
	padding: 0px;
	font-weight: normal;
	left: auto;
	right: auto;
} 
#windowstext2 {
	background-image: url(../images_new/windowcontenttext.png);
	height: 650px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContent #windowstext2 #windowtext {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #sidebar1 #sidebarspace2 #manufacturerslist .linkstyle2 {
	font-family: Calibri;
	font-size: 14px;
	line-height: 10px;
	color: #666666;
	text-decoration: none;
}
#sidebarspace3 {
}

