body {
  background-color: Black;
  font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
  text-align: center;
  margin: 10px;
}

div.layout 
{
	border: 2px solid gray;
	width: 760px;
}

div.content 
{
    background-color: White;
	color: #0B2236;
	font-size : 10pt;	
	padding: 20px;	
	text-align: justify; 	
}

div.content h1 {
  font-size: 18pt;
  font-weight: bold;
}

div.content h2 {
  font-size: 14pt;
  font-weight: bold;
}

div.content h3 {
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
}

/* Top Nav *********************************************/
div.topnav {	
	color: white;
	font-size : 8pt;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background-image: url(/images/MenuBG.gif);
}

div.topnav a {
	text-decoration : none;	
	font-size : 8pt;
	color: white;
	margin: 0 20px 0 20px;
}

div.topnav a:hover {
	color: white;
	font-size : 8pt;
	text-decoration : underline;
	margin: 0 20px 0 20px;
}

a.Thumbnail 
{
	margin : 10px;
}

/* Footer Nav *********************************************/
div.footernav {	
	color: white;
	font-size : 8pt;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

div.footernav a {
	color: white;
	margin: 0 20px 0 20px;
}

div.footernav a:hover {
	color: Red;
	margin: 0 20px 0 20px;
}


div.Copyright 
{
	font-size: 8pt;
	color: Gray;
}

div.Credits
{
	font-size: 8pt;
	color: Gray;
}



table.layout {
  background-color: #071C2D;
}



td.footernav {	
	color: white;
	font-size : 8pt;
	padding: 3px;
	vertical-align: middle;
	word-spacing: 1px;
}

td.footernav a {
	/* text-decoration : none;*/	
	color: white;
	text-decoration : underline;	
}

td.footernav a:hover {
	/* 	background-color: Blue; */
	color: Red;
	text-decoration : underline;	
}

td.footernavHOME {	
	color: white;
	font-size : 9pt;
	padding: 8px;
	vertical-align: middle;
	word-spacing: 1px;
}

td.footernavHOME a {
	text-decoration : underline;	
	color: white;	
}

td.footernavHOME a:hover {
	color: Red;
}

td.footernavTOP {	
	color: white;
	font-size : 8pt;
	padding: 4px;
	vertical-align: middle;
	word-spacing: 1px;
}

td.footernavTOP a {
	text-decoration : none;	
	color: white;	
}

td.footernavTOP a:hover {
	color: Red;
	text-decoration : underline;
	
}
	table.Content {
		font-size: 10pt;
	}


    table.ProductSpecs {
	  font-size: 10pt;
      padding: 0;
      text-align: center;
    }
    
    table.ProductSpecs tr.ProductSpecHeading td {
      background-color: #D3D3D3;
      font-weight: bold;
      padding: 0 10px 0 10px;
    }
    
    table.ProductSpecs tr td {
      font-weight: normal;
      padding: 0 10px 0 10px;
      border-top: none;
      border-right: none;
      border-bottom: 1px solid gray;
      border-left: none;
    }
    
    a.BuyItNow {
      font-weight: bold;
      color: white;
      background-color: maroon;
      padding: 1px 7px 2px 7px;
      text-decoration: none;
    }

    a:hover.BuyItNow {
      text-decoration: underline;
    }



.ComingSoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	background-color: #000;
}
.contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #000;
}
