body  {
	font: 100.1% Arial, Helvetica, sans-serif;
	background: #d81921;
	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: #e4f1db;
}
p {
	margin-top:0;
	font-size:.82em;
}
li {
	margin-top:0;
	font-size:.82em;
	margin-bottom:10px;
	}
h1 {
	font-size:1.5em;
	margin-bottom:3px;
	margin-top:10px;
}
h2 {
	font-size:1em;
	margin-bottom:3px;
	margin-top:20px;
	color:#FFFFFF;
}
h2 a {
	color:#FFFFFF;
	}
h3 {
	font-size:1.1em;
	font-weight:bold;
}
h5 {
	font-size:.93em;
	font-weight:bold;
	font-style:italic;
	margin-top:3px;
}
a {
	color:#e4f1db;
	text-decoration:underline;
	}
form {
	margin:0;
	}
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#content_container {
	background-image:url(../images/expandable-background.jpg);
	background-position:14px top;
	background-repeat:repeat-y;
	
}
#content_bottom {
	background-image:url(../images/expandable-bottom.jpg);
	background-position:14px bottom;
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
}
#header {
	height:81px;
	}
a img {  
	border:none;}
#top_content {
	margin:0;
	height:461px;
	background-image:url(../images/top_section_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:20px 334px 0 34px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:441px;
}
#top_home_content {
	margin:0;
	height:503px;
	background-image:url(../images/top_home_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:394px 0 0 34px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:109px;
}
#tagline {
	text-align:right;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 296px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 15px 0 10px;
	margin:0;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:276px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 297px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 20px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#FFFFFF; 
} 
#join {
float:right;
width:311px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text-11px {
font-family:Helvetica,arial,sans-serif;
font-size:11px;
font-style:normal;
font-variant:normal;
font-weight:400;
line-height:normal;
text-decoration:none;
text-transform:none;
}
.links-11px-blue a {
color:#00BADC;
font-family:Helvetica,arial,sans-serif;
font-size:11px;
text-decoration:underline;
}
.sap-search-table {
	width: 220px;
	margin:0;
	padding:0;
}
.sap-form-item {
	font-size: 11px;
	color: #333333;
}
#family, #size, #color, #distance {
	width:200px;
}
.black-text {
	color:#000000;
	}


