* {margin: 0; padding: 0;}

html {
	background: #99ccff;
}

body {
  padding: 20px 0px;
  font-family: sans-serif;
  font-size: 12px;
  color: #666666;
  text-align: center;
}

a img {border: none}

/**********************************************/
/**** container
/**********************************************/
#container {
  width: 900px;
  margin: 0px auto;
  text-align: left;
  background: #ffffff;
}

/**********************************************/
/**** container_header
/**********************************************/
#container_header {
  height: 230px;
}

#header_logo {
  margin-left: 25px;
  margin-top: 25px;
  float: left;
}

#s3slider {
  width: 648px;
  height: 210px;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  float: right;
}

#s3sliderContent {
  width: 648px;
  position: absolute;
  bottom: 0px;
  margin-left: 0;
}

.s3sliderImage {
  width: 648px;
  float: left; /* important */
  position: relative; /* important */
  display: none; /* important */
}

.s3sliderImage img {
  display: block;
}

.s3sliderImage span {
  position: absolute; /* important */
  left: 0px;
  font: 10px/15px Arial, Helvetica, sans-serif;
  padding: 10px 13px;
  width: 622px;
  background-color: #000;
  filter: alpha(opacity=70);  here you can set the opacity of box with text
  -moz-opacity: 0.7; /* here you can set the opacity of box with text */
  -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
  opacity: 0.7; /* here you can set the opacity of box with text */
  color: #fff;
  display: none; /* important */
  bottom: 0px;
}

.s3sliderImage a {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
}

.s3sliderImage a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

/**********************************************/
/**** main_menu
/**********************************************/
#main_menu {
  height: 32px;
  background: #841519;
}

#main_menu  ul {
  padding-top: 8px;
  list-style: none;
  text-transform: uppercase;
}

#main_menu li {
  padding: 0px 12px;
  float: left;
  background: url("images/menu_sep.gif") no-repeat left center;
  position: relative;
}

#main_menu li.row1 {
  background: none;
}

#main_menu a {
  color: #ffffff;
  text-decoration: none;
}

#main_menu a.submenu {
  padding-right: 10px;
  background: url("images/menu_open.gif") no-repeat right center;
}

#main_menu a:hover {
  color: #ffcfbd;
}

#main_menu a.selected1 {
  text-decoration: underline;
}
/**********************************************/
#main_menu div.submenus {
  padding: 3px;
  position: absolute;
  left: 5px;
  top: 24px;
  border-left: 1px solid #841519;
  border-right: 1px solid #841519;
  border-bottom: 1px solid #841519;
  background-color: #c25147;
  display: none;
  font-size: 12px;
  z-index: 1000;
  -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px;
  text-transform: none;
}

#main_menu div.submenus div {
  padding: 1px 0px;
  border: none;
  border-top: 1px dotted #acacac;
}

#main_menu div.submenus div.row1 {
  border: none;
}

#main_menu div.submenus div a {
  width: 140px;
  padding: 2px 4px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}

#main_menu div.submenus div a:hover {
  color: #360003;
  background-color: #f88071;
}

/**********************************************/
/**** desktop
/**********************************************/
#desktop {
  padding: 15px;
}

/**********************************************/
/**** quick_menu
/**********************************************/
#quick_menu {
  width: 210px;
  float: left;
  list-style: none;
}

#quick_menu li {
  padding: 7px;
  margin-bottom: 6px;
  background: #cfe3f6;
}

#quick_menu a {
  padding: 1px;
  padding-left: 30px;
  display: block;
  color: #701919;
  background: url("images/quick_menu_pointer.gif") no-repeat left center;
  text-decoration: none;
  font-size: 14px;
}

#quick_menu a.clear {
	padding: 1px;
	background: none;
	display: inline;
}

#quick_menu div.box_header {
	color: #701919;
	font-size: 14px;
	font-weight: bold;
}

#quick_menu div.box_caption {
	font-size: 11px;
}

/**********************************************/
/**** footer
/**********************************************/
#footer {
  height: 15px;
  padding: 5px 10px;
  background: #841519;
  font-size: 11px;
  color: #ffffff;
}

#footer_left {
  width: 557px;
  float: left;
  text-align: left;
}

#footer_right {
  width: 175px;
  float: right;
  text-align: right;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

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

/**********************************************/
/**** content
/**********************************************/
#content {
  width: 650px;
  float: right;
  font-family: Verdana, Arial;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #841519;
}

#content h1#caption {
  padding-bottom: 10px;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #841519;
}

#content p {
  margin-bottom: 10px;
}

#content blockquote {
  padding-left: 30px;
}

#content a {
  color: #841519;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content ol, #content ul {
  margin: 10px 0px;
  margin-left: 30px;
}

#content #timetable_list td {
  height: 23px;
  vertical-align: middle;
}

#content #timetable_list td span {
  border-bottom: 1px solid #a7a7a7;
}

#content #timetable_list tr.row {
  cursor: pointer;
}

#content #timetable_list tr.row:hover {
  background: #cfe3f6;
}

#content img.teacher_image {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  float: left;
}

#content iframe {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  float: left;
}

.hovertip {
  position: absolute;
  padding: 10px 13px;
  z-index: 2;
  max-width: 300px;

  color: #303030;
  background-color: #f2f2f2;
  border: 1px solid #a7a7a7;

  font-family: sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

/**********************************************/
/**** home_boxes
/**********************************************/
#home_boxes {
  height: 240px;
}

#home_boxes div.box {
  width: 210px;
  height: 240px;
  margin-top: 10px;
  float: left;
  background: #cfe3f6;
  position: relative;
}

#home_boxes div.col1, #home_boxes div.col2 {
  margin-right: 10px;
}

#home_boxes div.box_inside {
  width: 190px;
  height: 190px;
  position: absolute;
  left: 10px;
  top: 10px;
}

#home_boxes div.col1 div.box_inside, #home_boxes div.col2 div.box_inside, #home_boxes div.col3 div.box_inside {
  display: none;
}

#home_boxes div.box_header {
  height: 21px;
  padding-bottom: 5px;
  margin-bottom: 4px;
  color: #841519;
  border-bottom: 1px dotted #ffffff;
  font-size: 18px;
  position: relative;
}

#home_boxes div.box_header a {
  position: absolute;
  right: 0px;
  top: 8px;
  font-size: 11px;
}

#home_boxes div.box_caption {
  height: 50px;
  font-size: 16px;
  line-height: 22px;
}

#home_boxes img {
  border: 1px solid #ffffff;
}

#home_boxes div.box_navigator {
  width: 190px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #ffffff;
}

#home_boxes div.box_navigator ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#home_boxes div.box_navigator li {
  padding: 2px;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

#home_boxes div.box_navigator li a {
  padding: 2px;
  margin: 0px 3px;
  color: #f7941e;
  display: block;
}
#home_boxes div.box_navigator li a.selected {
  background-color: #f3e6e0;
}

#home_boxes div.box_navigator li a:hover {
  text-decoration: none;
}

/**********************************************/
/**** gallery
/**********************************************/
#album_container div.box {
  width: 194px;
  height: 194px;
  margin: 10px;
  background: url("images/album_background.gif") no-repeat;
  float: left;
  cursor: pointer;
}

#album_container div.boxcaption {
  text-align: center;
}

#album_container img {
  margin-left: 27px;
  margin-top: 20px;
}

#image_container div.box {
  width: 150px;
  height: 170px;
  margin: 5px;
  float: left;
  text-align: center;
}

#image_container img {
  padding: 5px;
  border: 1px solid #d3d4d1;
}

#video_container div.box {
  width: 300px;
  height: 150px;
  margin: 10px;
  float: left;
  cursor: pointer;
  border: 1px solid #d3d4d1;
}

#video_container div.hover {
  background-color: #f1f2ef;
}

#video_container img {
  padding: 4px;
  margin: 5px;
  border: 1px solid #d3d4d1;
  float: left;
}

#video_container div.boxcaption {
  width: 135px;
  height: 20px;
  padding-right: 10px;
  margin: 5px 0px;
  float: right;
  color: #841519;
  font-weight: bold;
}

#video_container div.boxcontent {
  width: 135px;
  height: 100px;
  padding-right: 10px;
  float: right;
  font-size: 11px;
}

#video_container div.back_button {
  margin-top: 10px;
}

/**********************************************/
/**** shop_container
/**********************************************/
#shop_container {

}

#shop_container div.box {
  height: 180px;
  margin: 10px;
  border: 1px solid #d3d4d1;
}

#shop_container div.hover {
  background-color: #f1f2ef;
}

#shop_container img {
  padding: 4px;
  margin: 5px;
  border: 1px solid #d3d4d1;
	background-color: #ffffff;
  float: left;
}

#shop_container div.boxcaption {
  width: 450px;
  height: 20px;
  padding-right: 10px;
  margin: 5px 0px;
  float: right;
  color: #841519;
  font-weight: bold;
}

#shop_container div.boxcontent {
  width: 450px;
  padding-right: 10px;
  float: right;
  font-size: 11px;
}

#shop_container div.boxprice {
  width: 450px;
  padding-right: 10px;
  float: right;
  font-size: 12px;
	color: #841519;
	padding-top: 5px;
}

#shop_container div.boxbuttons {
  width: 450px;
	padding-top: 10px;
  padding-right: 10px;
  float: right;
  font-size: 11px;
}

#shop_container div.boxbuttons label {
	display: block;
}

#shop_container div.boxbuttons form {
	margin-top: 10px;
}

#shop_download {
	display: none;
}
/*****************************************/
/*****************************************/
/*****************************************/
div.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
}