/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  position: relative;
  font-size: 14px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  background: #d4e2f2 url(../../images/front/body.gif) repeat-x 0 -10px;
}



a {
  color: #008cd4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:-moz-any-link:focus {
  outline: none;
}
h1 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #3a5978;
}
h1:first-letter {
  text-transform: uppercase;
}
h2, .heading_2 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
ul {
  list-style: none;
}
p {
  margin-bottom: 10px;
}
img {
  display: block;
}
a img {
  border: none;
}
p, ul {
  line-height: 16px;
}



#wrapper {
  position: relative;
  min-height: 100%;
  _height: 100%;
}


#header {
  z-index: 1000;
  position: relative;
  width: 960px;
  height: 130px;
  margin: 0 auto;
}
#logo {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 20px;
  width: 287px;
  height: 47px;
  margin: 0;
  padding: 0;
}
#logo a {
  display: block;
  width: 287px;
  height: 47px;
  text-indent: -1000em;
  background: url(../../images/front/logo_4.gif) no-repeat top center;
}




#main_navigation {
  z-index: 900;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
}
#main_navigation ul.level_1 {
  float: right;
  height: 42px;
}
#main_navigation ul.level_2, #main_navigation ul.level_3 {
  display: none;  
}
#main_navigation li, #main_navigation li a, #main_navigation li span {
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#main_navigation li {
  position: relative;
  padding: 0 0 0 10px;
  background: url(../../images/front/menu.gif) no-repeat bottom left;
}
#main_navigation li a, #main_navigation li span {
  padding: 0 15px 0 5px;
  color: #fff;
  background: url(../../images/front/menu.gif) no-repeat bottom right;
}
#main_navigation li.first {
  background: url(../../images/front/menu.gif) no-repeat 0 -42px;
}
#main_navigation li.first a {
  background: url(../../images/front/menu.gif) no-repeat 100% -42px;
}
#main_navigation li.selected {
  background: url(../../images/front/menu.gif) no-repeat 0 0;
}
#main_navigation li.selected a,
#main_navigation li.selected span
{
  color: #466087;
  background: url(../../images/front/menu.gif) no-repeat 100% 0;
}

#main_navigation div.level_2 {
  position: absolute;
  left: 0;
  display: none;
  width: 170px;
  margin: 42px 0 0 -3px;
  _margin: 42px 0 0 0;
  padding: 5px 8px 10px 8px;
  _padding: 5px;
  background: url(../../images/front/main_menu.png) no-repeat bottom center;
  _background: #fff;
}
#main_navigation li:hover div.level_2 {
  display: block;
}
#main_navigation div.level_2 a {
  display: block;
  float: none;
  height: auto;
  padding: 8px 10px;
  line-height: 14px;
  font-size: 11px;
  font-weight: normal;
  color: #41587a;
  background: none;
  border-bottom: 1px solid #cfdff0;
}
#main_navigation div.level_2 a:hover {
  background-color: #ecf3fb;
}
#main_navigation div.level_2 a.last {
  border: none;
}



#main_navigation li span {
  cursor: default;
}
.inner #main_navigation li a {
}
#main_navigation ul.level_2 {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 32px;
  display: none;
  width: 180px;
  padding: 5px 10px;
  background: #fff;
}
#main_navigation ul.level_2 li, #main_navigation ul.level_2 li a {
  float: none !important;
  width: 100%;
  padding: 0;
  font-size: 12px;
}
#main_navigation ul.level_2 li.last a {
  border: none;
}
#main_navigation li.hover {
}
#main_navigation li.hover a {
}
#main_navigation ul.level_2 li.hover {
  background: none;
}
#main_navigation li.hover ul {
  display: block;
}

#languages {
  position: absolute;
  top: 13px;
  right: 0;
}
.langs_home {
  top: 35px !important;
}
#languages ul {
  float: left;
}
#languages ul li, #languages ul li a {
  float: left;
  font-size: 11px;
  color: #333;
  -moz-border-radius: 3px;
}
#languages ul li a {
  padding: 5px 5px 5px 25px;
  line-height: 11px;
}
#languages ul li.lang_ru {
  margin-right: 10px;
  background: #e5f0fb url(../../images/front/flag_ru.gif) no-repeat 5px 5px;
}
#languages ul li.lang_bg {
  margin-right: 10px;
  background: #e5f0fb url(../../images/front/flag_bg.gif) no-repeat 5px 5px;
}
#languages ul li.lang_en {
  margin-right: 10px;
  background: #e5f0fb url(../../images/front/flag_en.gif) no-repeat 5px 5px;
}
#languages ul li.lang_ro {
  background: #e5f0fb url(../../images/front/flag_ro.gif) no-repeat 5px 5px;
}

#header_contacts {
  position: absolute;
  top: 45px;
  right: 0;
  width: 240px;
}
#header_contacts p {
  margin: 0 0 5px 0;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
#header_contacts p strong.uppercase {
  font-size: 14px;
}
#header_contacts p strong.uppercase,
#header_contacts p a
{
  color: #4A5E7C;
}
#header_contacts p strong.phone {
  padding-left: 16px;
  background: url(../../images/front/bullet_phone.gif) no-repeat center left;
}
#header_contacts p strong.email {
  padding-left: 16px;
  background: url(../../images/front/bullet_mail.gif) no-repeat center left;
}


/*******************************/
/*********    Content     ******/
/*******************************/
#content_outer {
  background: #c6d9ed url(../../images/front/content.gif) repeat-x top left;
}
#content_inner {
  width: 960px;
  margin: 0 auto;
}
#left_column {
  float: left;
  width: 710px;
  padding-top: 25px;
}
#right_column {
  float: right;
  width: 210px;
  padding: 40px 0 25px 0;
}
.home_page #left_column {
  padding-top: 40px;
}
#single_column {
  width: 960px;
  padding-top: 25px;
}

/*******************************/
/***  RIGHT COLUMN  ************/
/*******************************/
#right_column h2 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #465975;
}
#video_gallery {
  margin-bottom: 12px;
}
#photo_gallery {
}
#video_gallery .thumb_2,
#photo_gallery .thumb_2
{
  position: relative;
}
#video_gallery .icon,
#photo_gallery .icon
{
  z-index: 10;
  position: absolute;
  top: -5px;
  right: -10px;
}
#video_gallery h3 {
  margin-bottom: 20px;
  padding: 5px 5px 0 5px;
  line-height: 16px;
  font-size: 14px;
}
#video_gallery h3:first-letter {
  text-transform: uppercase;
}
#video_gallery h3 a {
  color: #487092;
}
#stroika {
  position: relative;
  width: 210px;
  height: 87px;
  background: url(../../images/front/stroika.jpg) no-repeat center;
}
#stroika h2 {
  margin-bottom: 3px;
  padding: 10px 15px 0 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#stroika p {
  margin-bottom: 0;
  padding: 0 15px;
  line-height: 12px;
  font-size: 11px;
  color: #c4d4e9;
}
#stroika a {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 210px;
  height: 87px;
}


#enquiry {
  position: relative;
  width: 210px;
  height: 127px;
  margin-bottom: 14px;
  background: url(../../images/front/enquiry.jpg) no-repeat center;
}
#enquiry h2 {
  margin-bottom: 0;
  padding: 20px 15px 17px 65px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
#enquiry p {
  margin-bottom: 0;
  padding: 0 15px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}
#enquiry p a {
  color: #fff;
}
#enquiry_link {
  display: block;
  z-index: 100;
  position: absolute;
  width: 210px;
  height: 60px;
  border: 1px solid;
  background: #fff;
  filter:alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
  text-decoration: none;
  border: none;
}



/*******************************/
/***  HOME PAGE  ***************/
/*******************************/
#intro {
  overflow: hidden;
  position: relative;
  width: 690px;
  height: 501px;
  margin-bottom: 15px;
  padding: 10px 10px 0 10px;
  background: url(../../images/front/video_holder.gif) no-repeat center top;
}
#intro span.s_dec {
  display: block;
  height: 11px;
  margin: 0 -10px;
  background: url(../../images/front/video_holder.gif) no-repeat center bottom;
}
.intro_holder {
  height: 490px;
}
#intro .static {
  position: absolute;
  left: 20px;
  right: 20px;
  _right: 0;
  bottom: 20px;
  margin: 0;
  padding: 12px 9px 5px 15px;
  color: #fff;
}
#intro .static h2 {
  margin-bottom: 5px;
  color: #fff;
}
#intro .static p {
  line-height: 16px;
}
#intro .intro_text {
  z-index: 120;
}
#intro .intro_shadow {
  z-index: 110;
  color: #000;
  left: 21px;
  right: 19px;
  bottom: 19px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
#intro .intro_bgr {
  z-index: 100;
  background: #000;
  color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
#intro .intro_shadow h2,
#intro .intro_bgr h2
{
  color: #000;
}

#bottom_info {
  width: 940px;
  margin: 0 auto;
  padding-top: 20px;
}
#bottom_info div {
  float: left;
  width: 30%;
  font-size: 11px;
  color: #465975;
}
#bottom_info h2 {
  margin-bottom: 5px;
  color: #435b7f;
  font-size: 20px;
  font-weight: normal;
}
#bottom_info img {
  float: left;
  margin: 0 20px 10px 0;
}
#section_1,
#section_2
{
  margin-right: 5%;
}

.center_column {
  width: 940px;
  margin: 0 auto;
}

#weather_widget {
  float: right;
  width: 180px;
  padding: 20px 0 0 30px;
}

#latest_news {
  padding: 20px 0;
  border-bottom: 1px solid #c1d4eb;
}
#latest_news h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}
#latest_news h3 {
  margin-bottom: 5px;
}
#latest_news a {
  color: #435b7f;
}
#latest_news p {
  font-size: 12px;
}
.s_article {
  float: left;
  width: 340px;
  margin: 0 20px 0 0;
}
.s_article h3 {
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
}
.s_article p {
  margin-bottom: 5px;
}
.s_article a.s_more {
  padding-left: 16px;
  font-size: 12px;
  background: url(../../images/front/bullet_2.gif) no-repeat center left;
}

#article .s_date {
  float: right;
  margin: 5px 0 10px 10px;
  padding: 3px 10px;
  font-size: 11px;
  background: #b1cce8;
}
.s_latest_news {
  padding: 15px 10px 0 10px !important;
  border-bottom: none !important;
  border-top: 1px solid #b1cce8;
}
.s_latest_news .s_article {
  width: 315px;
}


#home_seo_text {
  padding: 20px 0 0 0;
}
#home_seo_text h3 {
  padding-left: 0;
  padding-right: 0;
}

/*******************************/
/***  VIDEO PAGE  **************/
/*******************************/
.video_listing .gallery_folder h3 a {
  min-height: 32px;
}
.video_holder {
  width: 690px;
  height: 480px;
  padding: 10px 10px 11px 10px;
  background: url(../../images/front/video_holder.gif) no-repeat center top;
}
.video_holder span.decoration {
  position: relative;
  display: block;
  width: 710px;
  height: 11px;
  margin: 0 -10px;
  line-height: 0;
  font-size: 0;
  background: url(../../images/front/video_holder.gif) no-repeat center bottom;
}

.video_holder object,
.video_holder embed
{
  width: 690px !important;
  height: 480px !important;
}

.video_library {
  overflow: auto;
  width: 230px;
  height: 610px;
  margin-right: -20px;
}
.video_library .thumb_2 {
  ~position: static !important;
}
.video_library .thumb_2 .play_button {
  ~display: none;
}

/*******************************/
/***  GALLERY PAGE  ************/
/*******************************/
.gallery_listing {
  margin-right: -10px;
  padding: 0 0 10px 10px;
}
.gallery_listing .gallery_folder {
  float: left;
  width: 210px;
  margin: 0 30px 20px 0;
}
.gallery_folder a.thumb_2 {
  margin-bottom: 10px;
}
.gallery_folder h3 {
  margin: 0 0 -5px 0 !important;
  line-height: 16px;
  font-size: 14px;
  background: #a3c2e1;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}
.s_gallery h3 a {
  min-height: 32px;
}
.gallery_folder h3 a {
  display: block;
  width: 198px;
  padding: 6px 2px 11px 10px;
}
.gallery_folder a.more {
  display: block;
  margin: -16px 0 0 0;
  padding: 4px 2px 7px 10px;
  font-size: 12px;
  background: url(../../images/front/home_thumb.gif) no-repeat bottom center;
}
.gallery_folder a {
  color: #3a5978;
}

#page_gallery {
  float: left;
  width: 710px;
}
#gallery_controls {
  position: relative;
  height: 28px;
  margin-bottom: 10px;
}
#gallery_controls a {
  display: block;
  height: 28px;
  padding: 0 7px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: bold;
  font-size: 11px;
  background: #b1cae6;
  color: #3a5978;
}
#gallery_controls a span {
  line-height: 20px;
  font-weight: normal;
  font-size: 48px;
  vertical-align: top;
}
#gallery_controls a.next,
#gallery_controls a.prev
{
  position: absolute;
  top: 0;
  width: 120px;
  text-align: center;
  background: #3a5978;
  color: #fff;
}
#gallery_controls a.next {
  right: 125px;
}
#gallery_controls a.prev {
  left: 125px;
}
#gallery_controls a.play,
#gallery_controls a.pause
{
  margin: 0 auto;
  width: 120px;
  text-align: center;
  text-indent: 20px;
}
#gallery_controls a.play {
  background: #b1cae6 url(../../images/front/play.gif) no-repeat 5px 5px;
}
#gallery_controls a.pause {
  background: #b1cae6 url(../../images/front/pause.gif) no-repeat 5px 5px;
}
#gallery_slideshow_holder {
  width: 690px;
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
  background: url(../../images/front/video_holder.gif) no-repeat center top;
}
#gallery_slideshow_holder span.decoration {
  position: relative;
  display: block;
  width: 710px;
  height: 11px;
  margin: 0 -10px;
  line-height: 0;
  font-size: 0;
  background: url(../../images/front/video_holder.gif) no-repeat center bottom;
}
#razpolojenie_intro {
  overflow: hidden;
}
#razpolojenie_intro img {
  margin: -10px 0 -20px -20px;
}
#gallery_slideshow {
  text-align: center;
}
#gallery_slideshow img {
  display: inline;
}
#gallery_thumbs {
  width: 250px;
  padding-top: 3px;
  float: right;
}
#gallery_thumbs ul.thumbs {
  clear: both;
}
#gallery_thumbs a.thumb {
  float: left;
  margin: 0 0 15px 15px;
}
#gallery_thumbs .pagination,
.menu_gallery .pagination
{
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 15px;
  float: right;
}
#gallery_thumbs .pagination a,
#gallery_thumbs .pagination span,
.menu_gallery .pagination a,
.menu_gallery .pagination span
{
  display: block;
  float: left;
  height: 24px;
  margin-right: 5px;
  padding: 0 7px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
}
#gallery_thumbs .pagination a,
.menu_gallery .pagination a
{
  color: #3a5978;
  background: #b1cae6;
}
#gallery_thumbs .pagination span
.menu_gallery .pagination span
{
  color: #999;
}
.gallery_desc {
  width: 690px;
}
.menu_gallery .top {
  display: none;
}
/**********************************/
/**********************************/
/**********************************/
.thumb {
  display: block;
  width: 100px;
  height: 100px;
  padding: 5px 5px 6px 5px;
  background: url(../../images/front/thumb_1.gif) no-repeat center;
}
.thumbs .zoom {
  display: none;
}
.thumb_2 {
  display: block;
  width: 200px;
  height: 140px;
  padding: 5px 5px 6px 5px;
  background: url(../../images/front/home_thumb.gif) no-repeat center;
}
.thumb_2 img {
  width: 200px;
  height: 140px;
}
.video_thumb {
  position: relative;
  cursor: pointer;
}
.video_thumb .play_button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 50px;
  width: 70px;
  margin: -25px 0 0 -35px;
  text-indent: -1000em;
  background: url(../../images/front/button_play.png) no-repeat scroll center center;
  cursor: pointer;
}
.home_page .static {
  margin-bottom: 30px;
}
.icon {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -1000em;
}
.icon_video {
  background: url(../../images/front/icon_video.png) no-repeat top left;
}
.icon_photo {
  background: url(../../images/front/icon_photo.png) no-repeat top left;
}


.menu_gallery {
  width: 365px;
  float: left;
  margin: 0 20px 0 0;
}
.menu_gallery_slideshow_holder {
  margin-bottom: 15px;
  padding: 10px 10px 0 10px;
  background: url(../../images/front/thumb_menu_2.gif) no-repeat center top;
}
.menu_gallery_slideshow_holder .s_dec {
  display: block;
  height: 11px;
  margin: 0 -10px;
  background: url(../../images/front/thumb_menu_2.gif) no-repeat center bottom;
}
.menu_gallery_slideshow {
  /*
  height: 280px;
  */
  text-align: center;
}
.menu_gallery_slideshow img {
  display: inline;
}
.menu_gallery p.caption,
#page_gallery p.caption
{
  margin: 0;
  padding:10px 0 0 0;
}
.menu_gallery p.caption a.zoom {
  display: block;
  float: right;
  width: 19px;
  height: 19px;
  text-indent: -1000em;
  background: url(../../images/front/icon_lense.gif) no-repeat center top;
}
.menu_gallery p.caption a.zoom:hover {
  background-position: center bottom;
}
.menu_gallery ul.thumbs li {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 15px 15px 0;
}
.menu_gallery ul.thumbs li.last {
  margin-right: 0;
}
.menu_gallery ul.thumbs li a {
  display: block;
  width: 70px;
  height: 70px;
  padding: 5px 5px 6px 5px;
  background: url(../../images/front/thumb_menu_1.gif) no-repeat center;
}


.ui_tabs {
  position: relative;
}
.ui_tabs div.tab {
  visibility: hidden;
}
.ui_tabs div.ui-tabs-panel {
  visibility: visible;
}
.tabs_navigation {
  position: absolute;
  top: -40px;
  margin-bottom: 20px;
  right: 20px;
}
.tabs_navigation li, .tabs_navigation li a {
  float: left;
  display: block;
  height: 24px;
  line-height: 24px;
}
.tabs_navigation li a {
  padding: 0 10px;
  font-weight: bold;
}
.tabs_navigation li.ui-tabs-selected a {
  background: #bbcfe2;
}
/*******************************/
/*****       POSELKI        ****/
/*******************************/
.albena_hills_1 {
  float: left;
  width: 430px;
  height: 225px;
  margin: 0 auto;
}
.albena_hills_1 a {
  display: block;
  width: 410px;
  height: 205px;
  background: url(../../images/front/albena_hills_1.jpg) repeat-x center;
}
.albena_hills_2 {
  float: left;
  width: 430px;
  height: 225px;
  margin: 0 25px 20px 0;
}
.albena_hills_2 a {
  display: block;
  width: 410px;
  height: 205px;
  background: url(../../images/front/albena_hills_2.jpg) repeat-x center;
}
.albena_hills_1 a, .albena_hills_2 a {
  text-indent: -1000em;
  border: 10px solid #b8cde1;
}
/*******************************/
/*****       VILLAS        ****/
/*******************************/
.villa_1 {
  float: left;
  width: 430px;
  height: 225px;
  margin: 0 70px 20px 10px;
  _margin: 0 25px 20px 5px;
}
.villa_1 a {
  display: block;
  width: 410px;
  height: 205px;
  background: url(../../images/front/villa_lilia.jpg) repeat-x center;
}
.villa_2 {
  float: right;
  width: 430px;
  height: 225px;
  margin: 0 0 20px 0;
}
.villa_2 a {
  display: block;
  width: 410px;
  height: 205px;
  background: url(../../images/front/villa_orhidea.jpg) repeat-x center;
}
.villa_1 a, .villa_2 a {
  text-indent: -1000em;
  border: 10px solid #b8cde1;
}
/*******************************/
/***  MENU PAGE  ***************/
/*******************************/
.submenu {
  float: left;
  width: 200px;
  padding: 0 10px;
  font-size: 14px;
}
.submenu ul {
  background: #bacce0;
  border-bottom: 5px solid #a7bcd4;
}
.submenu ul li,
.submenu ul li a
{
  display: block;
  float: left;
}
.submenu ul li a {
  width: 165px;
  padding: 6px 10px 6px 25px;
  color: #3A5978;
  border-bottom: 1px solid #c7daee;
  background: url(../../images/front/bullet_1.gif) no-repeat 7px 9px;
}
.menu_parent {
  float: left;
  width: 740px;
  _width: 719px;
}
.menu_listing h3 {
  margin-bottom: 5px;
  line-height: 18px;
}
.menu_listing .gallery_folder p {
  line-height: 14px;
  font-size: 12px;
}

/*******************************/
/*****      CONTACTS        ****/
/*******************************/
#contacts {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#contactsForm {
  padding-left: 20px;
}
#contacts_feedback {
  padding-bottom: 30px;
}
.agent {
  overflow: hidden;
  float: left;
  width: 315px;
  height: 160px;
  margin: 0 30px 20px 0 ;
  padding-left: 20px;
}
.agent h4 {
  font-size: 14px;
}
.agent_1 {
  float: left;
  width: 315px;
  margin: 0 30px 20px 0 ;
  padding-left: 20px;
}
#success {
  background-color:#eee;
  font-size:18px;
  height:100px;
  line-height:100px;
  padding: 20px;
  margin: 20px auto 50px auto;
  text-align:center;
  width:340px;
}
#contacts span.border {
  width: 670px;
  margin: 0 20px 20px 20px;
}
#contacts .length_1 {
  clear: both;
  margin-bottom: 30px;
  padding-left: 20px;
}
#contacts .length_2 {
  float: left;
  width: 45%;
  padding-left: 20px;
  margin-bottom: 30px;
}
#contacts .length_1 p, #contacts .length_2 p {
  padding: 0;
}





.form_1 span.border {
  border-bottom: 1px dotted #ccc !important;
  padding-bottom: 5px;
}
.form_1 label, .form_1 input.text, .form_1 textarea {
  float: left;
  margin-bottom: 5px;
  font-size: 11px;
}
.form_1 label {
  display: block;
  width: 120px;
  padding: 4px 10px;
  background: #eee;
  color: #666;
  text-align: right;
}
.form_1 input.text, .form_1 textarea {
  width: 180px;
  margin-right: 5px;
  padding: 2px 1px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form_1 textarea {
  height: 50px;
}
.form_1 button {
  height: 22px;
  line-height: 18px !important;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border: 1px solid #39799f;
  background: #328dc3;
}

.form_2 {
  padding: 0 20px;
}
.form_2 .column_1 {
  float: left;
  width: 50%;
}
.form_2 .column_2 {
  width: 100%;
}
.form_2 h3 {
  margin-bottom: 10px;
}
.form_2 span.field_optional, .form_2 span.field_required {
  position: absolute;
  padding-left: 3px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal
}
.form_2 span.field_optional {
  color: #608814;
}
.form_2 span.field_required {
  color: red;
}
.form_2 label {
  display: block;
  float: left;
  margin: 0 0 2px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  background: none;
}
.form_2 input.text, .form_2 textarea {
  clear: left;
  float: left;
  margin-bottom: 10px;
  padding: 3px 1px;
  border: 1px solid;
  border-color: #999 #ddd #ddd #999;
}
.form_2 input.text {
  width: 188px;
}
.form_2 label.checkbox, .form_2 label.radio {
}
.form_2 label.checkbox, .form_2 label.radio {
}
.form_2 input.checkbox {
  vertical-align: middle;
  margin-top: -2px;
  ~margin-right: -2px;
}
.form_2 input.radio {
  vertical-align: middle;
  margin: -1px 2px 0 0;
}
.form_2 textarea {
  overflow: auto;
  display: inline;
  height: 90px;
  width: 423px;
  line-height: 18px;
  vertical-align: middle;
}
.form_2 select {
  font-family: Arial, Helvetica, sans-serif;
}
.form_2 .inline_group {
  margin-bottom: 20px;
}
.form_2 .inline_group p {
  float: left;
  margin: 0;
  padding-right: 10px;
}
.form_2 .inline_group .inline_holder {
  float: left;
}
.form_2 .inline_group label {
  display: inline;
  float: none;
  padding-right: 5px;
  white-space: nowrap;
}
.form_2 .inline_group select {
  position: relative;
  font-size: 11px;
  margin-top: -2px;
}
.form_2 button.submit {
  width: 66px;
  margin: 0 0 10px 0;
  text-align: left;
  text-indent: 8px;
  background-image: url(../../images/front/button_send_comment.gif);
  background-repeat: no-repeat;
  border: none;
}
.form_2 input.error, .form_2 textarea.error {
  border-color: #fd4b14 !important;
  background-color: #fff0e2 !important;
  background-position: 4px -57px !important;
}
.form_2 span.error {
  z-index: 10;
  position: relative;
  padding: 2px 5px;
  font-size: 9px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #fd4b14;
  background: #fff;
}
.form_2 .field_message {
  background-image: url(../../images/front/icon_comment_16.gif);
  background-repeat: no-repeat;
  background-position: -46px -7px;
}
.form_2 .field_message:focus {
  background-position: -21px -32px;
}
.form_2 .field_email {
  background-image: url(../../images/front/icon_mail_16.gif);
  background-repeat: no-repeat;
  background-position: -46px -10px;
}
.form_2 .field_email:focus {
  background-position: -21px -35px;
}
.form_2 .field_user {
  background-image: url(../../images/front/icon_user_16.gif);
  background-repeat: no-repeat;
  background-position: -46px -7px;
}
.form_2 .field_user:focus {
  background-position: -21px -32px;
}
.form_2 .field_secure {
  background-image: url(../../images/front/icon_lock_16.gif);
  background-repeat: no-repeat;
  background-position: -46px -7px;
}
.form_2 .field_secure:focus {
  background-position: -21px -32px;
}

.s_server_message {
  margin: 0 20px;
  padding: 80px 20px;
  text-align: center;
  font-size: 16px;
  background: #fff;
}


.input_form {
  padding-top:20px;
  margin-bottom: 20px;
}
.input_form label {
  clear:left;
  color:#555555;
  display:block;
  float:left;
  margin: 0pt 5px 0pt 0pt;
  padding: 3px 5px 3px 10px;
  text-align:right;
  width:130px;
}
.input_form label.color {
  background: #f3e6be;
}
.input_form input.text, .input_form textarea, .input_form select {
  border:1px solid #888;
  display:block;
  float:left;
  font-size:12px;
  height:16px;
  margin-bottom:5px;
  margin-right:5px;
  margin-top:1px;
  padding:2px 3px;
  width:150px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.input_form select {
  height:20px;
  padding:0pt;
  width:160px;
}
.input_form textarea {
  display:block;
  float:left;
  height:150px;
  margin-bottom:10px;
  overflow:auto;
  width:403px;
}
.input_form span.radio {
  display:block;
  float:left;
  margin-bottom:5px;
  width:250px;
}
.input_form span.radio label {
  background:transparent none repeat scroll 0%;
  display:inline;
  float:none;
  padding-left:3px;
  vertical-align:middle;
}
.input_form span.radio input {
  margin-right:2px;
  margin-top:2px;
  vertical-align:middle;
}
.input_form span.radio input.text {
  display:inline;
  float:none;
  margin-bottom:0pt;
}
.input_form input.checkbox {
  margin-top:6px !important;
}
.input_form p.legend {
  float:right;
  width:260px;
}
.input_form img.thumbnail {
  border:1px solid #CCCCCC;
  margin:0pt 0pt 5px;
  padding:2px;
}
.input_form button {
  width: 60px;
  height: 26px;
  line-height: 26px;
  margin-left: 150px;
  text-align: center;
  font-size: 12px;
  font-family: Trebuchet MS, Tahoma;
  background: url(../../images/front/button.gif) no-repeat center right;
  border: none;
}
.input_form span.error {
  display: block;
  float: left;
  width: 20px;
  height: 15px;
  background: url(../../images/front/icon_error.gif) no-repeat center right;
  color: red;
  font-size: 10px;
}
.feedback_message {
  background: #eee;
  clear: both;
  color: #666;
  height: 160px;
  line-height: 160px;
  margin: 60px auto;
  text-align: center;
  width: 400px;
}

/*******************************/
/*****        Footer        ****/
/*******************************/
#footer_outer {
  background: url(../../images/front/footer.gif) repeat-x top left;
}
#footer_inner {
  min-height: 140px;
  background: url(../../images/front/bottom_info.gif) no-repeat center top;
}
#meta {
  width: 940px;
  margin: 0 auto;
  padding-top: 20px;
}
.home_page #meta {
  position: relative;
  top: 20px;
  border-top: 1px solid #c1d4eb;
}
#copy {
  float: left;
  width: 355px;
  height: 24px;
  padding: 0 0 0 145px;
  line-height: 10px;
  font-size: 10px;
  color: #6389a9;
  background: url(../../images/front/logo_3.gif) no-repeat top left;
}
#credits {
  float: right;
  width: 130px;
  margin-top: -10px;
  padding: 9px 0 5px 46px;
  font-size: 10px;
  line-height: 10px;
  color: #6389a9;
  background: url(../../images/front/svest.gif) no-repeat center left;
}

/*******************************/
/*****    Common classes    ****/
/*******************************/
.static {
  margin-bottom: 30px;
  padding: 0 10px;
  color: #4a5e7c;
}
.static img.right {
  margin: 0 0 10px 10px;
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff;
}
.static img.left {
  margin: 0 10px 10px 0;
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff;
}
.width_auto {
  width: auto;
  margin: 0 40px 20px 40px;
}
.width_auto h1 {
  width: auto;
} 
.static div.left, .static div.right {
  width: 420px;
}
.static div.left h3, .static div.right h3 {
  padding-left: 0;
  text-transform: uppercase;
}
.static table {
  min-width: 560px;
  margin-bottom: 20px;
}
.static table td {
  width: 210px;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #a2bfdb;
}
.static table strong {
  display: block;
  text-align: left;
}
.sorting {
  overflow: hidden;
  clear: both;
  margin: 0 20px 20px 20px;
  padding: 7px 0;
  border-bottom: 2px solid #ddd;
}
.sorting p, .sorting ul {
  margin: 0;
  padding: 0;
}
.sorting p.label {
  position: absolute;
}
.sorting ul {
  float: right;
}
.sorting li, .sorting li a {
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
}
.sorting li {
  margin-left: 10px;
}
.sorting li a {
  padding-left: 10px;
  background: url(../../images/front/bullet_sort.gif) no-repeat 0 3px;
}
.sorting li a.sorted_up {
  background: url(../../images/front/bullet_sort_up.gif) no-repeat 0 3px;
}
.sorting li a.sorted_down {
  background: url(../../images/front/bullet_sort_down.gif) no-repeat 0 3px;
}


.pager {
  clear: both;
}
.pager ul {
  padding: 0;
}
.pager li {
  float: left;
  border-left: 1px solid #ccc;
}
.pager li, .pager li a {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
}
.pager li a {
  text-decoration: none;
}
.pager li.last {
  float: left;
  border-right: 1px solid #ccc;
}
.pager li.next, .pager li.next a {
  width: auto;
  margin-left: 5px;
  font-size: 12px;
  border: none;
}
.pager li.next span, .pager li.next a span {
  font-size: 8px;
  font-weight: bold;
  vertical-align: middle;
}
.pager li.selected {
  background: #ddd;
  color: #666;
}
.page_gallery ul {
  padding: 0 0 0 15px;
}
.page_gallery li {
  display: block;
  float: left;
  width: 220px;
  height: 170px;
  margin: 0 10px 10px 0;
}
.page_gallery img {
  padding-top: 1px;
  border-top: 4px solid #e5d291;
}







.static h1 {
}
.static h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.static p {
  margin-bottom: 10px;
  line-height: 18px;
}
.static h2 {
  margin-bottom: 10px;
}
.static h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.static ul {
  list-style: disc outside;
  margin-bottom: 10px;
  padding-left: 40px;
}
.static ul p {
  padding: 0;
}



.uppercase {
  text-transform: uppercase;
}
.inline {
  display: inline;
}
img.inline {
  vertical-align: middle;
}
span.clear {
  clear: both;
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
span.border {
  border-bottom: 1px solid #e4cf8d;
}
.clear {
  clear: both;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
button {
  cursor: pointer;
}
.ui-tabs-hide {
  display: none !important;
}
/******** Clear Fix ************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}











