/* Yummy Software Theme.  Copyright © Yummy Software.  All Rights Reserved. */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background: url(../slices/bg.png) repeat-x fixed;
	color:#333;
}

#container {
	margin: 0 auto;
	width: 816px;
}

#container #header {
	width: inherit;
	height: 81px;
	background: url(../slices/header.png) no-repeat;
}

#container #content {
	width: inherit;
	background: url(../slices/contentbg.png) repeat-y;
}

/* The BAD version */
#container #content #main {
	min-height: 0px;
       width: 579px;
       margin-left: 9px;
       display:inline;
	float: left;
	font-size: 0.7em;
	background: url(../images/mainpagecontentbg.png) no-repeat;
	background-color: black;
}

/* The GOOD version */
head:first-child+body #container #content #main {
	min-height: 500px;
	width: 579px;
	margin-left: 9px;
	padding: 10px;
       display:inline;
	float: left;
	font-size: 0.7em;
	background: url(../images/mainpagecontentbg.png) no-repeat;
	background-color: black;
}

#container #content #main p {
	text-align: justify;
}

#container #content #main div.promo {
	width: 100%;
}

#container #content #main div.promo img {
	margin: auto;
}

#container #content #sidebar {
	min-height: 400px;
	width: 178px;
	padding: 10px;
       margin-right: 9px;
	display: inline;
	float: right;
	text-align: left;
	font-size: 0.8em;
       border: none;
}

/* The BAD version */
#container #content #sidebar ul {
       margin-left: 0em;
	list-style: none;
}

/* The GOOD version */
head:first-child+body #container #content #sidebar ul {
	list-style: none;
       margin-left: -1em;
}

/* IE Mac Hack \*/
#container #content #sidebar {
	min-height: 400px;
	width: 178px;
	margin-right: 9px;
	padding: 10px;
	display: inline;
	float: right;
	text-align: left;
	font-size: 0.8em;
} 

#container #content #sidebar ul {
	list-style: none;
	margin-left: -2em;
}*/

#container #content #sidebar div.menulist {
	border-bottom: 1px #a3a3a3 solid;
}

#container #content #sidebar div.infobox {
	border-bottom: 1px #a3a3a3 solid;
	font-size: 0.8em;
}

#container #content #sidebar div.infobox h3 {
	font-size: 1.2em;
}

#container #content #sidebar div.download {
	border-bottom: 1px #999 solid;
	margin-left: -10px;
	margin-right: -10px;
       padding-bottom: 3px;
	text-align: center;
}

#container #content #sidebar div.download p.info {
	font-size: 0.7em;
}

#container #content #footer {
	width: inherit;
	height: 14px;
	clear: both;
	background: url(../slices/footer.png) no-repeat;
}

div .bigbuttons {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
       margin-left:0px;
       margin-right:0px;
	width: 100%;
}

div.bigbuttons div.single {
	width: 191px;
	height: 191px;
	float: left;
	text-align: center;
	background: url(../images/bigbutton.png) no-repeat;
}

div.bigbuttons div.single_e {
	width: 191px;
	height: 191px;
	float: left;
       margin-left: -10px;
       margin-right: 0px;
	text-align: center;
	background: url(../images/bigbutton.png) no-repeat;
}

/* IE Mac Hack \*/
div.bigbuttons div.single_e {
	width: 191px;
	height: 191px;
	float: left;
       margin-left: 3px;
       margin-right: 3px;
	text-align: center;
	background: url(../images/bigbutton.png) no-repeat;
}*/

.header {
	width: 100%;
	height: 21px;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 1.5em;
}

div.bigbuttons div.single div.content {
	width: 100%;
	text-align: left;
}

div.bigbuttons div.single div.content p {
	padding: 5px;
}

div.bigbuttons div.single div.content div.lvhead {
	text-align: center;
}

div.bigbuttons div.single div.content ul li {
	text-align: left;
	margin-left: -10px;
	list-style: circle;
}

div.bigbuttons div.single div.content div.lvhead div.version {
	font-size: 1.2em;
}

div {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #666;
}

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

p.quote {
	font-family: Times, "Times New Roman", serif;
	text-align: justify;
	font-style: italic;
	font-size: 1.2em;
}

.noitalic {
	font-style: normal;
	font-family: Geneva, sans-serif;
}

#banner {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 150px;
}

#copyright {
	width: inherit;
	text-align: center;
	font-size: 0.7em;
}

div .currentversionheader {
	top: 0;
	outline: 1px red solid;
}

div .currentversiondescription {
	top: 0;
}

.searchfield {
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-10px;
}