/* text-align: center; will center the layout for IE5-Win and IE6-Win
running quirks mode (no DOCTYPE tag at beginning of document). */
body {
margin: 0;
padding: 0;
text-align: center;
background:#FFFFFF url(/gfx/bg.jpg) repeat-y fixed center
}

/* The auto left and right margins center the layout in standards
browsers, IE6-Win (in standards mode) and IE5-Mac. */
#wrapper {
margin: 0 auto 0 auto;
text-align: left; /* Reset text alignment for Western languages. */
width: 780px;
position: relative;
}

/* Standards browsers will cut off portions of the left and right edges
of a layout if the browser viewport is too narrow, unless the
#wrapper <div> has a left and right border. Internet Explorer is not
affected by this, and the style rules are hidden. Setting the border
color to transparent initially returns a CSS syntax error at the W3C
CSS validator, so for the sake of validation, the border color is
set to transparent on a separate line. */
html>body #wrapper {
border: 1px solid #fff;
border-color: transparent;
border-top: 0;
border-bottom: 0;
}


html {background:transparent}

#wrap {max-width:50em;
margin:0 auto;
}
* html #wrap{width:50em}

table {background-color:#FFFFFF}


.new_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.new_box_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

.prodheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

.prodheader A:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.prodheader A:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.prodheader A:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.prodheader A:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.breadcrumbs A:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumbs A:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumbs A:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumbs A:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.home_title {
	position:absolute;
	left:8px;
	top:12px;
	width:527px;
	height:35px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}

.home_body {
	position:absolute;
	left:8px;
	top:36px;
	width:269px;
	height:240px;
	z-index:1;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12pt;
}

.home_search {
	position:absolute;
	left:100px;
	top:345px;
	width:496px;
	height:41px;
	z-index:1;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12pt;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

body {
	margin: 0px;
}

.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	left: 10px;
	text-indent: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sub_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.mainTR {
	padding-left: 5px;
}

/*** CORNER STYLES ***/
.roundedDiv .header ul {
background: url(/gfx/corners.gif) -15px -15px no-repeat;
height: 15px;
list-style: none;
margin: 0;
}
.roundedDiv .header ul li {
float: right;
background: url(/gfx/corners.gif) 0px -15px no-repeat;
width: 15px;
line-height: 15px;
}
.roundedDiv .footer ul {
background: url(/gfx/corners.gif) -15px 0px no-repeat;
height: 15px;
list-style: none;
margin: 0;
}
.roundedDiv .footer ul li {
float: right;
background: url(/gfx/corners.gif) 0px 0px no-repeat;
width: 15px;
line-height: 15px;
}
.roundedDiv {
width: 350px;
background: #FFFFFF;
color: #000;
}
#content {
padding: 0 15px;
di
}
