/* -- Basics -- */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font: normal 62.8%/1.3 Arial, Helvetica, sans-serif;
	background: #000 url('/images/pozadi20.jpg');
	color: #3e3533;
	padding: 60px 0;
}
a {
	color: #af0731;
}
a:hover {
	text-decoration: underline !important;
	color: #000;
}
a img {
	border:0;
}
img {
	border: 1px #d5d2d2 solid;
}
input select, textarea {
	font-family: Arial, lucida, sans-serif;
	font-size: 1em;
	vertical-align: middle;
}
#login input, textarea {
	background: #8f8c8c;
	padding: 2px 0;
	margin: 0;
	border: 1px solid #676464;
}
button {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 18px;
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #00CCFF;
	cursor: pointer;
}
.submit {
	width: auto !important;
	overflow: visible;
	background-color: #312b2a;
	border: 1px solid #000 !important;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}
p, li {
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #3e3533;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	text-align: left;
}
table td.right {
	padding-left: 5px;
}
table th.right {
	padding-left: 5px;
}
table td.left {
	padding-right: 5px;
}
table th.left {
	padding-right: 5px;
}
blockquote {
	margin: 0;
	padding: 10px 20px;
	color: #333;
	line-height: 1.6;
	font-family: Georgia, serif;
}
fieldset {
	border: 0 !important;
}
/* -- Icons list -- */
.ico {
	padding-left: 15px;
}
.ico-breezy {
	background: url('/images/ico-bree.gif') 2px 0 no-repeat;
	padding: 2px 0 1px 25px;
}
.ico-breezy:hover {
	background-position: 2px -18px;
}
.ico-date {
	background: url('/images/ico-date.gif') 0 50% no-repeat;
}
/* -- User friendly features -- */
.hidden {
	display: none;
}
/* -- Basics layout -- */
#view {
	width: 1000px;
	margin: 0 auto;
}
#head {
	font-size: 1.2em;
	height: 202px;
	position: relative;
}
#content {
	font-size: 1.2em;
}
#foot {
	font-size: 1.2em;
	clear: both;
}
/* -- Logo constructs -- */
h1 {
	font-family: Georgia, "New York CE", utopia, serif;
	font-size: 3em;
	font-weight: normal;
	margin-top: 40px;
}
h1 a {
	text-decoration: none;
	color: #fff !important;
}
#logo * {
	color: #eaafa3;
	text-decoration: none !important;
}
#logo h2 {
	font-weight: normal;
	font-size: 1.2em;
}
#logo .block {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
/* -- Main classes -- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.small {
	font-size: .90em;
}
.big {
	font-size: 1.5em;
}
.item {
	margin-bottom: 1.5em;
	border-bottom: 1px #d8d8d8 solid;
	clear: both;
}
.info {
	font-size: .95em;
	margin: 2px 0 6px !important;
}
.col1 {
	width: 49%;
	float: left;
}
.col2 {
	width: 49%;
	float: right;
}
img.left {
	margin-left: 0 !important;
}
img.right {
	margin-right: 0 !important;
}
/* -- Layout constructs -- */
#logo {
	position: relative;
	padding: 0 50px;
	height: 149px;
	overflow: hidden;
	background: url('/images/bg-logo0.png') 0 0 no-repeat;
}
#mainMenu {
	height: 46px;
	padding: 0 25px;
	background: #312b2a url('/images/bg-main-.gif') repeat-x;
	border: 1px #8a817e solid;
	border-width: 1px 0 6px;
}
#content {
	padding: 30px 0 25px;
	overflow: hidden;
	height: 100%;
	background: #fff url('/images/bg-conte.gif') repeat-y;
}
#foot {
	height: 68px;
	background: #312b2a url('/images/bg-foot0.jpg') no-repeat;
}
/* -- Main Menu -- */
#mainMenu ul {
	position: relative;
	height: 46px;
}
#mainMenu li {
	position: relative;
	float: left;
	padding-right: 7px;
}
#mainMenu li a {
	display: block;
	float: left;
	color: #b59d97;
	height: 30px;
	padding: 16px 15px 0 20px;
}
#mainMenu li a span {
	position: absolute;
	left: 8px;
	top: 20px;
	width: 6px;
	height: 8px !important;
	overflow: hidden;
	background: url('/images/ico-menu.gif') no-repeat;
}
#mainMenu li.active {
	position: relative;
	top: 7px;
	background: url('/images/bg-main0.gif') 100% 0 no-repeat;
}
#mainMenu li.active a {
	padding-top: 9px;
	text-decoration: none !important;
	color: #000 !important;
	background: #fff url('/images/bg-main1.gif') repeat-x;
	border-bottom: 6px #fff solid;
}
#mainMenu li.active a span {
	top: 12px;
	background-position: 0 -8px;
}
#mainMenu li a:hover {
	color: #fff;
}
/* -- Search block -- */
#search {
	position: absolute;
	right: 12px;
	bottom: 16px;
	width: 270px;
	text-align: right;
}

#search .button {
      width: 204px;
      border: none;
      background: url('../images/bg-input.gif') no-repeat;
      padding: 4px 10px;
      vertical-align:middle;
}
#search .submit {
      position: relative;
      vertical-align:middle;
      width: 26px !important;
      height: 24px;
      background: url('../images/bg-submi.gif') no-repeat;
      border: none !important;
      padding: 0;
      left: -4px;
} 

/* -- Right (submenu) block -- */
#menuBlock {
	width: 285px;
	float: right;
	margin-top: 25px;
	background: url('/images/bg-right.gif') 100% 0 repeat-y;
}
#menuBlock .box {
	margin-bottom: 30px;
	padding-left: 12px;
}
#menuBlock .firstBox {
	position: relative;
	top: -25px;
	margin-bottom: 5px;
	background: url('/images/bg-righu.gif') 0 26px no-repeat;
}
#menuBlock .box div.hdr {
        font-size: 1.2em;
        font-weight: bold;
	margin-bottom: 11px;
	padding-left: 15px;
	color: #af0731;
}
#menuBlock .boxText {
	padding: 0 27px;
}
#menuBlock .boxText div.hdr {
	padding-left: 0 !important;
}
#menuBlock .subMenu li a {
	display: block;
	height: 23px;
	padding: 8px 5px 0 32px;
	color: #000;
	text-decoration: none;
	background: url('/images/bg-subme.gif') no-repeat;
}
#menuBlock .subMenu li a:hover, #menuBlock .subMenu li.active a {
	background-color: #efefef;
	background-position: 0 -31px;
	text-decoration: none !important;
}
/* -- Left (content) block -- */
#contentBlock {
	float: left;
	width: 630px;
	padding: 0 30px 0 40px;
}
#contentBlock img {
	margin: 3px;
}
#contentBlock p, #contentBlock ul, #contentBlock ol, #contentBlock table {
	margin-bottom: 2em;
}
#contentBlock table td, #contentBlock table th {
	border: 1px #d8d8d8 solid;
	padding: 10px;
}
#contentBlock table tr.add td, #contentBlock table tr.add th {
	background: url('/images/bg-table.gif') repeat-x;
}
/* -- Lists -- */
#contentBlock ul, #contentBlock ol, #menuBlock .boxText ul, #menuBlock .boxText ol {
	padding-left: 10px;
}
#contentBlock ol, #menuBlock .boxText ol {
	padding-left: 17px;
}
#contentBlock ul *, #contentBlock ol *, #menuBlock .boxText ul *, #menuBlock .boxText ol * {
	margin-bottom: 0 !important;
}
#contentBlock ul li, #menuBlock .boxText ul li {
	margin: 3px 0;
	padding-left: 16px;
	background: url('/images/ico-list.gif') 0 4px no-repeat;
}
#contentBlock ol li, #menuBlock .boxText ol li {
	margin: 3px 0 3px 10px;
	padding: 0;
	background: none;
	list-style: decimal;
}
/* -- Footer part -- */
#foot p {
	padding: 27px 15px 0;
}
#foot * {
	color: #8a817e;
}
#foot a:hover {
	color: #fff;
}
#contentBlock form {
	padding:10px;
	border:1px solid #f6f6f6;
}
#contentBlock label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;
}
#contentBlock input[type=text] {
	width:300px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	font:90% Verdana;
	color:#777;
}

#contentBlock input[type=password] {
	width:300px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	font:90% Verdana;
	color:#777;
}


#contentBlock input:focus {
	border:1px solid #79B5D6;
	color:#555;
}
#contentBlock textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}
div.error {
	background-color: #FCB9B9;
	border: 1px solid #AE1B1B;
	color: #444;
	padding: 15px 30px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align:center;
}
div.confirmation {
	background-color: #BEFCB9;
	border: 1px solid #1EAE1B;
	color: #444;
	padding: 15px 30px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align:left;
}
#content div.confirmation ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 30px;
	border: none;
}
/*new*/
img {
	border:0;
}
#head .head-top {
	background:url(/images/header00.png) no-repeat;
	height:149px;
	position:relative;
	color:#b8e2f7;
}
#head .head-top a {
	color:#b8e2f7;
}
#head .head-top .logo {
	position:absolute;
	top:50px;
	left:32px;
}
#head .head-top .contacts1, #head .head-top .contacts2 {
	position:absolute;
	font-size:15px;
	line-height:16px;
	top:38px;
	left:371px;
}
#head .head-top .contacts1 {
	left:371px;
}
#head .head-top .contacts2 {
	left:566px;
}
#head .head-top .contacts1 img, #head .head-top .contacts2 img {
	vertical-align:middle;
	margin:3px 6px 3px 0;
}
#head .head-top .contacts1 span img, #head .head-top .contacts2 span img {
	margin:1px 6px 1px 0;
}
#head .head-top .contacts2 img {
	vertical-align:middle;
}
#head .head-top .contacts1 span, #head .head-top .contacts2 span {
	font-size:16px;
	font-weight:bold;
}
#head .head-top .contacts1 div, #head .head-top .contacts2 div {
	font-weight:bold;
	margin:0 0 6px 0;
}
#head .head-top .contacts1 a, #head .head-top .contacts2 a{
	text-decoration:none;
}
#head .head-top .login {
	position:absolute;
	top:37px;
	left:749px;
}
#head .head-top .login .title {
	font-size:15px;
	font-weight:bold;
	margin:0 0 12px 0;
}
#head .head-top .login .inputs{
	float:left;
	margin:0 11px 0 0;
}
#head .head-top .login .buttons{
	float:left;
}
#head .head-top .login .text {
	background:url(../images/input000.png) no-repeat;
	width:99px;
	height:22px;
	display:block;
	padding:2px 9px 0 9px;
	margin:0 0 7px 0;
}
#head .head-top .login .text input {
	background:none;
	border:0;
	width:99px;
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#head .head-top .login a {
	font-size:11px;
	line-height:11px;
	/*display:block;*/
	width:64px;
	height:22px;
}
#head .head-top .login .enter-button {
	display:block;
	margin:8px 0 0 0;
	}
#head .head-top .login .enter-button input {
	background:url(../images/button00.png) no-repeat 0 50%;
	width:66px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:0;
	cursor:pointer;
	padding:5px 0 7px 0;
	color:#bbd4ee;
}


h1.spechead {
	font-size: 1.6em;
}

h2.spechead2 {
	font-size: 1.4em;
}

.free-testing{
	background:url(../images/free.png) no-repeat;
	width:221px;
	height:81px;
	display:block;
		_background:none!important;
     filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/free.png', sizingmethod='crop');
	 position:absolute;
	 top:-42px;
	 right:-48px;
	 cursor:pointer;

	}

.free-testing_eng{
	background:url(../images/free_eng.png) no-repeat;
	width:221px;
	height:81px;
	display:block;
		_background:none!important;
     filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/free_eng.png', sizingmethod='crop');
	 position:absolute;
	 top:-42px;
	 right:-48px;
	 cursor:pointer;

	}

h1.spechead {
	font-size:20px;
}



.new-message .top input {
	height:16px;
	cursor:pointer;
	border:0;
	background:url(/images/new-message-buttons.gif) no-repeat;
	margin-right:5px;
}
.new-message .top .code-bold {
	background-position:-3px 0!important;
	width:16px;
}
.new-message .top .code-italic {
	width:16px;
	background-position:-25px 0!important;
}
.new-message .top .code-underline {
	width:16px;
	background-position:-47px 0!important;
}
