/********************************************************/
/* ---------------------------------------------------- */
/* CSS RESET
/* ---------------------------------------------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, address, big, cite,
em, img, small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*html, body { height: 100%; }*/ 
html {
    background: #f1f1f1 url("../imgs/bg-grad-mid.png") repeat-y top center;
    border-top: 5px solid #fff;
}
body {
	line-height: 14px;
	color: #757575;
    background: url("../imgs/bg-grad-top.png") no-repeat top center ;
	font-family: Sylfaen, Verdana, Helvetica, sans-serif;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	color: #416491;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
    color: #a81d15 !important;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
/********************************************************/


/********************************************************/
/* ---------------------------------------------------- */
/* MAIN DEFINITIONS
/* ---------------------------------------------------- */

#admin_menu {
	width: 96%;
	padding: 3px 2% 4px 2%;
	overflow: hidden;
	font-size: 11px;
	background-color: #333;
	position: fixed;
	z-index: 77;
	top: 0; left:0;
	font-family: Tahoma;
}
#admin_menu a { color: #fff; }
#admin_menu a:hover { color: #E3C46A !important; }

#all{
    background: url("../imgs/bg-grad-bot.png") no-repeat bottom center;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
/********************************************************/
/* --------------------------------------------------- */
/* HEADER
/* ------------------------------------------------- */
#header {
    background: #fff url("../imgs/header-bg-m.jpg") no-repeat;
    padding: 0 5px;
	position:relative;
}

.tw{
	   bottom: 45px;
    position: absolute;
    right: 230px;
}

.fb{
	bottom: 45px;
    position: absolute;
    right: 325px;
}
/* ------------------------------------ */
/* LOGO
/* --------------------------------- */
#header .logo {
    height: 93px;
    padding: 12px 0 0 80px;
}
#header .logo a {
    float: left;
    text-indent: -9999em;
}
#header .logo a.g, #header .logo a.e {
    height: 40px;
    margin-top: 24px;
}
#header .logo a.g {
    width: 352px;
}
#header .logo a.e {
    width: 350px;    
}
#header .logo a.p {
    width: 114px;
    height: 88px;
    margin: 0 18px 0 13px;
}
/* ------------------------------------ */
/* LANG SWITCHER
/* --------------------------------- */
#header ul.lang-switcher {
    float: left;
}
#header ul.lang-switcher li {
    height: 21px;
    background: #eeefef url("../imgs/lang-switch-bg.gif") repeat-x 0 0;
    border: 1px solid #f4f4f4;
    border-width: 0 1px;
    float: left;
    margin-right: 2px;
}
#header ul.lang-switcher li a {
    float: left;
    height: 21px;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #212e42;
    padding: 0 6px;
}
/* ------------------------------------ */
/* OPTIONS MENU
/* --------------------------------- */
#header ul.opts-menu {
    float: left;
    padding-left: 10px;
    padding-top: 4px;
}
#header ul.opts-menu li {
    float: left;
    border-left: 1px solid #d8d9db;
    padding: 0 5px;
    height: 15px;
    line-height: 13px;
}
#header ul.opts-menu li:first-child {
    border-left: none;
}
#header ul.opts-menu li a {
    color: #27364c;
    font-size: 10px;
    float: left;
}
/* ------------------------------------ */
/* SEARCH MENU
/* --------------------------------- */
#header #search-form {
    width: 216px;
    float: right;
	position: relative;
}
#header #search-form .search-field {
    width: 137px;
    float: left;
    height: 15px;
    border: 1px solid #d9dadc;
    background: #fff;
    margin-right: 2px;
    padding: 2px;
    font-size: 10px;
	color: #555;
}
#header #search-form .submit {
    height: 21px;
    width: 70px;
    padding: 0 6px;
    float: left;
    background: #eeefef url("../imgs/lang-switch-bg.gif") repeat-x 0 0;
    border: 1px solid #f4f4f4;
    border-width: 0 1px;
    color: #222f44;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
#header #search-form .eng-geo {
    /*display: none;*/
	display:block;
	position:absolute;
	left: -24px;
	top: 1px;	
}
/* ------------------------------------ */
/* MAIN MENU
/* --------------------------------- */
/* -------------------- */
/* general */
#nav-menu {
    width: 100%;
    float: left;
    height: 34px;
    background: url("../imgs/nav-grads.png") repeat-x 0 0;
    margin-top: 10px;
    font-size: 11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#nav-menu li {
    height: 34px;
    line-height: 30px;
    float: left;
    border-left: 2px solid #fff;
    position: relative;
    z-index: 333;
    background: url("../imgs/nav-grads.png") repeat-x 0 0;
}
#nav-menu>li:first-child {
    border: none;
}
#nav-menu>li { text-transform:uppercase; }
#nav-menu li:hover, 
#nav-menu li.hover, 
#nav-menu li.selected,
#nav-menu li.par_selected {
    background: url("../imgs/nav-grads.png") repeat-x 0 -34px;
}
#nav-menu li a {
    float: left;
    height: 24px;
    padding: 0 18px;
	font-weight:normal;
}

#nav-menu li:hover a, 
#nav-menu li.hover a,
#nav-menu li.selected a,
#nav-menu li.par_selected a {
    color: #fff !important;
}
#nav-menu>li>a { color: #31445f !important; }
.cufon-active.cufon-ready #nav-menu li a {
	padding-top: 10px;
	*padding-top: 0;
}
/*
#nav-menu li a:hover {
	color: #fff; /*!important;
}*/
#nav-menu li:hover ul, .nav-menu li.hover ul {
    display: block;
}
/* -------------------- */
/* dropdown */
#nav-menu ul {
    width: 414px;
    position: absolute;
    top: 100%; left: 0;
    background-color: #3d6db1;
    display: none;
}
#nav-menu ul li, #nav-menu ul li:first-child {
    height: 30px;
    line-height:28px;
    float: none;
    clear:both;
    border: 1px solid #517cb9;
    border-width: 0 0 1px 0;
    position: static;
    padding: 0 5px 0 0;
    background: none;
	text-transform: capitalize;
}
#nav-menu ul li:hover,
#nav-menu ul li.hover {
    background-color: #517cb9;
    background-image: none;
}
#nav-menu ul li.selected,
#nav-menu ul li.par_selected {
	background-color: #38669e;
    background-image: none;
}
#nav-menu ul li a {
    background: none;
    color: #fff;
    float: none; clear: both;
}
#header #nav-menu li:last-child ul {
	left: inherit;
	right: 0;
} 
#header #nav-menu li.last ul {
	right: 0;
	left: inherit;
} 
#nav-menu li li li { display: none; }
/********************************************************/
/* --------------------------------------------------- */
/* MAIN-AREA
/* ------------------------------------------------- */
#main-area {
	overflow: hidden;
    background-color: #fff;
    padding: 0 5px;
    min-height: 933px;
}
/* ------------------------------------ */
/* SLIDER
/* --------------------------------- */
/* -------------------- */
/* slider container */
.slider-container {
    position: relative;
    border-bottom: 4px solid #bfb98b;
}
.slider-container .prev, .slider-container .next {
    width: 24px;
    height: 64px;
    z-index: 99;
    position: absolute;
    top: 118px;
    background: url("../imgs/slider-arrows.png") no-repeat;
    border: none;
    cursor: pointer;
}
.slider-container .prev {
    left:0;
    background-position: -24px 0;
}
.slider-container .next {
    right:0;
    background-position: 0 0;
}
/* slider div */
.slider {
    width: 990px;
    height: 309px;
    overflow: hidden!important;
    background-color: #4675b2;
}
.slider li {
    position: relative;
    width: 990px!important;
    height: 309px;
	overflow:hidden!important;
}
.slider li .einMask {
    position: absolute;
    top:0; left:0;
    background: url("../imgs/einMask.png") no-repeat 0 0;
    width: 100%;
    height: 100%;
	z-index: 77;
}
.slider li .einMask a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.slider li .einTitle {
    position: absolute;
    bottom:13px; left:0;
    width: 100%;
    padding: 13px 0 13px 0;
	background: transparent url('../imgs/transpr.png') repeat;
	color: #fff;
	font-size: 13px;
	text-indent: 30px;
	z-index: 66;
	text-transform: uppercase;
}
/* ------------------------------------ */
/* ANNOUNCE
/* --------------------------------- */
.anno {
    height: 29px;
    overflow: hidden;
    border-top: 3px solid #fff;
    position: relative;
	background-color: #f1eedf;
}
/* -------------------- */
/* red button */
.anno .red-button {
    height: 29px;
    line-height: 28px;
    padding: 0 15px;
    background: #e21300 url("../imgs/red-grad.gif") repeat-x 0 0;
    float: left;
    border-right: 1px solid #fff;
}
.anno .red-button a {
    color: #fff;
    font-size: 14px;
}
.anno .red-button a:hover { color: #fff !important; }
/* -------------------- */
/* vertical marque */
.anno div {
    height: 29px;
    padding: 0 10px 0 10px;
    
	width:806px !important;
}
.anno ul {
    height: 29px;
    line-height: 27px;
    font-size: 11px;
    color: #777;
}

.date {
    color: #888877;
    font-size: 10px;
    font-weight: bold;
}
.anno ul a {
    /*color: #5b626b;*/
    vertical-align: middle;
/*	font-size: 13px;*/
}

.anno #v-marq {
background-color:#F1EEDF;
height:29px;
padding:0 10px;
}

/* ------------------------------------ */
/* CONTENT
/* --------------------------------- */
.content-area {
    padding-top: 10px;
    overflow: hidden;
}
.content-area h2.heading {
    height: 33px;
    font-size: 12px;
    text-align: center;
    padding: 0 70px;
    margin-bottom: 14px;
	padding-top: 4px;
	text-transform:uppercase;
}
/* IE7 only */
*+html .content-area h2.heading { 
	padding-top: 0;
} 

.content-area h2.heading cufon {
	padding-bottom: 1px;
}
.content-area .latest-news li, .content-area .side-list li {
    border-bottom: 1px dotted #e0dab6;
    padding: 0 10px 16px 0;
    margin-bottom: 16px;
    color: #000;
    line-height: 16px;
    font-size: 12px;
}
.content-area .side-list li {
	padding-left: 28px;
	background: url("../imgs/the-ring-of-li.png") no-repeat 0 3px;
}
.content-area li .title a {
    font-size: 12px;
}
.content-area li .description {
    padding-top: 10px;
}
/* -------------------- */
/* left column */
.left-side {
    width: 276px;
    float: left;
}
.left-side h2.heading {
     background: url("../imgs/curve-small.png") no-repeat 0 0;
}
.left-side .dashed-border {
    border-right: 1px dashed #ece8d1;
    padding: 0 6px;
}
.left-side ul {
    padding-right: 6px;
}
.left-side .banner-place {
    padding-top: 20px;
}
.left-side .banner-place img {
	padding-bottom: 5px;
}
/* -------------------- */
/* middle column */
.mid-cont {
    width: 434px;
    float: left;
}
.mid-cont h2.heading {
    background: url("../imgs/curve-big.png") no-repeat 0 1px;    
}
.latest-news ul {
    padding: 0 10px;    
}
.latest-news li .image {
    float: left;
    padding-bottom: 9px;
    background: url("../imgs/thumb-shadow.png") no-repeat center bottom;
    margin: 4px 12px 0 0;
}
.latest-news li .image a {
    float: left;
    padding: 1px;
    border: 1px solid #bebebe;
}
.latest-news li .image a:hover {
    border: 1px solid #a81d15;
}
.latest-news li .image img {
    float: left;
}
.latest-news li {
    border-bottom: 1px solid #e0dab6;
    margin-top: 16px;
    color: #000;
    line-height: 16px;
    font-size: 12px;
    overflow: hidden;
    padding-bottom: 16px;   
}
.latest-news li .title a {
    font-style: normal;
    font-size: 12px;
}
.latest-news li .description {
    padding-top: 10px;
}
.latest-news li:last-child {
    border: none;
}
/* -------------------- */
/* Persons page */
.persons-list .description {
	display: none;
}
.persons-list .title {
	display: none;
}
/* -------------------- */
/* right column */
.right-side {
    width: 276px;
    float: left;
}
.right-side h2.heading {
     background: url("../imgs/curve-small.png") no-repeat 0 0;
}
.right-side .dashed-border {
    border-left: 1px dashed #ece8d1;
    padding: 0 6px;
}
.right-side ul {
    padding-left: 6px;
}
.foto-gal, video-gal {
    margin-bottom: 20px;
}
.show-cats {
	display: block;
	position: relative;
	width: 263px;
	height: 120px;
	background: url('../imgs/foto-gal.jpg') no-repeat;
}
.gal-cats {
	position: absolute;
	top:0; right:0; bottom:0; left:0;
	background-color: #fff;
	list-style: disc;
	padding-top: 2px;
	display: none;
}
/*
.show-cats:hover .gal-cats, .show-cats.hover .gal-cats {
	display: block;	
}*/
.gal-cats li {
	color: #ccc;
	font-size: 13px;
	/*border-bottom: 1px solid #777;*/
	height: 18px;		
	line-height: 16px;
	margin-top: 10px;
	padding-bottom: 10px;
	/*margin-left: 18px;*/
	margin-left: 30px;
	margin-right: 20px;		
}
.gal-cats a {
	/*color: #fff;*/
}
.gal-cats a:hover {
	/*color: #ff7979 !important;*/
}
/* --------------------------------- */
/* SUB MENU
/* ----------------------------------*/
.left-side ul.sub-menu {
	padding: 0;
	width: 256px;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform: uppercase;
}
.left-side ul.sub-menu li { 
	padding: 13px 10px; 
	list-style-type: none;	
	background: none;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
}	
.left-side ul.sub-menu ul {
	display: none;
}
.left-side ul.sub-menu li.par_selected,
.left-side ul.sub-menu>li.selected {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.left-side ul.sub-menu li.par_selected ul,
.left-side ul.sub-menu>li.selected>ul {
	display: block;
	padding: 0;
}
.left-side ul.sub-menu li.selected ul { display: block; }
.left-side ul.sub-menu li.par_selected ul li,
.left-side ul.sub-menu li.selected ul li {
	padding: 12px 0 8px 26px;
	font-size: 11px;
	background: url('../imgs/sub-menu-icon.gif') no-repeat 13px 15px;
}
.left-side ul.sub-menu li:last-child { border: none; }

.left-side ul.sub-menu li a { 
	color: #555555; 
} 
.left-side .sub-menu li.selected>a,
.left-side .sub-menu li.par_selected>a { 
	color: #4070b4; 
}
.left-side .sub-menu li.par_selected>a,
.left-side .sub-menu>li.selected>a {
	display: block; 
	padding-left: 10px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}
.left-side ul.sub-menu li cufon {
	padding-bottom: 2px;
}
/*********************************************************/
/* ---------------------------------------------------- */
/* PAGER
/* --------------------------------------------------- */
.pager {
	height: 70px;
	text-align: center;
	letter-spacing: 5px;
	white-space: nowrap;
	overflow: hidden;
}
.pager a, .pager .current {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	color: #1f1f1f;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	letter-spacing:normal;
	*display: inline;
	*margin: 0 20px 0 20px;
}
.pager .current {
	background: #e7e1bd url('../imgs/pager-rad-grad.png') no-repeat center center;
	border-color: #cec8a5;
}
/*********************************************************/
/* ---------------------------------------------------- */
/* LIST-CASCAD page type
/* --------------------------------------------------- */
.pagetype-list-cascad {
	padding: 10px;
}
.pagetype-list-cascad li {
    border-bottom: 1px dotted #e0dab6;
    padding: 0 10px 16px 0;
    margin-bottom: 16px;
    color: #000;
    line-height: 16px;
    font-size: 12px;
	position: relative;
}
.pagetype-list-cascad li .read-more {
	position: absolute;
	bottom:20px; right:0;
	display: block;
}
/*********************************************************/
/* ---------------------------------------------------- */
/* TXT page type
/* --------------------------------------------------- */
.pagetype-txt {
	padding: 5px 15px;
	font-size: 12px;
	color: #333;
}
.pagetype-txt .title {
	font-size: 16px;
	line-height: 19px;
	padding: 3px 20px 5px 0; 
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.pagetype-txt .title .print-me {
	display: block;
	position: absolute; 
	top: 6px; right: 0;
}
.pagetype-txt ul {
	list-style: disc;
	padding-left: 20px;
}
.pagetype-txt strong, .pagetype-txt b {
	font-weight: bold;
}
.pagetype-txt p {
	padding-bottom: 10px;
	line-height: 1.3;
}
.pagetype-txt table {
	/*border: 1px solid #ccc;*/
	border-collapse: collapse;
}
/*********************************************************/
/* ---------------------------------------------------- */
/* FORM page type
/* --------------------------------------------------- */
.pagetype-form {
	padding: 5px 15px;
	font-weight: bold;
}
.pagetype-form form {
	padding: 0 15px;
}
.content_fld_title {
	font-size: 16px;
	line-height: 19px;
	padding: 3px 20px 5px 0; 
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}
#acreditation_table {
	width: 100%;
	font-size: 13px;
}
#acreditation_table td {
	width: 50%;
	padding: 2px 0 6px 0;
}
#acreditation_table td span {
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
#acreditation_table input {
	width: 300px !important;
	margin-left: 20px;
	border: 1px solid #ccc;
}
#acreditation_table input.submit {
	width: 80px !important;
}
.thanks {
	padding: 10px 20px;
	font-size: 13px;
	color: #777;
	line-height: 17px;
	text-align: center;
	color: green;
}
/*********************************************************/
/* ---------------------------------------------------- */
/* SUBMENU page type
/* --------------------------------------------------- */
.pagetype-submenu {
	padding: 10px 5px 10px 44px;
}
.pagetype-submenu .submenu li {
	width: 42%;
	float: left; display: inline;
	margin: 10px 24px 6px 0;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f9f9f9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	padding: 20px 10px;
}
.pagetype-submenu .submenu li a {
	color: #666;
}
/*********************************************************/
/* ---------------------------------------------------- */
/* SITEMAP page type
/* --------------------------------------------------- */
.pagetype-sitemap {
	padding: 10px 5px 10px 26px;
}
.pagetype-sitemap .title {
	font-size: 16px;
	line-height: 19px;
	padding: 3px 20px 5px 0; 
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}
ul.sitemap {
	font-size: 13px;
	list-style: circle;
	margin-left: 30px;
}
.sitemap li { 
	margin-bottom: 10px;
	font-weight: bold; 
} 

.sitemap a { color: #555 !important; }
.sitemap a:hover { color: #CA0002 !important; }

.sitemap ul li {	
	margin: 10px 0 0 16px;
	font-weight: normal;
	list-style-type: disc;	
}
/*********************************************************/
/* ---------------------------------------------------- */
/* GALLERY page type
/* --------------------------------------------------- */
/*--------------------------*/
/* INSIDE GALLERY   
 -------------------------*/
.pagetype-inside-album .title {
	font-size: 16px;
	line-height: 19px;
	padding: 3px 20px 5px 0; 
	margin: 10px 20px 10px 26px;
	position: relative;
	border-bottom: 1px solid #eee
}
.gallery-element {
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkitborder-radius: 4px;
	background-color: #f8f8f8;	
	margin: 3px 15px;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
}
.gallery-element .read_more {
	text-align: right;
} 
.gallery-element .read_more a {
	color: #2E447D;
	font-size: 11px;
	font-weight: bold;
} 
#album {
	padding-left: 22px;
}
#album .a1, #album .a2, #album .a3, #album .a4 {
	width: 25%;
	float: left;
}
.the_image {
	float: left; display: inline;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px;
	margin-right: 20px;
	clear: both;
}
.the_image img {
	border: 1px solid #fff;
}
.the_image:hover {
	background-color: #ECE9D7;	
}

.ppt { text-indent: -9999em !important; }
/*********************************************************/
/* ---------------------------------------------------- */
/* FORM search
/* --------------------------------------------------- */
.pagetype-search {
	padding: 10px;
}
.found {
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ECE8D1;
}
.found strong {
	font-weight: bold;
	color: #777;
}
/*********************************************************/
/* ---------------------------------------------------- */
/* PRESS RELEASES page type
/* --------------------------------------------------- */
.pagetype-press-rel {
	padding: 10px;
} 
ul.press-releases {
	padding: 20px 0;
}
ul.press-releases li {
	overflow: hidden;
	padding: 4px 0;
	border-bottom: 1px solid #ECE8D1;
}
ul.press-releases li li {
	padding: 4px 0;
	/*border-bottom: 1px solid #ECE8D1;*/
}
ul.press-releases img {
	float: left;
}
ul.press-releases .date {
	float: left;
	font-size: 12px;
}
ul.press-releases .edit {
	float: left;
	padding-right: 5px;
}
ul.press-releases .doc-icon {
	float: left; 
	padding: 0 2px;
	margin-top: -2px;
}
ul.press-releases a {
	font-size: 13px;
}
/*********************************************************/
/* ---------------------------------------------------- */
/* FEEDBACK FORM page type
/* --------------------------------------------------- */
.pagetype-fdb {
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}
.pagetype-fdb .title {
	font-size: 16px;
	line-height: 19px;
	padding: 3px 20px 5px 0; 
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.pagetype-fdb table {
	padding: 0 20px;
}
.pagetype-fdb td {
	vertical-align:top;
	padding: 4px 5px;
}

.pagetype-fdb input, .pagetype-fdb textarea {
	width: 300px;
	border: 1px solid #c7c7c7;
	margin-left: 10px;
}
.pagetype-fdb textarea {
	width: 400px;
}
.pagetype-fdb .submit {
	width: auto;
	color: #555;
	cursor: pointer;
}

/********************************************************/
/* --------------------------------------------------- */
/* FOOTER
/* ------------------------------------------------- */
#footer {
    background: url(../imgs/footer-bg.png) no-repeat scroll 0 0 transparent !important;
    font-size: 10px;
    height: 115px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px 55px;
    position: relative;
    width: 969px;
}
#footer p {
    margin-top: 90px;
}
#footer .copyright {
    float: left;
}
#footer .made-by {
    float: right;
	
}
#footer .made-by a {
    font-weight: bold;
}
#footer .foot-logo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 3px;
	left: 462px;
}
#footer .foot-logo a {
	display: block;
	text-indent: -9999em;
	height: 100%;
}




/* ---------------------------------------------------- */
/* CALENDAR
/* ---------------------------------------------------- */
.calendar_box {	
	width: 252px;	
}
.calendar_box .calendar {
	/*background-color:#D9D9D9;*/
	border-collapse: separate;
	border: 8px solid transparent;
	border-top-width: 2px;
}
.calendar_box .calendar td {
	background-color:#FFFFFF;
	border:1px solid #CDCFCF;
	color:#3F3F3F;
	font-size:12px;
	height:28px;
	text-align:center;
	vertical-align:middle;
	width:38px;
}
.calendar_box .calendar td.calendar_days_link {
	background-color:#e9e9e9;
}
.calendar_box .calendar td.calendar_days_today {
	border:2px solid #095fb8;
	color: #095fb8;
}
.calendar_box .calendar td a {
	color:#095fb8;
	display:block;
	font-weight:bold;
	width:100%;
}
.calendar_box .calendar thead td {
	background-color:transparent;
	border:medium none;
	padding-bottom:6px;
}
.calendar_box .calendar_forms {
	background-color:#FFFFFF;
	padding: 0 9px 0 7px;
}
.calendar_box .calendar_forms select {
	font-size:11px;
}
.calendar_box .calendar_forms select[name="month"] {
	width:150px;
}
.calendar_box .calendar_forms select[name="year"] {
	width:54px;
}
.calendar_box .calendar_forms .calendar_select {
	display: inline; float: left;
	margin-top: 1px;
	height: 20px;
}
.calendar_box .calendar_forms .calendar_button {
	display: inline; float: right;
	height: 18px;
	padding-bottom: 2px;
	height: 20px;
}
.calendar_box .calendar_forms input[type="submit"], .submit-arrow {
	background:#CDCFCF url(../imgs/calendar-arrow.gif) no-repeat scroll center center;
	border:0 none;
	height:18px;
	width:24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.calendar_forms {
	overflow: hidden;
}
.calendar_head {
	/*background-color:#D9D9D9;*/
	/*padding-bottom:5px;*/
	padding-top:20px;
	text-align:center; 
}
.calendar_middle h2 {
	background-color: #f4f4f4;
	text-transform: uppercase;
	margin-left: 7px;
	padding: 5px 0 5px 3px;
	color: #666;
}
.calendar_head { margin-bottom: 0 !important; }



.gal_main {
	 float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 335px;
}
.gal_main img {
	border: 2px solid #CCCCCC;
    float: left;
}

.glhd {
	float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 141px;
}

#gale {
	position:relative;
}

#list_gale_main {
	display:none;
	top:5px;
	left:0;
	position:absolute;
}

#list_gale_main li{
	background: url("../imgs/icon.png") no-repeat scroll 0 3px transparent;
    padding-left: 28px;
	padding-bottom:10px;
}

#list_gale_main li a {
	padding-top:6px;
	display:block;
	font-size:11px;
}

.soc{
	bottom: 44px;
    position: absolute;
    right: 263px;
}

.soc a {
	margin-right:5px;
}

.fb-like { float: right; margin: 2px 10px 0 0; }

.fb_edge_comment_widget { left:-300px !important;} 
.connect_comment_widget .nub{ left: 315px !important; visibility: hidden !important; }
