/* General */

* {
	margin: 0;
	padding: 0; } /* makes the li bullets float out of the width */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE 5.x,6 centering fix */
	width: 100%;
	margin: 0 auto; /* Netscape 6 min-width bug fix */
}
a:link, a:visited {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none; }
a:hover,a:active {
	color: #000;
	text-decoration: underline; }
a img { border: none; }
img.imgRight {
	float: right;
	margin: 0 0 5px 5px; }
img.imgLeft {
	float: left;
	margin: 0 5px 5px 0; }
img.bordered {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid black; }
a:hover img.bordered { border: 1px solid #F00; }

/* End General */

div#header {
    background: url(../images/headerBkg.gif) top left repeat-x;
    height: 200px;
}
div#end {
    background: url(../images/footerBkg.gif) top left repeat;
    height: 100px;
}

.txtBox {
    border: 1px solid black;
    padding: 3px;
    font-size: 12px;
    color: #666;
}
.btnGeneral {
    background: url(../images/btns/btnGeneral.gif) top left no-repeat;
    width: 88px;
    height: 22px;
    border: none;
    font-weight: bold;
    color: #FFF;
}
.btnGeneral:hover { color: #F00; }

label {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

/* Wrapper */

div#wrapper {
        width: 980px;
        margin: 0 auto;
        margin-top: -194px;
        text-align: left;
}

/* End Wrapper */

/* Branding */

div#branding table td { vertical-align: top; }
div#branding a {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}
div#branding a:hover { text-decoration: underline; }

div#headerInfo {
    background: url(../images/headerInfo.jpg) top left no-repeat;
    width: 364px;
    height: 65px;
    margin-top: 15px;
    margin-left: 141px;
}

div#searchBanner { margin-top: -3px; }
div#searchBox {
    width: 250px;
    float: left;
}
div#searchUp {
    background: url(../images/cautareUp.gif) top left no-repeat;
    width: 250px;
    height: 26px;
}
div#searchMain {
    background: url(../images/cautareMain.jpg) top left repeat-y;
    width: 220px;
    height: 204px;
    padding: 5px 15px;
}
div#searchDown {
    background: url(../images/cautareDown.gif) top left no-repeat;
    width: 250px;
    height: 8px;
}
div#searchMain h1 {
    font-size: 17px;
    margin-bottom: 5px;
}
div#searchMain p {
    font-size: 11px;
    margin-bottom: 7px;
}

div#banner {
    background: url(../images/banner.jpg) top left no-repeat;
    width: 717px;
    height: 250px;
    float: right;
    position: relative;
}

table.tblBanners { margin-left: 132px; }
table.tblBanners h1 {
    font-size: 17px;
    margin: 10px 0;
    font-variant: small-caps;
}
table.tblBanners a { text-decoration: underline; }
table.tblBanners a:hover { font-weight: bold; color: #F00; }
table.tblBanners p { font-size: 11px; margin-bottom: 10px; }
table.tblBanners p.bannerPrice {
    text-align: right;
    font-size: 15px;
    margin-bottom: 10px;
}
table.tblBanners p.bannerPrice span.price {
    font-weight: bold;
    color: #F00;
}

div#Banner1, div#Banner2, div#Banner3 {
    background-color: #FFFFAD;
    width: 165px;
    padding: 5px;
    height: 165px;
    margin-right: 15px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
div#controls {
    position: absolute;
    right: 3px;
    bottom: 0px;
}
div#ctrl1, div#ctrl2, div#ctrl3 {
    background-color: #FFFFAD;
    width: 169px;
    padding: 3px;
    margin-right: 15px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    text-align: center;
}
table.tblControls a {
    font-size: 11px;
    color: #000;
    text-decoration: underline;
}
table.tblControls a:hover { color: red; }

/* End Branding */

/* Main Nav */

div#mainNav {
    width: 250px;
    float: left;
    margin-top: 10px;
}
div.navCat { margin-bottom: 7px; }
div.navCatUp {
    background: url(../images/menuUp.gif) top left no-repeat;
    width: 249px;
    height: 6px;
}
div.navCatDown {
    background: url(../images/menuDown.gif) top left no-repeat;
    width: 249px;
    height: 6px;
}
div.navCatMain {
    background-color: #DEF1F8;
    width: 243px;
    padding: 3px;
}
div.navCatMain h3 {
    background: url(../images/menuTitle.gif) top left no-repeat;
    width: 243px;
    height: 24px;
    line-height: 24px;
    text-indent: 10px;
}
div.navCatMain h3 a {
    font-size: 14px;
    font-weight: bold;
    color: #014C8F;
    text-decoration: none;
}
div.navCatMain h3 a:hover { text-decoration: none; color: #000; }
div.navCatMain ul {
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFB23F;
}
div.navCatMain ul li a { color: #002342; text-decoration: underline; }
div.navCatMain ul li a:hover { color: #F00; }
div.navCatMain p.toate { text-align: right !important; }
div.navCatMain p.toate a {
    font-size: 11px;
    text-decoration: underline;
}

/* End Main Nav */

/* Main Content */

div#contentMain {
    width: 717px;
    float: right;
    margin-top: 10px;
}
div#contentCenter {
    width: 515px;
    padding: 0 10px;
    float: left;
}
div#sidebar {
    width: 160px;
    float: right;
}
div.promo { margin-bottom: 10px; }
div.promoUp {
    background: url(../images/promoTop.jpg) top left no-repeat;
    width: 154px;
    height: 10px;
}
div.promoDown {
    background: url(../images/promoDown.jpg) top left no-repeat;
    width: 154px;
    height: 13px;
}
div.promoMain {
    background: url(../images/promoMain.jpg) top left repeat-y;
    width: 125px;
    padding-left: 20px;
    padding-right: 9px;
}
div.promoMain h4 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
}
div.promoMain p.perioada {
    font-size: 10px;
    text-align: right;
    font-style: italic;
}

div#contentCenter h1 {
    background: url(../images/h1Middle.gif) top left no-repeat;
    width: 505px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 21px;
    color: #FFF;
    margin: 15px 0;
}
div#contentCenter h1.big {
    background: url(../images/h1Big.gif) top left no-repeat;
    width: 695px;
    height: 32px;
    line-height: 32px;
}

div#contentCenter table td { vertical-align: text-top; }
div#contentCenter h2 {
    font-size: 17px;
    color: #014C8F;
    margin-bottom: 10px;
}
div#contentCenter table td p {
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
}
div#contentCenter table td p.specs {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}
a.btnDet {
    display: block;
    background: url(../images/btns/btnGeneral.gif) top left no-repeat;
    width: 88px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}
a.btnDet:hover { color: #F00; }
div#contentCenter table td.tdPret {
    text-align: right;
    font-size: 17px;
    font-weight: bold;
    color: #F00;
}

div#contentCenter p { margin-bottom: 7px; }
div#contentCenter ul {
    margin-left: 50px;
    margin-bottom: 10px; }
div#testimonial {
    background: url(../images/mottoBkg.jpg) top left no-repeat;
    width: 456px;
    height: 109px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 20px;
}
div#testimonial p {
    font-size: 11px;
    font-style: italic;
}
p.team {
    font-size: 13px !important;
    font-weight: bold;
    text-align: right;
    margin-top: 20px;
}
td.specs { vertical-align: top !important; }
td.specs p {
    font-size: 12px !important;
    font-weight: bold;
    color: #333;
}
td.specs p.pret {
    font-size: 15px !important;
    margin-top: 20px;
}
table td p.info {
    font-size: 10px !important;
    font-weight: normal;
}

div#bilete {
    background-color: #D3EFFE;
    padding: 10px;
}

/* End Main Content */

div#breadcrums {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
div#breadcrums a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
div#breadcrums a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

/* 2nd Layout */

div#descriereCat {
    background: url(../images/bkgCatDesc.gif) top left no-repeat;
    width: 665px;
    height: 123px;
    padding: 10px 20px;
    display: none;
}
div#descriereCat h1 {
    background: none;
    font-size: 23px;
    font-weight: normal;
    color: #014C8F;
    margin-top: -20px;
    margin-bottom: 10px;
}
div#descriereCat p {
    font-size: 11px;
    color: #333;
}
table.tblTari h2 {
    background: url(../images/h2Cat.gif) top left no-repeat;
    width: 207px;
    height: 24px;
    line-height: 24px;
    color: #014C8F;
    font-size: 13px !important;
    text-indent: 10px;
    margin: 0 auto;
    margin-bottom: 0 !important;
}
table.tblTari div.tari {
    background-color: #DEF1F8;
    width: 199px;
    margin: 0 auto;
}
table.tblTari div.tari ul {
    color:#FFB23F;
    padding-bottom:15px;
    margin-left:40px;
    padding-top:15px;
}
table.tblTari div.tari ul li a {
    color:#002342;
    text-decoration:underline;
}
table.tblTari div.tari ul li a:hover { color: #F00; }

h1.small {
    background: url(../images/h1Small.gif) top left no-repeat;
    width: 250px;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    font-size: 21px;
    color: #FFF;
    margin: 15px 0;
}
div#mainNav p {
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
}
div#mainNav p.specs {
    color:#333333;
    font-size:12px;
    font-weight:bold;
    margin-bottom:0;
}
div#mainNav table td.tdPret {
    color:#FF0000;
    font-size:17px;
    font-weight:bold;
    text-align:right;
}
div#mainNav h2 {
    color:#014C8F;
    font-size:17px;
    margin-bottom:10px;
}

table.tblOrase h3 a {
    color: #014C8F;
    font-size: 14px;
}
table.tblOrase p.info {
    font-style: italic;
    padding-left: 20px;
}
table.tblOrase td { padding-right: 20px; }
/* End 2nd Layout */

/* Pachete */

div.pachet-promo-up {
    background: url(../images/packPromo-up.jpg) top left no-repeat;
    width: 692px;
    height: 10px;
}
div.pachet-promo-down {
    background: url(../images/packPromo-down.jpg) top left no-repeat;
    width: 692px;
    height: 13px;
    margin-bottom: 10px;
}
div.pachet-promo {
    background: url(../images/packPromo-main.jpg) top left repeat-y;
    width: 662px;
    padding: 0 20px;
    padding-right: 10px;
}
div.pachet-promo table td { vertical-align: top !important; }
div.pachet-promo table td.content {
    width: 300px;
    padding-right: 10px; }
div.pachet-promo table td.tdPoza { width: 130px; }
div.pachet-promo table td.tdSpecs p { text-align: right !important; }
div.pachet-promo table td.tdSpecs p.price {
    color:#FF0000;
    font-size:17px !important;
    font-weight:bold;
    text-align:right;
    margin-top: 10px;
}
div.pachet-promo table td.content h3 a {
    color:#014C8F;
    font-size:14px;
    margin-bottom: 5px;
}


div.pachet-up {
    background: url(../images/pack-up.jpg) top left no-repeat;
    width: 692px;
    height: 10px;
}
div.pachet-down {
    background: url(../images/pack-down.jpg) top left no-repeat;
    width: 692px;
    height: 13px;
    margin-bottom: 10px;
}
div.pachet {
    background: url(../images/pack-main.jpg) top left repeat-y;
    width: 662px;
    padding: 0 20px;
    padding-right: 10px;
}
div.pachet table td { vertical-align: top !important; }
div.pachet table td.content {
    width: 300px;
    padding-right: 10px; }
div.pachet table td.tdPoza { width: 130px; }
div.pachet table td.tdSpecs p { text-align: right !important; }
div.pachet table td.tdSpecs p.price {
    color:#FF0000;
    font-size:17px !important;
    font-weight:bold;
    text-align:right;
    margin-top: 10px;
}
div.pachet table td.content h3 a {
    color:#014C8F;
    font-size:14px;
    margin-bottom: 5px;
}

/* End Pachete */

/* Footer */

div#footer {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}
div#footer table.tblFooter {
    margin: 0 auto;
    margin-top: -10px;
}
div#footer table.tblFooter td a {
    display: block;
    background: url(../images/footerMainLink.gif) top left no-repeat;
    width: 148px;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}
div#footer table.tblFooter td a:hover { color: #F00; }
div#footer a {
    font-weight: bold;
    color: #FFF;
}
div#footer a:hover { color: #F00; }

/* End Footer */

