/**
 * Common Blocks
 */
html,
body {
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

body {
	background: #f6f5f5 url(../i/back_grad.png) 0 30px repeat-x;
}

#header {
	position: relative;
	width: 100%;
}

#layout {
	border-left: 3px solid #6f6f6f;
	margin: 0;
	max-width: 1600px;
	min-height: 100%;
	min-width: 970px;
	position: relative;
}

#footer {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#back1,
#back2 {
	background: url(../i/back_corners.jpg) no-repeat;
	position: absolute;
	width: 553px;
}

#back1 {
	background: url(../i/back_corners.jpg) no-repeat;
	height: 32px;
	left: 5%;
	margin-left: -10px;
	top: 0;
}

#back2 {
	background: url(../i/back_corners.jpg) 0 -32px no-repeat;
	bottom: 0;
	height: 27px;
	left: 35%;
}


/**
 * Shortcuts
 */
#shortcuts {
	float: left;
	left: 5px;
	margin: 10px 0 0 5%;
	position: relative;
}

#shortcuts .control {
	display: block;
	float: left;
	height: 10px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}

#shortcuts .control img {
	display: block;
	position: relative;
}

#shortcuts .control .selected img {
	top: -10px;
}

#shortcuts .home {
	width: 11px;
}

#shortcuts .email {
	width: 12px;
}

#shortcuts .email img {
	left: -11px;
}


/**
 * Logo
 */
#logo {
	clear: both;
	margin-left: 5%;
	padding: 10px 0 .5em;
	position: relative;
}

#logo a,
#logo b {
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
}

#logo a:link,
#logo a:visited {
	color: #000;
}


/**
 * Login
 */
#login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 4%;
	top: 25px;
	width: 8em;
}

#login .title {
	font-size: 75%;
	position: relative;
}

#login .title .bul {
	background: url(../i/bul_565757.png) no-repeat;
	display: block;
	height: 14px;
	left: -20px;
	margin-top: -7px;
	overflow: hidden;
	position: absolute;
	top: .7em;
	width: 14px;
}

#login .status {
	font-style: italic;
}

#login .simple_form {
	font-size: 75%;
}

#login .simple_form .row {
	position: relative;
}

#login .simple_form .label {
	display: none;
	left: .2em;
	margin: 1px 0 0 1px;
	position: absolute;
	top: .25em;
}

.js #login .simple_form .label {
	cursor: text;
	display: block;
}

.js #login .simple_form .label label {
	cursor: text;
}

#login .simple_form .field {
	margin-left: 0;
}

#login .simple_form .text_field input {
	width: 8em;
}

#login p {
	font-size: 68.75%;
}

#login .links p {
	margin: 0 0 .3em;
}

#login .links a {
	color: #a05c5c;
}


/**
 * Navigation
 */
#navigation {
	clear: both;
	float: left;
	left: -10px;
	line-height: 1.8;
	margin: 0 0 0 5%;
	overflow: hidden;
	padding: 15px 10px;
	position: relative;
}

#navigation .navigation {
	font-size: 81.25%;
	margin: 0;
	position: relative;
}

#navigation a:link,
#navigation a:visited {
	color: #000;
}

#navigation a,
#navigation b {
	white-space: nowrap;
}

#navigation .item {
	display: block;
	float: left;
	padding: 0 .5em;
	position: relative;
}

#navigation a.selected,
#navigation b.selected {
	color: #f5f5f5;
}

#navigation a.selected:hover {
	color: #fff !important;
}

#navigation span.selected {
	background: #ff6c00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#navigation .split {
	display: block;
	float: left;
	margin: 0 .5em;
}

#navigation .cn {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1px;
}

#navigation .cn.cn_b {
	margin-top: 1.8em;
	top: -1px;
}

#navigation .cn.cn_r {
	left: -1px;
	margin-left: 100%;
}


/**
 * Sub Navigation
 */
#subnavigation {
	margin-left: 0;
	padding-top: 3.8em;
	position: relative;
	width: 100%;
}

#subnavigation a:visited {
	color: #06839e;
}

#subnavigation li {
	margin: 0 0 .5em;
	padding-left: 22px;
	position: relative;
}

#subnavigation li li {
	padding-left: 10px;
}

#subnavigation .navigation {
	font-style: normal;
}

#subnavigation .navigation .navigation {
	font-size: 86%;
	font-style: italic;
}

#subnavigation .selected {
	color: #000;
	font-style: italic;
}

#subnavigation .selected .bul {
	background: url(../i/bul_f05429.png) 0 center no-repeat;
	display: block;
	height: 14px;
	left: 0;
	margin-top: -7px;
	position: absolute;
	top: .7em;
	width: 14px;
}

#subnavigation li li .selected .bul {
	left: -12px;
}


/**
 * Content
 */
#content {
	clear: both;
	line-height: 1.5;
	padding: 1em 0 5em;
	zoom: 1;
}

#content:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#left_panel {
	float: left;
	font-size: 87.5%;
	margin: 0 -100% 0 0;
	padding-left: 5%;
	position: relative;
	width: 15%;
}

#content .main {
	float: left;
	font-size: 87.5%;
	margin-left: 22.5%;
	position: relative;
	width: 53.5%;
	width: 53%;
}

#content .extra {
	float: right;
	font-size: 87.5%;
	left: auto;
	padding-right: 1%;
	right: 0;
	position: relative;
	width: 23%;
}


/**
 * Footer
 */
#footer {
	bottom: 0;
	clear: both;
	left: 0;
	padding: 15px 0;
	position: absolute;
	width: 100%;
}

#footer:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#footer .copyright {
	color: #8b8b8b;
	float: left;
	font-size: 68.75%;
	margin: 0 2% 0 40px;
	width: 21%;
}

#footer .made_in {
	color: #8b8b8b;
	float: right;
	font-size: 68.75%;
	padding: 0 2% 0 2%;
	width: 22%;
}

#footer .made_in span {
	display: block;
	padding: 0 18px 0 4em;
}


/**
 * Columns
 */
.columns {
	clear: left;
	zoom: 1;
}

.columns:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.columns .column {
	float: left;
	margin-right: -1px;
	padding-right: 6%;
	width: 47%;
	zoom: 1;
}

.columns .column_last {
	padding-right: 0 !important;
}


/**
 * Decor Picture
 */
.decor_picture {
	padding: 6px 8px 8px 6px;
	position: relative;
}

.decor_picture .img {
	display: block;
	position: relative;
}

.decor_picture img {
	display: block;
}

.decor_picture .dp_t,
.decor_picture .dp_b {
	display: block;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	position: relative;
	width: 100%;
}

.decor_picture .dp_cn {
	background: url(../i/pic_cn.png) no-repeat;
	display: block;
	height: 6px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 6px;
}

.decor_picture .dp_t .dp_cn {
	top: -6px;
}

.decor_picture .dp_l {
	left: -6px;
}

.decor_picture .dp_r {
	background-position: -6px 0;
	margin-left: 100%;
	width: 8px;
}

.decor_picture .dp_b .dp_l {
	background-position: 0 -6px;
}

.decor_picture .dp_b .dp_r {
	background-position: -6px -6px;
}

.decor_picture .dp_c {
	background: url(../i/pic_cn_hor.png) repeat-x;
	display: block;
	height: 6px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.decor_picture .dp_t .dp_c {
	background-position: 0 -8px;
	top: -6px;
}

.decor_picture .dp_ll,
.decor_picture .dp_rr {
	background: url(../i/pic_cn_ver.png) repeat-y;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 6px;
}

.decor_picture .dp_ll {
	background-position: -8px 0;
	float: left;
	left: 0;
	margin: 0 -100% 0 -6px;
	right: auto;
}

.decor_picture .dp_rr {
	float: right;
	left: auto;
	margin: 0 -8px 0 0;
	right: 0;
	width: 8px;
}


/**
 * Program Chooser
 */
#program_chooser {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 160px;
	left: 68%;
	position: absolute;
	top: 30px;
}

#program_chooser .link {
	font-size: 68.75%;
	width: 9.5em;
}

#program_chooser .link .pseudo {
	color: #474544;
}

#program_chooser .navigation {
	color: #474544;
	font-size: 68.75%;
	margin: 0;
}

#program_chooser .navigation li {
	margin: 0 0 .8em;
}

#program_chooser .person {
	background: url(../i/dancers1.png) no-repeat;
	bottom: -20px;
	display: block;
	height: 145px;
	position: absolute;
	right: 0;
	width: 134px;
}

#program_chooser .selected {
	border-bottom: 1px dashed;
	cursor: pointer;
}

#program_chooser .chooser_popup {
	left: -20px;
	position: absolute;
	top: -10px;
	width: 9.5em;
}

#program_chooser .chooser_popup .back {
	background: #fff;
	border: 1px solid #d9d8d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	height: 100%;
	left: 0;
	opacity: .65;
	position: absolute;
	top: 0;
	width: 100%;
}

#program_chooser .chooser_popup .popup_content {
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}


/**
 * Online Order
 */
#online_order {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	left: 30%;
	padding: 45px 0 0 0;
	position: absolute;
	top: 0;
}

#online_order .message {
	font-size: 68.75%;
	left: 0;
	margin-top: 4em;
	position: absolute;
	top: 45px;
}

#online_order .link {
	background: #fff;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	display: block;
	font-size: 138%;
	height: 1.7em;
	line-height: 1.5;
	padding: 0 .2em;
	position: relative;
	white-space: nowrap;
	width: 7.7em;
}

#online_order .link a {
	border-bottom: 1px dashed;
	color: #ff3600;
	outline: none;
	position: relative;
	text-decoration: none;
}

#online_order .cn_l,
#online_order .cn_r {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}

#online_order .cn_l {
	left: -10px;
}

#online_order .cn_r {
	margin-left: 100%;
}

#online_order .cn_t,
#online_order .cn_b {
	background: url(../i/cn_10_ffffff.png) no-repeat;
	display: block;
	height: 10px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 10px;
}

#online_order .cn_b {
	background-position: 0 -10px;
	margin-top: -9px;
	top: 100%;
}

#online_order .cn_r .cn_t {
	background-position: -10px 0;
}

#online_order .cn_r .cn_b {
	background-position: -10px -10px;
}

#online_order .cn_m {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 9px;
	width: 10px;
}

#online_order .cn_mm {
	background: #fff;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: -18px;
	width: 9px;
}

#online_order .cn_l .cn_mm {
	border-left: 1px solid #ededed;
}

#online_order .cn_r .cn_mm {
	border-right: 1px solid #ededed;
}


/**
 * News
 */
#content .news {
	margin-left: -3px;
	overflow: hidden;
	padding: 0 25px 0 46px;
}

#content .news h2 {
	font-size: 129%;
	margin-left: -10px;
	padding: 0 0 .6em;
}

#content .news .event {
	margin-bottom: 1.5em;
}

#content .news .date {
	color: #747474;
	font-size: 71.4%;
	line-height: normal;
	margin-bottom: .2em;
}

#content .news .summary {
	line-height: normal;
	margin: 0;
	position: relative;
}

#content .news .summary a {
	color: #cd6753;
}

#content .news .decor_picture {
	left: -70px;
	position: absolute;
	top: 0;
}


/**
 * Teachers
 */
#content .teachers {
	position: relative;
	width: 100%;
}

#content .teacher {
	margin: .75em 0 2.5em;
	min-height: 100px;
	position: relative;
	zoom: 1;
}

#content .teachers .teacher {
	padding-left: 80px;
}

#content .teachers .teacher img {
	border: 1px solid #e3e3e3;
	left: 0;
	position: absolute;
	top: 0;
}

#content .teacher a:link {
	color: #cd6753;
}

#content .teacher .name {
	padding-top: 0;
}

#content .teacher .info {
	clear: left;
	position: relative;
	width: 100%;
}

#content .teacher .info:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#content .teacher .pictures {
	float: left;
	margin-right: -100%;
	position: relative;
	width: 264px;
}

#content .teacher .decor_picture {
	margin-left: -6px;
	margin-top: 0;
}

#content .teacher .description {
	float: left;
	margin-left: 265px;
	position: relative;
	width: 50%;
}

#content .teacher .courses {
	margin-top: 1em;
	padding-left: 2.5em;
}

#content .teacher .course {
	margin-bottom: 1.5em;
}

#content .teacher .course .name {
	margin-left: -1em;
}


/**
 * Schedule Table
 */
#content table.schedule th,
#content table.schedule td {
	padding-right: 1.5em;
}

#content table.schedule th {
	border-bottom: 3px solid #ff6c00;
	color: #8f8f8f;
}

#content table.schedule td {
	border-left: 1px solid #a7d3dd;
}

#content table.schedule td.first {
	border-left: 0;
}

#content table.schedule em,
#content table.schedule address {
	font-size: 86%;
	font-style: normal;
	margin: 0;
}


/**
 * Photo Popup
 */
.photo_popup {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}

.photo_popup .picture {
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 20%;
}

.photo_popup .cur_picture {
	margin-left: 50%;
}

.photo_popup .prev_picture,
.photo_popup .next_picture {
	cursor: pointer;
}

.photo_popup .prev_picture img,
.photo_popup .next_picture img {
	filter: alpha(opacity=80);
	opacity: .8;
}

.photo_popup .prev_picture:hover img,
.photo_popup .next_picture:hover img,
.photo_popup_animate .prev_picture img,
.photo_popup_animate .next_picture img {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_popup .prev_picture {
	margin-right: -85px;
	right: 100%;
}

.photo_popup .next_picture {
	left: 100%;
	margin-left: -85px;
}

.photo_popup .hid_picture {
	position: absolute;
	visibility: hidden;
}

.photo_popup .picture img {
	display: block;
	margin-bottom: .5em;
}

.photo_popup_animate .prev_picture,
.photo_popup_animate .next_picture,
.photo_popup_animate .cur_picture,
.photo_popup_animate .hid_picture {
	margin: 0;
	right: auto;
	visibility: visible;
}

.photo_popup .picture .description {
	color: #000;
	display: block;
	font-size: 87.5%;
	padding: 0 15px;
}

.photo_popup .fader {
	background: #000;
	filter: alpha(opacity=60);
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
}

.photo_popup .close {
	cursor: pointer;
	height: 48px;
	overflow: hidden;
	right: 30px;
	position: absolute;
	top: 30px;
	width: 48px;
}

.photo_popup .close ins {
	background: url(../i/close.png) no-repeat;
	display: block;
	height: 96px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 48px;
}

.photo_popup .close:hover ins {
	top: -48px;
}

.photo_popup .previews {
	bottom: 20px;
	left: 10%;
	line-height: 8px;
	position: fixed;
	text-align: center;
	width: 80%;
}

.photo_popup .previews ins {
	background: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 8px;
	height: 8px;
	overflow: hidden;
	margin: 4px 4px 34px;
	width: 8px;
}

.photo_popup .previews ins.visited {
	background: #9b799c;
}

.photo_popup .previews ins:hover {
	border: 4px solid #ff4e00;
	margin: 0 0 30px;
}

.photo_popup .previews ins.selected,
.photo_popup .previews ins.selected:hover {
	background: #ff4e00;
	border: 0;
	cursor: auto;
	height: 16px;
	margin: 0 0 30px;
	width: 16px;
}


/**
 * Online Popup
 */
.online_popup,
.online_popup .popup_back {
	width: 24.5em;
}

.online_popup {
	left: 30%;
	margin-left: -5em;
	padding: 1em 0;
	position: fixed;
	top: 40px;
	z-index: 10;
}

.online_popup .popup_back {
	background: #fff;
	border: 2px solid #ff6a3e;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	filter: alpha(opacity=90);
	height: 100%;
	left: -2px;
	opacity: .9;
	position: absolute;
	top: -2px;
}

.online_popup .popup_close {
	cursor: pointer;
	font-size: 2em;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 5px;
}

.online_popup .popup_close:hover {
	color: #ff6a3f;
}

.online_popup .popup_content {
	padding: 0 2em;
	position: relative;
}

.online_popup .simple_form {
	font-size: 88%;
	width: 22em;
}

.online_popup .simple_form .phone_field input,
.online_popup .simple_form .email_field input,
.online_popup .simple_form .group_field select {
	width: 60%;
}


/**
 * Online Popup Corner
 */
.online_popup_corner {
	margin-top: 8px;
	padding: 8px 0 0;
}

.online_popup_corner .popup_back {
	background: #fff;
	border-bottom: 0;
	border-top: 0;
	margin: 8px 0;
}

.online_popup_corner .popup_t,
.online_popup_corner .popup_b {
	display: block;
	height: 8px;
	left: -2px;
	overflow: hidden;
	padding-left: 4px;
	position: absolute;
	top: 0;
	width: 100%;
}

.online_popup_corner .popup_b {
	bottom: -12px;
	top: auto;
}

.online_popup_corner .popup_c {
	background: #fff;
	border-top: 2px solid #ff6a3e;
	display: block;
	filter: alpha(opacity=90);
	height: 6px;
	left: 8px;
	overflow: hidden;
	opacity: .9;
	position: absolute;
	right: 8px;
	top: 0;
}

.online_popup_corner .popup_b .popup_c {
	border-bottom: 2px solid #ff6a3e;
	border-top: 0;
}

.online_popup_corner .popup_l,
.online_popup_corner .popup_r {
	display: block;
	height: 8px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 8px;
}

.online_popup_corner .popup_r {
	left: -8px;
	margin-left: 100%;
}

.online_popup_corner .popup_l ins,
.online_popup_corner .popup_r ins {
	background: url(../i/corner_ff6a3e_op90.png) no-repeat;
	display: block;
	height: 16px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 16px;
}

.online_popup_corner .popup_b .popup_l ins,
.online_popup_corner .popup_b .popup_r ins {
	top: -8px;
}

.online_popup_corner .popup_r ins {
	left: -8px;
}