body {
	margin: 0;
	padding: 0;
	background: url(/images/background.png) repeat-x 0 70px;
	font-family: sans-serif;
	font-size: 100%;
}

body#home {
	background: url(/images/background-home.png) repeat-x 0 70px;
}

#master {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

img {
	border: none;
}

h1 {
	margin: 15px 0 0 10px;
	padding: 0;
}

h1 a {
	display: block;
	background: url(/images/logo.png) no-repeat;
	width: 330px;
	height: 60px;
	text-indent: -9000px;
}

#nav {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 15px 0 60px 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	list-style: none;
	position: relative;
	height: 40px;
	z-index: 10;
}

#home #nav {
	margin-bottom: 0;
}

#nav > li {
	float: left;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 20px;
}

#nav  > li > a:hover,
#home #nav-home,
#coaching #nav-coaching,
#about #nav-about,
#workshops #nav-workshops,
#courses #nav-courses,
#coaching #nav-coaching,
#consultancy #nav-consultancy,
#contact #nav-contact {
	background: url(/images/nav-selected.png) repeat-x;
}

#subnav-about {
	background: #444;
	top: 40px;
	left: 80px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
}

#subnav-about a:hover {
	background: #545454;
}

#intro {
	margin-top: 2px;
	height: 258px;
	background: url(/images/boxes.png) no-repeat center right;
	position: relative;
}

#intro p {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 0;
	width: 580px;
	padding: 40px 0 20px 0;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	position: relative;
}

#content {
	overflow: hidden;
	background: url(/images/dot.png) repeat-y 620px 0;
	margin: 30px 0;
}

#main {
	width: 580px;
	float: left;
}

#sidebar {
	width: 320px;
	float: right;
}

#main h2 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 30px;
	margin: 0 0 30px 0;
	font-weight: normal;
	color: #555;
	background: url(/images/green-box.png) no-repeat 0 2px;
	padding-left: 40px;
}

#sidebar h2 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	color: #549a46;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin: 0 0 10px 0;
	border-top: 1px solid #549a46;
	padding-top: 5px;
}

#main h3 {
	font-size: 1.22em;
	color: #000;
	margin: 1.2em 0 1em 0;
}

#main h4 {
	font-size: 1em;
	color: #569948;
	clear: both;
}

#workshops #main h4,
#courses #main h4 {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

#main p,
#sidebar p {
	font-size: 0.85em;
	line-height: 1.6em;
	color: #444;
	margin: 0 0 1em 0;
}

#main li {
	font-size: 14px;
	line-height: 1.6em;
	color: #444;
	margin: 0;
}

/* #main ul.large li {
	list-style-image: url(/images/list-large.png);
	line-height: 1em;
	font-size: 1em;
}

#main .box {
	background: #fff9ec;
	padding: 0.8em 2em;
	border: 1px solid #b9d5b5;
}

#main .box-header {
	margin-top: 2em;
	background: #b9d5b5;
	padding: 2em;
	overflow: hidden;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#main .box-header-right {
	width: 150px;
	float: right;
}

#main .box-header-left {
	width: 320px;
	float: left;
}

#main .box-header-left h3 {
	margin-top: 0;
	color: #fff;
	font-size: 1.6em;
}

#main .box-header-left p {
	margin-top: 0;
	color: #555;
	font-size: 1.3em;
}

#main .box-footer {
	background: #b9d5b5;
	padding: 2em;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	text-align: center;
}

#main .box-footer p {
	margin: 0;
	font-size: 1.2em;
}


#main p.highlight {
	font-size: 1.2em;
	margin: 2em 0;
} */

#main a,
#sidebar a {
	color: #00f;
}

#main a:hover,
#sidebar a:hover {
	color: #f00;
}

.clear {
	clear: both;
}

.sidebar-block {
	margin-bottom: 40px;
}

#newsletter p {
	font-size: 11px;
	color: #999
}

#newsletter a,
#newsletter a:hover {
	color: #999;
}


#newsletter label {
	font-size: 11px;
	color: #666;
}

#newsletter input[type=text] {
	font-size: 14px;
	padding: 4px;
	width: 309px;
	border: 1px solid #aaa;
	background: #eee;
}

#newsletter p.button {
	text-align: right;
}

#newsletter p.button input {
	background: #549a46;
	color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	text-transform: uppercase;
	margin: 0;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-family: arial, sans-serif;
}

#newsletter p.button input:hover {
	background: #247f11;
}

.dot {
	font-size: 1em;
	line-height: 1.3em;
	background: #559a4c url(/images/sleva.png) no-repeat 210px 10px;
	color: #eee;
	padding: 20px 120px 20px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#sidebar .dot a {
	color: #fff;
	font-weight: bold;
}

.cta {
	font-size: 1.1em;
	line-height: 1.3em;
	background: #559a4c url(/images/2.png) no-repeat 16px 20px;
	color: #eee;
	padding: 20px 20px 20px 58px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#sidebar .cta a {
	color: #fff;
	font-weight: bold;
}

#sidebar .cta a:hover {
	color: #fee300;
}

#footer {
	background: #519747 url(/images/footer.png) repeat-x top;
}

#footer-content {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 20px 100px;
	color: #fff;
	background: url(/images/logo-footer.png) no-repeat 0 5px;
}

#footer h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

#footer p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	color: #eee;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fee300;
}

.partners, #social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.partners li, #social li {
	margin-bottom: 20px;
}

#main .product {
	margin-bottom: 40px;
}

#main .more,
#intro .more {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#main .more a {
	display: block;
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	background: #549a46;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

#main .more a:hover {
	background: #247f11;
}


#intro .more a {
	display: block;
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	background: #549a46;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-family: arial, sans-serif;
	border: 1px solid #eee;
}

#intro .more a:hover {
	background: #247f11;
}

table.details {
	font-size: 13px;
	color: #666;
	border-collapse: collapse;
	width: 99%;
	margin: 0 0 40px 1px;
	background: #fff;
	border: 2px solid #666;
}

.product table {
	font-size: 13px;
	color: #666;
	border-collapse: collapse;
	width: 99%;
	margin-bottom: 20px;
	margin: 0 0 20px 1px;
	background: #eee;
	border: 2px solid #666;
}



.product td, .product th, 
table.details td, table.details th {
	border: 1px solid #aaa;
	padding: 9px;
}

.product td.center,
table.details td.center {
	text-align: center;
}

b.green {
	color: #247f11;
}

.product tr.open {
	background: #ddfdcc;
	color: #000;
}

.details td.bold {
	background: #ddfdcc;
	color: #000;
	font-weight: bold;
}

.product th {
	background: #666;
	color: #fff;
}

.details th {
	background: #666;
	color: #fff;
	text-align: left;
}

.date {
	text-align: right;
}

#main .product h3 {
	font-size: 16px;
	margin-top: 0;
}

#subnav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#subnav li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

#subnav li.last {
	border-right: none;
}

p.eb {
	background-color: #ffd56c;
	padding: 3px 6px;
}

#signup {
margin-bottom: 40px;
}

#signup fieldset {
	margin-bottom: 20px;
	border: 1px solid #aaa;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
}

#signup input[type=text] {
	font-size: 14px;
	padding: 4px;
	width: 309px;
	border: 1px solid #aaa;
	background: #eee;
}

#signup label {
color: #555;
font-size: 13px;
line-height: 30px;
}

#signup fieldset label {
	display: block;
	float: left;
	width: 140px;
}

#no-of-people label {
	display: block;
	float: left;
	width: 165px;
}

#no-of-people input[type=text] {
	width: 30px;
}

#signup p.button {
	text-align: right;
}

#signup p.button input {
	background: #549a46;
	color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	text-transform: uppercase;
	margin: 0;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-family: arial, sans-serif;
}

#signup p.button input:hover {
	background: #247f11;
}

#signup legend {
font-size: 15px;
font-weight: bold;
}

.also {
background: #eee url(/images/11.png) no-repeat 16px 20px;
padding: 20px 20px 10px 60px;
border: 1px solid #ccc;
}

.also ul {
margin-left: 0.6em;
padding-left: 0.6em;
}

#workshop #main .also h4 {
border: none;
margin-top: 0;
padding-top: 0;
}

.next {
background: #eee;
padding: 0 20px 10px 20px;
border: 1px solid #ccc;
}

#dest, #route, #princ {
border: 1px solid #999;
margin-bottom: 20px;
}


#dest h3, #route h3, #princ h3 {
margin: 0 0 20px 0;
padding: 5px 20px;
background: #999;
font-size: 18px;
color: #fff;
}

/** #route {
	background: url(/images/compass.jpg) no-repeat 300px 10px;
} **/

#route p {
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 20px;	
}

/** #dest {
	background: url(/images/eu.jpg) no-repeat -30px -30px;
} **/

#dest p {
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 20px;	
}

#princ p {
	padding: 0;
	text-align: center;
}

.offer {
padding: 1em;
border: 1px solid #aaa;
}

.offer10cs {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/offer10cs.png) no-repeat 490px center;
}

.offer15cs {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/offer15cs.png) no-repeat 490px center;
}

.offer20cs {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/offer20cs.png) no-repeat 490px center;
}

.offer10en {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/offer10en.png) no-repeat 490px center;
}

.offer15en {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/offer15en.png) no-repeat 490px center;
}

.offer20en {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/offer20en.png) no-repeat 490px center;
}

.zacinamecs {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/zaciname_brzy_cs.png) no-repeat 490px center;
}

.poslednics {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/posledni_mista_cs.png) no-repeat 490px center;
}

.kvalitacs {
padding: 2em 95px 2em 2em;
border: 1px solid #aaa;
background: url(/images/kvalita_nepocka_cs.png) no-repeat 490px center;
}

.offer strong,
.offer10en strong,
.offer15en strong,
.offer20en strong,
.offer10cs strong,
.offer15cs strong,
.offer20cs strong,
.zacinamecs strong,
.poslednics strong,
.kvalitacs strong {
color: #f00;
}

#lang {
list-style: none;
margin: 10px 0 0 0;
padding: 0;
float: right;
}

#lang li {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 5px;
}

#lang a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9000px;
}

#lang a[href*='http://www.northtraining.eu/cs/'] {
	background: url(/images/czech.png) no-repeat;
}

#lang a[href*='http://www.northtraining.eu/en/'] {
	background: url(/images/uk.png) no-repeat;
}

#team-pics {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#team-pics li {
	float: left;
	margin-right: 20px;
}

#team-pics li.last {
	margin-right: 0;
}

.pic-left {
	float: left;
	margin-right: 1em;
	padding-bottom: 2em;
}

#references {
	width: 100%;
	border-collapse: collapse;
}

#references td {
	border: none;
	padding: 20px;
	text-align: center;
}

.center {
	text-align: center;
}

/*English test*/

#questionOptions span {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #AAAAAA;
    display: block;
    margin-bottom: 5px;
    padding: 0 5px;
}

#questionOptions .correct {
    color: #00AA00;
}

#questionOptions .error {
    color: #FF0000;
}
