@import url(http://fonts.googleapis.com/css?family=Philosopher:400italic);

body {
	margin: 0;
	background: #ffffff;
}

body, textarea, input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
select, select option {
	font-size: 10px;
}
::-moz-selection {
	background:#fbab10; 
	color:#FFF;
}
::selection {
	background:#fbab10; 
	color:#FFF;
}
a {
	color:#ef9e00;
}
a:hover {
	text-decoration:none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style:italic;	
	color:#666;
}
p {
	line-height: 22px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}

.header{
	position: relative;
	height: 170px;
}
.mainLogo {
	position: absolute;
	top: 20px;
	left: 0;

}

.bookButton{
	display: block;
	position: absolute;
	top: 36px;
	right: 0;

	background: #fbab10; 
	color:#FFF;

	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	text-decoration: none;

	height: 48px;
	line-height: 48px;
	padding: 0;
	width: 225px;
	text-align: center;

}
.bookButton:hover {
	background: #d19013;
}

form.search {
	position: absolute;
	top: 92px;
	right: 0;
	
}
form.search input.text, form.search input[type='text']{
	width: 208px;
	height: 10px;
	padding: 8px;
	border: 1px solid #d6d6d6;
	background: url(/images/mag-icon.gif) no-repeat 204px 5px;

	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
}
form.search input.text:focus, form.search input[type='text']:focus{
	outline: none;
	border: 1px solid #d19013;
	color: #d19013;
}
ul.mainMenu {
	position: absolute;
	bottom: -10px;
	left: 0;
	border-bottom: 10px solid #fbab10;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainMenu li{
	margin: 0;
	padding: 0;
	display: block;
	float: left;

}
ul.mainMenu li a{
	display: block;
	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 16px 0 16px;

}
ul.mainMenu li a:hover, ul.mainMenu li a.selected{

	background: #fbab10;
	color: #fff;

}
ul.miniMenu {
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer ul.miniMenu {
	top: 30px;
}
ul.miniMenu li{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	border-right: 1px solid #666;

}
ul.miniMenu li:last-child{
	border-right: none;
}
ul.miniMenu li a{
	display: block;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	height: 12px;
	line-height: 12px;
	padding: 0 10px 0 10px;

}
ul.miniMenu li a:hover, ul.miniMenu li a.selected{

	text-decoration: underline;

}

.page {
	margin: 0;
	padding: 0;

	background: url(/images/artbg3_1920.jpg) no-repeat center center fixed #000; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;

}

.white {
	background:rgba(255,255,255, 0.6);
	padding: 25px;
	margin: 0 0 20px 0;
}
.footer {
	position: relative;
	height: 170px;

}

.socButs {
	position: absolute;
	top: 60px;
	right: 0;
	margin: 0;
	padding: 0;

}

ul.footLogos{
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;

}
ul.footLogos li{
	margin: 0;
	padding: 0 15px 0 0;
	display: block;
	float: left;

}

ul.subMenu{
	padding: 0;
	margin: 0;
	list-style: none;

}
ul.subMenu li{
	padding: 5px 0 0 0;
	display: block;


}
ul.subMenu li a{

}
ul.subMenu li a:hover{

}

.col230 {
	width: 230px;
	float: left;
	margin: 0 20px 0 0;
}
.col750 {
	width: 680px;
	float: left;
}
.wBox { 
	background: #fff;
	padding: 50px;
	margin-bottom: 20px; 
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, .5);   
        box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, .5);
}
.sp {
	padding: 20px;
}

.overBox{
	position: relative;
	left: -40px;
	top: -40px;
	width: 660px;
	height: 275px;
}
.overImg {
	position: absolute;
}
.overTitle{
	position: absolute;
	background: #fbab10;
	color: #ffffff;
	padding: 12px;
	top: 30px;
	left: 30px;

	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style:italic;
	font-size: 20px;	
	z-index: 10;
}
.overTitle:last-child{
	top: 60px;
	left: 70px;

	font-size: 24px;
	z-index: 9;
}
.user{
	clear: both;
	padding: 25px;

}

.user form {display:inline;}
.user label{
	display:block;
	clear:left;
	float:left;
	width: 180px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
	
}
.user input, .user password{
	display:block;
	float:left;
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;

	border: solid 1px #999 !important;


}
.user input.file, .user input[type='file']{

	border: none;

}
.user select{
	display:block;
	float:left;
	margin: 0 0 5px 0;
	padding: 5px;

	border: solid 1px #999;


}
.user input:focus, .user select:focus, .user  password:focus, .user textarea:focus {
	outline: none;
	border: solid 1px #fbab10 !important;
}

.user textarea{
	display:block;
	float:left;
	width: 250px;
	height: 150px;
	margin: 0 0 5px 0;
	padding: 5px;

	border: solid 1px #999;


	
}
.user textarea.small{
	height: 50px;
}
.user input.submit, .user input[type='submit'], .user input.button, .user input[type='button'], .submit{
	display: inline-block;
	clear:both;

	line-height: 30px;
	height: 30px;

	border: none;
	padding: 0 10px 0 10px;
	cursor: pointer;
	text-decoration: none;

	background: #fbab10; 
	color:#FFF;

	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;


}

.user input.submit span, .user input[type='submit'] span, .user input.button span, .user input[type='button'] span, .submit span{

	padding: 0 5px 0 0;
}

#myResult {
	position: absolute;
	z-index: 100;
	width: 390px;
	top: 120px;
	right: 0;
}
.spinner {
	position: absolute;
	z-index: 999;

}
.spinner-img {
	background: url(/images/ajax-loader.gif) no-repeat;
	width: 16px;
	height: 16px;
	margin: 0;
	left: 67px;
	position: absolute;
	top: -7px;
}

.item{
	margin: 0 0 10px 0;

}

.itemTitle {
	margin: 0 0 5px 0;
	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
}

.itemDesc {

}
 FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url("../images/mooCheck/tl.png") no-repeat;
}
.fc-tbx .t{
	background: url("../images/mooCheck/t.png") repeat-x;
	height: 7px;
}
.fc-tbx .tr{
	background: url("../images/mooCheck/tr.png") no-repeat;
}
.fc-tbx .l{
	background: url("../images/mooCheck/l.png") repeat-y;
	width : 7px;
}
.fc-tbx .r{
	background: url("../images/mooCheck/r.png") repeat-y;
	width: 9px;
}
.fc-tbx .bl{
	background: url("../images/mooCheck/bl.png") no-repeat;
}
.fc-tbx .b{
	background: url("../images/mooCheck/b.png") no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url("../images/mooCheck/br.png") no-repeat;
}
.fc-tbx .c{
	background: url("../images/mooCheck/c.png") repeat;
}
.fc-tbx a.close {
	float: right;
	background: url("../images/mooCheck/close.png") no-repeat;
	background-position:right;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx a:hover.close {background-position:left;}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	margin : 0;
	padding : 0;
	border : 0;
	color : #fff;
}

.ajax_loader {
	background : url("../images/mooCheck/ajax-loader.gif") no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #fff;
}









.fc-tbx-bottom .tl{
	background: url("/images/mooCheck/tl.png") no-repeat bottom left;
}
.fc-tbx-bottom .t{
	background: url("/images/mooCheck/bt.png") no-repeat bottom left;
	height: 25px;
}
.fc-tbx-bottom .tr{
	background: url("/images/mooCheck/tr.png") no-repeat bottom right;
}
.fc-tbx-bottom .l{
	background: url("/images/mooCheck/l.png") repeat-y;
	width : 7px;
}
.fc-tbx-bottom .r{
	background: url("/images/mooCheck/r.png") repeat-y;
	width: 9px;
}
.fc-tbx-bottom .bl{
	background: url("/images/mooCheck/bl.png") no-repeat;
}
.fc-tbx-bottom .b{
	background: url("/images/mooCheck/bn.png") repeat-x top;
	height: 7px;
}
.fc-tbx-bottom .br{
	background: url("/images/mooCheck/br.png") no-repeat;
}
.fc-tbx-bottom .c{
	background: url("/images/mooCheck/c.png") repeat;
}
.fc-tbx-bottom a.close {
	float: right;
	background: url("/images/mooCheck/close.png") no-repeat;
	background-position:right;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx-bottom a:hover.close {background-position:left;}
.fc-tbx-bottom .err {
	float: left;
}
.fc-tbx-bottom p {
	width : auto;
	display: block;
	font-size: 10px;
	margin : 0;
	padding : 0;
	border : 0;
	color : #fff;
}

.date {
	font-size: 11px;
	border-bottom: solid 1px #ef9e00;
	color:#ef9e00;
}

.inlineImg{
	display: block;
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, .5);   
        box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, .5);
	background: rgba(0, 0, 0, .15);
}
.inlineImg .desc{
	display: block;
	padding: 15px;
	font-size: 11px;
	line-height: 20px;
}

.latestNews{
	margin: 100px 0 20px 0;

}
.latestNews h3 {
	font-size: 18px;
	margin: 20px 0 20px 0;
}

.latestNews ul {
	margin: 0;
	padding: 0;

}
.latestNews ul li{
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: block;
}


.latestNews ul li .lnTitle {
	font-size: 18px;
	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style:italic;	
	color:#666;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, .25);;
	margin: 0 0 20px -20px;
	padding: 0 0 0 20px;
	width: 210px;
	display: block;
	height: 50px;
}
.latestNews ul li .lnDate{
	background: #fbab10;
	position: absolute;
	left: -70px;
	width: 40px;
	height: 30px;
	padding: 10px 5px 10px 5px;
	display: block;
	top: 0;

	font-family: 'Philosopher', Palatino, serif;
	font-weight: 400;
	font-style:italic;	
	color:#fff;

}
.latestNews ul li .lnDate span{
	font-size: 30px;
	line-height: 20px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;

}
.latestNews ul li .lnDate strong{
	font-size: 10px;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}

.fb-like{
	margin-top: 10px !important;
}

.head-grad{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.07+0,0+52 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.07) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
/


}