@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixRtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg_tile_931.gif);
	width: 931px;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	width: 698px;
	float: left;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 232px;
	height: 588px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar1_replacement {
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 588px;
	width: 232px;
}
#sidebar_gallery {
	margin-top: 22px;
	margin-left: 35px;
}
.twoColFixRtHdr #mainContent {
	float: left;
	width: 698px;
	display: inline;
} 
#main_content_replacement {
	float: left;
	width: 698px;
}
#top_buttons {
	height: 138px;
	width: 698px;
}
#top_header {
	height: 101px;
	width: 698px;
}
#top_buttons {
	height: 138px;
	width: 698px;
}
.twoColFixRtHdr #footer {
	float: left;
	width: 698px;
} 
#footer_bar {
	height: 18px;
	width: 698px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
#footer_links {
	width: 698px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
.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;
}
#white_border {
	width: 931px;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0 auto;
}
#gray_bar_horiz {
	height: 28px;
	width: 698px;
}
#top_bar_bg {
	background-color: #666666;
	height: 35px;
	width: 955px;
	margin: 0 auto;
}
#main_content_box {
	float: left;
	width: 328px;
	margin-top: 12px;
	display: inline;
}
#main_redline {
	margin-top: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ED1B25;
}
#main_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 12px;
}
#main_content_margin {
	margin-left: 46px;
}
#main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2F3092;
}
#photo_area {
	float: right;
	height: 262px;
	width: 252px;
	margin-top: 12px;
	margin-right: 42px;
}
#sidebar_buttons {
	margin-top: 35px;
	margin-left: 50px;
}
#main_content_box_inside {
	float: left;
	width: 422px;
	margin-top: 12px;
	margin-right: 20px;
}
#main_copy_inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 12px;
}
#photo_area_inside {
	float: right;
	width: 186px;
	margin-top: 12px;
	margin-right: 42px;
	border: 2px solid #CCCCCC;
	display: inline;
}
#center_bar_inside {
	height: 275px;
	width: 2px;
	display: inline;
}
#warranty_download {
	float: left;
	height: 30px;
	width: 376px;
	margin-top: 12px;

}
a.redlink:link {color:#FF0000;}
a.redlink:visited {color:#999999;}#wec_logo {
	float: right;
	margin-top: 10px;
	margin-right: 42px;
}
