/*----------GENERAL START----------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, input, form, label, textarea, img {margin: 0; padding: 0; border: 0;}
 
li {list-style: none;}

.clear {clear: both;}

.nomargin {margin: 0 !important;}
.nopadding {padding: 0 !important;}
.noborder {border: 0 !important;}
.nobg {background: none !important;}

.align_left {text-align: left !important;}
.align_right {text-align: right !important;}
.align_center {text-align: center !important;}

.float_left {float: left !important;}
.float_right {float: right !important;}

input, textarea, select {
  color: #cccccc;
  font-size: 10px;  font-family: Verdana;  font-weight: bold;
}

.submit input, input.submit {cursor: pointer;}


body {
  background: #121419 url(images/body_repeat.jpg) repeat-y center top;
  color: #b3b3b3;
  font-family: Verdana; font-size: 11px;
}
.body_top {background: url(images/body_top.jpg) no-repeat center top;}
.body_bottom {background: url(images/body_bottom.jpg) no-repeat center 500px;}

#content_wrapper, #footer {
  margin: 0 auto;
  width: 902px;
}

#content {
  background: #31373f url(images/content_bottom_shadow.png) no-repeat bottom center;
  min-height: 1165px;
  padding-bottom: 20px;  
}
#content_wrapper {
  background: url(images/content_wrapper.png) no-repeat left top;
  padding: 0 1px 0 2px;
  width: 899px;  
}
#content_bottom {
  background: url(images/content_bottom.png) no-repeat bottom center;
  padding-bottom: 5px;
}

a {
  text-decoration: none;
  outline: none;  
  color: #b3b3b3;
  font-size: 12px;
}
a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5 {font-weight: bold;}
h2, h3, h4, h5 {color: white;}

h1 {font-size: 30px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

p, li, span, a {line-height: 18px;}
/*----------GENERAL END----------*/


/*----------HEADER START----------*/
.content_top {
  background: url(images/content_top.png) no-repeat;
  width: 900px;  height: 6px;
}


#header {
  padding-top: 12px;
  position: relative;
}

.header_h1 {
  font-size: 11px;  font-weight: normal;
  height: 20px; line-height: 20px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  text-align: center; 
  width: 900px; 
}


.disz {
  background: url(images/disz.png) no-repeat;
  left: -77px;  top: -25px;
  position: absolute;
  width: 142px;  height: 139px;
}


/*----------LOGO START----------*/
#logo, #logo a {width: 245px;  height: 55px;}

#logo {
  background: url(images/logo.png) no-repeat;
  left: 65px; top: 18px;
  position: absolute;
}

#logo a {display: block;}
/*----------LOGO END----------*/


#header_menu {
  background: url(images/header_menu.png) no-repeat;
  float: right;
  margin-bottom: 15px;
  padding: 23px 0 0 330px;
  width: 573px;  height: 44px;
}

#header_menu h4 {
  float: left;
  font-weight: normal;  
}

#header_menu a {
  color: #b3b3b3;
  padding: 0 11px;  
}
#header_menu a:hover {color: white;}

.en #header_menu a {padding: 0 23px;}


.slider_container {
  background: url(images/js_pager_bg.png) no-repeat;
  margin: 0 auto 7px auto;
  padding-top: 7px;
  width: 848px; height: 342px;
}

.slider {
  margin: 0 auto;
  width: 832px;  height: 332px;
}
/*----------HEADER END----------*/


/*----------MAIN START----------*/
#main {background: url(images/main_wrapper.jpg) repeat-y center;}


.box_container {
  margin: 0 auto 10px auto;
  /*padding: 0 0 0 25px;*/
  width: 856px;
}


.service_box {
  background: url(images/service_box_divide.png) no-repeat right 70px;
  float: left;
  height: 430px;
}

.service_box h2, .service_box h2 a {color: white;}

.service_box h2 a {
  font-size: 16px;  font-weight: bold;  font-family: Century Gothic, Verdana;
  line-height: 28px;  
}

.service_box h2 {
  background: url(images/service_box_top.png) no-repeat;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 3px 0 0 0;
  text-align: center;
  width: 272px;  height: 58px;
}

.service_box h2 span {
  color: #b3b3b3;
  font-weight: normal;  
}


.left_box {width: 285px;}
.left_box h2 {
  background-position: 0 0;
  margin-left: 13px;  
}

.middle_box {width: 289px;}
.middle_box h2 {
  background-position: -272px 0;
  width: 289px;  
}

.middle_box .img_container {margin: 0 0 0 7px !important;}

.right_box {
  background: none;
  width: 281px;  
}
.right_box h2 {
  background-position: -561px 0;
  width: 272px;  
}


.service_box .img_container {
  background: url(images/service_box_img_container.png) no-repeat;
  display: block;
  margin: 0 auto;
  padding-top: 6px;
  text-align: center;
  width: 272px;   height: 179px;
}

.service_box p {
  color: white;
  font-size: 14px;  font-weight: bold;
  line-height: 22px;  
  margin: 0 auto 20px auto;
  width: 240px;  height: 66px;
}

.service_box .more {
  display: table;
  margin: 0 auto;
}

.service_box .more .left, .service_box .more .right {
  padding: 0;
  width: 23px;
}

.service_box .more .left {background: url(images/service_box_more_left.png) no-repeat;} 
.service_box .more .right {background: url(images/service_box_more_right.png) no-repeat;}
.service_box .more span {
  background: url(images/service_box_more_repeat.png) repeat-x;
  display: block;
  float: left;
  font-size: 11px;  font-weight: bold;
  height: 29px;  line-height: 29px;
  max-width: 200px;
  overflow: hidden;
  padding: 0 10px;
}
.service_box .more span:hover {
  color: white;
  text-decoration: underline;  
}


.contactLink, .backLink {
  display: block;
  float: left;
  height: 21px;  line-height: 21px;
  margin: 10px 10px 10px 0;
  text-align: center;
}

.contactLink {
  background: url(images/contactLink.png) no-repeat;
  width: 125px;
}

.backLink {
  background: url(images/backLink.png) no-repeat;
  width: 81px;
}


.more_link_container {
  background: url(images/news_box_divide.png) no-repeat center;
  height: 26px;
  margin: 0 0 15px 0;
}

.more_link_container a {
  background: url(images/more_link.png) no-repeat;
  color: #f7931e;
  display: block;
  font-weight: bold;  font-size: 11px;
  margin: 0 auto;
  text-align: center;
  width:  166px;  height: 23px;  line-height: 23px;
}
.more_link_container a:hover {
  color: white;
  text-decoration: none;
}

#double_link {padding-left: 260px;}

#double_link a {
  float: left;
  margin: 0 50px 0 0;
}

.more_link_container span {color: white;}


.news_box {
  background: url(images/news_box_divide.png) no-repeat bottom center;
  margin-bottom: 15px;
  padding: 0 40px 20px 40px;
  position: relative; 
}
.last_news_box {
  background: none;
  margin-bottom: 0;
  /*padding-bottom: 0;*/  
}

.news_box .img_container, .news_box .text_container, .newsViewPage .img_container, .referenceViewPage .img_container {float: left;}

.news_box .img_container, .newsViewPage .img_container, .referenceViewPage .img_container {
  background: url(images/news_box_img_container.png) no-repeat;
  display: block;
  margin-right: 10px;
  padding-top: 4px;
  text-align: center;
  width: 118px;  height: 78px;
}

.news_box .img_container {margin-left: -8px;}

.referenceViewPage .img_container, .serviceViewPage .img_container, .referenceListPage .img_container {
  background: url(images/reference_img_container.png) no-repeat;
  padding-top: 6px;
  width: 178px;  height: 118px;  
}

.referenceViewPage .date {font-size: 11px;}
/*
.referenceImg {
  border: 0 !important;
  float: left;
  margin-right: 10px;
  padding: 0 !important;
}

.referenceViewPage .newsViewPageTitle {
  border: 0;
  float: none;
  width: auto;
}

.referenceViewPageTitle {
  font-size: 14px !important;
  margin-top: 0 !important;  margin-bottom: 5px !important;
}

.referenceViewPage .date {margin-bottom: 5px;}
*/
.news_box .text_container {width: 667px;}

.news_box h3, .news_box h3 a {
  color: white;
  font-size: 14px;  font-weight: bold;
}

.news_box h3 {
  margin-bottom: 5px;
  padding-right: 80px; 
}

.news_box p {
  border-top: 3px solid #5a5e63;
  padding: 5px 10px 5px 0;
  text-align: justify;
}

.news_box .date {
  border: 0;
  padding: 0;
  position: absolute;
  right: 40px;  top: 0;
}

.news_box .more {
  background: url(images/news_box_more.png) no-repeat;
  height: 26px;
}

.news_box .more a {
  float: right;
  font-size: 11px;  font-weight: bold;
}

.news_box .more span {
  background: url(images/news_box_more_repeat.gif) repeat-x;
  float: left;
  height: 26px;  line-height: 26px;  max-width: 610px;
  overflow: hidden;
  padding: 0 10px;
}
.news_box .more span:hover {color: white;}

.news_box .more .left {
  background: url(images/news_box_more_left.gif) no-repeat;
  padding: 0;
  width: 13px;
}

.news_box .more .right {
  background: url(images/news_box_more_right.gif) no-repeat;
  padding: 0;
  width: 7px;  
}


.serviceViewPage .newsViewPageTitle {padding-right: 0 !important;}

.serviceViewPage .newsViewPageTitle h2 {font-size: 14px;}

.linksContainer {padding-left: 25px;}
/*----------MAIN END----------*/


/*----------FOOTER START----------*/
#footer {
  padding: 10px 0;
  text-align: center;
}

#footer, #footer p, #footer a {
  color: #666666;
  font-size:  10px;  
}
/*----------FOOTER END----------*/


/*----------CONTACT PAGE START----------*/
.pageTitle {
  background: url(images/pageDivide.png) no-repeat center bottom;
  color: white;
  font-size: 16px;  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 30px 10px 30px;
  text-align: center;
}

.pageDivide {
  background: url(images/pageDivide.png) no-repeat;
  margin-bottom: 20px;
  width: 894px; height: 3px;
}

.left_side, .right_side {float: left;}

.contactPage .fck {
  margin-bottom: 15px;
  padding: 0 50px;
}

.contactPage .left_side, .contactPage .right_side {margin-bottom: 25px;}

.contactPage .left_side {
  padding-left: 50px;
  width: 470px;
} 

.contactPage .left_side p {
  color: #f7931e;
  margin-bottom: 20px;
  width: 330px;
}

.form div {
  margin-bottom: 12px;
  position: relative;
  width: 328px; height: 23px;  
}

.form .textarea {height: 108px;}

.form .checkbox {height: auto;}

.form input {
  background: url(images/contactInput.png) no-repeat;
  padding: 0 5px;
  text-align: center;
  width: 318px;  height: 23px; line-height: 23px;
}

.form .check p {
  color: #CCCCCC;
  float: left;
  margin: 0;
  width: 153px;
}

.form .check input {
  background: url(images/contactInputSmall.png) no-repeat;
  width: 136px;  
}

.form input.submit, .referenciesPage .submit input {
  background: url(images/contactSubmit.png) no-repeat;
  color: white;
  font-family: Verdana;  font-size: 11px;  font-weight: bold;
  margin: 1px 0 0 0 !important;
  padding: 0 0 3px 0;
  text-align: center;
  width: 81px;  height: 22px;  line-height: 22px;
}

.form textarea {
  background: url(images/contactTextarea.png) no-repeat;
  padding: 5px;
  width: 318px;  height: 100px;  
}

.form span {
  cursor: text;
  display: none;
  left: 0; top: 0;
  position: absolute;
  text-align: center;
  width: 328px;  height: 23px;
}
.form .textarea span {height: 108px;}
.form .check span {
  left: 90px;
  width: 146px;
}

.form img, .form .check input {
  float: left;
  margin-right: 7px;  
}


.contactPage .right_side {
  background: url(images/logoBig.png) no-repeat;
  padding-left: 30px;  padding-top: 50px;
  width: 310px;  min-height: 210px;
}
/*----------CONTACT PAGE END----------*/


/*----------STATIC PAGE START----------*/
.staticPage .pageTitle {text-align: left;}

.staticPage .fck {
  margin-bottom: 20px;
  padding: 0 30px;
}
/*----------STATIC PAGE END----------*/


/*----------REFERENCIES PAGE START----------*/
.referenciesPage .container {padding: 0 35px 20px 35px;}

.referenciesPage .item {
  float: left;
  margin-bottom: 20px;
  width: 275px;
}

.referenciesPage label, .referenciesPage .checker {margin-bottom: 10px;}

.referenciesPage label {
  float: left;
  width: 250px;
}

.referenciesPage .submit {
  background: url(images/submitBg.png) no-repeat center center;
  height: 25px;
  padding-top: 4px;
}
.referenciesPage .submit input {
  display: block;
  margin: 0 auto !important;
}


.referenciesPage .mapContainer {
  background: url(images/mapContainer.png) no-repeat;
  margin: 0 auto 20px auto;
  padding-top: 7px;
  width: 829px;  height: 410px;
}

.referenciesPage .map_placeholder {
  margin: 0 auto;
  width: 815px;  height: 402px; 
}
/*----------REFERENCIES PAGE END----------*/


/*----------NEWS VIEW PAGE START----------*/
.newsViewPage, .referenceViewPage {padding-bottom: 10px;}

.newsViewPage .fck, .referenceViewPage .fck {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 25px;
}

.newsViewPage .fck {position: relative;}

.newsViewPage .date {
  position: absolute;
  right: 25px;  top: 0;
}

.newsViewPage .img_container {margin-left: -8px;}

.newsViewPage .img_container img, .referenceViewPage .img_container img {
  border: 0;
  padding: 0;  
}
.fullWidth {width: 100% !important;}
.newsViewPageTitle {
  border-bottom: 2px solid #686b70;
  font-size: 14px !important;
  margin: 0 0 3px 0 !important;
  padding: 0 80px 5px 0; 
}
.newsViewPageTitle h2 {
  float: left;
  margin: 0 !important;
  width: 570px;
}
.newsViewPageTitle p {float: right;}

.newsViewPage .source {
  color: #f7931e;
  margin-bottom: 5px;  
}


.comments {padding-bottom: 5px;}
.commentTitle {
  background: url(images/pageDivide.png) no-repeat center bottom;
  color: #f7931e;
  font-size: 12px;  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;  text-align: center;
}

.comments .item {
  margin: 0 auto 10px auto;
  width: 664px;
}

.commentsTop {
  background: url(images/commentsTop.png) no-repeat;
  width: 664px;  height: 10px;
}
.commentsRepeat {
  background: url(images/commentsRepeat.png) repeat-y;
  padding: 0 5px 10px 5px;
  width: 654px;  
}
.commentsBottom {
  background: url(images/commentsBottom.png) no-repeat;
  width: 664px;  height: 11px;  
}

.comments .title {
  border-bottom: 2px solid #31373f;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.comments .answer {
  color: #f7931e;
  font-style: italic;  font-size: 10px;
  margin-bottom: 10px;
  padding: 0 25px;
}

.commentsRepeat p {padding: 0 25px;}

.comments .float_left {
  color: white;
  font-size: 12px;  font-weight: bold;
  padding: 0 0 0 25px;
  width: 390px;
}
.comments .float_right {
  font-weight: bold;  font-size: 10px;
  padding: 0 25px 0 0;
}

.comments .float_right a {font-size: 10px !important}

.comments .float_right span {}


.newsViewPage .form {
  margin: 0 auto;
  width: 328px;  
}
/*----------NEWS VIEW PAGE END----------*/


/*----------SERVICE VIEW PAGE START----------*/
.szolgaltatasForgalomPage {
  padding-bottom: 10px;
  position: relative;
}

.szolgaltatasForgalomPage .arrowsContainer {
  background: url(images/arrowsContainer.png) no-repeat;
  left: 372px;  top: 111px;
  position: absolute;
  width: 148px;  height: 258px;  
}

.szolgaltatasForgalomPage .leftSide, .szolgaltatasForgalomPage .rightSide {float: left;}

.szolgaltatasForgalomPage .leftSide {
  padding-left: 60px;
  width: 340px;
}

.szolgaltatasForgalomPage .rightSide {
  padding-left: 110px;
  width: 330px;
}

.szolgaltatasForgalomPage .title, .szolgaltatasZajPage .title {
  color: #f7931e;
  font-size: 12px;  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  width: 322px;
}

.szolgaltatasForgalomPage .bigBox, .szolgaltatasForgalomPage .smallBox {
  margin-bottom: 20px;
  text-align: center;
  padding-top: 5px;
  width: 322px;  
}

.szolgaltatasForgalomPage .bigBox p, .szolgaltatasForgalomPage .smallBox p, .szolgaltatasForgalomPage .bigBox a, .szolgaltatasForgalomPage .smallBox a {
  line-height: 29px;
  font-size: 12px;
}

.szolgaltatasForgalomPage .bigBox .first {
  color: #B3B3B3 !important;
  cursor: text;
  font-weight: normal !important;
}
.szolgaltatasForgalomPage .firstLink {margin-bottom: 16px;}

.szolgaltatasForgalomPage .bigBox p:hover, .szolgaltatasForgalomPage .smallBox p:hover, .szolgaltatasForgalomPage .bigBox a:hover, .szolgaltatasForgalomPage .smallBox a:hover, .szolgaltatasForgalomPage .active  {
  color: white;
  font-weight: bold;  
}

.szolgaltatasForgalomPage .bigBox a {display: block;}

.szolgaltatasForgalomPage .bigBox {
  background: url(images/bigBox.png) no-repeat;
  height: 155px;  
}
.szolgaltatasForgalomPage .threeDivide {background: url(images/bigBox2.png) no-repeat;}
.szolgaltatasForgalomPage .smallBox {
  background: url(images/smallBox.png) no-repeat;
  height: 94px;
}

.szolgaltatasForgalomPage ul {padding: 0 25px 0 20px;}
.szolgaltatasForgalomPage ul a:hover {
  color: white;
  font-weight: bold;
}

.szolgaltatasForgalomPage ul li {text-align: center;}


.szolgaltatasZajPage .pageTitle span {font-weight: normal !important;}

.szolgaltatasZajPage .title {width: auto;}

.serviceThreeBox {
  background: url(images/serviceThreeBox.png) no-repeat;
  margin: 0 auto;
  width: 820px;  height: 172px;
}

.serviceThreeBox p {
  float: left;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  width: 272px;  
}
.serviceThreeBox .oneLine {
  line-height: 76px;
  padding: 0;  
}

.serviceBox {
  margin: 0 auto 20px auto;
  width: 592px;
}
.serviceBoxTop {
  background: url(images/serviceBoxTop.png) no-repeat;
  width: 592px;  height: 25px;
}
.serviceBoxRepeat {
  background: url(images/serviceBoxRepeat.png) repeat-y;
  text-align: center;
  width: 592px; 
}
.serviceBoxRepeatTop {
  background: url(images/serviceBoxRepeatTop.png) no-repeat left top;
  padding: 0 20px;
  width: 552px;  min-height: 205px;
}
.serviceBoxBottom {
  background: url(images/serviceBoxBottom.png) no-repeat;
  width: 592px;  height: 22px;  
}

.serviceBoxRepeat a {
  background: url(images/serviceBoxDivide.png) no-repeat center bottom;
  display: block;  
  margin-bottom: 5px;
  padding-bottom: 10px; 
}
.serviceBoxRepeat a:hover {
  color: white;
  font-weight: bold;
}

.serviceBoxRepeat .last {
  background: none;
  margin: 0;
}
/*----------SERVICE VIEW PAGE END----------*/


/*----------NEWS LIST PAGE START----------*/
.pager {
  width: 275px;
  margin: 0 auto 10px auto; 
}

.pager, .pager div, .pager a {height: 20px;  line-height: 20px;}

.pager div {
  text-align: center;
  float: left;  
  width: 235px; 
}

.pager a, .pager {color: #f7931e;}

.pager a {font-size: 11px;  font-weight: bold;}
.pager .active, .pager a:hover {color: white;}
.pager .active {font-weight: bold !important;  font-size: 13px;}


.pager .prev_page a, .pager .next_page a {
  color: white;
  font-size: 18px; 
  line-height: 18px;
}
.pager .prev_page a:hover, .pager .next_page a:hover {text-decoration: none;}
.pager .prev_page, .pager .prev_page a {width: 20px;}
.pager .next_page, .pager .next_page a {width: 20px;}

/*----------NEWS LIST PAGE END----------*/


/*----------FCK START----------*/
.fck {
  line-height: 18px;
  overflow: hidden;  
}

.fck h2, .fck h3 {line-height: 20px;}

.fck h2, .fck h3, .fck h4, .fck h5 {color: white;}

.fck h2 {
  font-size: 18px;  font-weight: bold;
  margin: 12px 0 6px 0;
}
.fck h3 {
  font-size: 16px;  
  margin: 10px 0 4px 0;
}
.fck h4 {
  font-size: 14px; font-weight: normal; 
  line-height: 18px;
  margin: 8px 0 4px 0;
}
.fck h5 {
  font-size: 12px;
  line-height: 18px;
  margin: 6px 0 4px 0;
}

.fck ul {padding-left: 20px;}
.fck ul li, .fck ol li {line-height: 18px;}
.fck ul li {list-style: disc;}

.fck ol {padding-left: 20px;}
.fck ol li {list-style: decimal;}

.fck table {
  border-spacing: 0;  border-collapse: collapse;
  margin: 5px 0;  
}
.fck table, .fck table td, .fck table th {border: 1px solid #bebebe;}
.fck table td, .fck table th {
  color: white;
  padding: 5px;
  text-align: center;  
  width: 140px;
}
.fck table th {
  background: #e6e6e6;
  color: black;
  font-size: 12px;
}


.fck a {
  color: white;
  font-size: 11px;  font-weight: bold;
}

.fck img {
  border: 1px #cacaca solid;
  padding: 5px;  
}
/*----------FCK END----------*/


/*----------CUSTOM SELECT START----------*/
.languageSelect {
  padding-top: 5px;
  position: absolute;
  right: -1px;  top: -6px;
  width: 75px;  height: 16px;
}

#content .jquery-selectbox, #content .jquery-selectbox.selecthover {
  background: url(images/languageSelect.png) no-repeat;
  display: block;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 96px !important;  height: 21px !important;
}

#content .jquery-selectbox .jquery-selectbox-moreButton {
  cursor: pointer;
  float: none !important;
  margin: 0;
  padding: 0;
  position: absolute !important;
  top: 0; left: 0;
  width: 96px !important;  height: 21px !important;
}

#content .jquery-selectbox span {
  margin: 0 !important;
  width: auto;
}

#content .jquery-selectbox .jquery-selectbox-currentItem {
  background: none;
  color: #aaabac;
  float: left;
  font-size: 11px;  
  padding: 0;
  text-align: center;
  width: 96px !important;  line-height: 21px;
}

#content .jquery-selectbox .jquery-selectbox-list {
  background: rgba(29, 34, 42, 0.7);
  border: 0;
  padding: 5px 0 0 0;
  text-align: center;
  top: 24px;  left: 15px;
  width: 75px !important;  
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#content .jquery-selectbox .jquery-selectbox-item {
  color: #d4d4d4;
  cursor: pointer;
  font-size: 11px;
  line-height: 16px;
  padding: 0 5px 0 0;  
  text-align: right;
}
#content .jquery-selectbox .jquery-selectbox-item:hover {color: #d4d4d4 !important;}
/*----------CUSTOM SELECT END----------*/


/*----------CUSTOM CHECKBOX START----------*/
.checker, .radio {
  background: none !important;
  float: left !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  width: 14px !important; height: 14px !important;  
}

.checker span, .radio span {
  background: url(images/checkbox.png) no-repeat;
  display: block !important;
  margin: 0 !important;
  width: 14px !important;  height: 14px !important;
}

.checker .checked, .radio .checked {background-position: 0 -14px;}

.checker input, .radio input {
  cursor: pointer;
  margin: 0 !important;
  width: 14px !important;  height: 14px !important;
}
/*----------CUSTOM CHECKBOX END----------*/



/*----------TOOLTIP START----------*/
#tooltip {
  position: absolute;
  z-index: 99999;
  width: 232px;
}

#tooltip .container {
  position: absolute;
  bottom: 0;
}

#tooltip_top, #tooltip_bottom {width: 232px;}

#tooltip_top {
  height: 12px;
  background: url(images/tooltip_top.png) no-repeat;
}

#tooltip_middle {
  width: 202px;
  background: url(images/tooltip_repeat.png) repeat-y;
  padding: 5px 15px;
}

#tooltip_middle h3 {
  color: #2f0e0a;
  font-size: 14px;  font-weight: normal;  font-family: Times New Roman;  
}

#tooltip_bottom {
  height: 20px;
  background: url(images/tooltip_bottom.png) no-repeat;
}
/*----------TOOLTIP END----------*/


/*----------JQUERY GALLERY START----------*/
.jquery_gallery_container {
  margin: 0 auto 20px auto;
  width: 836px;
}

.jquery_gallery {
  background: url(images/jqueryGallery.png) no-repeat;
  margin: 0 auto;
  width: 836px;  height: 123px;
}

.jquery_gallery div {float: left;}
  
.jcarousel-prev, .jcarousel-next {
  cursor: pointer;
  margin-top: 36px;
  width: 22px;  height: 50px;
}

.jcarousel-prev {margin-right: 27px !important;}

.jcarousel-next {float: right !important;}

.jcarousel-clip {
  padding-top: 15px !important;
  width: 739px;  height: 95px;
}

.jcarousel-item {
  margin: 0;
  padding-right: 6px;
  text-align: center;
  width: 143px !important;  height: 95px !important;
}

.jcarousel-item a {
  border: 1px solid #b2b2b2;  
  display: block;
  width: 141px;  height: 93px;
}


.referenceGallery .jquery_gallery {
  background: url(images/jqueryGalleryBig.png) no-repeat;
  height: 328px;
}

.referenceGallery .jcarousel-clip {
  padding-top: 15px !important;
  width: 739px;  height: 300px;
}

.referenceGallery .jcarousel-item {
  margin: 0;
  padding-right: 6px;
  text-align: center;
  width: auto !important;  height: 300px !important;
}

.referenceGallery .jcarousel-item a {border: 1px solid #b2b2b2;}

.referenceGallery .jcarousel-prev, .referenceGallery .jcarousel-next {
  height: 137px;
  margin-top: 93px;
}

.referenceGallery .jcarousel-list {width: 50000px !important;}
/*----------JQUERY GALLERY END----------*/


/*----------JQUERY FANCYBOX START----------*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*----------JQUERY FANCYBOX END----------*/


/*----------JQUERY CAROUSEL START----------*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0 !important;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
  
}

.jcarousel-list li,
.jcarousel-item {
  float: left;
  list-style: none;
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 75px;
  height: 75px;
  
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    /*display: none !important;*/
}

.jcarousel-prev {
    z-index: 3;
    /*display: none !important;*/
}

/*----------JQUERY CAROUSEL END----------*/


/*----------JQUERY NIVO SLIDER START----------*/
/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  left: 0; bottom: 0;
  height: 26px;  
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  width: 832px;
  z-index: 89;
}
.nivo-caption p {
  line-height: 26px;
	margin:0;
  padding: 0 10px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    background: url("../images/arrows.png") no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 99; 
}
.nivo-prevNav {
	  left: 15px;
}
.nivo-nextNav {
    background-position: -30px 0 !important;
    right: 30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {    
  bottom: 40px;
  right: 50px;
  position: absolute;
}
.nivo-controlNav a {
  background: url("../images/js_pager_control.png") no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  float: left;
  height: 11px;
  margin-right: 10px;  margin-top: 2px;
  position: relative;
  text-indent: -9999px;
  width: 11px;
  z-index: 99;  
}
.nivo-controlNav a.active {
	  background-position: 0 -11px !important;
    margin-top: 0;
    width: 16px;  height: 16px;
}
/*----------JQUERY NIVO SLIDER END----------*/