@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF url(../images/M2_bg_page.jpg) repeat-x top left;
	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;
}
p {
	line-height: 1.6em;	
	padding-top: 0px;
	margin-top: 0px;
}
ol {
	line-height: 1.6em;
}
#nav a:link, #nav a:visited 	{ color: #FCF; text-decoration: none; }
#nav a:hover, #nav a:active   { color: #FFF; text-decoration: none; }
a:link, a:visited 	{ color: #909; text-decoration: none; }
a:hover, a:active   { color: #C39; text-decoration: underline; }
#container {
	width: 858px;
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	width: 858px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#nav {
	position: absolute;
	width: 858px;
	height: 22px;
	top: 0px;
	background: url(../images/M2_top_logo.jpg) top left no-repeat;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding: 122px 0px 0px 0px;
	text-shadow: 1px 1px 2px black;
}
#nav2 {
	position: absolute;
	width: 858px;
	height: 144px;
	top: 0px;
	background: url(../images/M2_top_737.jpg) top right no-repeat;
	text-align: right;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
#mainbody, #mainbody2, #specs {
	position: absolute;
	top: 150px;
	width: 858px;
	height: 466px;
	padding: 0px;
	/*background: #FFF;*/
	
}
#pagehdr {
	background: url(../images/bg_hdr.jpg) top left no-repeat;
	position: absolute;
	top: 150px;
	height: 22px;
	width: 848px;
	padding: 5px 0px 0px 10px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
}
#mainbody2 {
	background: #FFF;
	padding: 0px 10px 0px 10px;
	width: 838px;
	top: 177px;
	background: #FFF;
	padding: 10px;
}
#specs {
	background: none;
	padding: 0px 0px 0px 0px;
	width: 638px;
	height: 466px;
}
#bottom {
	position: absolute;
	top: 536px;
	width: 858px;
	height: 39px;
}
.specshdr {
	background: #000;
	color: #66F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 3px 4px 3px 0px;
	border-bottom: dotted 1px #222;
	vertical-align: top;
}
.specstxt {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0px 3px 4px;
	border-bottom: dotted 1px #555;
	border-left: dotted 1px #555;
	font-weight: bold;
	vertical-align: top;
}
.capt {
	font-weight: bold;
	padding-right: 30px;
	color:#888;
}
.wtext {
	color: #FFF;	
}
