*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
}

body
{
	font-family: arial, "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 95%;
	height: 100%;
	background-color: #003399;
    background-image: url('../images/bg.png');
}

#container
{
	min-height: 100%;
	background-color: white;
	border-left: 2px solid silver;
	border-right: 2px solid silver;
	width: 750px;
	margin: 0 auto;
}

* html #container
{
	height: 100%;
}

img
{
	border-width: 0;
}

img.thumb
{
	margin: 10px; 
	padding: 3px; 
	float: right; 
	border-style: solid; 
	border-color: Gray;
    border-width: 1px
}

h1
{
	font-size: 1.8em;
	color:#003399;
	padding: 0px 0px 5px 5px;
}

h2
{
	font-size: 1.4em;
	padding: 10px 0px 5px 5px;
}

h3
{
	font-size: 1.2em;
	padding: 10px 5px 5px 5px;
}

h4
{
	padding: 0 10px;
}

p
{
	padding: 0 10px 1em;
}

ul
{
	padding: 0 25px 0em;
	list-style:square;
}

ol
{
	padding: 0 30px 0em;
}

li
{
	padding: 0 0px 3px;
}

a
{
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	color:#000099;
}

a:hover
{ 
	color: #0000FF;
}

a.product
{
	display: block;
	padding:5px
}

a:hover.product
{ 
	color: #0000FF;
	background-color:#EEEEEE;
}

table#content
{
	border:0;
	margin:10px;
}

table#header
{
	width:750px;
	border:0;
	border-spacing:10px;
}

table#header a
{
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color:blue;
}

div#release
{
	text-align: right;
	font-size: 11px;
	font-style: italic;
}

h2.t1
{
	color: #003399; 
	font-style: italic; 
	font-size: 0.8em; 
	font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

h1.t2
{
	padding-bottom: 0px;
	padding-left: 5px;
}

h2.t3
{
	color: #003399;
	font-style: italic;
	font-size: 1.1em;
	font-weight: normal;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 50px;
}

hr.title_bound
{
	margin-right: 1px; 
	margin-left: 1px; 
	margin-bottom: 5px; 
	color: #003399;
	background-color: #003399;
    border-style: solid; 
    height: 0.5px; 
    width: 720px;
}

table#mainmenu
{
	width:750px;
	margin:0 10px 0 10px;
}

table.submenu
{	
	border:0;
	margin:0 10px 0 10px;
	font-size: 14px;
}

table.submenu a
{
	text-decoration:underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#000099;
}

table.submenu a:hover
{
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#000099;
}

table.submenu td
{
	padding: 5px 10px 5px 10px;
	background-color:silver;
	color:#222222;
}

#footer 
{
	background-color:#eeeeee;
	bottom:0;
	border:0;
	border-spacing:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 750px;
	color: #8099a0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#footer a:link, #footer a:visited, #footer a:hover{
	color: #8099a0;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

table.supported 
{
	margin:10px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table.supported th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted;
	border-color: gray gray gray gray;
	color:white;
	background-color: #003399;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.supported td 
{
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.purchase
{
	font-size: 10pt;
	width: 100%;
	border-style:solid;
	border-color: gray;
	border-width:1px;
	border-spacing:0px;
	border-collapse:collapse;
}

table.purchase td 
{
	padding:3px; border: solid 1px gray;
}

table.purchase2
{
	font-size: 10pt;
	border-style:solid;
	border-color: gray;
	border-width:1px;
	border-spacing:0px;
	border-collapse:collapse;
}

table.purchase2 td 
{
	padding:10px; border: solid 1px gray;
}

table#product_view
{
	font-size: 12px; 
	width: 100%; 
	border-style:none; 
	border-color: gray; 
	border-width:1px; 
	border-spacing:0px; 
	border-collapse:collapse;
}

td a.tab
{
	width: 100%; height: 100%; display: block; text-align: center;
}

td a.tab:hover
{
        background-color:#F7F7F7;
}

td#tab_content
{
	border-style: solid; border-top-style: none; vertical-align: top;
                                font-size: 1.2em; border-width: 3px; border-color:Gray;
}

td.unselected_tab 
{
	width: 50px; 
	height: 50px; 
	padding:0px; 
	margin: 0px; 
	border-style: solid;
	border-color: Gray;
	background-color: #DDDDDD;
	border-width: 1px;
	border-bottom-width: 3px;
}

td#selected_tab
{
	width: 50px; 
	height: 50px;
	border-style: solid;
	border-width: 3px; 
	border-bottom-style: none;
	border-color:Gray;
	text-align: center;
}

td.defined
{
	width: 50px; height: 50px; 
}

span#selected_tab_span
{
	width: 100%; 
	height: 100%; 
	display: block; 
	text-align: center;
}

ul#features li
{
  margin: 10px 10px;
  list-style-image: url('../images/check.png');
}