/* Global styles: */


body
{
	margin: 0;
/*	background-color: #f8f8f8;  */
	background-color: #f0f0f0;
	color: #333333;
	line-height: 1.4;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, serif;
	font-size: 10pt;
	width: 900px;
	min-width: 900px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #037;
}

a:visited
{
	color: #4682b4;
}

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

a:active
{
	color: #037;
}

:link img,
:visited img
{
	border: 0;
}

table.center
{
	margin-left: auto;
	margin-right: auto;
}

.hide
{
	display: none;
}

.clearer
{
	clear: both;
	width: 900px;
	height: 1px;
}


/* Page division IDs: */

.contents, .company
{
	background-color: white;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.contents
{
	width: 860px;
	text-align: left;
	clear: both;
}

.company
{
	width: 170px;
	height: 50px;
	float: left;
	margin-left: 17px;
}

#company-first
{
	margin-left: 0px;
	margin-right: 1px;
}

#footer
{
	clear: both;
	width: 900px;
	margin-top: 10px;
/*	border-top: 1px solid #a1a5a9; */
	
/*
	border: 1px solid #008080;
*/
}

/* Contents can contain main-left + sidebar-right, or sidebar-left + main-right, or neither: */

.full-width
{
	width: 860px;
}

.main-left, .main-left-wide
{
	float: left;
	text-align: left;
/*	border-right: 1px solid #ddd;	*/
	padding-bottom:20px;
}

.main-left
{
/*	border: 1px solid #0000FF;		*/
	width: 620px;
}

.sidebar-right, .sidebar-right-narrow
{
	float: right;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-left: 20px;
	background: white;
}

.sidebar-right
{
/*	border: 1px solid #00FF00;		*/
	width: 210px;
}

.main-right
{
	width: 520px;
	float: right;
	text-align: left;
/*	border-left: 1px solid #ddd;	*/
	padding-bottom: 20px;
}

.sidebar-left
{
	width: 250px;
	float: left;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-right: 20px;
}

.main-left-wide
{
/*	border: 1px solid #0000FF;		*/
	width: 710px;
}

.sidebar-right-narrow
{
/*	border: 1px solid #00FF00;		*/
	width: 125px;
}

.sidebar-middle
{
	width: 250px;
	float: left;
	position: relative;
	text-align: left;
	margin-left: 35px;
	margin-right: 35px;
}

.half-left
{
	width: 420px;
	float: left;
	text-align: left;
/*	border-right: 1px solid #ddd;	*/
	margin-right: 10px;
	margin-bottom: 10px;
	
/*
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
*/
}

.half-left img
{
	padding-top: 15px;
}

.half-right
{
	width: 420px;
	float: right;
	position: relative;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 20px;
	
/*
	border-top: 1px solid #00FF00;
	border-bottom: 1px solid #00FF00;
	border-left: 1px solid #00FF00;
	border-right: 1px solid #00FF00;
*/
}


/* Contents-specific classes: */

.page-heading
{
	text-align: center;
	color: black;
	font-size: 36px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	text-shadow: #A9A9A9 2px 2px 4px;
}

.page-slogan
{
	text-align: center;
	color: gray;
	font-size: 24px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
}

.sub-heading, .release-version
{
	color: black;
	font-size: 18px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	text-shadow: #A9A9A9 2px 2px 4px;
}

.comment
{
	color: gray;
	font-style: italic;
	font-size: 9pt;
}

.debug
{
	color: red;
	background: #ffffcc;
}

.buttons
{
	width: 210px;
	height: 105px;
	clear: both;
}

.download-now
{
	width: 105px;
	height: 105px;
	text-align: center;
	float: left;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	font-size: 9pt;
	line-height: 1.4;
}

.download-now-button
{
	background: url(/images/download-now-off.png) center top no-repeat;
	display: block;
	width: 75px;
	height: 75px;
	margin-left: 15px;
	margin-right: 15px;
}

.download-now-button a
{
	display: block;
	width: 75px;
	height: 75px;
}

.download-now-button > a:hover
{
	background: url(/images/download-now-on.png) center top no-repeat;
}

.buy-now
{
	width: 105px;
	height: 105px;
	text-align: center;
	float: right;
	position: relative;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	font-size: 9pt;
	line-height: 1.4;
}

.buy-now-button
{
	background: url(/images/buy-now-off.png) center top no-repeat;
	display: block;
	width: 75px;
	height: 75px;
	margin-left: 15px;
	margin-right: 15px;
}

.buy-now-button a
{
	display: block;
	width: 75px;
	height: 75px;
}

.buy-now-button > a:hover
{
	background: url(/images/buy-now-on.png) center top no-repeat;
}

.button-minor
{
	color: gray;
	font-size: 7pt;
}

.pic-left
{
	float: left;
	padding-right: 10px;
}

.pic-center
{
	text-align: center;
}

.pic-right
{
	float: right;
	padding: 10px 0px 10px 10px;
}

.pic-spaced-right
{
	float: right;
	padding: 30px 0px 30px 30px;
}

.new-right
{
	float: right;
	padding: 10px 0px 0px 0px;
	margin-top: -10px;
}


.beta-box
{
	background: #ffffcc url(/images/beta.png) 12px no-repeat;
	color: #6c1d1d;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px dashed #ff4444;
}

.error-box
{
	background: #ffffcc url(/images/warning.png) 12px no-repeat;
	color: #6c1d1d;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 60px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px dotted #ff4444;
}

.success-box
{
	background: #ffffe5 url(/images/success.png) 20px no-repeat;
	color: #275925;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 60px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px dotted green;
}

.border-box
{
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ddd;
/*
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
*/
	
/*	border-top: 1px solid #00ff00;
	border-bottom: 1px solid #00ff00;
	border-left: 1px solid #00ff00;
	border-right: 1px solid #00ff00;	*/
}


/* Indie-specifc styles */

.products-container
{
	float: left;
}

.products-icon
{
	margin-left: 20px;
	height: 64px;
	width: 64px;
}

.products-text
{
	margin-left: 96px;
}

a.products-plain
{
	text-decoration: none;
}

a.products-plain:link
{
	color: #333333;
}

a.products-plain:visited
{
	color: #333333;
}

a.products-plain:hover
{
	color: #333333;
	text-decoration: none;
}

a:active
{
	color: #037;
}

.products-text:hover
{
	background-color: #ececec;
}

.products-text-sel
{
	margin-left: 160px;
	background-color: #fffcdc;
}

.products-body
{
	margin-top: 10px;
}

.products-more
{
	float: right;
	font-style: italic;
	margin-top: 10px;
}

.products-divider
{
	border-top: 1px dashed #999999;
	line-height: 1.7;
	margin-bottom: 20px;
}


/* Footer-specific classes: */

.search
{
	font-size: 10pt
}

.copyright
{
	font-size: 8pt;
	color: gray;
	text-align: center;
}

