/*
* Body
*/

body {
    font-size: 62.5%; /* resets font sizes so 1em is visually equivalent to 10px */
    font-family: "Trebuchet MS", "Arial", sans-serif;
}

.site-wrapper {
    border-top: 5px solid #f5f5f5;
}

.site-container {
    width: 1000px;
    margin: auto;
}

.jsdisabled {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: #fff url('http://images.destinatiionline.ro/template/eroare.jpg') no-repeat center center;
}

/*
* Header Styling
*/

.header {
    position: relative;
    height: 101px;
}

.logo {
    background: url('http://images.destinatiionline.ro/template/logo.gif') no-repeat top left;
    width: 174px;
    height: 32px;
    display: block;
    text-indent: -9000px;
    position: relative;
    top: 30px;
    left: 47px;
}

.header-menu {
    position: absolute;
    top: 39px;
    right: 25px;
}

.header-menu li {
    float: left;
    padding: 0 8px 0 7px;
    background: url('http://images.destinatiionline.ro/template/vertical-dots.gif') no-repeat right 4px;
}

.header-menu li.nodots {
    background: transparent
}

.header-menu a {
    line-height: 1.9em;
    display: block;
    text-align: center;
    text-decoration: none;
    background: url('http://images.destinatiionline.ro/template/header-menu-sprite.png') no-repeat;
    text-indent: -9000px;
}

.header-menu a.home{
    width: 55px;
    background-position: -138px -76px;
}

.header-menu a.home:hover {
    background-position: 0 -76px;
}

.header-menu a.planes{
    width: 106px;
    background-position: -138px -57px;
}

.header-menu a.planes:hover {
    background-position: 0 -57px;
}

.header-menu a.hotels{
    width: 122px;
    background-position: -138px -38px;
}

.header-menu a.hotels:hover {
    background-position: 0 -38px;
}

.header-menu a.cars{
    width: 75px;
    background-position: -138px -19px;
}

.header-menu a.cars:hover {
    background-position: 0 -19px;
}

.header-menu a.pachete{
    width: 128px;
    background-position: -138px 0;
}

.header-menu a.pachete:hover {
    background-position: 0 0;
}

.header-menu a.contact{
    width: 65px;
    background-position: -138px -95px;
}

.header-menu a.contact:hover {
    background-position: 0 -95px;
}

/*
* 2 col and 3 col Container
*/

.three-col-container {
    margin: 0 23px 25px;
    overflow: hidden;
}

.one-col-container {
    float: left;
    width: 316px;
    margin-right: 10px;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    background: url('http://images.destinatiionline.ro/template/one-col-panel-sprite.png') repeat -638px 0;
}

.one-col-container .container-body {
    background: url('http://images.destinatiionline.ro/template/one-col-panel-sprite.png') no-repeat top left;
    padding: 20px 40px 0;
    position: relative;
    overflow: hidden;
}

.one-col-bottom-border {
    clear: left; 
    float: left; 
    width: 316px; 
    background: url('http://images.destinatiionline.ro/template/one-col-panel-sprite.png') no-repeat -319px 0;
    margin-right: 10px;
    height: 9px;
    font-size: 1px;
}

.two-col-container {
    float: left;
    width: 628px;
    background: url('http://images.destinatiionline.ro/template/two-col-panel-sprite.png') repeat -1262px 0;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

.two-col-container .container-body {
    background: url('http://images.destinatiionline.ro/template/two-col-panel-sprite.png') no-repeat top left;
    padding: 20px 40px 20px;
    position: relative;
    overflow: hidden;
}

.two-col-bottom-border {
    float: left; 
    width: 628px; 
    background: url('http://images.destinatiionline.ro/template/two-col-panel-sprite.png') no-repeat -631px 0;
    height: 9px;
    font-size: 1px;
}

/*
* Panel titles
*/

.header-wrapper {
    background: url('http://images.destinatiionline.ro/template/horizontal-dots.gif') repeat-x bottom left;
    padding-bottom: 14px;
}

.blog .header-wrapper{
    padding-bottom: 10px;
}

h2  {
    background: url('http://images.destinatiionline.ro/template/symbols.png') no-repeat 0 1px;
    padding-left: 28px;
}

.news h2 span {
    display: block;
    width: 181px;
    height: 20px;
    background: url('http://images.destinatiionline.ro/template/panel-titles-sprite.png') no-repeat 0 0;
    text-indent: -9000px;
}

.blog h2 span {
    display: block;
    width: 205px;
    height: 24px;
    background: url('http://images.destinatiionline.ro/template/panel-titles-sprite.png') no-repeat 0 -22px;
    text-indent: -9000px;
}

/*
* News entries
*/

.news-entries {
}

.news-entries li {
    background: url('http://images.destinatiionline.ro/template/symbols.png') no-repeat -19px -23px;
    margin-top: 14px;
    margin-bottom: 6px;
    padding: 1px 0 0 28px;
}

.news-entries a {
    color: #a0a0a0;
    font-size: 1.1em;
    line-height: 1.5em;
}

.news-entries a:hover {
    text-decoration: none;
}

/*
* Blog panel
*/
.blog-options-menu {
    position: absolute;
    top: 23px;
    right: 44px;
}

.blog-options-menu li {
    float: left;
}

.blog-options-menu li a {
    color: #a0a0a0;
    text-decoration: none;
    float: left;
    padding-left: 24px;
    background: url('http://images.destinatiionline.ro/template/symbols.png') no-repeat;
    line-height: 1.6em;
    margin-left: 44px;
    font-size: 1.2em;
}

.blog-options-menu li a:hover {
    text-decoration: underline;
}

.blog-options-menu li a.articles {
    background-position: 0px -44px;
}

.blog-options-menu li a.rss {
    background-position: 0px -65px;
}

.blog-entries {
    clear: both;
}

.blog-entries li {
    width: 50%;
    float: left;
    position: relative;
}

.blog-entries h3 {
    margin: 8px 8px 14px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.blog-entries h3 a {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
}

.blog-entries h3 a:hover {
    text-decoration: underline;
}

.blog-entries p {
    margin: 14px 20px 4px 2px;
    min-height: 56px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 4px 0 3px 82px;
    color: #a0a0a0;
    min-height: 6em;
}

.blog-entries li  img {
    position: absolute;
    top: -1px;
    left: 2px;
}

.blog-entries .blog-picture-frame {
    width: 70px;
    height: 70px;
    background: url('http://images.destinatiionline.ro/template/blog-picture-frame.png') no-repeat top left;
    position: absolute;
    top: -1px;
    left: 2px;
}

/*
* Intro panel
*/


.intro h2 span {
    display: block;
    width: 188px;
    height: 20px;
    background: url('http://images.destinatiionline.ro/template/panel-titles-sprite.png') no-repeat 0 -104px;
    text-indent: -9000px;
    overflow: hidden;
}

.intro p {
    color: #A0A0A0;
    padding-top: 10px;
    font: normal 1.1em Verdana,Arial,sans-serif;
    line-height: 1.5em;
}

.intro strong {
    font: bold 12px Verdana,Arial,sans-serif;
    padding-top: 9px;
    display: block;
}

.intro img {
    float: left;
    margin-top: 14px;
    margin-right: 10px;
}

.intro .container-body  {
    padding-right: 15px;
}

/*
* Purple button
*/
.purple-button {
    background: url('http://images.destinatiionline.ro/template/purple-button-sprite.gif') no-repeat top left;
    float: left;
    position: absolute;
    text-decoration: none;
    right: 14px;
}

.purple-button span {
    line-height: 1.7em;
    display: block;
    float: left;
    background: url('http://images.destinatiionline.ro/template/purple-button-sprite.gif') no-repeat bottom right;
    color: #fff;
    text-transform: lowercase;
    font-family: Verdana, Arial, sans-serif;
    padding: 0 11px;
}

/*
* Form Container
*/
.main-panel {
    position: relative;
    margin: 0 22px 15px;
    background: url('http://images.destinatiionline.ro/template/three-col-panel-sprite.png') -960px 0;
}

.form-container-wrapper {
}

.form-container-white-space {
    background: white;
    height: 4px;
    font-size: 1px;
    margin-top: -6px;
}

.form-container {
    background: url('http://images.destinatiionline.ro/template/three-col-panel-sprite.png') no-repeat top left;
}

.form-container-bottom-corner {
    background: url('http://images.destinatiionline.ro/template/three-col-panel-sprite.png') no-repeat top right;
    height: 12px;
    font-size: 1px;
    clear: both;
    position: relative; 
    top: -6px; 
    z-index: 1;
}

.right-ad-wrapper {
    position: relative; 
    z-index: 2;
    float: right; 
    min-height: 100%;
}

.right-ad {
    margin: 5px 5px 0 0;
}

/*
* Form Container Tabs
*/

.tabs li {
    float: left;
}

.tabs a {
    display: block;
    text-indent: -9000px;
    height: 37px;
}

.tabs .planes {
    width: 152px;
    background: url('http://images.destinatiionline.ro/template/tabs-sprite.png') no-repeat 0 0;
}

.tabs a.planes:hover, .tabs .active .planes {
    background-position: -183px 0;
}

.tabs .hotels {
    width: 168px;
    background: url('http://images.destinatiionline.ro/template/tabs-sprite.png') no-repeat 0 -47px;
}

.tabs a.hotels:hover, .tabs .active .hotels {
    background-position: -183px -47px;
}


.tabs .cars {
    width: 110px;
    background: url('http://images.destinatiionline.ro/template/tabs-sprite.png') no-repeat 0 -94px;
}

.tabs a.cars:hover, .tabs .active .cars {
    background-position: -183px -94px;
}


.tabs .right-corner {
    height: 31px;
    width: 10px;
    background: url('http://images.destinatiionline.ro/template/tabs-sprite.png') no-repeat 0 -141px;
}

/*
* Form
*/
.provider-form {
    clear: left;
    overflow: hidden;
    padding: 0 40px;
}

.dots {
    float: right;
    height: 325px;
    width: 16px;
}

.dots div {
    background: url('http://images.destinatiionline.ro/template/ad-vertical-dots.gif') repeat-y 0 0;
    height: 100%;
    margin-top: 18px;
    margin-bottom: 8px;
}

/*
* Contact Page
*/
.contact-form .form-container {
    padding: 50px 200px;
}

.contact-form h2 span {
    display: block;
    width: 80px;
    height: 20px;
    background: url('http://images.destinatiionline.ro/template/panel-titles-sprite.png') no-repeat 0 -49px;
    text-indent: -9000px;
}

.contact-form form.innerform textarea,
.contact-form form.innerform input{ 
    width: 300px; 
}

.contact-form form.innerform .image_submit{ 
    width: 89px; 
    height: 23px; 
    background: url('http://images.destinatiionline.ro/template/send-button-bg.png') no-repeat;
    display: block;
    text-indent: -9000px;
    padding: 0;
    border: none;
}

.contact-form form.innerform .submit {
    padding-left: 12em;
}

.contact-form .address {
    padding: 30px 60px;
    font-size: 1.4em;
    background: url('http://images.destinatiionline.ro/template/horizontal-dots.gif') repeat-x left bottom;
    line-height: 1.2em;
}

/*
* About Page
*/

.about-page .form-container {
    padding: 50px;
}

.about-page h2 span {
    display: block;
    width: 107px;
    height: 22px;
    background: url('http://images.destinatiionline.ro/template/panel-titles-sprite.png') no-repeat 0 -77px;
    text-indent: -9000px;
}

.about-page p {
    font: normal 12px Arial, sans-serif;
    margin: 20px 10px;
    color: #999;
}

.about-page a {
    color: #AEBF3B;
}

/*
* Bottom Menu
*/
.bottom-menu-wrapper {
    clear: both;
    height: 65px;
    position: relative;
}

.bottom-menu {
    position: relative;
    left: 57px;
    top: 14px;
}

.bottom-menu li {
    float: left;
    padding: 0 9px 0 8px;
    background: url('http://images.destinatiionline.ro/template/vertical-dots.gif') no-repeat right -14px;
}

.bottom-menu li.nodots {
    background: transparent
}

.bottom-menu a {
    line-height: 1.4em;
    font-size: 1.1em;
    color: #999;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    padding: 0 8px;
}

.bottom-menu a:hover {
    color: #fff;
    background: #aec642;
}

#hcard-destinatii-online .n {
    display: none;
}

#hcard-destinatii-online .tel {
    text-indent: -9000px;
    width: 223px;
    height: 38px;
    background: url('http://images.destinatiionline.ro/template/telefon.gif') no-repeat;
    position: absolute;
    right: 88px;
}


/*
* IFRAME
*/

.frame-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: url('http://images.destinatiionline.ro/template/frame-bg.png');
    display: none;
}

.frame-container .toolbar {
    height: 40px;
    background: #333;
    border-bottom: 2px solid #555;
    position: relative;
    font: normal 20px/40px Arial, sans-serif;
    color: #EEE;
    padding-left: 10px;
}

.frame-container .toolbar  a {
    width: 25px;
    height: 30px;
    background: red;
    display: block;
    overflow: hidden;
    text-indent: -9000px;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url('http://images.destinatiionline.ro/template/g_close.gif');
}

.frame-container  iframe {
    display: none;
    width: 90%;
    height: 100%;
    margin: auto;
}

.frame-container-loader {
    background: url('http://images.destinatiionline.ro/template/ajax-loader.gif') no-repeat center center;
    height: 100%;
    width: 100%;
}

/*
* Footer Styling
*/

.footer {
    font-size: 1em;
    margin: 0 23px 15px;
    line-height: 37px;
    background: #fafafa url('http://images.destinatiionline.ro/template/footer-bg.gif') left -37px;
    color: #cccbc6;    
}

.copyright-wrapper {
    background: url('http://images.destinatiionline.ro/template/footer-bg.gif') no-repeat left top;
}

.copyright {
    font-family: Arial, sans-serif;
    background: url('http://images.destinatiionline.ro/template/footer-bg.gif') no-repeat bottom right;
    padding-left: 40px;
}

/*
* Error 404
*/

#error404 a{
    color: #AEBF3B;
}

#error404 h1{
    font-size: 180%;
    margin-bottom: 10px;
}

#error404 p{ 
    font-size: 14px;
}
