html, body {  width: 100%; height: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; }
html, body, h1, h2, h3, p, ul, li, form, fieldset, label, input { margin: 0; padding: 0; }

fieldset, img { border: none; }
ul { list-style-type: none; }
legend, { display:none; }
a { text-decoration: none; cursor:pointer; color:#D78800; }
a:hover { text-decoration: underline; }

body { width: 100%; background-color: #373737; }

.pageWrapper { background: url("../imgs/pageWrapper_bg.jpg") repeat-x center top #e8e8e8; width: 100%; }
a {
	outline: none;
}
#header {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}

#header h1 span:hover, #header h1 a:hover{
 text-decoration: none;
}
.topLine { width: 970px; float: left; }

.rss {
	float: left;
	font-size: 12px;
	color: #484848;
	margin-top: 10px;
}
#admin_menu{
	background-color: #FFFFFF;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 19px;
    padding: 2px 0;
    position: fixed;
    width: 100%;
	z-index:2147483647;
	top:0;
}
#admin_menu a {
	color:#484848;
}
.miniMenu {
	height: 23px;
	margin-right: 4px;
	float: right;
	padding-top: 10px;
	margin-top: 3px;
	background: url("../imgs/min-menu-bg.png") repeat-x left top;
	border: 1px solid #ededed;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	list-style-type: square;
}

.miniMenu li {
	float: left;
	list-style:none;
	padding-right: 15px;
	margin-left: 22px;
	background:url("../imgs/miniMenuBg.png") no-repeaT right top;
}
.miniMenu li:last-child { background:none; }

span.fb_iframe_widget{

}

.miniMenu li:hover,
.miniMenu li a:hover,
.rss:hover, .miniMenu .current a, .miniMenu .par_current a { color: #d27f00; text-decoration: none; }

.miniMenu li a {
	font-size: 12px;
	color: #3e3e3e;
	display: block;
}


.serch_resultLink a:hover > span {
	color: #cf8200!important;
}
.serch_resultLink span.high {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    padding: 0;
}


h1,
h1 a,
h1 a img,
h1 a span { float: left; }

#header h1 {
	width: 100%;
	height: 55px;
	margin-top: 4px;

}

h1 a { 	width: 550px; }

h1 a span {
	font-size: 23px;
	color: #5a5558;
	display: block;
	padding: 15px 0 0 30px !important;
}

.language {
	float: right;
	fopnt-size: 12px;
	color: #121212;
	text-transform: uppercase;
	margin-top: 0px;
	padding-right: 2px;
}

#mainMenu {
	width: 979px;
	height: 43px;
	float: left;
	background: url("../imgs/main_menu_bg.png") no-repeat left top;
	margin-top: 5px;
	padding-left:5px;
}
#mainMenu > li {
	height:43px;
}
#mainMenu > li > a{
	font-size:16px;
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 27px;
    padding: 14px 12px 0;

}


#mainMenu > li:first-child > ul {
	display:none !important;
}
#mainMenu > li:nth-child(6)> ul, #homeMenuInner > li:nth-child(6)> ul {
	display:none !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#mainMenu li:last-child { padding-right: 0px !important; }

}
#mainMenu > li:hover > ul {
	display:block;
}

#mainMenu > li > ul {
	position:absolute;
	display:none;
	z-index:999;
	width:270px;
}
#mainMenu > li > ul > li {
    background: url("../imgs/horizontal_menu_drop_bg.png") no-repeat scroll 11px 18px transparent !important;
    display: block;
    float: none;
}
ul#mainMenu li ul li a {
    color: #FFFFFF;
    font: 13px arial;
    margin: 0;
    min-width: 200px;
    padding: 13px 15px 13px 25px;
	display:block;

}
ul#mainMenu li ul li a:hover {
    background: url("../imgs/horizontal_menu_drop_bg_hover.png") no-repeat scroll 11px 18px #606060 !important;
}
ul#mainMenu li ul {
background: #484848;
}

#mainMenu li { float: left; background: url("../imgs/mainMenu-dividers.png") no-repeat right 1px; padding-right: 2px; }

#mainMenu > li:first-child a {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

#mainMenu > li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

#mainMenu li:last-child { background: none; }


#mainMenu > li:hover, #mainMenu > .selected, #mainMenu > .par_selected, .sel {
	background:url(../imgs/selectedMainMenuLi.png) repeat-x right center !important;
}

/* slider */

#slider { float: left; position: relative; margin-top: 12px; }

#slider #nav {
	position: absolute;
	right: 15px;
	bottom: 14px;
	z-index: 9999;
}

.collection_slider #next {
	position:absolute;
	right:0;
	z-index:999;
	width:48px;
	height:195px;
	background:url("../imgs/next_col.png") center center;
	text-indent:-99999px;
	display:none;


}
.collection_slider #prev {
	position:absolute;
	left:0;
	z-index:999;
	width:48px;
	height:195px;
	background:url("../imgs/prev_col.png") center center;
	text-indent:-99999px;
	display:none;
}

#nav a {
	width: 12px;
	height: 12px;
	background: #c9c9c9;
	display: block;
	text-indent: -10000px;
	float: left;
	margin-left: 5px;

}

#nav a:hover,
#nav .activeSlide { background: #eb9605 !important; }

.descr {
	position: absolute;
	width: 418px;
	height: 87px;
	padding: 20px 0 0 20px !important;
	background: url("../imgs/slide-descr.png") repeat left top;
	bottom: 6px;
	right: 0;
	color: #ffffff;
	font-size: 13px;
	opacity: 0.8;

}

/* slider ends here */

.bottomLine {
    margin-bottom: 35px;
    margin-top: 15px;
    overflow: hidden;
    width: 954px;
}

#Breadcrumb { float: left; width: auto; margin-top: 10px;; overflow:hidden; }

#Breadcrumb li {
	float: left;
	height:28px;
	background: url("../imgs/breadcr-divider.png") no-repeat right 3px;
	padding: 0 18px 0 10px;
	margin-top:0;
}

#Breadcrumb li:first-child { padding-left: 0; padding-right:20px; float:left; }

#Breadcrumb li:last-child { background: none; }

#Breadcrumb li a, #Breadcrumb li span {
	font-size: 13px;
	color: #454545;
	margin-top:5px;
	float:left;
}

#Breadcrumb li a:hover { color: #eb9605; text-decoration: none; }

#searchForm {
	float: right;
	width: 270px;
	height: 34px;
}

#searchBox {
	width: 220px;
	height: 32px;
	border: 1px solid #c9c9c9;
	border-right: none;
	font-size: 12px;
	color: #3e3e3e;
	padding-left: 5px;
	float: left;
}

#searchSub {
	float: left;
	background: url("../imgs/search-sub.jpg") no-repeat left top;
	width: 43px;
	height:35px;
	border: none;
	display: block;
	text-indent: -10000px;
	cursor: pointer;
}

#content {
    background: url("../imgs/contenttBg.png") repeat-y scroll 0 0 transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 979px;
}
#content_inner {
    background: url("../imgs/contentTopBg.png") no-repeat scroll 0 0 transparent;
    margin-left: -3px;
    overflow: hidden;
    padding-left: 25px;
	padding-right: 25px;
	width: 942px;
	min-height:400px;
	padding-bottom:30px;
}

#content p {
	color: #4C4C4C;
    font-size: 14px;
    line-height: 21px;
    margin: 0 auto 20px;
}

.museumSubmenuText ul, .collectionSubmenuText ul   {
    margin-bottom: 21px;
    margin-left: 36px;
	margin-top:-15px;
    width: 555px;
}
.museumSubmenuText ul li, .collectionSubmenuText ul li, .ui-tabs ul li, .submenu_desc ul li, .fdb-text ul li  {
	line-height:21px;
	font-size: 13px;
	color: #4c4c4c;
	list-style: disc outside none;
}
.submenu_desc ul, .fdb-text ul   {
    margin-bottom: 21px;
    margin-left: 36px;
	margin-top:10px;

}
.submenu_desc {
	overflow:hidden;
}
#content p.pageTitle {
	font-size: 19px;
	color: #3e3e3e;
	margin-bottom: 10px;
	line-height:22px;
}

.listBinder {
	margin-top: 70px;
    overflow: hidden;
    width: 970px;
}

#footerWrap {
	width: 100%;
	margin: 0 auto;
	background: url("../imgs/footer-bg.png") repeat-x scroll center 0 #E8E8E8;
	overflow: hidden;
}

#footer {
	width: 959px;
	margin: 16px auto 0 auto;
}

.links { width: 275px; float: left; }

.links p,
.news p,
.calendar p {
	font-size: 16px;
	color: #000000;
	padding-left: 25px;
	margin-bottom: 10px;

}
.calendar .ntActive {
	color:#999999;
}
.calendar .ntActive, td.calendar_days_link a{
    font-size: 12px;
}
.links p { background: url("../imgs/links.png") no-repeat left center; }
.news p { background: url("../imgs/rss-f.png") no-repeat left center; }
.calendar p { background: url("../imgs/calendar.png") no-repeat left center; }

.links ul {
	width: 230px;
	padding-left:10px;
}

.links ul li {
	width: 230px;
	min-height: 28px;
	background: url("../imgs/linksBg.png") no-repeat left 10px;
	padding-left: 16px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.links ul a {
	font-size: 13px;
	color: #404040;
}

.news {
	width: 350px;
	float: left;
	margin-right:50px;
}

.footerNews {
	float: left;
	margin: 10px;
	padding: 10px;
	display: block;
	width: 227px;
	line-height:21px;
	color:#404040;
	text-shadow: 0 1px 0 #FFFFFF;
 	background: #f7f7f7;
	border-top: 1px solid #c7c7c7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.footerNews a { color: #333333; font-size: 13px; }

.footerNews a:hover { text-decoration: none; color: #cf8200; }

.footerNews img {
	float: left;
	margin-right: 10px;
	border:1px solid #dbdbdb;
}

.footerNews span {
	display: block;
}

.viewArchive { float: right; font-size: 12px; color: #eb9605; text-shadow:0px 1px 0px #fff; }

.calendar {
	/*background: url("../imgs/calendarBg.png") no-repeat scroll 0 0 transparent; */
    float: left;
    margin-bottom: 10px;
    width: 281px;
}

.calendar img { padding-left: 0px; }


.footerInn {
	width: 970px;
	float: left;
	background: url("../imgs/footerInn-bg.png") no-repeat left top;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top:15px;

}

.copyright { float: left; font-size: 12px; color: #2b2a2a; margin-left:10px; }

.socials {
	width: 163px;
	margin: 0 auto;
}

.socials li {
	float: left;
	padding: 0 5px;
}

.ITDC { float: right; }


/* slider with carousel*/

.exibitionSlider {
	background-color: #E5E5E5;
    border: 1px solid #D3D3D3;
    float: left;
    margin-right: 15px;
    padding: 15px 30px 25px;
    position: relative;
    width: 475px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}

.exibitionSlider .jcarousel-prev-disabled, .exibitionSlider .jcarousel-next-disabled {
	background:none !important;
}
#exib_slideshow {
    margin-left: 11px;
    margin-top: 8px;
    overflow: hidden;
    width: 50000px;
}
#exib_slideshow_outer {
	width:464px;
	overflow:hidden;
}
#exib_slideshow img { border: 3px solid #ffffff; position:relative !important; float:left; min-height:300px; }

#next2,
#prev2 { float:right}

#next2 {
	margin-left: 25px;
    margin-right: 19px;
    margin-top: 15px;
}
#prev2 { margin-top: 15px; }

#news_nav { height: 105px; }

#news_nav li {
	border: 3px solid #FFFFFF;
    height: 96px;
    overflow: hidden;
    width: 136px;
 }

#news_nav li a { display: block; width: 140px; }



.goToAlbum {
	position: absolute;
	bottom: 15px;
	left: 55px;
	color: #4e4e4e;
	font-size: 11px;
}

/* slider end here*/


.desc_top {
	border-bottom: 3px solid #939393;
    margin-bottom: 25px;
    padding-bottom: 7px;
}

.desc_top p { font-size: 13px; color: #4e4e4e; margin-bottom:18px !important;}
.museum { }

.desc_top p a { font-size: 13px; color: #db8b03; margin-left: 5px; }

.desc_top p span { margin-left: 5px; }

.desc_top .publications {
	font-size: 13px;
	color: #db8b03;
	background: url("../imgs/publications.png") no-repeat left top;
	padding-left: 15px;
	margin-bottom: 35px;
	display: block;
}

.calendar tbody td {
 	border: 1px solid #D9D9D9;
    height: 39px;
    text-align: center;
    width: 39px;
	background:#f4f4f4;
	color:#4d4d4d;
}
.calendar tbody td:hover, .calendar tbody td.calendar_days_today {
	background:#db9c00;
	border:1px solid #c6871b;
	color:#fff;
}
.calendar tbody td:hover a { color:#fff; }
.calendar thead  tr {
    height: 27px;
    text-align: center;
    width: 39px;
}
/*ul.mainMenu */


li.par_selected ul {
	background: #484848;
	border-bottom: 3px solid #333333;
}
li ul li{
/*	background: none!important; */
	background: #484848!important;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #3d3d3d;
}
li ul{
	border-bottom: 3px solid #333333;
}
li ul li a:hover{
	background: #606060!important;
}
li.par_selected ul li a:hover{
	background: #606060!important;
}
ul.nav_left {
    background: url("../imgs/sub_menu_bottom_bg.png") no-repeat scroll 0 bottom #EDEDED;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    float: left;
    margin-bottom: 25px;
    margin-right: 20px;
    padding-bottom: 3px;
	padding-top:5px;
    width: 269px;
}
ul.nav_left li {
	background: url("../imgs/navLeftLiBg.png") repeat-x scroll 0 bottom #ededed;
	padding-bottom: 5px;
	color: #3c3c3c;
}

ul.nav_left .selected, ul.nav_left li:hover  {
	background: url("../imgs/nav_left_corner.png") no-repeat scroll 269px bottom #EDEDED !important;
	padding-bottom: 5px;
	width: 275px;
	color: #FFFFFF;
}

ul.nav_left li a {
    color: #3c3c3c;
    display: block;
    font: 14px arial;
    padding: 15px 10px 14px 26px;
    width: 235px;

}
ul.nav_left li.last{
	background-image:none;
}
ul.nav_left li:hover a, ul.nav_left li.selected a{
	background: url("../imgs/sab_menu_a_hover_bg.png") repeat-y scroll 0 0 transparent !important;
    border: medium none;
    color: #FFFFFF;
    text-decoration: none;
	padding-right: 15px;
	width: 234px;
}
ul.nav_left li a:hover{
	color:#fff;
}
.month_middle a {
	color: #404040;
}



/*
span.month_left a {
    background: url("../imgs/cal_left_button.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-top: 5px;
    width: 10px;
}
span.month_right a {
    background: url("../imgs/cal_right_button.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-left: 81px;
    margin-top: -14px;
    position: absolute;
    width: 10px;
}
span.year_middle a {
    margin: 0 0 0 63px;
}

span.year_left a {
	background: url("../imgs/cal_left_button.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-top: 5px;
    width: 10px;
}
span.year_right a{}

*/
td.calendar_days_link a { color: #d78800; padding:12px;}
td.calendar_days_link a:hover { text-decoration:none; }
td.calendar_days_today a, td.calendar_days_today:hover a, td.calendar_days_today a:hover{ color: #4D4D4D !important;}
td.BPGNinoMtavruli-Bold {
    color: #fff;
}
.cal_nount {
    float: left;
    width: 140px;
	margin-left: 5px;
    margin-top: 12px;
}
.cal_year {
	float: right;
	margin-right: 14px;
    margin-top: 11px;
}

.year_middle a {
    color: #fff;
    font-size: 15px;
    padding:0 10px;
}
.month_middle a {
    color: #fff;
    font-size: 14px;
    padding:0 10px;
}
.year_middle a:hover,.month_middle a:hover {text-decoration: none;}

.edit_me { float:left; margin-right:10px }
.calendar_head {
	background:url("../imgs/tableHeadBg.png") no-repeat 0 0;
	width:282px;
	height:43px;
}
.cal_days {
	background:url("../imgs/calDaysBg.png") no-repeat 0 0;
	width:282px;
	height:27px;
}

/*Museum Submenu */
#museumSubmenu {
	float:left;
	margin-bottom:40px;
}
.mus_type {
	display:block;
}
#museumSubmenu div{
	background: url("../imgs/museumSubmenuBg.png") no-repeat scroll center bottom #F2F2F2;
    border: 1px solid #CBCBCB;
    float: left;
    margin-right: 20px;
    margin-top: 25px;
    min-height: 235px;
    position: relative;
    width: 216px;
}
#museumSubmenu .date {
	position: absolute;
	bottom: 9px;
	font-size: 11px;
	color: #5B5B5B;
	left: 5px;
	line-height: 14px;
}
#museumSubmenuLink {
	color: #4A4A4A;
	display: block;
	font-family: Arial;
	font-size: 14px;
	margin-left: 7px;
	margin-top: 7px;
	text-shadow: 0 1px 0 white;
	height: 57px;
	overflow: hidden;
	line-height:18px;
	text-shadow:none;
}
#museumSubmenuLink:hover {
	color:#eb9605;
	text-decoration:none;
}
.museumSubmenuTitle {
	font-size:19px;
	display:block;
	color:#3e3e3e;
	border-bottom:3px  solid #939393;
	padding-bottom:7px;
	margin-right: 0px;
	clear:both;
}
.museumSubmenuText {
	margin-bottom:30px;
}
.museumSubmenuText p {
	font-size:14px !important;
}

.tabTitle {
	font-size:20px;
	color:#3e3e3e;
	margin-bottom:20px;
}
.tabImage {
	margin-bottom:20px;
	overflow:hidden;
}

/*Home Page*/
#homeSlideshow {
	margin:0 auto;
}
.homepageWrapper {
    background: url("../imgs/homePageBg.png") repeat-x scroll 0 0 #373737;
	overflow-x:hidden;
}
.homeHeader {
	background: url("../imgs/homeMenuBg.png") repeat-x scroll 0 0 transparent;
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2147483;
}
.homeSlider {
	height: 590px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
}
#homeNav {
	position:absolute;
	z-index: 2147483;
	bottom:12px;
}
.headerInner {
	width:970px;
	margin:0 auto;
}
.headerInner .miniMenu {
	margin-top:0px;
	background: url("../imgs/home-min-menu-bg.png") repeat-x scroll left top transparent;
	padding-top: 9px;
}
.headerInner .language {
	margin-right: 5px;
    margin-top: 40px;
}
.headerInner h1 {
	display: block;
    height: 50px;
    margin-top: -1px;
}
.homeMenu {
	background: url("../imgs/homeMenuBg1.png") repeat-x scroll 0 0 transparent;
    height: 43px;
	margin-top: 95px;
}
.homeMenu #homeMenuInner {
	margin:0 auto;
	width:970px;
	height: 43px;
}
.homeMenu #homeMenuInner > li {
	background: url("../imgs/mainMenu-dividers.png") no-repeat scroll right 1px transparent;
    float: left;
    padding-right: 2px;
	position:relative
}
.homeMenu #homeMenuInner > li:last-child {
	background:none;
}
.homeMenu #homeMenuInner > li  > a {
 	color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 27px;
    padding: 14px 12px 3px;
}
.homeMenu #homeMenuInner li > ul { display:none; }
#homeMenuInner > li:hover, #homeMenuInner > .selected, #homeMenuInner > .par_selected, .sel {
    background: url("../imgs/selectedMainMenuLi.png") repeat-x scroll center top transparent !important;
}

#homeMenuInner > li:hover > ul {
	display:block;
}

#homeMenuInner > li > ul {
	position:absolute;
	display:none;
	z-index:999;
	top:42px;
}
#homeMenuInner > li > ul > li {
    background: url("../imgs/horizontal_menu_drop_bg.png") no-repeat scroll 11px 18px #484848 !important;
    display: block;
    float: none;
    border-bottom: 1px solid #3D3D3D;
    border-top: 1px solid #565656;
}
ul#homeMenuInner li ul li a {
    color: #FFFFFF;
    font: 13px arial;
    margin: 0;
    min-width: 230px;
    padding: 13px 15px 13px 25px;
	display:block;

}
ul#homeMenuInner li ul li a:hover {
    background: url("../imgs/horizontal_menu_drop_bg_hover.png") no-repeat scroll 11px 18px #606060 !important;
}
#homeMenuInner > li:first-child ul {
	display:none !important;
}



.homeSlider .homeNavOut {
    background: url("../imgs/homeNavBg.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.slogan {
	width:1175px;
	margin:0 auto;
}
.sloganInn {
	background: url("../imgs/sloganBg.png") no-repeat scroll left bottom ;
    bottom: 0;
    height: 105px;
    padding-left: 109px;
    padding-top: 135px;
    position: absolute;
    width: 565px;
    z-index: 97;
}
.sLink, .sLink:hover { text-decoration:none; }

.sloganInn .big {
	font-size:23px;
	color:#fff;
}
.sloganInn .ltl {
	font-size:15px;
	color:#ffa801;
	margin-top:7px;
}
.homeNavOut .homeNavIn {
	width:970px;
	margin:0 auto;
}
.homeFooterInn{
	width:960px;
	margin:0 auto;
}
#homeNav a:hover, #homeNav .activeSlide {
    background: none repeat scroll 0 0 #EB9605;
}
#homeNav a {
    background: none repeat scroll 0 0 #343434;
    display: block;
    float: left;
    height: 12px;
    margin-left: 5px;
    text-indent: -10000px;
    width: 12px;
}
.homeNavIn #searchForm {
	margin-top:3px;
}
.homeContent {
    background: url("../imgs/homeContentBg.png") repeat-x scroll 0 -1px #373737;
    height: 237px;
    margin-top: -1px;
    padding-top: 26px;
}
.homeFooter {
	background:#373737;
	min-height:100px;
}
.homeSocial {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
}
.homeSocial span {
	color:#fff;
	font-size:15px;
	float:left;
	margin-top:7px;
	margin-right:15px;
}
.homeSocial a {
	margin-left: 7px;
}
.homeCopy {
	clear:both;
	background:url("../imgs/homeFooter.png") no-repeat scroll  top center transparent;
	padding-top:15px;
	padding-bottom:15px;
}
.homeCopy a {
	float:right;
}
.homeCopy span {
	color:#fff;
	font-size:12px;
	font-family:Sylfaen;
}
.homeContentIn {
	background:url("../imgs/homeSlideBg.png") no-repeat  0 0 ;
	width:970px;
	height: 203px;
	margin:0 auto;
	position:relative;
}
#home_slideshow {
	height:203px;
	margin-top:10px;
	overflow:hidden;
}
#home_slideshow li {
	width:220px;
	float:left;
}
#home_slideshow img {
	border:2px solid #fff;
}
#home_slideshow .home_slideshow_ttl {
	background: url("../imgs/slideshowTitleBg.png") repeat-x scroll center bottom transparent;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    margin-left: 2px;
    padding-bottom: 6px;
    width: 220px;
}
#home_slideshow .jcarousel-item {
	width:220px;
	height:180px;
}
.homeContentIn .jcarousel-container-horizontal {
	padding: 11px 25px 9px 30px;
	width:920px;
}
.homeContentIn .jcarousel-clip-horizontal {
	height: 190px;
    width: 915px;
    z-index: 99;
}
.homeContentIn .jcarousel-prev-horizontal {
	width:10px;
	height:16px;
	background:url(../imgs/homePrev.png) no-repeat 0 0;
	position:absolute;
	left: 12px;
	top:95px;
	z-index:9999;
	cursor: pointer;
}
.homeContentIn .jcarousel-next-horizontal {
	width:10px;
	height:16px;
	background:url(../imgs/homeNext.png) no-repeat 0 0;
	position:absolute;
	right:15px;
	top:95px;
	z-index:9999;
	cursor: pointer;
}
.homeContentIn .jcarousel-prev-disabled {
	width:10px;
	height:16px;
	background:url(../imgs/disabledHomePrev.png) no-repeat 0 0 !important;
	position:absolute;
	left: 12px;
	top:95px;
	z-index:9999;
}

.homeContentIn .jcarousel-next-disabled {
	width:10px;
	height:16px;
	background:url(../imgs/disabledHomeNext.png) no-repeat 0 0 !important;
	position:absolute;
	right:15px;
	top:95px;
	z-index:9999;
}

.homeContentIn .jcarousel-item-horizontal {
	margin-right: 10px;
}

#slideshow {
	position: relative; width: 971px; height: 380px;
}
.slider_imgs {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}
#slideshow div img {
}
#preloader {
	width:971px;
	height:100%;
}
#preloader img {
	margin-left: 50%;
    margin-top: 190px;
    width: 40px;
}
.collectionSubmenu .navbar_in {
	margin-bottom:25px;
	height: 35px;
}
.navbar_in {
	clear:both;
	width:100% !important;
    text-align: center;

}
.navbar_in .navbar_switcher {
    display: inline-block;
	background: url("../imgs/pagerBg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #E8E8E8;
    color: #3E3E3E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-right: 3px;
	vertical-align:text-bottom;
    padding: 3px 8px 0px;
}
.navbar_in div:hover {
	text-decoration:none;
	color:#7d7d7d;
    cursor: pointer;
}
.navbar_in .navbar_active {
    display: inline-block;
	color:#fff;
	background:#e19512;
	border:1px solid #dba750;
	padding: 3px 8px 0px;
	margin-right:3px;
	text-decoration:none;
	vertical-align:text-bottom;
}
.galCont {
    float: right;
    margin-left: -2px;
    width: 650px;
}
.galContIn {
    min-height: 520px;
    overflow: hidden;
    padding-bottom: 30px;
}
.gallery-element {
	width:325px;
	float:left;
	margin-bottom:50px;
	position:relative;
}
.gallery-element:hover {
	background-position: bottom center;
}

.gallery-element .image {
	margin-bottom:10px;
	border: 1px solid #6d6d6d;
}
.gallery-element .text {
	color:#323232;
	font-size:13px;
	float: left;
	width: 140px;
	margin-left: 9px;
}

.gallery-element .text:hover { color: #ce7a00; text-decoration: none; }
.gallery-element .status {
	position:absolute;
	bottom:13px;
	right:17px;
}
.gallery-element .status img {
	margin-left:16px;
}
.the_image {
	border: 1px solid #6d6d6d;
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    overflow: hidden;
}
.right_bl_top {
	color:#4f4f4f;
	font-size:14px;
	margin-bottom:15px;
	padding-left: 8px;
}
.AlbumBlockTitle {
	color:#ffffff;
	font-size:22px;
	padding-top:50px;
	margin-bottom:15px;
	clear:both;
}
.bpText {
	font-size:11px;
	color:#8d8d8d;
	width:330px;
	float:left;
	margin-left:15px;
	margin-top:12px;
	line-height:16px;
}
.news_img img {
	padding:3px;
	border:1px solid #d4d4d4;
}
.txt_page .news_img {
	margin-bottom:5px;
}
.news_img {
	float:left;
	overflow:hidden;
	margin-right:12px;
}
.list_cascad {
	clear:both;
	margin-bottom:45px;
	overflow:hidden;
}
.list_cascad .news_date, .txt_page .news_date {
	font-size:12px;
	color:#959595;
}
.list_cascad a, .ui-widget-content .ui-tabs-panel .list_cascad a{
	color:#cf8200;
	font-size:15px;
	font-weight:normal;

}
.list_cascad h2 {}
.list_cascad a:hover, .ui-widget-content .ui-tabs-panel .list_cascad a:hover {
	color:#cf8200;
	text-decoration:none;
}
.news_text {
	overflow:hidden;
}
.news_desc {
	color:#6a6a6a;
	font-size:13px;
	line-height:21px;
}
.exb_desc {
	overflow:hidden;
}
.main_menu_fix {
	background:url("../imgs/selectedBr.png") no-repeat scroll right 1px transparent !important;
}
#loading {
	background:red;
}
.loader {
	margin-left: 50%;
    margin-top: 19%;
    width: 50px
}
.loader_home {
	margin-left: 50%;
    margin-top: 15%;
    width: 50px
}
.see_map {
	height:13px;
	background:url(../imgs/mapBg.png) repeat-x 0 0;
	display:block;
	float:right;
	color:#474747;
	font-size:13px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	padding: 11px 20px 11px 15px;
	margin-right:12px;
	clear:both;
}
.see_map img {
	float:left;
	margin-right:10px;
	margin-top: -6px;
}
#map {
	border-top:3px solid #939393;
}
#map_out {
	display:none;
	clear:both;
}

/* Collections */
.collectionSubmenuText p {
	font-size:14px !important;
}
.collectionSubmenu > div {
	width:288px;
	height:182px;
	position:relative;
	margin-right:33px;
	margin-bottom:50px;
	float:left;
}
.collectionSubmenu > div > .collectionSubmenuLink {
	position:absolute;
	bottom:0px;
	background:url(../imgs/collectionTextBg.png) repeat 0 0;
	display:block;
	width:252px;
	color:#ffffff;
	padding:12px 18px;
	font-size:14px;
}
.itemImg {
	float:left;
	margin-right:30px;
	margin-bottom: 25px;

}
.itemDesc {
	overflow:hidden;
}
.itemTitle {
	border-bottom:3px solid #979797;
	padding-bottom:15px;
}
.itemTable {
	color:#444444;
	font-size:14px;
}
.itemTable p {
	margin-bottom:0 !important;
}
.itemTable td {
	vertical-align:top;
	padding-bottom:10px;
}
.itemTable tr td:nth-child(odd){
	color:#1c1c1c;
	font-size:15px;
	padding-right:15px;
}
.itemTable a {
	color:#d27f00;
	font-size:14px;
}
.itemTable tr {
	margin-bottom:10px;
}
.itemBr {
	border-top:3px solid #979797;
	padding-top:25px;
	margin-top:25px;
	clear:both;
}
.pageShare {
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.pageShare a {
	margin-left:8px;
}

/* Collection Form */
#collection_search {
	background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #DBDBDB;
    height: 65px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    padding-top: 11px;
}
#collection_search .jqTransformSelectWrapper {
	width: 207px !important;
}
#collection_search >span {
	font-size:14px;
	color:#3e3e3e;
}
.formBr {
	clear:both;
	background:url(../imgs/formBr.png) repeat-x  0 0;
	height:3px;
	margin-top:8px;
	margin-bottom:6px;
}
#collection_search #search {
	float:left;
	border:1px solid #c9c9c9;
	background:#ffffff;
	color:#3e3e3e;
	font-size:12px;
	padding: 9px;
	margin-left:8px;
	width:165px;
	height: 16px;
}

#search-form #search {
	float:left;
	border:1px solid #c9c9c9;
	background:#ffffff;
	color:#3e3e3e;
	font-size:12px;
	padding: 9px;
	width:250px;
	height: 16px;
}
#search-form .jqTransformSelectWrapper {
	margin-left:0px;
	margin-top:20px;

}
#search-form  .search-button {
	float:right;
	margin-top:20px;
}

.search-button {
	display:block;
	float:left;
	width:96px;
	height:34px;
	background:url(../imgs/search_button.png) no-repeat 0 0;
	border:none;
	margin-left:5px;
	cursor:pointer;
}
#collection_search .first {
	display: block;
    float: left;
    margin-left: 9px;
    width: 226px;
}
#collection_search select {
	color:#3e3e3e;
	font-size:12px;
}
.news_page {
	overflow:hidden;
}
.block {
	margin-left: 5px;
    margin-right: 17px;
    width: 452px;
	margin-bottom:50px;
}
#museumSubmenu .exhibition {
	margin-right: 15px;
	margin-top: 10px;
	height:230px !important;
}
.see_all {
	float: right;
    margin-bottom: -20px;
	color:#444444;
	text-decoration:none;
}
.see_all:hover {
	color:#eb9605;
	text-decoration:none;
}
.fixed_height > div {
	min-height: 225px !important;
}
.result_cat {
	font-size:14px;
	color:#959595;
}
.result_cat  a {
	color: #333333;
}
.alphabet ul li {
	float: left;
    font-size: 14px;
    line-height: 25px;
}

.list_cascad .news_text .result_cat {
    border-bottom: 3px solid #C0C0C0;
    padding: 4px 0 10px;
}

.alphabet ul li a {
	font-size:14px;
	color:#5f5e5e;
	margin-left:7px;
}

.alphabet ul li a:hover, .alphabet ul li .selected {
	color:#ce7a00;
	text-decoration:none;
}

.ext-search > p {
	float:left;
}
.ext-search {
	clear:both;
}
.search-form {
	background: none repeat scroll 0 0 #EDEDED;
	border: 1px solid #DBDBDB;
	margin-bottom: 70px;
	padding: 20px 10px;
	margin-right:20px;
	width: 269px;
	float: left;
}
.alphabet {
	display: block;
    margin-bottom: 11px;
    overflow: hidden;
}
.the-publication .img {
	float:left;
	margin-right:25px;
	margin-bottom:15px;
}
.the-publication {
	clear:both;
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
	margin-top:15px;
}
.publication_date {
	color:#686868;
	font-size:12px;
}
.list_cascad .publication_text{
	font-size:14px;
	color:#333333;
}
.list_cascad .publication_text:hover {
	color:#D78800;
}

#content .publication p {
	margin-top:35px;
	margin-bottom:40px;
}

.more {
    background: url("../imgs/more.png") no-repeat scroll right top transparent;
    bottom: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 27px;
    padding: 8px 0 0 13px;
    position: absolute;
    right: -6px;
    width: 85px;
}
.more:hover {
    background: url("../imgs/more-hover.png") no-repeat scroll right top transparent;
    text-decoration: none;
}
.fdb-text {
	float: left;
    margin-left: 15px;
    width: 42%;
}
.fdb-text-fix{
    margin-left: 15px;
    width: auto;
	float:none;
}
.contact_form {
	float: left;
    margin-bottom: 50px;
    padding-top: 40px;
}
.fdb-text p {
	font-family:Sylfaen;
	color:#4c4c4c;
}
.contact_form table {
	color:#4c4c4c;
	font-size:14px;
	font-family:Sylfaen;
}
.contact_form table input[type=radio] {
	float: left;
    margin-right: 5px;
    margin-top: 4px;
}
.contact_form select {
	width:313px;
	border:1px solid #c9c9c9;
	background:#ffffff;
	padding:6px;
	color:#4C4C4C !important;
}
.contact_form select option {
	color:#4c4c4c;
}
.contact_form input[type=text] {
	width:300px;
	border:1px solid #c9c9c9;
	background:#ffffff;
	padding:6px;
	color:#4C4C4C;
}
.contact_form  textarea {
	width:300px;
	border:1px solid #c9c9c9;
	background:#fff;
	padding:5px;
	color:#4c4c4c;
	height:180px;
}
.fdb_submit {
	background: url(../imgs/fdb_GEO.png) no-repeat;
	width: 96px;
	height: 32px;
	border: none;
	margin-left: 195px;
	margin-bottom: 20px;
}
.fdb_error {
	margin-left: 195px;
	margin-bottom:2px;
}
.fdb-text p.pageTitle {
	font-size:20px !important;
	margin-bottom:30px !important;
}
.reg {
	overflow:hidden;
}
.reg ul > li {
	color: #4C4C4C;
    font-size: 13px;
    line-height: 21px;
    list-style: disc outside none;
    margin-bottom: 10px;
    margin-left: 40px;
}
#reg_form {
	clear:both;
	border:1px solid #dddddd;
	background:#ececec;
	overflow:hidden;
	padding:20px 20px 65px 20px;
	width:585px;
	font-family:Arial, Helvetica, sans-serif;
}
#reg_form em {
	color:#F56A6A;
}
#reg_form input[type="text"], #reg_form input[type="password"] {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    margin-bottom: 10px;
    margin-top: 3px;
    padding: 7px;
    width: 470px;
	color:#4c4c4c;
}
#reg_form input.error {  border: 1px solid #F56A6A; }
#reg_form textarea {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    height: 100px;
	width:485px;
	padding: 5px;
	width: 475px;
	margin-bottom: 10px;
    margin-top: 3px;
}
#reg_form select {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
	width:485px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    padding: 5px;
	margin-bottom: 10px;
    margin-top: 3px;
}
#reg_form > div {
	color:#4c4c4c;
	font-size:13px;
	font-family:Arial;
	clear:both;
}
#reg_form #select_year {
	float:left !important;
	display:inline !important;
	padding-right:5px;
}
#reg_form label {
	float:none !important;
	display:block !important;
	font-family:Arial, Helvetica, sans-serif;
}

#reg_form label.float {
	float:left !important;
	margin-right:10px;
	margin-bottom:10px;
}

#reg_form .jqTransformSelectWrapper {
	clear:both;
	margin-bottom:10px;
	margin-top:3px;
	margin-left:0px;
	width:487px !important;

}
#reg_form #user_newsletter_confirm {
	float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 5px;
}
.membership_buy #Submit {
	background: url(../imgs/buy.png)  no-repeat scroll 0 bottom ;
	width: 148px;
	height: 36px;
	border:none;
	float:right;
	text-indent: -9999px;
	cursor:pointer;
}
.membership_renew #Submit {
	background: url("../imgs/renew.png") no-repeat scroll 0 bottom ;
	width:173px;
	float:left;
	height:36px;
	margin-top: 10px;
	text-indent: -9999px;
	cursor:pointer;
	border:none;
}
.txt_page {
	overflow:hidden;
}
.txt_page .txt {
	overflow:hidden;
}
.txt img {
	margin-right:10px !important;
}

.not_active {
	display:none;
}
#content .txt p, #content .txt ul li, #content .txt ol li, #content .txt table  {
	font-size:14px;
	color:#4C4C4C;
}
.footerNews .news_date {
	color: #656565;
    font-size: 12px;
}
#fdb_thanks {
	font-size:14px;
	color:#4C4C4C;
}

#content .txt  ol li, #content .txt  ul li,  .ui-tabs-panel ol li, .ui-tabs-panel ul li {
	font-size:14px;
	color:#4C4C4C;
	line-height:21px;
	margin-left:45px;
}
#content .txt  ol, #content .txt  ul {
	margin-bottom:20px;
}
#content .txt  ol li {
	list-style:decimal;
}
#content .txt  ul li {
	list-style:disc;
}

.ui-tabs-panel ol {
	padding-left:0px;
}
.ui-widget-content .ui-tabs-panel a { color:#D78800; }

.album_cover { display: block; float: left; }
.miniMenu li ul { display:none; }
.txt .the_image img { margin:0 !important; }
.left {
 	float: left;
    overflow: hidden;
    width: 290px;
}
.bp_cont {
	clear:both;
	width: 267px;
	background: #e8e8e8 url("../images/bp-ornament.png") repeat-y left top;
	overflow: hidden;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #aeaeae;
	margin-bottom:25px;
}

.bp_title { font-size: 15px; color: #242424; text-align: center; padding: 10px 0 0 0; margin-bottom: 0px !important; }

#footer .footerNews {
	float: left;
	margin: 0px;
	padding: 10px;
	display: block;
	width: 331px;
	line-height:21px;
	color:#404040;
	text-shadow: 0 1px 0 #FFFFFF;
 	background: none!important;
	border-top: 1px solid #c7c7c7;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#footer .footerNews:hover {
 	background: #fff!important;
}
.collection_imgs_cont {
	border:1px solid #d7d7d7;
	background:#ffffff;
	height: 192px;
    position: relative;
    width: 966px;
	overflow:hidden;

}
.collection_imgs {
	margin:5px;
}
.collection_imgs div {
	width:473px;
	float:left;
	background:#c1c1c1;
}
.collection_imgs img {
	float:left;
	margin-right:17px;
}

.collection_imgs h2 {
	font-size:16px;
	color:#2c2c2c;
	margin-top:20px;
	float:left;
	font-weight:normal;
	width:160px;
	line-height:22px;
	margin-bottom:10px;
}
.collection_imgs span {
	width:160px;
	float:left;
	color:#656565;
	font-size:12px;
	margin-bottom:5px;
}
.membership_renew {
	display:none;
}
#buy {
	background:url(../imgs/buy.png) no-repeat;
	width:148px;
	height:36px;
	float:left;
	display:block;
	text-indent:-9999px;
}
.reg .active {
	background-position: 0 bottom !important;
}

#renew {
	background:url(../imgs/renew.png) no-repeat;
	width:173px;
	height:36px;
	float:left;
	display:block;
	text-indent:-9999px;
	margin-left:3px;
}
#content #reg_describtion { font-size:15px; font-weight:bold; }
#donate_submit {
	background:url(../imgs/pay.png) no-repeat;
	width:146px;
	height:36px;
	text-indent:-999px;
	border:none;
	cursor:pointer;
}
.bottom15 {
	margin-bottom:15px;
}
.bottom5 {
	margin-bottom:5px;
}
#form3 input.error, #form3 textarea.error {
	border:1px solid #FA7474;
}
.banner {
	clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 269px;
}
#content .banner p { margin-bottom:0px; }
.banner .banner_title {
	background: url("../imgs/banner_bottom.png") no-repeat scroll 0 0 transparent;
    color: #383838;
    display: block;
    font-size: 15px;
    height: 28px;
    padding-top: 13px;
    text-align: center;
    width: 269px;
}
.clear {
	clear:both;
}
.publication_search_results {
/*	color: #D78800;*/
    font-size: 13px;
    margin-bottom: 10px;
}
.publication_search_results {
    color: #424241;
    overflow: hidden;
    text-align: left;
    width: 229px;
}

#publication_slideshow_outer {
	background:#e0e0e0;
	border:1px solid #d3d3d3;
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:13px 40px 9px !important;
	margin-bottom:30px;
}
#publication_slideshow_inner {
	width:910px;
}
#publication_slideshow {
	width:1380px;
}
#publication_slideshow li {
	float:left;
	width:166px;
	margin-right:8px;

}
#publication_slideshow .top_publication_img {
	border:3px solid #FFFFFF;
	width:160px;
	height:100px;
	display:block;

}
#publication_slideshow .top_publication_title {
	color: #4E4E4E;
    display: block;
    line-height: 18px;
    margin-left: 5px;
    text-decoration: none;
    width: 160px;
	margin-top:5px;
}
#publication_slideshow .top_publication_title:hover {
	color:#D78800;
}

.serch_resultLink a {font-size: 13px;}
.search_news_desc {    margin-top: 7px;}
.reg form.membership_buy_class , .reg form.membership_renew_class {}
#membership_nav_block {
    overflow: hidden;
    border-bottom: 2px solid #C99007;
    width: 627px;
}
.membership_block_bg {
    background: none repeat scroll 0 0 #6F6F6F;
    margin-left: -20px;
    padding: 0;
    width: 625px;
}
.membership_block_bg div label,span.fontColor {
    color: #FFFFFF;
}
.membership_block_bg div:first-child label {
    padding-top: 5px;
}
.membership_block_bg div {
    margin-left: 20px;
}
.high { background:#EB9605; color:#fff; padding:3px; border-radius:3px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
		position: relative;
	}

}


.feedback {
    overflow: hidden;
    width: 500px;
}
.feedback form {}
.feedback form input {outline: none;}

.feedback form input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    color: #4C4C4C;
    display: block;
    margin-bottom: 7px;
    padding: 6px;
    width: 200px;
}
.feedback form input[type="submit"] {
    background: url("../imgs/fdb_GEO.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 34px;
    width: 96px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.feedback form input[type="submit"] {
	    padding: 5px 0 7px 0;
	}
}

/*  Sare button  */
/*
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
	top: 15px !important;
	left: -300px !important;
}
*/
.fb_edge_widget_with_comment {
    position: absolute!important;
    right: 0px;
}
ul#sharebutton {
    float: right;
    height: 20px;
    overflow: hidden;
}
ul#sharebutton li {
    overflow: hidden;
    display: block;
    float: left;
}
ul#sharebutton li.goolglePlus {
    width: 50px;
    height: 20px;
    overflow: hidden;
    margin-right: 10px;
}
ul#sharebutton li.twitter {
	width: 90px;
}
ul#sharebutton li.facebook {
    overflow: hidden;
    width: 87px;
}
ul#sharebutton li.printButton {
    display: block;
    float: left;
    overflow: hidden;
    width: 37px;
}
div.shareButtonBl {
    margin-bottom: 7px;
    overflow: hidden;
    width: 100%;
}
.fb_edge_widget_with_comment {
    float: left;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    right: 204px;
    width: 83px;
}
.fb-share-button {
	right:0!important;
	 width: 60px;
}
span.fb_edge_comment_widget span {
	 margin-left: -120px;
}
/* tabs */
.shareButtonBlTabs {
	margin-bottom: 14px !important;
}
.shareButtonBlTabs div.fb_edge_widget_with_comment {}
.shareButtonBlTabs ul {}
.shareButtonBlTabs ul li {
    margin: 0px;
}
.shareButtonBlTabs ul li.twitter {}
.shareButtonBlTabs ul li.goolglePlus {}
.shareButtonBlTabs ul li.printButton {}
/*  Sare button  */

.addr { line-height:22px; }
.fb_sharebutton {
	display: block;
	padding: 0px 0px 0px 8px;
	width: 48px;
	height: 18px;
	color: #3B5998 !important;
	font-size: 11px;
	font-weight: normal;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-align: left;
	border: 1px solid #D8DFEA;
	background: url('../imgs/fb_sq_small.png') no-repeat  right;
	background-color: white;
	margin-right:10px;
	float:right;
}
.fb_sharebutton:hover {
	color:#fff !important;
	background-color: #3b5998;
	border: 1px solid #295582;
	text-decoration:none;
}

.client_form {
	margin:0 15px;
	overflow: hidden;
	padding-left: 20px;
}
.formone p{
	margin:10px 5px;
	color: #666666;
	font-size: 13px;
}
.formone input, .formone select {
	border: 1px solid #CCCCCC;
	font-size: 13px;
	padding: 8px 5px;
	width: 422px;
}
.formone select {
	width: 435px;
}
.formone textarea {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 13px;
    height: 200px;
    padding: 5px;
    width: 450px;
}
.client_form span {
	color: #000000;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
}
.content_text {
	margin: 30px;
	color: #000;
	font-size: 14px;
    line-height: 21px;
}
.content_text a {
	color: #1C68A8;
}
.content_text strong{
	font-weight: bold;
}

.formone p {
	margin-bottom: 5px !important;
	margin-top: 15px !important;
}













