* {margin: 0; padding: 0; border: 0;}

body 
{
    font-family:Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
text-align: center; 
background: #000;
color: #fff;
margin:0;
padding:0;
border:0;
min-width: 700px;
}
h1
{
    font-size:26px;
    font-weight:lighter;
}
.Error
{
    border: solid 1px #ff0000;
    background-color:#fddbdb;
    color:#ff0000;
    font-weight:bold;
    margin-bottom:10px;
	padding:5px;
}
.Success
{
    border: solid 1px #00cd18;
    background-color:#d5fcda;
    color:#00cd18;
    font-weight:bold;
    margin-bottom:5px;
    padding:5px;
}
#wrapper { /* also holds the left "sliding" tab */
background: #fff ;
text-align: left;
width: 800px; /* this can fixed or fluid */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
margin-top:0px;
font-size: 80%;
}
#center a {color: #383838;}
#center a:hover {background: #eeeeee; color: #dd0000; text-decoration:none;}
#footer {
clear: both; 
width: 100%;
}
#contentfloatholder {/* also makes the right "sliding" tab */
float: left;
margin:0;
padding:0;
border:0;
width: 100%;
position: relative;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}
#centerpad {
margin: 0 185px;
}

#center 
{
  color: #000;
  float:left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}


#wrapper {
position: relative;
/*z-index: 500;*/
}

.menu {
height:150px;
font-size:90%;
margin:0px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:155px;
}
/* style the list items */
.menu li {
background:#000 url(/Images/BulletMenuL1.png) no-repeat; 
font-family:Verdana,Tahoma , Arial, Helvetica;
    font-size:12px;
height:30px;
/* for IE7 */
float:left;
margin-top:20px;
}

.menu li li
{
background:#000 url(/Images/BulletMenuL2.png) no-repeat; 
margin-top:0px;
height:23px;
}
.menu li li a
{
margin-top:0px;
}
.menu li li li
{
width:190px;
display:block;
}
.menu li li li a
{
width:190px;
display:block;
white-space:nowrap;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
margin-top:2px;
width:149px;
color:#FFF;
text-indent:20px;

}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:red; background:#2e2e2e; position:relative;}

.menu li:hover {position:relative;}
/*.menu li li:hover {width:150px;position:relative;}*/

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:red; background:#2e2e2e;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:red; background:#2e2e2e;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:110px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}
.menu ul ul ul {
    
    width:190px;
}
/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

#footer {
text-align: center;
color: #fff;
background: #fff;
}
#footer div {
padding: 1px 0;
background: #fff;
text-align: center;
}

#footer li {padding-left: 12px;
  background: url(/Images/FooterBullet.png) no-repeat; background-position:0px 6px ;display:inline;color:red;}
#footer li span {color:#fff;}
#Header
{
    clear: both; 
    display:block;
    width: 100%; 
    background: #fff url(/Images/BGHeader.png) no-repeat; 
    color: #fff; 
    height:153px;
    text-align: center;
    margin:0;
    border: 0;
}
#Left
{
    background: #FFF url(/Images/BGLeft.png) no-repeat;
    /*display:block;*/
    float:left;
    height:450px;
    width: 156px;
    margin-left: -5%; /* the difference to make the left colum appear flush left */
    margin-bottom:100px;
}
* html div#Left {margin-left: 0;}
#Right 
{
    background: #FFF url(/Images/BGRight.png) no-repeat;
    color:#000;
    height:450px;
    float:right;
    text-align:center;
    width: 156px;
}
.PageHeader
{
    background:#000;color:red;height:35px;margin:0 auto;text-align:center;width:275px;padding-top:6px;font-size:24px;
}
.SpecsLink
{
    display:block;
    margin-bottom:5px;
    margin-top:5px;
    text-align:center;
    width:430px;
}
.SubType
{
    display:block;
    font-size:10px;
    margin-bottom:5px;
    margin-top:3px;
    text-align:center;
    width:430px;
}
.TextBox
{
	border:#cfcfcf 1px solid;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	font-weight:normal;
	vertical-align:top;

}
.TextBoxError
{
	background-color:#FFE0E0;
	border:#FE0000 1px solid;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	vertical-align:middle;
}
.ProductHeading
{
    margin-bottom:9px;width:430px;height:25px;background:#000;color:#FFF;display:block;font-size:16px;padding-top:5px;text-indent:5px;margin-top:5px;
}
.HomePoints
{
    font-size:14px;
}
