﻿
/*****************************
Page structure styles
*****************************/

body
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color:#777;
	margin: 0;
	padding: 0;
}

.wrapper
{
	width: 922px;
	margin: 0 auto;
	background: #F4F4F4;
}

.top-wrapper 
{
    background: #777 url(../images/page-top-background.jpg) no-repeat;
    background-position:center;
    height:11px;
    margin-top:19px;
}

.content-wrapper 
{
	background: #777 url(../images/page-background.jpg) repeat-y;
	background-position:center;
}

#header-left
{
	background-image:url(../images/header-background-left.gif);
	background-repeat:repeat-x;
	height: 80px;
	width:4px;
	float:left;
	background-color: #595241;
}
#header
{
	color: #333;
	width: 892px;
	height: 80px;
	padding: 11px;
	background-image:url(../images/header-background.gif);
	background-repeat:repeat-x;
	float:left;
}
#header-right
{
	background-image:url(../images/header-background-right.gif);
	background-repeat:repeat-x;
	height: 80px;
	width:4px;
	float:left;	
	background-color: #595241;
	
}
#header-logo
{
	background-image:url(../images/logo.png);
	width:565px;
	height:100px;
	margin-top:0px;
	margin-left:0px;
	position:absolute;
	cursor:pointer;	
}

#nav
{
	margin-top:5px;
	margin-bottom:20px;
	float: left;
	width: 881px;
	margin-left: 20px;
	border-bottom:solid 1px #bbb;
}

.solidblockmenu
{
	font-family: "Trebuchet MS",Verdana, Arial;
	font-weight:bold;
	font-size: 11pt;
	margin-left:110px;
}
.solidblockmenu li
{
	list-style-type:none;
	display:inline;
	padding-right:0px;
	padding-left:0px;
	
}
.solidblockmenu li a
{
	float: left;
	color: #222;
	text-decoration: none;
	margin: 0px 3px 0px 0px;
	padding: 6px 15px;
}

.solidblockmenu li a:hover, .solidblockmenu li .selected
{
	background-color: #C7C900;
	color:White;
}

#footer
{
	width: 912px;
	clear: both;
	color: white;
	/*background-color:#807662;	*/
	background-color:#666;
	margin: 60px 0px 0px 0;
	padding: 5px 10px 5px 0px;
	height:100px;
}
#footer a
{
	color: white;
	padding:2px;
}
#footer a:hover
{
	background-color:#595241;
	color:White;
}

.centerdiv 
{
    width:100%;
    text-align:center;
}

.bottomnav
{
	list-style: none;
	color: #999;
	margin: 0;
	padding: 10px;
}
.bottomnav li
{
	display: inline;
	padding: 5px;
}




/*****************************
Page content styles
*****************************/

#content
{
    clear:both;
	padding-right:25px;
	font-family: Verdana, "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1.0em;
	font-weight:normal;
	padding-left:25px;
	color:#222;
	line-height:1.4em;
}

#content a
{
	color: #111;
	padding-left:1px;
	padding-right:1px;
	text-decoration:underline;
	
}
#content a:hover
{
	color:#C3C500;
	
}

#content img.gallery  
{
	border:solid 2px #ccc;
	padding:5px;
	margin-right: 8px;
	margin-bottom:8px;
}

#content a:hover img.gallery
{
    border:solid 2px orange;
    background-color:White;
}


.product-screenshot 
{
    margin-bottom:25px;
}
.product-screenshot a img
{
    width:587px;
}

.product-screenshot a:hover
{
    background-color:white !important;
}

.product-description 
{
    color:#666;
    font-size:13px;
    font-weight:normal;
    background-repeat:no-repeat;
    margin-bottom:40px;
}

#content .product-description a  
{
    /*padding-left:80px;
    display:block;*/
    
}

.product-description p,h1
{
    padding-left:60px;
    margin-bottom:10px;
}

#content .product-description img
{
    padding:0px;
    margin:0px;
    padding-bottom:5px;
}


.code {
	background-color:white;
	border:1px solid #C3C500;
	font-family: Courier New,Courier,sans-serif;
	font-size:10pt;
	margin-top:10px;
	margin-bottom:10px;
	padding: 5px 3px 5px 10px;
	white-space:-moz-pre-wrap;
	color:black;
	line-height:20px;
	font-weight:normal;
}

.infoBox 
{
	float:right;
	background-color:#666;
	padding:5px 15px 10px 40px;
	background-repeat:no-repeat;
	color:#bbb;
	min-height:30px;
	width:150px;
	margin-left:20px;
	background-position: 3px 8px;
	font-size:0.8em;
	clear:right;
	margin-bottom:10px;
	line-height:1.4em;
}

.downloadBox 
{
    background-image: url(../images/download.png) !important;
}

.licenseBox 
{
    background-image: url(../images/license.png) !important;
}
 
#content .infoBox a
{
    font-size:1.2em;
    font-weight:bold;
    color:White;
    line-height:1.8em;
}
#content .infoBox a:hover
{
    color:#C3C500;
}

h1 
{
    font-family: "Trebuchet MS", Verdana, Arial,Helvetica,sans-serif;
    display:inline;
    color:#111;
}

#content img.sectionIcon 
{
    position:absolute;
    border:none;
}


