body 
{
	margin:20px; 
	padding:0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 14px;
	color:#333;
	background-color: white;
}

.headlineText
{
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

.p 
{
	margin-bottom:1em;
}

.produlink
{
	font-size: 18px;
}

/*
div {
	border:dashed blue 1px;
}
*/

div#navibox
{
	-webkit-text-size-adjust: none;
	margin: 0px 0px 5px 9px;
	text-align: left;
	white-space: nowrap;
}

a.navilink, a.navilink:visited, a.navilink:hover
{
	position:relative;
	margin-right:.5em;
	padding-right:0.3em;
	vertical-align:baseline;
	font-size:1.2em;
	font-weight:bold;
	border-width:1px;
	border-right-style:solid;
	color:black;
}
a.navilink:hover
{
	text-decoration:underline;
}

a.navilinkdis, a.navilinkdis:visited, a.navilinkdis:hover
{
	position:relative;
	margin-right:.5em;
	padding-right:0.3em;
	vertical-align:baseline;
	font-size:1.2em;
	font-weight:bold;
	border-width:1px;
	border-right-style:solid;
	border-color:black;
	color:gray;
	text-decoration:none;
}

a#navilinkEnd 
{
	border-style:none;
}

a,a:visited,a:active,a:hover
{
	color:#844;
	text-decoration:none;
}

a:hover
{
	color:#666666;
    text-decoration:underline;
}

a#companyName, a#companyName:visited, a#companyName:hover
{
	color: #844;
	font-size: 3em;
	text-decoration:none;
}

div#containerbox
{
	margin:20px auto;
	width: 780px; 
	padding:0px;
}

div#mainbox
{
	display:block;
	text-align: left;
	vertical-align:top;
	background:white;
  	color:black;
	padding: 30px 50px 50px 50px;
	margin-left:10px;
	border: solid gray 1px;
}

div#leftBox
{
	width:30%;
	float:left;
}

div#prodIconBox
{

}

div#reviewBox
{
	clear:left;
	margin:40px 40px 0 2px;
}

div#prodTextBox
{
	margin-top:50px;
	margin-left:30%;
}

div#prodSummaryBox
{
	clear:none;
}

div#upgradeTeaser
{
	border:solid #844 1px;
	padding:10px 10px 0 10px;
}

div#supportGuideBox
{
	clear:left;
}

.reviewquote
{
	font-size:12px;
	font-style:italic;
}

.reviewrating
{
	font-size:10px;
}

.reviewsite
{
	font-size:12px;
}

div#prodTextBox ul li {
	display:list-item;
	list-style-image:url("/res/bullet.png");
	margin-left:-16px;
}

div#supportForm
{
	font-size:1em;
	margin-top:20px;
	padding-top:20px;
	border-top:gray solid 1px;
}

.PageSubheader
{
	font-size:1.2em;
}

h1
{
	background:white;
	color: #DD5342;
	font-weight: normal;
	font-size: large;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-top: 40px;
	
}

h2
{
	background:white;
	color: #844;
	font-weight: normal;
	font-size: larger;
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 8px;
}

p.smallprint
{
	font-size: 11px;
	color:#aaa;
	margin-top:6px;
	padding-left:6px;
	text-align:right; 
}

img.screenthumb {
	margin-right:13px;
	margin-bottom:13px;
}

#flatThumbs {
	display:none;
	visibility:hidden;
}

/* Lightbox */

#lightbox {
	background-color:#eee;
	padding: 10px;
	border: 1px solid #AAA;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}


