	/* Common settings. */
body {
	background: #CC6609 url('images/page-bg.png') repeat fixed;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11pt;
}

table {
	border: 0px;
	border-spacing: 0px;
}

td {
	padding: 0px;
}

h1 {
	font-size: 20pt;
	margin: 10px 0px 5px 0px;
	text-align: center;
}

h2 {
	font-size: 14pt;
	margin: 25px 0px 15px 0px;
}

h3 {
	font-size: 14pt;
	margin: 25px 0px 15px 0px;
	text-align: center;
}

p {
	text-align: justify;
	margin: 10px 0px 20px 0px;
}

hr {
	border: none;
	border-top: 1px solid #4D829E;
	margin: 3px 0;
}

b, strong {
	font-weight: bold;
}

#page ul, #page ol {
	text-align: justify;
	padding-left: 15px;
	margin: 10px 0px 20px 0px;
	list-style-position: outside;
}

#page ol {
	padding-left: 30px;
}

#page li {
	margin-top: 10px;
}

.highlight, table.data .highlight {
	border-radius:5px 5px 5px 5px;
	background:#CC6609;
	color:#FFF !important;
	padding:1px 5px;
	font-weight: bold;
}

img {
	border: 0px;
	vertical-align: middle;
}

a {
	color: #48B;
	font-weight: bold;
	outline: 0;
}

object, embed {
	outline: 0;
}

input, textarea {
	border: 1px solid #AAA;
}

form {
	color: #000;
}

iframe {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* Main componets. */
#top-design {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

#top-design .in {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#top-design .first {
	position: absolute;
	left: -239px;
	width: 239px;
	height: 574px;
	background: url(images/pencils.png) no-repeat top left;
}

#container {
	color: #000;
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: #8f8984 url('images/footer-bg.png') repeat top left;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	overflow: hidden;
}

#container-design {
	background: #FBF2ED url('images/container-bg.png') repeat top left;
	box-shadow: 0 7px 10px -5px rgba(0,0,0,0.5);
}

#top-panel {
	padding: 16px 20px 8px 20px;
}

#top-panel2 {
	padding: 5px;
	margin: 10px 18px 10px 18px;
	background: #AAA;
	border: 1px solid #999;
	border-radius: 10px;
}

#bottom-panel {
	clear: both;
	position: relative;
	min-height: 6px;
}

#logo {
	float: left;
}

#top-media .left-col {
	width: 300px;
	float: left;
}

#top-media .mid-col {
	width: 140px;
	height: 170px;
	float: left;
}

#top-media .icon {
	display: block;
	width: 50px;
	height: 45px;
	float: left;
	background: url('images/presslogos_gray-CZ.png') no-repeat 0 0;
	text-indent: -5000px;
	overflow: hidden;
	margin-right: 5px;
}

#top-media.SK .icon {
	background: url('images/presslogos_gray-SK.png') no-repeat 0 0;
}

#top-media .tv1 .icon {
	background-position: 0 5px;
}

#top-media .tv2 .icon {
	background-position: 0 -40px;
}

#top-media .tv3 .icon {
	background-position: 0 -85px;
}

#top-media .r1 .icon {
	background-position: -50px 5px;
}

#top-media .r2 .icon {
	background-position: -50px -40px;
}

#top-media .press .icon {
	background-position: -100px 0;
	width: 292px;
	height: 125px;
	float: none;
}

#top-media h4 {
	font-size: 11pt;
	margin: 0;
	padding-top: 5px;
	text-align: left;
}

#top-media .right-col h4 {
	padding-top: 2px;
	text-align: right;
}

#top-media .date {
	font-size: 8pt;
	color: #bbb;
}

#top-media a {
	display: block;
	text-decoration: none;
	height: 45px;
}

#top-media a:hover h4 {
	text-decoration: underline;
}

#top-media a:hover .icon {
	background-image: url('images/presslogos-CZ.png');
}

#top-media.SK a:hover .icon {
	background-image: url('images/presslogos-SK.png');
}

#top-media .double a {
	width: 145px;
	float: left;
}

#top-media .double a.double-r {
	width: 75px;
}

#left-panel {
	width: 190px;
	float: left;
	margin-top: 10px;
}

.page {
	width: 750px;
	padding: 0 20px 10px 0;
	float: right;
}

.page-full {
	padding-bottom: 10px;
}

#page-title {
	text-align: center;
	margin-bottom: 30px;
}

#print-panel {
	text-align: right;
	padding: 4px 0;
	margin-bottom: 15px;
}

#print-panel a {
	background: #7EA5BF;
	color: #FFF;
	border: 1px solid #4D829E;
	font-weight: bold;
	padding: 4px 8px;
	margin-left: 15px;
}

#motto {
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

#motto2 {
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

#validator-panel {
	text-align: center;
}

#menu-panel {
	margin-bottom: 30px;
	background: #fefbfa;
	background: rgba(255, 255, 255, 0.7);
	color: #555;
	border: 1px solid #e2e2e2;
	border-left: none;
	padding-bottom: 10px;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}

#menu-panel h2 {
	margin: 0;
	padding: 13px 15px 7px 15px;
	font-family: Georgia,"Times New Roman";
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #b2b2b2;
}

#menu-panel hr {
	border: none;
	border-top: 1px solid #e2e2e2;
	margin: 3px 0;
}

#menu-panel ul.menu,ul.topmenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	white-space: nowrap;
}

#menu-panel ul.menu li, ul.topmenu li {
	position: relative;
}

#menu-panel ul.menu a {
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 15px;
	color: #444;
	font-weight: normal;
}

#menu-panel ul.menu a:hover span,
#menu-panel ul.submenu a:hover span {
	text-decoration: underline;
}

#menu-panel ul.menu a.active {
	color: #c60;
}

#menu-panel ul.submenu {
	font-size: 9pt;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 10px;
}

#menu-panel ul.submenu a {
	padding-left: 40px;
}

ul.topmenu a {
	color: #000;
	text-decoration: none;
}

ul.topmenu a.active {
	color: #c60;
}

ul.topmenu a:hover {
	text-decoration: underline;
}

#page ul.topmenu {
	text-align: center;
	margin-top: 20px;
	padding: 0;
}

#page ul.topmenu li {
	display: inline;
	margin: 0px 10px;
}

/* Boxes. */
.left-box, .left-box-lite {
	margin-bottom: 15px;
	text-align: center;
	font-size: 10pt;
	background: #fdf4de;
	background: rgba(255, 240, 190, 0.4);
	border: 1px solid #f3d796;
	border-left: none;
	border-radius: 0 10px 10px 0;
}

.left-box h3, .left-box-lite h3 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.left-box img {
	border: 1px solid #000;
	margin-bottom: 5px;
}

.left-box-lite img {
	margin-bottom: 5px;
}

.left-box-lite a {
	text-decoration: none;
	display: block;
	padding: 10px 6px;
}

.left-box-lite a:hover span {
	text-decoration: underline;
}

.left-box-lite div {
	padding: 6px;
}

.left-box-lite .fb-like-box{
	padding: 0;
	position: relative;
	left: -1px;
	top: -1px;
}

#fb-root {
	padding: 0;
}

.partner {
	margin-bottom: 15px;
	text-align: center;
}

.fb-box {
	position: relative;
	height: 293px; overflow: hidden;
}

#actions-container {
	margin: 80px 0 10px 0;
	text-align: center;
	font-weight: bold;
}

#actions-container a {
	color: #246;
}

#picture-container {
	position: relative;
}

#picture-title {
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	margin: 20px auto 0 auto;
	width: 600px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	color: #eee;
}

.center-lement {
	margin: 0px auto;
}


/* Design components. */
#top-left-corner {
	width: 150px;
	height: 170px;
	background: transparent url('images/tape_tl.png') top left no-repeat;
	position: absolute;
	top: -68px;
	left: -75px;
	z-index: 2;
}

#top-right-corner {
	width: 165px;
	height: 160px;
	background: transparent url('images/tape_tr.png') top right no-repeat;
	position: absolute;
	top: -70px;
	right: -78px;
	z-index: 2;
}

#bottom-right-corner {
	width: 140px;
	height: 165px;
	background: transparent url('images/tape_br.png') top right no-repeat;
	position: absolute;
	top: -82px;
	right: -79px;
	z-index: 2;
}

#bottom-left-corner {
	width: 160px;
	height: 160px;
	background: transparent url('images/tape_bl.png') top left no-repeat;
	position: absolute;
	top: -104px;
	left: -55px;
	z-index: 2;
}


/* Page design. */
#bottom-design {
	clear: right;
}

.top-design-tuzka {
	background: transparent url('images/bg_tuzka_top.jpg') top right no-repeat;
}

.bottom-design-tuzka {
	background: transparent url('images/bg_tuzka_bottom.jpg') bottom left no-repeat;
	min-height: 483px;
}

.top-design-real {
	background: transparent url('images/bg_real_top.jpg') top right no-repeat;
}

.bottom-design-real {
	background: transparent url('images/bg_real_bottom.jpg') bottom left no-repeat;
	min-height: 534px;
}

.bottom-design-pastelky {
	background: transparent url('images/bg_pastelky_bottom.jpg') bottom right no-repeat;
	min-height: 558px;
}

.top-design-akvarel {
	background: transparent url('images/bg_akvarel_top.jpg') top right no-repeat;
}

.bottom-design-akvarel {
	background: transparent url('images/bg_akvarel_bottom.jpg') bottom left no-repeat;
	min-height: 575px;
}

.bottom-design-uhel {
	background: transparent url('images/bg_uhel_bottom.jpg') bottom right no-repeat;
	min-height: 630px;
}

.top-design-plener {
	background: transparent url('images/bg_plener_top.jpg') top right no-repeat;
}

.bottom-design-plener {
	background: transparent url('images/bg_plener_bottom.jpg') bottom left no-repeat;
	min-height: 575px;
}

.top-design-akryl {
	background: transparent url('images/bg_plener_top.jpg') top right no-repeat;
}

.bottom-design-akryl {
	background: transparent url('images/bg_plener_bottom.jpg') bottom left no-repeat;
	min-height: 575px;
}

.top-design-enkaustika {
	background: transparent url('images/bg_enkaustika_top.jpg') top right no-repeat;
}

.bottom-design-enkaustika {
	background: transparent url('images/bg_enkaustika_bottom.jpg') bottom left no-repeat;
	min-height: 550px;
}

.top-design-enkaustika2 {
	background: transparent url('images/bg_enkaustika2_top.jpg') top right no-repeat;
}

.bottom-design-enkaustika2 {
	background: transparent url('images/bg_enkaustika2_bottom.jpg') bottom left no-repeat;
	min-height: 490px;
}

.bottom-design-modelovani {
	background: transparent url('images/bg_modelovani_bottom.jpg') bottom left no-repeat;
	min-height: 550px;
}

.bottom-design-volnatvorba {
	background: transparent url('images/bg_modelovani_bottom.jpg') bottom left no-repeat;
	min-height: 550px;
}

/* Page componets. */
.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.red, table.data .red {
	color: #FF6600 !important;
}

.nowrap {
	white-space: nowrap;
}

.separator {
	clear: both;
}

.oldPrice {
    color: #AAAAAA;
    text-decoration: line-through;
}

a.external {
	padding-right: 17px;
	background: url(images/link_external.png) right no-repeat;
}

.image-box, .image-box-lite {
	float: right;
	clear: right;
	margin-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	font-size: 10pt;
}

p img, .image-box img, .cheques td img, .course-box img, .course-box-small img, .press-box img, .picture-box img, .picture-box-double img {
	border: 1px solid #999;
	box-shadow: 2px 2px 4px #aaa;
	margin-bottom: 5px;
}

a.lite {
	text-decoration: none;
}

a.lite img {
	border: none;
	vertical-align: bottom;
	margin-bottom: 3px;
}

.back {
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

.flash {
	font-size: 22pt;
	text-align: center;
}

.courses-right {
	float:right;
	width: 170px;
	padding-left: 5px;
}

.course-box {
	float: left;
	width: 180px;
	height: 200px;
	text-align: center;
	margin-bottom: 15px;
}

.course-box-small {
	float: left;
	width: 145px;
	height: 140px;
	text-align: center;
	margin-bottom: 15px;
}

.press-box {
	float: left;
	width: 180px;
	height: 250px;
	text-align: center;
	margin-bottom: 15px;
}

.course-box img, .course-box-small img, .press-box img {
	margin-bottom: 10px;
}

.picture-box {
	float: left;
	width: 182px;
	height: 182px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px 20px 0px;
}

.picture-box-double {
	float: left;
	width: 370px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px 20px 0px;
}

.picture-box a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	font-size: 9pt;
}

.picture-box .title, .picture-box .price {
	font-size: 11pt;
	color: #000;
}

.picture-box a:hover .title {
	color: #48B;
}

.picture-box .subtitle {
	color: #aaa;
}

.picture-box-double img {
	margin: 0px 5px;
}

.picture-box-pred {
	position: absolute;
	left: -110px;
	top: 100px;
	text-align: center;
	background: #666;
	color: #CCC;
	padding: 2px;
}

.picture-box-pred img {
	margin: 2px 0px 0px 0px !important;
}

.message-box {
	text-align: justify;
	margin: 10px 0px 20px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4D829E;
}

.message-box .icon {
	float: left;
	margin: 3px 10px 5px 0px;
}

.message-box .info {
	text-align: right;
	font-style: italic;
	font-size: 10pt;
	margin-top: 5px;
}

form {
	margin: 10px 0px 20px 0px;
}

table.contacts {
	width: 730px;
}

table.contacts td {
	vertical-align: top;
	width: 50%;
	padding-right: 15px;
}

table.contacts td p {
	text-align: left;
}

/*
	Map.
*/
#map-box {
	width: 700px;
	margin: 10px auto 20px auto;
}

#map {
	background: url('images/locations-map.png?v=2') top left no-repeat;
	width: 700px;
	height: 340px;
	position: relative;
}

#map .links {
	position: absolute;
	right: 0;
	top: 10px;
	width: 270px;
}

#map .links a {
	display: block;
	height: 36px;
	text-decoration: none;
}

#map .links .link {
	line-height: 28px;
	text-decoration: underline;
	padding-left: 3px;
}

#map a .city {
	display: block;
	width: 34px;
	height: 24px;
	position: absolute;
	background: url('images/locations-city.png?v=2') top left no-repeat;
	text-align: center;
	color: #FFF;
	padding-top: 6px;
}

#map-box a:hover .city {
	background-position: 0 -36px;
}

#map .links .city {
	position: static;
	float: left;
}

#map .cities a {
	text-decoration: none;
	color: #000;
	position: absolute;
	display: block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	/*background: rgba(255, 0, 0, 0.3);*/
}

#map .cities a .name {
	display: block;
	position: absolute;
	font-size: 12px;
	line-height: 13px;
	/*background: rgba(0, 255, 0, 0.2);*/
	text-align: center;
}

#map .cities a:hover .name {
	text-decoration: underline;
}

#map .cities a .big {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

/*
	Tables.
*/
table.contacts2 {
	margin: 0px auto;
	width: 600px;
}

table.full-width {
	width: 100%;
}

table.cheques {
	width: 100%;
	margin-bottom: 50px;
}

table.cheques td {
	vertical-align: top;
	text-align: center;
	width: 50%;
	padding-bottom: 20px;
}

table.cheques th {
	vertical-align: middle;
	text-align: center;
	width: 50%;
	padding-bottom: 20px;
}

table.data-envelope {
	margin: 0px auto;
}

.data-top {
	padding-bottom: 10px;
}

.data-bottom {
	padding-top: 10px;
}

table.data {
	border: 1px solid #4D829E;
	border-collapse: collapse;
	margin: 0 auto 10px auto;
	background: #FFF;
	box-shadow:	0 5px 7px -5px rgba(0, 0, 0, 0.5);
}

table.data th {
	padding: 4px 8px;
	text-align: left;
	vertical-align: top;
	background: #7EA5BF;
	color: #FFF;
	border-right: 1px solid #4D829E;
	border-bottom: 1px solid #4D829E;
	border-top: 1px solid #4D829E;
}

table.data th.right {
	text-align: right;
}

table.data th.white {
	background: #FFFFFF;
	color: #000;
}

table.data td {
	padding: 4px 8px;
	border-right: 1px solid #4D829E;
	border-bottom: 1px dotted #BCCCDB;
	vertical-align: top;
}

table.data, table.data b {
	color: #000 !important;
}

table.data a, table.data a * {
	color: #48B !important;
}

table.form {
	margin: 0px auto 0px auto;
	background: #FFF;
	border: 1px solid #e2e2e2;
	border-bottom-color: #bbb;
	border-radius: 10px;
	box-shadow:	0 5px 7px -5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

table.form th.caption {
	padding: 8px 8px;
	text-align: center;
	vertical-align: top;
	background: #8eb0c6;
	color: #FFF;
	font-size: 13.5pt;
	border-bottom: 1px solid #e2e2e2;
	border-radius: 10px 10px 0 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-weight: normal;
}

table.form th {
	padding: 4px 0px 4px 20px;
	text-align: right;
	vertical-align: top;
}

table.form td {
	padding: 4px 20px;
	vertical-align: top;
}

table.form td.info {
	padding: 10px;
	text-align: center;
	background: #EEE;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2;
}

table.form td.space {
	height: 15px;
}

table.form td.buttons {
	padding: 20px;
	text-align: right;
}

table.form td.buttons input {
	padding: 7px 30px;
	margin-left: 10px;
	background: url('images/button70-bg.png') left top repeat-x;
	font-size: 13.5pt;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	color: #FFF;
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

table.form td.buttons input:hover {
	background-position: 0 -50px;
}

table.form td.error {
	background: #FFCA90;
	color: #900;
	border-bottom: 1px solid #ea6;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

table.form input.error, textarea.error {
	background: #FFCA90;
}

table.filter {
	border-collapse: collapse;
	margin: 0px auto 0px auto;
}

table.filter th, table.filter td {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
}

table.filter td.buttons input {
	background: #7EA5BF;
	color: #FFF;
	border: 1px solid #4D829E;
	font-weight: bold;
}

table.images {
	border-collapse: collapse;
	margin: 10px auto 20px auto;
}

table.images img {
	border: 1px solid #000;
	margin-bottom: 5px;
}

table.images td {
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	padding: 4px 8px;
}

input.date {
	width: 70px;
}

.navigator {
	text-align: center;
	margin: 10px 0px 20px 0px;
}

.navigator a {
	text-decoration: none;
}

div.info-box, div.success-box, div.error-box {
	width: 300px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 10px auto 20px auto;
}

div.info-box {
	background: #EEE;
	color: #000;
	border: 1px solid #999;
}

div.success-box {
	background: #CFC;
	color: #060;
	border: 1px solid #6A6;
}

div.error-box {
	background: #FFCA90;
	color: #900;
	border: 1px solid #A66;
}

img.new {
	margin-left: 5px;
}

/*
span.new {
	background: #FF0;
	border: 1px solid #C30;
	color: #C30;
	padding: 1px;
	margin-left: 2px;
	font-weight: bold;
	font-size: 6pt;
	vertical-align: middle;
	text-decoration: none !important;
}
*/
.flag-mini {
	margin-left: 0.5em;
	border: 1px solid #666;
}

.flag-info {
	margin-right: 0.3em;
	border: 1px solid #666;
}

#registration table {
	width: 600px;
}

#registration table th {
	white-space: nowrap;
}

.prepare-box {
	background: #FFF;
	border: 1px solid #ccc;
	margin-top: 15px;
	border-radius: 10px;
	padding: 0 15px;
}

.prepare-box p, .prepare-box ul {
	margin: 10px 0 !important;
}

.prepare-box h2, .prepare-box h3 {
	margin: 15px 0;
	padding: 0;
	text-align: left;
}

.prepare-box .image-box {
	margin-top: 45px;
}

.list-box {
	margin: 20px 20px 0 20px;
	color: #aaa;
	text-align: center;
}

.list-box h3 {
	margin: 10px 0;
	padding: 0px;
	font-weight: normal;
	font-size: 10pt;
}

.simple-box {
	border: 1px solid #AAA;
	margin: 10px 0 20px 0;
	padding: 0px 10px;
	border-radius: 10px;
}

.simple-box h2, .simple-box h3, .simple-box p {
	margin: 10px 0 20px 0;
}

.interview h3 {
	font-size: 13pt;
	text-align: left;
	font-style: italic;
}

.interview p {
	margin-bottom: 20px;
	font-style: italic;
}
/*
h2.interview {
	font-family: Times New Roman;
	font-size: 13pt;
}

p.interview {
	font-family: Times New Roman;
	font-size: 13pt;
}
*/

.in {
	display: block;
}
.big-button {
	display: block;
	width: 162px;
	height: 44px;
	background: url('images/button.png') top left no-repeat;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

.big-button .in {
	padding-top: 10px;
	text-align: center;
	color: #FFF;
}

.big-button:hover {
	background-position: 0 -44px;
}

.watchdog {
	width: 490px;
}

.watchdog th {
	width: 140px;
}

.places-image {
	float: left;
	width: 350px;
	margin: 0 0 15px 15px;
	text-align: center;
}

.places-image img {
	border: 1px solid #999;
	box-shadow: 2px 2px 4px #aaa;
}

/*
	jQuery UI modifications
*/
.ui-datepicker {
	box-shadow: 0 3px 10px #000;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.5;
}
.ui-widget-content {
  background: #FFF;
}


/* === REVIZED =================================================================================================== */

/* Footer. */
#footer {
	padding: 20px 20px 30px 20px;
	color: #ddd;
	font-size: 10pt;
}

#footer a {
	color: #ddd;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
}

#footer strong {
	color: #eee;
}

#footer .contacts {
	float: left;
}

#footer .author {
	float: right;
	text-align: right;
}

#footer .copyright {
	margin: 30px 0;
	text-align: center;
}

#footer .seo {
	margin-top: 20px;
	text-align: center;
	color: #ccc;
}

#footer .seo a {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}

#footer .seo a:hover {
	color: #eee;
	text-decoration: underline;
}

/* Universal helper class. */
.hidden {
	display: none;
}

.flag {
	border: 1px solid #999;
}

/* Top links. */
#topLinks {
	text-align: center;
	margin-top: 5px;
	margin-left: 220px;
}

#topLinks .item {
	display: inline;
	padding: 0 10px;
}

#topLinks img {
	margin-right: 5px;
}

#topLinks .item a {
	text-decoration: none;
	color: #999;
}

#topLinks .item a:hover span {
	text-decoration: underline;
}

/* Main menu. */
#mainMenu {
	margin-left: 220px;
	padding-top: 28px;
	font-family: Georgia,"Times New Roman";
	font-size: 20pt;
	font-style: italic;
	text-align: center;
	text-shadow: 2px 2px 2px #ccc;
}

#mainMenu ul.menu {
	margin: 0px;
	padding: 12px 0 20px 0;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
}

#mainMenu ul.menu li {
	display: inline;
	position: relative;
	white-space: nowrap;
	z-index: 9;
}

#mainMenu ul.menu a {
	color: #555;
	text-decoration: none;
	font-weight: normal;
	padding: 12px 14px;
}

#mainMenu ul.menu a.menu:hover, #mainMenu ul.menu li.hover a.menu {
	background: #fff;
	padding: 11px 13px;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-shadow: 0 5px 7px rgba(0,0,0,.2);
}

#mainMenu ul.menu a.active {
	color: #c60;
}

#mainMenu ul.submenu {
	display: block;
	position: absolute;
	left: 0;
	top: 35px;
	width: 230px;
	z-index: 10;
	margin: 0;
	padding: 7px 0;
	list-style-type: none;
	text-align: left;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-top: none;
	border-radius: 8px;
	border-top-left-radius: 0;
	box-shadow: 0 7px 7px rgba(0,0,0,.2);
	font-family: Arial, Verdana, Helvetica;
	font-size: 13pt;
	font-style: normal;
	text-shadow: none;
}

#mainMenu ul.submenu li {
	display: block;
}

#mainMenu ul.submenu li.separator {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #e4e4e4;
}

#mainMenu ul.submenu a {
	display: block;
	padding: 3px 14px;
}

#mainMenu ul.submenu a:hover {
	background: #f0f2f6;
	padding: 3px 14px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#mainMenu ul.menu li.active a {
	color: #c60;
}

/* Carrousel. */
#carrousel {
	margin: 10px 0 25px 0;
	cursor: pointer;
	height: 280px;
	position: relative;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

#carrousel .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 280px;
	z-index: 0;
	background: #182029;
	color: #ddd;
}

#carrousel .item .in {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 20px;
	height: 258px;
	cursor: pointer;
}

#carrousel h2 {
	margin: 5px 0px 15px 0px;
	font-size: 26pt;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.75);
	font-family: Georgia,"Times New Roman";
	font-style: italic;
	font-weight: normal;
	color: #fff;
	opacity: 0.9;
}

#carrousel strong, #carrousel cite {
	text-align: left;
	font-size: 16pt;
	font-weight: normal;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.75);

}

#carrousel p a {
	color: #9ec7d6;
}

#carrousel .buttons {
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: left;
	padding: 10px 0;
}

#carrousel .navigator {
	position: absolute;
	bottom: 0;
	left: 390px;
	margin: 0;
	padding: 10px 0;
	width: 200px;
	z-index: 2;
}

#carrousel .navigator a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('images/carrouselButton.png') left top no-repeat;
}

#carrousel .navigator a.active {
	background-position: 0 -30px;
}

/* Products. */
.products {
	padding: 0 10px;
	margin: 24px 0;
}

.products img {
	margin: 0;
	border: none;
	box-shadow: none;
}

.products .item {
	display: block;
	width: 220px;
	padding: 0 10px;
	float: left;
	color: #555;
}

.products .item h1, .products .item h2 {
	font-family: Georgia,"Times New Roman";
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #888;
	text-shadow: 1px 1px 0 #fff;
	margin: 0 0 16px 0;
}

.products .item .img {
	width: 220px;
	height: 120px;
	border: 1px solid #e5e5e5;
	border-bottom-color:#aaa;
	border-radius: 10px;
	box-shadow: none;
	background: #fff;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 5px 5px -5px #666;
}

.products .item .img a {
	display: block;
	height: 120px;
}

.products .more {
	display: block;
	width: 220px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	float: left;
	text-align: right;
}

.products .more a {
	text-decoration: none;
	padding: 5px 30px 5px 0;
	background: url('images/more.png') right top no-repeat;
}

.products .more a:hover {
	color: #c60;
	background-position: right -30px;
}

.products .double {
	width: 460px;
}

/* News. */
.news h3 {
	font-size: 11pt;
	margin: 0 0 4px 0;
	text-align: left;
}

.news p {
	margin-top: 0;
}

/* Courses. */
#courses {
	padding: 0 10px;
}

#courses .col {
	display: block;
	width: 186px;
	height: 640px;
	padding: 0 16px 150px 16px;
	margin: 10px 10px 16px 10px;
	float: left;
	color: #444;
	background: #fff url('images/courses-bg.jpg?v=2') left bottom no-repeat;
	border: 1px solid #e2e2e2;
	border-bottom-color: #bbb;
	border-radius: 10px;
	box-shadow:	0 5px 7px -5px rgba(0, 0, 0, 0.5);
}

#courses.sk .col {
	height: 280px;
}

#courses h2 {
	font-family: Georgia,"Times New Roman";
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #b2b2b2;
	margin: 16px 0;
}

#courses h3 {
	text-align: left;
	color: #444;
	margin: 15px 0 0 0;
}

#courses ul a, #courses h3 a {
	text-decoration: none;
	color: #444;
	font-weight: normal;
	display: block;
	padding: 5px 0;
}

#courses ul a:hover, #courses h3 a:hover {
	text-decoration: underline;
	color: #48b;
}

#courses ul {
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
}


#courses li {
	margin: 0;
}

#courses .drawing{
	background-position: -220px bottom;
}

#courses .other{
	background-position: -440px bottom;
}

#courses .special{
	background-position: -660px bottom;
}

#courses .sing {
	background-position: -880px bottom;
}

#courses .drums {
	background-position: -1100px bottom;
}

#courses p {
	text-align: left;
}

/* Social plugins. */
.social {
	margin: 20px 0;
	text-align: center;
	font-size: 8pt;
}

.social .item {
	display: inline-block;
	width: 290px;
	height: 60px;
	vertical-align: middle;
}

.social .twitter {
	width: 180px;
	padding-top: 10px;
	height: 50px;
}

/* Highlited. */
p.box {
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 15px;
}

/* Buttons. */
a.button {
	padding: 7px 30px;
	background: url('images/button70-bg.png') left top repeat-x;
	font-size: 13.5pt;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	color: #FFF;
	border-radius: 10px;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.75);
}

a.button:hover {
	background-position: 0 -50px;
}

/* jQuery UI modifications. */
.ui-widget-overlay {
  background: #000;
  opacity: 0.5;
}

.ui-dialog {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.ui-datepicker {
	box-shadow: 0 2px 8px #000;
}

.ui-widget {
	font-size: 1em;
}

.ui-widget-content {
	background: #FFF;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0.3em 1em 0.1em;
}

