﻿
/*****************************
Page structure styles
*****************************/

body
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #333 url("/images/header-bg2.png") repeat-x;
	
	
	/*background-color: #585858;*/
}

#bg
{
	width:100%;
	/*background-image: url("/images/bgshine.png");*/
	padding-right:50px;	
	position:absolute;
}
.wrapper
{
}

.top-wrapper 
{
    
    background-position:center;
    height:11px;
    margin-top:19px;
}

.content-wrapper 
{
	width:80%;
	margin: 10px auto;
	background-position:center;
	background-color:#555;
	border-radius: 5px;
	padding:10px;
	padding-top: 20px;
}


#header
{
	color: white;
	font-weight:bold;
	font-size:18pt;
	width:90%;
	height: 40px;
	padding-top:0px;
	background-color:black;
	border-bottom:1px solid #111;
	margin: 0px auto;
	
}

#header-logo
{
	width:565px;
	height:100px;
	margin-top:0px;
	margin-left:0px;
	position:absolute;
	cursor:pointer;	
}

#nav
{
	float: right;
	width: 540px;
}

.solidblockmenu
{
	font-family: "Trebuchet MS",Verdana, Arial;
	font-weight:bold;
	font-size: 11pt;
	margin-left:210px;
	
	
}
.solidblockmenu li
{
	list-style-type:none;
	
	padding-right:0px;
	padding-left:0px;
	
	
}
.solidblockmenu li a
{
	float: left;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 3px 0px 10px;
	padding: 0px 15px;
	
}

.solidblockmenu li a:hover, .solidblockmenu li .selected
{
	
	color:White;
}

#footer
{
	clear: both;
	color: white;
	/*background-color:#807662;	*/
	margin: 30px 0px 0px 0;
	padding: 5px 10px 5px 0px;
}
#footer a
{
	color: white;
	padding:2px;
}
#footer a:hover
{
	
	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;
	font-family: Verdana, "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1.0em;
	font-weight:normal;
	color:white;
	line-height:1.4em;
}

#content a
{
	color: white; /* #EBAD18;*/
	padding-left:1px;
	padding-right:1px;
	text-decoration:underline;
	
}
#content a:hover
{
	
	
}

#content img.gallery  
{
	border:solid 1px #6B7D7B;
	padding:5px;
	margin-right: 8px;
	margin-bottom:8px;	
}

#content a:hover img.gallery
{
    border:solid 1px orange;
}


.product-screenshot 
{
	display:inline;
    margin:30px 10px 30px 10px;
}

.product-description 
{
    color:white;
    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;
}

#twitter_update_list
{
	margin-left:490px;
	background-image: url("../images/caption_box.png");
	background-repeat: no-repeat;
	width:400px;
	height:82px;
	list-style:none;
	padding:8px 0px 0px 1px;
	margin-bottom: 0px;
}

#twitter_update_list li
{
	width: 370px;
	color:#aaa;
	text-align:center;
	font-family: Helvetica, Arial;
	font-size:14px;
	padding-top:20px;
}

#twitter_update_list li a
{
	
	color:#aaa;
}



