* {
	margin: 0;
	padding: 0;
}
html { 
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #EDE2CE;
	color: #6D7072;
}
ul, ol {
	list-style-type: none;
}
ul li {
	padding: 0;
	margin: 0;
}
a {
	color: #A4C846;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
	behavior: url(images/iepngfix.htc);
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6D7072;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}

div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0px;
}

/** center **/
#center { 
	width: 880px;
	margin: 0 auto;
}

/******************
	form
*****************/
.form-text {
	border: 1px solid #BCBCBC;
	font-size: 0.8em;
	padding: 2px;
	color: #4F4F4F;
}
label {
	color: #000;
}

/************************************
	MAIN LAYOUT
*************************************/

/** header **/
#header {
	width: 100%;
	position: relative;
	background: #A4C846 url(images/bg.gif) repeat-x;
	overflow: hidden;
	z-index: 1;
}
#top-container {
	height: 114px;
	position: relative;
}

/** Content **/
#content {
	position: relative;
	background: #fff url(images/header_bg.gif) repeat-x center 2px;
	position: relative;
	width: 860px;
	padding: 0 10px;
	overflow: hidden;
}

/** footer **/
#footer {
	position: relative;
	clear: both;
	height: 75px;
	background: #fff url(images/header_bg.gif) repeat-x center 2px;
}



/** header elements **/
#header #logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#header p#trana {
	font-size: 0.8em;
	position: absolute;
	top: 62px;
	left: 75px;
	color: #AEB0B0;
}
ul#site_nav {
	position: absolute;
	top: 55px;
	right: 23px;
	font-size: 9px;
}
ul#site_nav li {
	float: left;
	padding: 0 10px;
}
ul#site_nav li a {
	display: block;
	line-height: 22px;
	padding-left: 30px;
	color: #848484;
	background: url(images/icons.gif) no-repeat;
}
ul#site_nav li a#home {
	background-position: 0 0;
}
ul#site_nav li a#sitemap {
	background-position: 0 -22px;
}
ul#site_nav li a#mail {
	background-position: 0 -44px;
}
ul#site_nav li a:hover {
	text-decoration: underline;
}

/** Navigation **/
#navigation-container {
	height: 31px;
	position: relative;
}
#top_nav {
	height: 31px;
	width: 100%;
	font-size: 0.9em;
	text-indent: 115px;
}
ul#top_nav li {
	display: inline;
}
ul#top_nav li a, ul#top_nav li span {
	color: #fff;
	font-weight: bold;
	line-height: 31px;
	padding: 7px 8px 8px;
}
ul#top_nav li a:hover, ul#top_nav li span {
	background: #A4C846;
}
	
/** Header bottom **/
#bottom-container {
	width: 100%;
	min-height: 180px;
}
#bottom-container h1 {
	font-size: 2em;
	color: #fff;
	font-weight: normal;
	position: absolute;
	right: 10px;
	bottom: 15px;
}


/** content elements **/

/** search form + lang select */
#content {
	font-size: 0.8em;
}
#content #top-bar {
	position: relative;
	height: 45px;
	width: 100%;
	font-size: 0.9em;
}
#top-bar ul#langs {
	float: right;
}
#top-bar ul#langs li {
	display: inline;
	line-height: 45px;
}
#top-bar ul#langs li a {
	color: #626668;
	padding: 0 3px;
}
#top-bar ul#langs li a:hover {
	text-decoration: underline;
}
#search-form {
	float: left;
	padding: 15px 0 0 0px;
}
#search-form label {
	text-transform: uppercase;
	font-size: 0.8em;
}
#search-form .form-text {
	width: 130px;
}
#search-form .form-submit {
	margin: 0px 8px;
}


/** container **/
#container {
	float: left;
	font-size: 0.8em;
}

/** sidebar left **/
#left-bar, #right-bar {
	float: left;
	width: 195px;
	padding-bottom: 20px;
	position: relative;
}
#right-bar {
	
}
#middle-bar {
	
	float: left;
	width: 447px;
	margin: 0 10px 40px;
	padding: 0 0 0px 0;
	position: relative;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
}
#left-bar a.more,
#right-bar a.more {
	text-transform: uppercase;
	color: #99C5E6;
	background: url(images/ico-arrow-right.gif) no-repeat right 4px; 
	font-weight: bold;
	margin: 10px 0;
	padding-right: 13px;
	display: block;
	text-align: right;
}
#left-bar p, #right-bar p, #right-bar ul, #left-bar ul {
	padding: 0 5px 0 5px;
}
#left-bar .inside-box h2, 
#middle-bar .inside-box h2, 
#right-bar .inside-box h2,
#left-bar .newsletter-box h2 {
	background: #F2F2F2;
	color: #6D7072;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 0;
	text-indent: 10px;
	position: absolute;
	width: 195px;
	top: 0;
	left: 0;
}
#middle-bar .inside-box h2 {
	width: 447px;
}

#left-bar .inside-box,
#middle-bar .inside-box,
#right-bar .inside-box  {
	position: relative;
	padding: 35px 0px 10px 0px;
	margin-bottom: 15px;
}

/** Ads banner **/
#left-bar .ads {
	margin: 20px 0 0px 0;
}
/** Newsletter Box **/
#left-bar .newsletter-box {
	background: #A4C846;
	width: 195px; 
}
#left-bar .newsletter-box h2 {
	background: #99C5E6;
	color: #fff;
	border-bottom: 3px solid #fff;
}
#left-bar .newsletter-box {
	background: #A4C846;
	position: relative;
}
#newsletter-form {
	font-size: 0.85em;
	padding: 40px 0 40px 10px;
}
#newsletter-form label {
	color: #fff;
	display: block;
	padding: 0;
	margin: 0 0 0 0;
}
#newsletter-form .form-item {
	display: block;
}
#newsletter-form .form-text {
	border: none;
	width: 140px;
	float: left;
	display: block;
	margin: 3px 0 0 0;
}
#newsletter-form .form-submit {
	margin-top: 5px;		
	width: 23px;
	float: left;
	margin: 0 0 0 5px;
}

		
/** main **/
#middle-bar h2 span {
	text-transform: none;
}
#middle-bar p, #middle-bar ul, #middle-bar h3 {
	padding: 0 10px 10px 10px;
}
#middle-bar h3 {
	padding-bottom: 10px;
}


#right-bar .wborder {
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;;
}

/** footer elements **/
#footer .bg {
	background: url(images/footer-bg.gif) no-repeat center 5px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#footer ul#footer_nav {
	width: 100%;
	font-size: 0.8em;
	padding-top: 20px;
}
ul#footer_nav li {
	display: inline;
}
ul#footer_nav li a {
	color: #919394;
	font-weight: bold;
	line-height: 30px;
	padding: 7px 8px;
}
ul#footer_nav li a:hover {
	text-decoration: underline;
}


/*************************************
	GENERAL 
*************************************/
.green {
	color: #A4C846;
}
.inside_wrap {
	padding: 10px 10px;
}
.centered {
	text-align: center;
}
hr {
	color: #9EA0A3;
	font-size: 0px;
	line-height: 0;
	height: 1px;
	width: 94%;
	margin: 0 auto;
}

/***********************************
	Home page
***********************************/
#left-bar ul.news_item {
	padding: 0 10px 15px 10px;
}
#left-bar ul.news_item li.date {
	width: 80px;
	background: #99C5E6;
	border-left: 5px solid #A4C846;
	color: #fff; 
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 0;
	text-indent: 5px;
	margin-bottom: 5px;
}
#left-bar ul.news_item li.title a {
	font-weight: bold;
}

#right-bar ul.training {
	padding: 0 5px 0px 5px;
}
#right-bar ul.training li span.date {
	font-weight: bold;
	color: #A4C846;
	display: block;
}
#right-bar ul.training li {
	background: url(images/ico-calendar.gif) no-repeat left 5px;
	padding: 5px 0;
	padding-left: 23px;
}
#right-bar ul.contact {
	margin: 10px 0;
}
#right-bar ul.contact li {
	padding-left: 30px;
	line-height: 26px;
	clear: both;
}
#right-bar ul.contact li a {
	text-decoration: underline;
	color: #6D7072;
}
#right-bar ul.contact li#contact_email {
	background: url(images/ico-email2.gif) no-repeat left top;
}
#right-bar ul.contact li#contact_phone {
	background: url(images/ico-telephone.gif) no-repeat left 1px; 
}
#right-bar ul.phones {
	margin-top: -20px;
	margin-left: 35px;
}
#right-bar ul.phones li {
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	background: none !important;
}



/***********************************
	Ponuka page
***********************************/
img#woman {
	z-index: 100;
	margin: -15px 0 0 5px;
	position: absolute;
	bottom: 0;
}
#header .bg1 {
	background: url(images/bottom-container-bg.gif) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 27px;
}
ul.ponuka {
	margin: 0 0 10px 15px;
	padding: 0 0 0 0px;
}
ul.ponuka li {
	list-style: url(images/ico-li.gif);
	background: url(images/ico-arrow-right.gif) no-repeat right 5px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
ul.ponuka li span {
	background: url(images/dots.gif) repeat-x center bottom;
	display: block;
	padding: 0 0 5px 0;
} 
ul.ponuka li a {
	color: #6D7072;
	padding: 0 8px 0 0;
}
ul.ponuka li a:hover {
	text-decoration: none;
	color: #000;
}

/* sub ul list */
ul.sub-ul {
	margin: 7px 0 4px 5px;
	padding: 0;
}
ul.sub-ul li {
	background: none;
	list-style: url(images/ico-plus.gif);
	border: none;
	padding: 0 0 5px;
	margin: 0;
}
ul.sub-ul li a {
	background: none;
	color: #363636;
}

ul#offers {
	width: 620px;
	min-height: 140px;
	font-size: 0.9em;
	float: right;
	margin: 30px 0px 30px 0;
}
ul#offers li {
	float: left;
	width: 45%;
	padding: 0 2% 5px 0;
	padding-left: 15px;
}
#header ul#offers li a {
	float: left;
	color: #fff;
	background: url(images/ico-li2.gif) no-repeat left 3px;
	padding-left: 20px;
}
#header ul#offers li a:hover {
	color: #6d7072;
	background: url(images/ico-li3.gif) no-repeat left 3px;
}


/***********************************
	treningy page
***********************************/
a.invitation {
	background: #99C5E6;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 20px;
	width: 150px;
	margin: 50px auto;
	margin-bottom: 10px;
}


/*********************************
	Reference page
**********************************/
#header .reference {
	background: #A4C846 url(images/referencies.jpg) no-repeat -15px;
}

.client_block {
	position: relative;
	width: 94%;
	margin: 15px auto;

}
.client_block img.client-logo {
	float: left;
	padding: 0 5px 0px 0;
}
.client_block .client-about1 a {
	color: #99C5E6;
	font-weight: bold;
	display: block;
}
.client_block p.client-about2 {
	padding-top: 10px !important;
	border-top: 1px solid #9EA0A3;
	display: block;
	font-style: italic;
	clear: both;
	margin-top: 15px;
}



/***********************************
	gallery page
***********************************/
.gallery-preview {
	text-align: center;
	width: 99%;
	margin: 0 auto;
}
.gallery-preview a {
	display: block;
	margin: 10px 0;
	color: #7F7F7F;
}

#gallery-flow {
	width: 100%;
	background: #F2F2F2;
	position: relative;
	height: 96px;
	overflow: hidden;
	margin-bottom: -25px;
}
#gallery-flow .gallery-button {
	width: 21px;
	height: 96px;
}
#gallery-flow .left {
	position: absolute;
	top: 0;
	left: 0;
}
#gallery-flow .right {
	position: absolute;
	top: 0;
	right: 0;
}
#gallery-flow #galery-thumbs {
	width: 405px;
	margin: 0 auto;
	overflow: hidden;
}
#gallery-flow #galery-thumbs img {
	margin: 0 2px;
}

/***********************************
	Contact page
***********************************/
#contact_map {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #E2E2E3;
	padding-top: 20px;
	margin-top: 10px;
}
#map {
	border: 4px solid #99C5E6;
	width: 355px;
	height: 161px;
	margin: 0 auto;
}
#contact_map a {
	color: #7F7F7F;
	margin: 5px 0;
}

#contact_form {
	width: 360px;
	margin: 0 auto;
	border-top: 1px solid #E2E2E3;
	padding-top: 20px;
	margin-top: 10px;
}
#contact_form label {
	display: block;
	color: #666666;
	margin-bottom: 5px;
	text-align: left;
}
#contact_form .form-text {
	width: 350px;
	border: 2px solid #DEDEDE;
	padding: 2px;
	font-size: 1em;
}
#contact_form .form-item {
	margin-bottom: 15px;
	text-align: center;
}
#contact_form .form-textarea {
	border: 2px solid #DEDEDE;
	width: 350px;
	padding: 2px;
	
	height: 100px;
}
#contact_form .form-submit {
	border: none;
	color: #fff;
	padding: 3px 8px;
	font-weight: bold;
	font-size: 0.9em;
}
.form-item .submit-dark {
	background: #6D7072;
}
.form-item .submit-green {
	background: #A4C846;
}

#middle-bar ul.contact {
	margin: 10px 0;
}
#middle-bar ul.contact li {
	padding-left: 30px;
	line-height: 26px;
}
#middle-bar ul.contact li.contact_email {
	background: url(images/ico-email2.gif) no-repeat left top;
}
#middle-bar ul.contact li.contact_phone {
	background: url(images/ico-telephone.gif) no-repeat left 1px; 
}

#middle-bar ul.contact li a {
	text-decoration: underline;
	color: #6D7072;
}
#middle-bar ul.phones {
	margin-top: -20px;
	margin-left: 35px;
}
#middle-bar ul.phones li {
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	background: none !important;
}
#contact-info {
	padding-left: 30px;
}

/**IE **/

/** register page **/
#register_form {
	width: 425px;
	margin: 0 auto;
	border-top: 1px solid #E2E2E3;
	padding-top: 20px;
	margin-top: 10px;
}
#register_form label {
	display: block;
	color: #666666;
	margin-bottom: 5px;
	text-align: left;
}
#register_form .form-text {
	width: 350px;
	border: 2px solid #DEDEDE;
	padding: 2px;
	font-size: 1em;
}
#register_form .form-item {
	margin-bottom: 7px;
	text-align: center;
}
#register_form .rowTable {
	width: 135px;
	margin-bottom: 3px;
}
#register_form .form-textarea {
	border: 2px solid #DEDEDE;
	width: 350px;
	padding: 2px;
	
	height: 100px;
}
#register_form .form-submit {
	border: none;
	color: #fff;
	padding: 3px 8px;
	font-weight: bold;
	font-size: 0.9em;
}
