@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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.twoColFixLtHdr #container {
	width: 970px;
	margin: 20px 10px 10px 30px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	background-color: #000;
} 

.twoColFixLtHdr #containerIndex {
	width: 950px;
	margin: 20px 10px 10px 30px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/mb2Maple5indexR5.jpg);
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	background-color: #000;
	height: 670px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* 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 */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px;
}

.twoColFixLtHdr #sidebar1 p {
	font-weight: bold;
	font-size:13px;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom: 2px;
	color:#ebe8e8;
	}
.twoColFixLtHdr #sidebar1 p a:link, #sidebar1 p a:visited {
	font-weight: bold;
	color:#ebe8e8;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 p a:hover, #sidebar1 p a:active, #sidebar1 p a:focus {  
   color:#930; 
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #sidebar1 li {
	margin-bottom: 1px;
	font-size:13px;
}

.twoColFixLtHdr #sidebar1 li a:link, #sidebar1 li a:visited {
	font-weight: bold;
	color:#ebe8e8;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 li a:hover, #sidebar1 li a:active, #sidebar1 li a:focus {  
   color:#930; 
	font-weight: bold;
}

.twoColFixLtHdr #sidebarIndex {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* 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: 15px 0px 15px 0px;
}

.twoColFixLtHdr #sidebarIndex p {
	font-weight: bold;
	font-size:13px;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom: 2px;
	color:#ebe8e8;
	}
.twoColFixLtHdr #sidebarIndex p a:link, #sidebarIndex p a:visited {
	font-weight: bold;
	color:#ebe8e8;
	text-decoration:none;
}

.twoColFixLtHdr #sidebarIndex p a:hover, #sidebarIndex p a:active, #sidebarIndex p a:focus {  
   color:#930; 
	font-weight: bold;
}

.twoColFixLtHdr #sidebarIndex ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #sidebarIndex li {
	margin-bottom: 1px;
	font-size:13px;
}

.twoColFixLtHdr #sidebarIndex li a:link, #sidebarIndex li a:visited {
	font-weight: bold;
	color:#ebe8e8;
	text-decoration:none;
}

.twoColFixLtHdr #sidebarIndex li a:hover, #sidebarIndex li a:active, #sidebarIndex li a:focus {  
   color:#930; 
	font-weight: bold;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
} 
.twoColFixLtHdr #mainContent h1{
	padding-top:0;
	padding-left: 15px;
	font-size:18px;
	color: #ebe8e8;
}
.twoColFixLtHdr #mainContent h3{
	padding-top:20px;
	padding-left:15px;
	color: #930;
}

.twoColFixLtHdr #mainContent p{
	padding: 0;
}

.twoColFixLtHdr #mainContent img{
	padding-left: 20px;
}

.twoColFixLtHdr #mainContentIndex {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left 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: 598px 0 0 370px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
} 
.twoColFixLtHdr #mainContentIndex p {
	font-weight: bold;
	font-size:13px;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom: 2px;
	color:#ebe8e8;
	}
.twoColFixLtHdr #mainContentIndex p a:link, #mainContentIndex p a:visited {
	font-weight: bold;
	color:#ebe8e8;
	text-decoration:none;
}

.twoColFixLtHdr #mainContentIndex p a:hover, #mainContentIndex p a:active, #mainContentIndex p a:focus {  
   color:#930; 
	font-weight: bold;
}

.twoColFixLtHdr #mainContentIndex ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #mainContentIndex li {
	margin-bottom: 1px;
	font-size:13px;
}

.twoColFixLtHdr #mainContentIndex li a:link, #mainContentIndex li a:visited {
	font-weight: bold;
	color:#ebe8e8;
	text-decoration:none;
}

.twoColFixLtHdr #mainContentIndex li a:hover, #mainContentIndex li a:active, #mainContentIndex li a:focus {  
   color:#930; 
	font-weight: bold;
}


.twoColFixLtHdr #mainContentStore {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
} 
.twoColFixLtHdr #mainContentStore h1{
	padding-top:0;
	padding-bottom:15px;
	margin-left:15px;
	font-size:18px;
	color: #ebe8e8;
}
.twoColFixLtHdr #mainContentStore h3{
	padding-top:20px;
	color: #930;
}

.twoColFixLtHdr #mainContentStore img{
	border:thin solid #666;
	margin: 0 5px 10px 15px;
	text-align: left;
}

.twoColFixLtHdr #mainContent #modelWrapper {
	position: relative;
	float: left;
	width: 765px;
	margin : 20px 0px 2px 15px;
	padding : 0;
}
.twoColFixLtHdr #mainContent #modelWrapper img{
	position: relative;
	float: left;
	margin : 6px;
	padding : 0;
}

.twoColFixLtHdr #mainContent #modelGrid1 { position : relative;
    list-style-type : none;
    width : 240px;
    margin : 0;
    padding : 0;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#container #mainContent #modelWrapper #modelGrid1 p {
	padding: 0;
}
#container #mainContent #modelGrid1 h3 {
	color: #ebe8e8;
	padding-left: 10px;
}

#container #mainContent #modelWrapper #modelGrid1 p img {
	padding: 2px;
}
    
.twoColFixLtHdr #mainContent #modelGrid1 li {
	list-style-type : disc;
	float : left;
	width : 210px;
	padding : 0px;
}

.twoColFixLtHdr #mainContent #modelGridBullets li {
	list-style-type:square
	float : left;
	width : 235px;
	padding : 0px;
}
.twoColFixLtHdr #mainContent #modelGrid2 { 
	position : relative;
    list-style-type : none;
    width : 750px;
    margin : 0;
	padding : 0;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	text-align: center;
}
#container #mainContent #modelWrapper #modelGrid2 p img {
	padding: 2px;
}

.twoColFixLtHdr #mainContent #descText {
	position: relative;
	float: left;
	width:700px;
	margin : 0 0 20px 15px;
	padding : 5px 25px 25px 25px;
	background-color: #1B1B1B;
	color: #EBE8E8;
	font-size: 14px;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent #descText img {
	padding: 0 10px 5px 0;
	}

.twoColFixLtHdr #mainContent #descText h3 {
	padding-left:0;
	font-size:14px;
	line-height:20px;
	text-transform: uppercase;
}

.twoColFixLtHdr #mainContent #descText h4 {
	font-size:14px;
	line-height:15px;
}

.twoColFixLtHdr #mainContent #descText p {
	font-size:14px;
	line-height:22px;
	}

.twoColFixLtHdr #mainContent #descText ul {
	width:700px;
	margin : 0;
    padding : 0 2em 0 5em;
	}
    
.twoColFixLtHdr #mainContent #descText li {
	width: 280px;
	list-style-type:disc;
	line-height:22px;
}
.twoColFixLtHdr #mainContent #descText p a:link, #descText p a:visited {
	color:#ebe8e8;
	text-decoration:underline;
	font-weight: normal;
}

.twoColFixLtHdr #mainContent #descText p a:hover, #descText p a:active, #descText p a:focus {  
   color:#930; 
	text-decoration:none;
}

.twoColFixLtHdr #mainContentStore #descTextStore {
	position: relative;
	float: left;
	width:692px;
	margin : 0 0 50px 15px;
	padding : 0 25px 25px 25px;
	background-color: #1B1B1B;
	color: #ebe8e8;
	font-size: 14px;
}

.twoColFixLtHdr #mainContentStore #descTextStore h3 {
	font-size:14px;
	line-height:20px;
	text-transform: uppercase;
}

.twoColFixLtHdr #mainContentStore #descTextStore p {
	font-size:14px;
	line-height:22px;
}

.twoColFixLtHdr #mainContentStore #descTextStore ul {
	width:700px;
	margin : 0;
    padding : 0 2em 0 5em;
}
    
.twoColFixLtHdr #mainContentStore #descTextStore li {
	width: 280px;
	list-style-type:disc;
	line-height:22px;
}

.col1 {margin-left: 0;}
 
.col2 {margin-left: 23em;}
  
.coltopperD4 {margin-top: -176px;}
.coltopperM30 {margin-top: -198px;}
.coltopperMB2a {margin-top: -110px;}
.coltopperMB2b {margin-top: -44px;}
.coltopperS4 {margin-top: -198px;}
.coltopperCustom {margin-top: -155px;}
.coltopperCustom8string {margin-top: -110px;}
.coltopperPino {margin-top: -64px;}


.twoColFixLtHdr #mainContent #descTextAlt li {
	float : left;
	width : 320px;
	list-style-type:disc;
	line-height:22px;
}
.twoColFixLtHdr #mainContent #descText2 {
	position: relative;
	float: left;
	width:705px;
	margin : 0;
	padding : 5px 25px 10px 25px;
	background-color: #1B1B1B;
	color: #ebe8e8;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent #descText2 p {
	font-size:14px;
	line-height:22px;
}

.twoColFixLtHdr #mainContent #descText2 ul {
	width:700px;
	margin : 0;
    padding : 0 2em 4em 5em;
}
    
.twoColFixLtHdr #mainContent #descText2 li {
	float : left;
	width : 320px;
	list-style-type:disc;
	line-height:22px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 185px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
	color: #FFF;
	font-size:10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 5px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ebe8e8;
}
.twoColFixLtHdr #footerIndex { 
	padding: 0 10px 0 185px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
	color: #FFF;
	font-size:10px;
} 
.twoColFixLtHdr #footerIndex p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	text-align: right;
}
.boldColoredText {
	font-weight: bold;
	color: #930;
	text-transform: uppercase;
}

.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;
}
