/**
 * Made by Tomåť Vaisar
 */

body {
	font-family: "Century Gothic", "Arial", sans-serif;
	font-size: 13px;
	text-align: center;
	background: url('../images/bg.png') repeat-x left top;
}

div.cleaner {
	clear: both;
}

div#page {
	width: 982px;
	margin: auto;
	text-align: left;
}

div#head {
	position: relative;
	background: url('../images/head.png') no-repeat left top;
	height: 128px;
}

div#head h1 a {
	display: block;
	position: absolute;
	left: 30px;
	top: 35px;
	width: 340px;
	height: 60px;
}

div#head h1 a span {
	display: none;
}

span#haveAnAccount {
	position: absolute;
	left: 575px;
	top: 40px;
	font-weight: bolder;
}

div#head form {
	position: absolute;
	top: 55px;
	left: 415px;
	padding-top: 5px;
	overflow: auto;
}

div#head form div {
	float: left;
	margin-left: 10px;
}

div#head form input[type="text"] {
	margin-bottom: 5px;
	width: 130px;
}

div#head form input[type="password"] {
	width: 130px;
}

div#head form input[type="submit"] {
	font-weight: bolder;
	color: #fff;
	border: 0;
	width: 90px;
	height: 58px;
	background: url('../images/signin.png') no-repeat left top;
	margin-top: -5px;
}

div#register {
	width: 140px;
	position: absolute;
	top: 55px;
	left: 670px;
}

div#register a {
	display: block;
	width: 118px;
	padding: 12px 5px;
	background: url('../images/register.png') no-repeat left top;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

div#register strong {
	font-weight: bolder;
}

div#loggedUser {
	position: absolute;
	right: 185px;
	top: 55px;
	text-align: right;
}

div#loggedUser strong {
	font-weight: bolder;
}

div#loggedUser a {
	color: #d50000;
	font-weight: bolder;
}

div#loggedUser a:hover {
	color: #ff8a00;
}

div#language {
	position: absolute;
	top: 20px;
	left: 463px;
}

div#menu {
	overflow: auto;
	background: url('../images/menu.png') no-repeat left top;
	height: 55px;
}

div#menu ul {
	margin-left: 30px;
	margin-top: 8px;
}

div#menu li {
	display: inline;
}

div#menu li a {
	display: block;
	float: left;
	padding: 5px 15px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-right: 1px solid #5d7ea0;
	font-weight: bolder;
}

div#menu li a:hover {
	text-decoration: underline;
	color: #aed6ff;
}

div#snippet--flashes {
	overflow: auto;
	background: url('../images/contentbg.png') repeat-y left top;
	padding: 10px 30px 0 30px;
}

div#snippet--flashes div {
	color: #d50000;
	font-weight: bolder;
	padding: 5px 10px 5px 35px;
	background: url('../images/error.png') no-repeat 10px center #f6eeee;
	border-left: 5px solid #d50000;
}

div#content {
	overflow: auto;
	background: url('../images/contentbg.png') repeat-y left top;
	padding: 10px 30px 0 30px;
}

div#content strong {
	font-weight: bolder;
}

div#content h2 {
	color: #d50000;
	font-size: 24px;
	background: url('../images/h2bg.png') repeat-x left center;
	margin-bottom: 5px;
}

div#content h2 span {
	background: #fff;
	padding-right: 10px;
	margin-top: 10px;
}

div#content a {
	color: #d50000;
}

div#content a:hover {
	color: #ff8a00;
}

div#content table {
	margin: 10px 0;
	border: 1px solid #c0c0c0;
}

div#content table th {
	background: #a50000;
	padding: 3px 5px;
	text-align: right;
	color: #fff;
	font-weight: bolder;
}

div#content table td {
	padding: 3px 5px;
}

div#content table tr.alter td {
	background: #ececec;
}

div#content fieldset legend {
	width: 880px;
	padding: 5px 15px;
	background: #fbebaa;
	font-weight: bolder;
}

div#content fieldset table {
	border: 0;
}

div#content fieldset table th {
	width: 90px;
	background: none;
	color: #000;
}

div#content input[type="checkbox"] {
	margin-right: 15px;
}

input#frmregistrace_form-send {
	padding: 5px 10px;
	font-weight: bolder;
	color: #d50000;
}

div#newsPanel {
	float: left;
	width: 340px;
	margin-right: 10px;
}

div.newsItem {
	overflow: auto;
	background: url('../images/newshead.png') no-repeat left top;
	padding: 20px 10px 0 10px;
}

div.newsItem h3 {
	float: left;
	font-weight: bolder;
	width: 70px;
}

div.newsItem p {
	float: left;
	width: 240px;
}

div.newsItem em {
	color: #804040;
	font-weight: bolder;
}

div.newsFoot {
	background: url('../images/newsfoot.png') no-repeat left bottom;
	height: 15px;
	margin-bottom: 10px;
}

div#featuresPanel {
	float: left;
	width: 570px;
}

div.featuresItem {
	overflow: auto;
	background: url('../images/featurebg.png') no-repeat left top;
	padding: 10px 10px 0 10px;
}

div.featuresItemFooter {
	overflow: auto;
	background: url('../images/featurebg_footer.png') no-repeat left top;
	height: 15px;
}


div.featuresItem img {
	float: left;
}

div.featuresItem h3 {
	color: #d50000;
	font-size: 18px;
	margin-bottom: 0px;
}

div.featuresItem p {
	margin-bottom: 5px;
	font-size: 12px;
}

div#footer {
	background: url('../images/footer.png') no-repeat left top;
	height: 105px;
	text-align: right;
	padding-top: 70px;
	padding-right: 15px;
	color: #fff;
}

div#content ul li {
  list-style: disc;
  margin-left: 20px;
  color: #d50000;
}

div#content ul li span {
  color: #000;
}


/** PAGE SPECIFICS */
div#advertisement {
	position: relative;
	width: 924px;
	height: 314px;
	background: url('../images/promo01.png') no-repeat left top;
	margin-bottom: 15px;
}

div#advertisement h3 {
	position: absolute;
	left: 210px;
	top: 25px;
	font-size: 30px;
	color: #d50000;
}

div#advertisement strong {
	font-weight: bolder;
	color: #000;
}

div#advertisement p {
	color: #000;
}

div#advertisement ul {
	position: absolute;
	right: 25px;
	top: 20px;
	width: 200px;
}

div#advertisement ul li {
	list-style: disc;
	text-align: right;
	color: #d50000;
}
div.pb5{
	padding-bottom: 5px;
}

div#content ul#download_os {
  list-style-type: none;
  margin: 16px 0;
  padding: 0;
}

#download_os a {
  display: block;
  text-decoration: none;
}

#download_os a.main {
  padding: 16px;
  height: 100px;
}

#download_os a.default {
  font-weight: bolder;
}

#download_os a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}

div#content ul#download_os li {
  width: 30%;
  float: left;
  text-align: center;
  list-style-type: none;
}

.center {
  text-align: center;
}

div#content table.list {
  margin: 1ex auto;
}

table.list th {
  padding-right: 16px;
}

#sysReq {
  font-weight: bolder;
  margin: 32px 0 0.2ex 0;
}

div#content p {
  margin: 0.5ex 0;
}

