@CHARSET "UTF-8";

html, body {
	margin:0px;
	padding:0px;
}

body {
	border: 0;
	font-size: 13px; 
	font-family: Arial, Helvetica, Verdana, "Times New Roman", sans-serif;
	line-height: 1.68em;
	height:100%;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #000;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

h1.title,
h2.title {
	line-height: 1em;
	font-weight: bold;
	color: #cc3401;
	margin: 0 0 10px 0;
}

h1.title a,
h2.title a {
	color: #cc3401;	
}

h1.title {
	font-size: 46px;
}

h2.title {
	font-size: 26px;
	margin: 40px 0 10px 0;
}

a.link {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0;
	color: #000;
}

a.active {
	color: #cc3300;
}

a.link:hover {
	color: #cc3300;
}

/******************* Wrappers */

.wrapper-top,
.wrapper-footer {
	width: 100%;
}

.wrapper-top {
	background: transparent url(../img/page_bg.jpg) repeat-x top center;
}

.wrapper-footer {
	background: transparent url(../img/footer_bg.png) repeat-x bottom center;
}

/******************* Page main elements */

a.logo {
	display: block;
	clear: both;
	width: 420px;
	height: 160px;
	background: transparent url(../img/logo.png) no-repeat center center;
	margin: 0 auto;
}

.content {
	width: 100%;
	padding-bottom: 40px;
}

.wrapper-content {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 960px;
	padding: 0 20px;
	overflow: hidden;
}

.wrapper-content-main-page {
	width: 1000px;
	padding: 0;
}

.content-main-page {
	background: transparent url(../img/content_main_page_bg.png) no-repeat bottom center;
	height: 660px;
}

.box1, 
.box2,
.box3 {
	display: block;
	float: left;
}

.box1 h1,
.box2 h1 {
	line-height: 1em;
	font-size: 44px;
	font-weight: bold;
	color: #cc3300;
	margin: 10px 10px 10px 25px;
	padding: 0;
}

.box3 h1,
.box3 h2 {
	line-height: 1em;
	margin: 0;
	color: #fff;
}

.box3 h1 {
	font-size: 56px;
	font-weight: normal;
	padding: 20px 0 10px 0;
}

.box3 h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

.box3 a {
	color: #fff;
}

.box1 div {
	width: 298px; /* 318px */
	height: 110px; /* 155px */
	padding: 10px 5px 5px 15px;
	background: transparent url(../img/box1.png) no-repeat top left;
}

.box2 div {
	width: 303px; /* 318px */
	height: 377px; /* 252px */
	padding: 10px 5px 5px 10px;
	background: transparent url(../img/box2.png) no-repeat top left;
}

.box3 {
	width: 290px; /* 360px */
	height: 220px; /* 310px */
	padding: 65px 25px 25px 45px;
	background: transparent url(../img/box3.png) no-repeat top left;
}

ul.list {
	margin: 0;
	padding: 0;
}

ul.list li {
	display: block;
	float: left;
	padding: 0 5px 15px 25px;
	margin: 0;
	background: transparent url(../img/list_separator.png) no-repeat 5px 5px;
}

.sidebar {
	display: block;
	float: left;
	width: 260px;
}

.text {
	margin-left: 300px;
	padding: 0 0 20px 0;
}

/******************* Faq */

.sidebar-course-bg {
	padding-bottom: 280px;
	background: transparent url(../img/sidebar_course_bg.png) no-repeat bottom center;
}

.sidebar-faq-tip {
	background: transparent url(../img/sidebar_faq_tip.png) no-repeat bottom center;
	width: 282px;
	height: 56px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}

.text-faq-page {
	background: transparent url(../img/text_faq_bg.png) no-repeat bottom center;
	padding-bottom: 490px;
	padding-top: 25px;
}

/******************* Price list */
.price-list {
	background: transparent url(../img/paper_bg.png) repeat;
	border: 1px solid #e0dfe5;
	width: 925px;
	padding: 15px;
	margin: 20px auto 10px auto;
	clear: left;
}

.price-list h3 {
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
	margin: 0;
	padding: 0 10px 10px 0;
}

.price-list table {
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.price-list table tr {
	border-bottom: 1px solid #c5c4ca;
}

/******************* Contact */
.contact-info {
	height: 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}

.contact-info a {
	color: #000;
}

.contact-info a:hover {
	color: #cc3300;	
}

.map {
	background: transparent url(../img/paper_bg.png) repeat;
	border: 1px solid #e0dfe5;
	width: 620px;
	height: 568px;
	padding: 5px;
}

#map-canvas {
	width: 100%;
	height: 568px;
	display: block;
}

.form {
	display: block;
	width: 237px;
	border: 1px solid #e0dfe5;
	background: transparent url(../img/paper_bg.png) repeat;
	overflow: hidden;
	padding: 10px 10px 30px 10px;
}

.form dl {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
}

.form dd,
.form dt {
	margin: 0;
}

.form dl dt {
	display: block;
	height: 20px;
	padding-top: 5px;
	color: #cc3300;
}

.form input {
	width: 225px; /* 235px */
	padding: 0 5px;
	height: 28px;
	background: transparent url(../img/input.png) no-repeat top left;
	border: none;
	color: #212121;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}

.form input.error {
	background-position: bottom left;
}

.form textarea {
	width: 225px; /* 235px */
	height: 124px; /* 134px */
	padding: 5px;
	background: transparent url(../img/textarea.png) no-repeat top left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	border: none;
	color: #212121;
}

.form textarea.error {
	background-position: bottom left;
}

.form .submit {
	background: transparent url(../img/submit.png) no-repeat top left;
	width: 57px;
	height: 24px;
	border: none;
	color: #fff;
	float: right;
	cursor: pointer;
	font-weight: bold;
}

.form .submit:hover {
	background-position: bottom left;
}

.form-sent {
	background: transparent url(../img/form_sent.png) no-repeat top left;
	width: 271px;
	height: 311px;
	position: relative;
}

.form-sent a {
	position: absolute;
	top: 30px;
	right: 45px;
	color: #3a3a3a;
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.form-sent span {
	color: #3a3a3a;
	width: 220px;
	position: absolute;
	top: 100px;
	right: 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/******************* Menu */
.gallery-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gallery-list li {
	display: block;
	float: left;
	background: transparent url(../img/gallery_list_item_shadow.png) no-repeat bottom center;
	margin: 14px 14px 0 0;
	padding: 0 0 6px 0;
}

.gallery-list li a {
	display: block;
	overflow: hidden;
	margin: 0;
	border: 1px solid #999999;
	background-color: #fff;
	padding: 6px;
	width: 212px;
	height: 212px;
}

.gallery-list li a img {
	border: 1px solid #999999;
}

/******************* Menu */
ul.menu {
	display: block;
	width: 1015px;
	margin: 0 auto;
	padding: 0;
	padding-top: 15px;
	height: 45px;
}

.wrapper-top ul.menu {
	height: 70px;
}

ul.menu li {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 0 21px;
	padding: 0;
}

ul.menu li.last {
	margin-right: 0;
}

ul.menu li a {
	color: #000;
}

ul.menu li a:hover {
	color: #cc3300;
}

ul.menu li.active a {
	color: #cc3300;
}

.copyright {
	width: 100%;
	background: transparent url(../img/copyright_bg.png) repeat-x top center;
	height: 50px;
}

.copyright a {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 10px;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright a strong{
	display: inline-block;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
}

.copyright a > strong { 
	padding: 0 0 0 10px;
	background: transparent url(../img/copyright_inner_left.png) left top no-repeat;
}

.copyright a > strong > strong { 
	padding: 0 10px 0 0;
	background: transparent url(../img/copyright_inner_right.png) right top no-repeat;
}

.copyright a > strong > strong > strong{ 
	padding: 0;
	background: transparent url(../img/copyright_inner_bg.png) left top repeat-x;
}

/* facebook */
#facebook {
    position:fixed;
    left:-192px;
    top:35%;
    z-index:1111;
    display: block;
    width: 225px;
}

#facebook .for_hover{
    float: right;
    background: transparent url(../img/facebook.png) top left no-repeat;
    width: 33px;
    height: 121px;
    cursor: pointer
}

#facebook .fb_bg {
    background: transparent;
    float:right
}

.info,
.info a {
	color: red;
}

.info a,
.text a {
	text-decoration: underline;
}

dl.honey-pot {
	display: none !important;
}