body,
html {
    margin:0;
    padding:0;
    background:#fff;
	color:#fff;
	font-size: 12px;
	font-family: Lucida Sans Unicode, arial, helvetica;
    }
body {
    min-width:789px;
    }
#wrap {
	margin-left: 0%;
    width:860px;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
    }
	
	#header h1 {
    padding:5px;
    margin:0;
    }
img.logo {
float: left;
}
/*** Nav bar styles ***/

#header_outer {
width:882px;

	
	margin:0px auto;
/*	position:relative;
	background-image:url(../images/template/header_outer.jpg);*/
	background-repeat:repeat-y;



}



#header {
	width:789px;
	height:82px;
	padding:0;
	margin:0px auto;
	background-image:url(images/navheader.gif);
        background-repeat:no-repeat;
	
	/* border-bottom:1px solid #adadad;*/
	
}


#menuh-container
	{
	position: absolute;		
	top: 172px;
	right: 380px;
		}

#menuh
	{
	font-size: 12px;
	font-family: Lucida Sans Unicode, arial, helvetica;
	width:600px;
	float:left;
	margin-left: 100px;
	margin-top: 170px;
		
	}
		
/* List items in the navbar */
#menuh li{
  float:left;
  padding: 0 35px 0 0;
   list-style: none;
   color: #fff;
/* Required for drop-down menus */
position:relative;
}


/* Applies to drop-down menus in navbar */
#menuh li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
  padding-top: 10px;
}

/* Make drop-down visible on navbar hover */
#menuh li:hover ul,
#menuh li a:hover ul{ /* IE6 hack */
  visibility:visible;
  background-color: #000000;
  top:1.2em;
  left:0;
  list-style: none;
  padding: 0;
}

/* Applies to links on the drop-down menu */
#menuh li:hover ul li a,
#menuh li a:hover ul li a{ /* IE6 hack */
   color:#fff;
  text-align:left;
  display:block;
  height:auto;
}

/* Hover on drop-down menu links */
#menuh li:hover ul li a:hover
#menuh li a:hover ul li a:hover{ /* IE6 hack */
   color:#fff;
}


/* IE6 hack applies to its table drop-down */
#menuhr table {
  margin:-1px;
  border-collapse:collapse;
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}

	
#main {
      float:left;
    width:500px;
	height: 600px;
		margin-left:46px;
		background-image: url('img/white_bg.png');
		background-color:#000000;
		overflow: auto;
    }
	
	#main h2, #main h3, #main p {
    padding:0 10px;
    }
	
	
#products
{
margin-top: 20px;
border-color:#CCCC33;
border-style: dotted;
border-width: 0 0 1px 1px;
}

#products td
{
    border-color: #CCCC33;
    border-width: 1px 1px 0 0;
    border-style: dotted;
    margin: 0;
   
}


	
#sidebar {
    float:right;
    width:248px;
	height: 600px;
	margin-right:60px;
	text-align: center;
		overflow: auto;
    }
table.product
{
width: 200px;
}
table img 
{
float: center;
}
#sidebar h3, #sidebar p {
    padding:0 10px;
    }
#sidebar ul {
    margin-bottom:0;
    }

#footer {
  background-color: #000;
    clear:both;
	margin-left:46px;
	margin-right:25px;
	    }
#table1
{
width: 750px;
height: 150px;
}
#table1 td	
{
text-align: center;
}
	
	#footer p {
    padding:5px;
    margin:0;
	font-size: 9px;
text-align: center;
    }
	
table.text1{
margin-left: 30px;
width: 450px;
}

table.text2{
margin-left: 10px;
width: 490px;
}

#copy {
font-size: 9px;
text-align: center;
}


a:link {
color: #fff;
text-decoration: none
}
a:visited {
color: #fff;
text-decoration: none
}
a:active {
color: #fff;
text-decoration: none
}
a:hover {
color: #FFFFFF;
text-decoration: underline; 
}

td.right 
{
text-align: center;
}

p
{
margin-top: 50px;
}
h1.title{
font-size: 16px;
color:#99FFFF;
}

#featureHome {
	padding: 5px;
	background: #F30;	
}

#featureHome h1, #featureHome h1 a {
	font-size: 16px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#featureHome span a, #featureHome span {
	text-decoration: underline;	
}

.tableTop {
	background: #333;	
}

#featuredVideo {
	background: #001;	
}

.videoSale {
	padding: 1px;
	background: #F30;	
}

.downloadNote {
	line-height: 1.1;
	color: #3FF;
	padding-bottom: 1px;	
}
