div#container {
	position:relative;
	top:5px;
	width: 775px;
	margin-left:auto;
	margin-right:auto;
}
div#leftbar {
	position:absolute;
	top:0px;
	left:10px;
	width: 175px;
	/*height: 400px;*/
	background-color:#ced8e4;
	z-index:10;
}
div#background {
	position:absolute;
	top:0px;
	left:195px;
	width: 570px;
	/*height: 650px;*/
	border-right:1px solid #ced8e4;
	border-bottom:1px solid #ced8e4;
	z-index:10;
}
div#breadcrumbsbackground {
	position:absolute;
	top:0px;
	left:185px;
	width: 580px;
	height: 110px;
	background-image:url(Images/breadcrumbsgradient.gif);
	z-index:10;
}
div#masthead {
	position:absolute;
	top:0px;
	z-index:200;
}
div#topmenu {
	position:absolute;
	top:55px;
	left: 507px;
	z-index:250;
}
#topmenu a {
	/*display:block;*/
	padding: 0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#9bb4ce;
	text-decoration:none;
}
#topmenu a:hover{
	color:#284574;
}
div#breadcrumbs {
	position:absolute;
	top:93px;
	left: 205px;
	z-index:250;
	color:#7E7B86;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#breadcrumbs a {
	/*display:block;*/
	padding: 0px 5px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#7E7B86;
	text-decoration:none;
}
#product {
	color:#284574; 
}
#breadcrumbs a:hover{
	font-weight:bold;
	color:#284574;
}
div#menu {
	position:absolute;
	top:135px;
	left:10px;
	/*width: 175px;*/
	z-index:150;
}
div#locator {
	width: 155px;
	position:absolute;
	top:368px;
	left:10px;
	/*width: 175px;*/
	z-index:150;
	background-color:#d7e1ea;
	border-top:8px solid white;
	border-bottom:8px solid white;
	padding:3px 10px 3px 10px;
}
div#USlocator {
	width: 155px;
	position:absolute;
	top:368px;
	left:10px;
	/*width: 175px;*/
	z-index:200;
	background-color:#d7e1ea;
	border-top:8px solid white;
	border-bottom:8px solid white;
	padding:3px 10px 3px 10px;
}
div#player {
	position:absolute;
	top:190px;
	left:464px;
	z-index:100;
}
div#player2 {
	position:absolute;
	top:190px;
	left:225px;
	z-index:100;
}
ul.makeMenu, ul.makeMenu ul {
  width: 175px;                 /* sets the size of the menu blocks */
  /*border: 1px solid #000; */     /* puts a black border around the menu blocks */
  background-color: #d7e1ea;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #284574;                 /* sets the default font colour to white */
  border-bottom:1px solid white;
}
li#top {     
  border-top:1px solid white;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  
  display: none;               /* hides child menu blocks - one of the most important declarations */
  width: 140px;
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 175px;                /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
  border-left: 1px solid white;
}
ul.makeMenu li > ul > li > ul{         
  
  display: none;               
  width: 140px;
  position: absolute;          
  top: 0px;                    
  left: 140px;
}
ul.makeMenu li > ul > li > ul li > ul{         
  
  display: none;               
  width: 160px;
  position: absolute;          
  top: 0px;                    
  left: 140px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background-color: #ced8e4;
	color: #284574;
 	font-weight: bold;
	}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
  font-weight:normal;
  width:130px;
  position:absolute;
  top:0px;
  Left:175px;
  border-left: 1px solid white;
}
ul.makeMenu ul ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
  font-weight:normal;
  width:145px;
  position:absolute;
  top:0px;
  Left:130px;
 /* border-left: 1px solid white;*/
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
  font-weight:normal;
}
/* and some link styles */
ul.makeMenu li a { color: #284574; display: block; padding:3px 0px 3px 0px; width: 100%; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #284574; }
ul.makeMenu li:hover > a { color: #284574; } /* supports links in branch headings - must not be display: block; */
#dealerTitle {
	color:#284574;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#dealerText {
	color:#284574;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#content {
	position:absolute;
	top: 125px;
	left: 225px;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#284574;
	width:500px;
	/*background-color:#FFDFAA;*/
}
div#content hr{
	height:0px;
	border-top:1px solid #ced8e4;
}
ul.bulleted li {
	list-style:outside square url(Images/bullet2.gif);
	 margin-bottom:5px;
}
table.specs td {
	border:0px solid #c4c8cc;
	border-width: 0 0 1px 1px;
}
table.specs td.right {
	border-right:1px solid #c4c8cc;
}
table.specs td.corner {
	border-left:0px;
	border-top:0px;
}
table.specs td.leftcorner {
	border-left:0px;
	border-bottom:0px;
}
table.specs td.bold_align_right {
	font-weight:bold;
	text-align:right;
}
table.specs tr.tableheader td {
	border-top:1px solid #c4c8cc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#97A8C2;
}
table.specs tr.tabletitle td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#97A8C2;
}
table.specs tr.picturetop td {
	border-top:1px solid #c4c8cc;
}
table.specs tr.picturetop td.upperleft {
	border-top:0px solid #c4c8cc;
	border-left:0px solid #c4c8cc;
}
table.specs tr.tabledata td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#284574;
	background-color:#EAEDF3;
}
table.specs tr.highlight td {
	font-weight:bold;
}
table.specs tr.tablefooter td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#284574;
	background-color:#97A8C2;
}
div#footer {
	position: absolute;
	/*top: 995px;*/
	left:10px;
	z-index: 250;
}
span#locatorlinks a {
	text-decoration:none;
	color:#00816f;
}
table.specs tr.picturetop td.clearcell {
	border-top:0px solid #c4c8cc;
	border-left:0px solid #c4c8cc;
	border-bottom:0px solid #c4c8cc;
	background-color: #FFFFFF;
}
table.specs tr.tabledata td.clearcell {
	border-top:0px solid #c4c8cc;
	border-left:0px solid #c4c8cc;
	border-bottom:0px solid #c4c8cc;
	background-color: #FFFFFF;
}
table.specs tr.tabletitle td.clearcell {
	border-top:0px solid #c4c8cc;
	border-left:0px solid #c4c8cc;
	border-bottom:0px solid #c4c8cc;
	background-color: #FFFFFF;
}
table.specs tr.tabledata td.clearleft {
	border-left:0px solid #c4c8cc;
	background-color: #FFFFFF;
}
.bold {
	font-weight:bold;
}
table.categories {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#284574;
}
table.categories a {
	text-decoration:none;
}
table.categories a:hover {
	text-decoration:underline;
}
table.categories td.spacer {
	width:25px;
}
table.categories td {
	border:0px solid #c4c8cc;
	border-width: 0 0 1px 0px;
}
span.category {
	font-weight:bold;
}
table#history {
	font-size:12px;
}
table#history td {
	vertical-align: top;
	padding: 0px 7px 7px 0px;
}
table#history td.left {
	font-weight:bold;
}
div#content a {
	text-decoration:none;
}
div#content a:hover {
	text-decoration:underline;
}
div#usa {
	position:absolute;
	top:412px;
	left:60px;
}
div#usa a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#5C86AF;
}
div#usa a:hover {
	text-decoration:none;
	color:#284574;
}
div#English {
	position:absolute;
	top:412px;
	left:393px;
}
div#English a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#5C86AF;
}
div#English a:hover {
	text-decoration:none;
	color:#284574;
}
div#French {
	position:absolute;
	top:410px;
	left:680px;
}
div#French a{
	text-decoration:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#5C86AF;
}
div#French a:hover {
	text-decoration:none;
	color:#284574;
}
div#disclaimer {
	position: absolute;
	top: 600px;
	left: 225px;
	width:420px;
	color:#284574;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
span#copyright {
	font-size:12px;
	color:#999999;
}
div#footer a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#284574;
}
div#footer a:hover {
	text-decoration:none;
	color:#284574;
}
.labels {
	text-align:right;
}
.asterik	{
	color:#FF0000;
}
#mandatory {
	text-align:right;
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}
div#confirmation {
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#284574;
	width:450px;
	/*background-color:#FFDFAA;*/
}