* {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
body {
	background: #222 url(../images/pattern.gif) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #444;
}
a {
	outline: none;
	color: #222;
}
a:hover {
	color: #c8192e;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
.image {
	display: block;
	margin: 10px 20px 5px 0px;
	float: left;
	overflow: hidden;
	width: 40%;
}
.image img{
	width: 100%;
	height: auto;
}
ul, ol {
	padding: 5px 5px 5px 20px;
}

.col ul,
.col ol {
	list-style-position: inside;
}

/* PAGE STRUCTURE *************************************************************************/
#page {
	width: 860px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
#header {
	position: relative;
	height: 124px;
	padding: 30px;
}



/* LOGO DESCRIPTION *************************************************************************/
#logo {
	width: 216px;
	height: 124px;
	background: url(../images/logo.gif) no-repeat left top;
	text-indent: -10000px;
}
#logo a {
	display: block;
	width: 38px;
	height: 123px;
}
#slogan {
	display: none;
}



/* SEARCH *************************************************************************/
#search {
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;
	float: right;
	width: auto;
	height: 15px;
	background: #222;
	padding: 6px 10px;
}
#search_input {
	position: relative;
	right: 0px;
	top: -1px;
	width: 108px;
	background: #222;
	color: #fff;
	border: none;
	z-index: 1;
	font: 12px Arial, Helvetica, Sans-Serif;
}
#search_btn {
	position: relative;
	right: 0px;
	top: 1px;
	z-index: 2;
}



/* CONTENT *************************************************************************/
#content {
	padding: 30px 30px 30px 30px;
}
h1{
	font-size: 15px;
	padding-bottom: 3px;
}
h3 {
	font-size: 13px;
	padding-bottom: 2px;
}
h4 {
	font-size: 12px;
	padding: 2px 0px;
}
blockquote { 
	quotes: "\201C" "\201D";
	font-size: 10px;
	color: #333;
	width: 500px;
	text-align: justify;
	line-height: 18px;
}
blockquote:before { 
	content: open-quote;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
}
blockquote:after { 
	content: close-quote;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}
.cat-title {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	padding-bottom: 1px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 13px;
}
.headline {
	font-size: 11px;
	color: #333;
	line-height: 18px;
	padding: 5px 0px 10px;
	width: 400px;
	font-style: italic;
	text-align: justify;
}
h3.headline {
	font-size: 13px;
	color: #666;
	padding: 0px 0px 10px;
}
.treeview {
	padding: 0;
}
.treeview ul {
	list-style: none;
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 15px;
}
.treeview li {
	padding: 3px 0px 3px 15px;
	list-style: none;
	background: url(../images/li-arrow.gif) no-repeat left 8px;
}
.treeview li.selected a {
	text-decoration: none;
	color: #c00;
}
.treeview li.nostyle {
	padding: 3px 0px;
	list-style: none;
	background: none;
}
.treeview2 li, 
.treeview2 li.nostyle {
	padding: 6px 0px;
}
strong {
	color: #555;
}
p {
	line-height: 16px;
	padding-bottom: 10px;
}
.form {
	padding: 10px 0px;
}
input, textarea {
	font-size: 11px;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #777;
}
#content2 {
	padding: 20px 30px 25px 30px;
	border-top: 1px solid #e4e4e4;
	background: #f2f2f2 url(../images/content2_bg.jpg) repeat-x left bottom;
}
#content2 .cat-title {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #444;
	padding-bottom: 20px;
}



/* BOX *************************************************************************/
.box {
	padding: 0px 0px 20px 0px;
}

.box h2 {
	font-size: 18px;
}


/* COLS STRUCTURE *************************************************************************/
.col {
	position: relative;
	float: left;
	overflow: hidden;
}
.col img {
	/* width: 100%; */
	margin-bottom: 6px;
}
/*---------------------*/
.w50p {
	width: 48.5%;
	margin-right: 1.5%;
}
.w50 {
	width: 48.5%;
	margin-left:1.5%;
}
.w25p {
	width: 23%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.w25 {
	margin-left: 1.5%;
	width: 22.5%;
}
/*---------------------*/
.w33p {
	width: 31%;
	margin-right: 3%;
}
.w33 {
	width: 32%;
}
/*---------------------*/
.w62p {
	width: 59%;
	margin-right: 3%;
}
.w38 {
	width: 38%;
}
/*---------------------*/
.w38p {
	width: 37%;
	margin-right: 3%;
}
.w62 {
	width: 60%;
}
.w30p {
	width: 28.5%;
	margin-right: 1.5%;
}
.w30 {
	width: 28.5%;
	margin-left: 1.5%;
}
/*---------------------*/
.w66 {
	width: 66%;
}
.w66p {
	width: 65%;
	margin-right: 3%;
}



/* box CLIENTS LOGOS *************************************************************************/
#clients-logos {
	background: white;
}

#clients-logos td {
	width: 23%;
	height: 23%;
	padding: 1%;
}
#clients-logos td img {
	width: auto;
	height: auto;
}



/* page SERICES *************************************************************************/
.service {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
/* box CALENDAR FINANTARI *************************************************************************/
#content .calendar-finantari p, 
#content2 .calendar-finantari p {
	padding: 0px;
}
#content .calendar-finantari a, 
#content2 .calendar-finantari a {
	padding: 0px;
	color: #222;
}
#content .calendar-finantari a:hover, 
#content2 .calendar-finantari a:hover {
	text-decoration: none;
}
#content .data-finantare ,
#content2 .data-finantare {
	padding-bottom: 10px;
	clear: both;
}
#content .data-finantare em, 
#content2 .data-finantare em {
	padding: 2px 6px 2px 5px;
	margin-bottom: 5px;
	background: #d00 url(../images/data-finantare-bg.gif) repeat-x left top;
	color: #fff;
	font-weight: bold;
}
#content p.titlu-finantare, 
#content2 p.titlu-finantare {
	display: block;
	padding: 8px 0px 4px 0px;
	color: #999;
	font-weight: normal;
	border-bottom: 1px dotted #999;
}
#content .titlu-finantare a, 
#content2 .titlu-finantare a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #111;
}
#content .titlu-finantare a:hover, 
#content2 .titlu-finantare a:hover {
	text-decoration: underline;
}
#content .data-finantare .ora-finantare, 
#content2 .data-finantare .ora-finantare {
	background: url(../images/ora-finantare-bg.gif) no-repeat right center;
	color: #666;
	padding: 1px 10px 0px 3px;
	margin-right: 5px;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	cursor: default;
}
#content .data-finantare .ora-finantare:hover, 
#content2 .data-finantare .ora-finantare:hover {
	color: #333;
	
}


/* box SERVICII NAVIGATION *************************************************************************/
#servicii_nav {
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
}
#servicii_nav li {
	list-style: none;
	padding: 0px 0px 1px 0px;
}
#servicii_nav li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ececec;
}
#servicii_nav li a:hover {
	color: #000;
	background: url(../images/servicii_li_bg.gif) repeat-y center center;
	border-color: #ddd;
}
#servicii_nav li a em{
	display: block;
	padding: 14px 5px 14px 20px;
	background: url(../images/servicii_li_bullet.gif) no-repeat 0px center;
}
#servicii_nav li a em:hover{
	display: block;
	padding: 14px 5px 14px 20px;
	background: url(../images/servicii_li_bullet_on.gif) no-repeat 0px center;
}

/* page TESTIMONIALE *************************************************************************/
.testimonial {
	display: block;
	padding-bottom: 25px;
}
.testimonial-info {
	position: relative;
	display: block;
	width: 36%;
	height: 150px;
	background: #f6f6f6 url(../images/testimonial-info-bg.gif) repeat-x left top;
	float: left;
	padding: 1%;
	margin-right: 2%;
}
.testimonial-client-photo {
	float: left;
	width: 115px;
	height: 149px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.testimonial-client-name {
	float: left;
	width: auto;
	width: 162px;
	padding-left: 8px;
}
.testimonial-client-name h4 {
	font-size: 15px;
	padding-bottom: 6px;
	margin-bottom: 2px;
	background: url(../images/testimonial-client-name-sep.gif) no-repeat left bottom;
}
.testimonial-client-name p {
	font-size: 12px;
	color: #777;
}
.testimonial-client-logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 130px;
	height: 60px;
	overflow: hidden;
}
.testimonial-client-logo img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.testimonial-body {
	position: relative;
	display: block;
	float: right;
	width: 60%;
	padding-top: 8px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

/* page PORTOFOLIU *************************************************************************/
.portofoliu {
	display: block;
	padding-bottom: 25px;
	clear: both;
}
.portofoliu-info {
	position: relative;
	display: block;
	width: 36%;
	/*height: 150px;*/
	/*background: #f6f6f6 url(../images/testimonial-info-bg.gif) repeat-x left top;*/
	float: left;
	padding: 1%;
	margin-right: 2%;
}
.portofoliu-client-photo {
	overflow: hidden;
	width: 289px;
}
.portofoliu-client-name {
	float: left;
	width: auto;
	padding-left: 8px;
}
.portofoliu-client-name h4 {
	font-size: 15px;
	padding-bottom: 6px;
	margin-bottom: 2px;
	background: url(../images/testimonial-client-name-sep.gif) no-repeat left bottom;
}
.portofoliu-client-name p {
	font-size: 11px;
	color: #999;
}
.portofoliu-client-logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 130px;
	height: 60px;
	overflow: hidden;
}
.portofoliu-client-logo img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.portofoliu-body {
	position: relative;
	display: block;
	float: right;
	width: 60%;
	padding-top: 8px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
/* pagini portofoliu *************************************************************************/
.folio {
	padding-bottom: 30px;
	width: 400px;
	float: left;
}
.folio-image {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	margin-right: 15px;
	overflow: hidden;
}

.folio-image img {
	display: block;
	margin: 0 auto;
}

.folio-title {
	float: left;
	width: 190px;
}
.folio-title a:hover {
	text-decoration: underline;
}
/* box ARHIVA *************************************************************************/
.arhiva-box {
	display: none;
}

.arhiva-box ul {
	padding: 0;
}
.arhiva-box li {
	list-style: none;
	padding: 0px 0px 0px 17px;
	background: url(../images/pdf-s.gif) no-repeat left 4px;
}
.arhiva-box p {
	color: #999;
}
.arhiva-box a {
	display: block;
	color: #333;
}
.arhiva-box li a:hover {
	text-decoration: none;
}
/* page ARHIVA *************************************************************************/
.arhiva {
	padding: 0;
	margin: 0;
}
.arhiva ul {
	padding: 0;
	margin: 0;
}
.arhiva li {
	list-style: none;
	padding: 0px 0px 0px 27px;
	background: url(../images/pdf.gif) no-repeat left 4px;
}
.arhiva p {
	color: #999;
	padding: 0px 0px 5px 0px;
}
.arhiva a {
	display: block;
	color: #333;
}
.arhiva li a:hover {
	text-decoration: none;
}


/* box ALERT *************************************************************************/
#homeAlert {
	padding: 30px;
	background: #eee;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e6e6e6;
}
.box-scroll {
	width: 100%;
	height: 170px;
	position: relative;
	/*
	.height: auto;
	_height: auto;
	*/
	overflow: auto;
	margin: 0px 0px 20px 0px;
}
#homeAlert .box-scroll {
	height: 200px;
}
/*********************************************/
.alert-box {
	height: auto;
	padding: 0px 0px 50px 0px;
}
#homeAlert .alert-box {
	width: 740px;
	margin: 0 auto;
	padding: 10px 0px 50px 0px;
}
.alert-box h3 {
	font-size: 15px;
}
.alert-box p {
	font-size: 11px;
}
.alert {
	background: #91cc03 url(../images/perioada-finantare-bg.jpg) repeat-y right top;
	width: 440px;
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 11px;
	letter-spacing: -0.03em;
}
#homeAlert .alert {
	width: 740px;
}
.alert .first {
	float: left;
	width: 75px;
	text-align: center;
	font-weight: bold;
	color: #1c2b00;
	background: #8ec801;
}
.alert .last {
	float: left;
	width: 75px;
	text-align: center;
	font-weight: bold;
	color: #3f0000;
	background: #d00;
}
.alert .center {
	float: left;
	width: 290px;
	height: 20px;
	padding: 2px 0px;
	position: relative;
}
#homeAlert .alert .center {
	width: 590px;
}
.alert .current {
	display: block;
	width: 88px;
	width: 78px;
	height: 20px;
	line-height: 20px;
	background: url(../images/alert-slider.png) no-repeat center center;
	text-align: center;
	font-weight: bold;
}
.alert .labels {
	background: #eee url(../images/alert-info-bg.gif) repeat-x left top;
	padding: 5px 12px;
	width: 416px;
	height: 10px;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font: bold 9px Arial, helvetica, sans-serif;
}
#homeAlert .alert .labels {
	width: 716px;
	background: #fff;
}
.alert .first_lb {
	width: 50%;
	float: left;
	text-align: left;
	color: green;
}
.alert .last_lb {
	width: 50%;
	float: right;
	text-align: right;
	color: #d00;
}
.alert .perioada {
	display: none;
	width: 34%;
	text-align: center;
}
/*********************************************/


/* box INFO UTILE *************************************************************************/
.info-utile ul {
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
}
.info-utile li {
	padding: 0px 0px 0px 15px;
	background: url(../images/li-block.gif) no-repeat left 7px;
}



/* page CALENDAR *************************************************************************/
.cal-nav {
	display: block;
	height: 30px;
}
.cal-month {
	font-size: 18px;
	color: #333;
	float: left;
	padding-right: 15px;
}
.cal-arrow-left {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/cal-arrow-left.gif) no-repeat left top;
	text-indent: -10000px;
	margin-right: 5px;
}
.cal-arrow-left:hover {
	background: url(../images/cal-arrow-left-on.gif) no-repeat left top;
}
.cal-arrow-right {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/cal-arrow-right.gif) no-repeat left top;
	text-indent: -10000px;
}
.cal-arrow-right:hover {
	background: url(../images/cal-arrow-right-on.gif) no-repeat left top;
}
.cal-table {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	border-width: 1px 0px 0px 1px;
}
#cal th {
	border: 1px solid #ddd;
	border-width: 0px 1px 3px 0px;
	padding: 20px 0px;
	background: #ececec;
	width: 14.2%;
}
#cal td {
	width: 14.2%;
	height: auto;
	border: 1px solid #ddd;
	border-width: 0px 1px 1px 0px;
	vertical-align: top;
}
#cal td.current {
	background: url(../images/td-bg.gif) repeat left top;
}
#cal td.current .cal-day-date {
	background: #555;
	color: #fff;
}
#cal td.off {
	filter:alpha(opacity=50);
	opacity:0.5;
}
#cal .cal-day-events {
	padding: 2px;
	height: 90px;
}
#cal .cal-day-events p {
	margin-bottom: 2px;
	height: 6px;
	overflow: hidden;
	color: #444;
}
#cal .cal-day-events p a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #333;
	padding: 0px 2px 0px 4px;
}
.cal-day-head {
	height: 18px;
}
.cal-day-date {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	float: right;
	padding-right: 2px;
	display: block;
	width: 20px;
	text-align: right;
}
.cal-day-date-off {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	float: right;
	display: block;
	width: 20px;
	text-align: center;
}
p.cal-day-event0 {
	color: #cc0000;
	background: #ddd;
}
.cal-day-event1 {
	background: #f2e3b0;
}
.cal-day-event2 {
	background: #f1b0f2;
}
.cal-day-event3 {
	background: #b0d2f2;
}
.cal-day-event4 {
	background: #ccf2b0;
}
.cal-day-event5 {
	background: #f09a9a;
}
.cal-day-event6 {
	background: #d8d0f3;
}
.cal-day-event7 {
	background: #b0f2e3;
}
.cal-day-event8 {
	background: #ced2cc;
}
.cal-day-event9 {
	background: #e8e5b3;
}
.cal-tooltip {
	position: absolute;
	margin: -20px 0 0 0;
	padding: 1px 3px;
	color: #FFF;
	background: #69c;
	border: 1px solid #369;
	display: none;
}


/* page TEAM *************************************************************************/
.teammate {
	padding-bottom: 25px;
}
.teammate-photo {
	width: 130px;
	height: 193px;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #ddd;
	float: left;
	overflow: hidden;
}
.teammate-photo img {
	margin: 0;
	padding: 0;
}
.teammate-position {
	font-weight: bold;
	padding: 1px 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.teammate-info {
	width: 627px;
	float: left;
}



/* STUDII DE CAZ *************************************************************************/
.cases-logo {
	width: 200px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0px 25px 10px 0px;
	float: left;
}
.cases-logo img {
	width: 200px;
	margin: 0;
	padding: 0;
}
.cases-client-name {
	font-size: 20px;
}
/* JOBS *************************************************************************/
.jobs_list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: auto;
	font-size: 13px;
	position: relative;
	padding-bottom: 10px;
}
.jobs_list li {
	float: left;
	width: 32%;
	margin: 0px 0px 15px 1%;
	width: 48%;
	margin: 0px 1% 15px;
}
.jobs_list li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
}
.jobs_list li a:hover {
	border-bottom: 1px solid #333;
}
.job-type {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	background: #ccc;
	color: #fff;
	padding: 1px 3px;
}
.job-description {
	border-top: 1px solid #eee;	
	border-bottom: 1px solid #eee;
	padding: 10px 0px 5px;
	margin-top: 5px;
}
.job-apply {
	font-style: italic;
	line-height: 20px;
	padding: 2px 4px;
	color: #fff;
	background: #b00;
	text-decoration: none;
	
}
.job-apply:hover {
	color: #b00;
	background: none;
}



/* NAV THUMBS *************************************************************************/
.nav-thumbs {
	text-align: center;
	line-height: 20px;
}
.nav-thumbs a img {
	border: none;
}
.nav-thumbs a {
	position: relative;
	display: block;
	float: left;
	width: 22px;
	height: 20px;
	line-height: 20px;
	margin: 0px 5px;
	text-align: center;
	color: #444;
}
.nav-thumbs a:hover {
	text-decoration: none;
	background: #eee;
	color: #999;
}
.nav-thumbs a .nav-thumb {
	display: none;
}
.nav-thumbs a:hover .nav-thumb {
	position: absolute;
	left: -15px;
	bottom: 20px;
	overflow: hidden;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 114px;
	padding: 25px;
	background: url(../images/nav-thumb-bg.png) repeat-x left top;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nav-thumb-bg.png", sizingMethod="crop");

	color: #333;
}
.nav-thumb-title {
	line-height: 16px;
	font-weight: bold;
	display: block;
}
.nav-thumb-description {
	float: left;
	line-height: 15px;
	font-size: 10px;
	padding-top: 5px;
	height: 105px;
	color: #444;
	overflow: hidden;
}



/* PAGINATION *************************************************************************/
.pagination {
	display: block;
	text-align: right;
	color: #999;
	padding: 10px 5px;
}
.pagination a {
	color: #333;
	text-decoration: underline;
	padding: 0px 8px;
}
.pagination a:hover {
	color: #999;
}
.pagination span {
	padding: 0px 8px;
}



/* box NEWSLETTER *************************************************************************/
#btn_add {
	position: relative;
	top: 8px;
	left: 5px;
}

/* box formulare *************************************************************************/
#formulare form {
	padding-bottom: 30px;
}
#formulare h4 {
	padding: 15px 0px 5px 0px;
}
#formulare .inputs {
	padding: 10px 0px 10px 17px;
}
#formulare .inputs p{
	display: block;
	line-height: 18px;
	padding: 2px 0px;
}
#formulare .inputs input {
	width: 180px;
}
#formulare .inputs label {
	display: block;
}
#formulare .inputs textarea {
}
#formulare .btn_submit {
	background: #333;
	color: #fff;
	border: none;
	line-height: 20px;
	padding: 2px 5px;
	cursor: pointer;
}
#btn_form1, #btn_form2 {
	float: left;
	height: 26px;
	padding-left: 5px;
	line-height: 26px;
	background: url(../images/btn-grey-bg-left.gif) no-repeat left top;
	text-decoration: none;
	font-size: 11px;
}
#btn_form1 span, #btn_form2 span {
	display: block;
	padding: 0px 10px 0px 5px;
	height: 26px;
	line-height: 26px;
	background: url(../images/btn-grey-bg-right.gif) no-repeat right top;
}
#btn_form1:hover, #btn_form2:hover {
	text-decoration: none;
}
#btn_form2 {
	/*float: right;*/
}
#btn_form1 {
	margin-right: 20px;
}
/**************************************************************************/
#pageLinks a {
	padding: 2px 6px;
	text-decoration: none;
	background: #eee;
	margin-right: 5px;
	color: #000;
}
#pageLinks a:hover, #pageLinks .selected {
	background: none;
	text-decoration: underline;
	color: #000;
}
/**************************************************************************/




/* SECIALS *************************************************************************/
a.rss {
	width: 18px;
	height: 11px;
	float: right;
	background: url(../images/rss-off.gif) no-repeat left top;
}
a.rss:hover {
	width: 18px;
	height: 11px;
	float: right;
	background: url(../images/rss.gif) no-repeat left top;
}
a.contact {
	padding: 0px 4px;
	background: #666;
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
a.contact:hover {
	background: #c00 !important;
	color: #fff;
}
a.more {
	display: inline !important;
	padding: 3px 2px 3px 10px !important;
	color: #c8192e !important;
	text-decoration: none !important;
	background: url(../images/btn-more.gif) no-repeat left 55% !important;
}
a.more:hover {
	text-decoration: underline !important;
}
.btn-view-more {
	display: block;
	width: 160px;
	height: 26px;
	padding-left: 12px;
	background: url(../images/btn-view-all.gif) no-repeat left top;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 26px;
}
.btn-view-more:hover {
	color: #fff;
	background: url(../images/btn-view-all-on.gif) no-repeat left top;
}
/* FOOTER *************************************************************************/
#footer {
	border-top: 1px solid #f0f0f0;
	padding: 17px 30px 18px 30px;
	height: 15px;
	clear: both;
	font-size: 11px;
}
#copyright {
	float: left;
}
#footer_links {
	float: right;
}
#footer_links a {
	margin-left: 15px;
	color: #888;
}
#footer_links a:hover {
	margin-left: 15px;
	color: #333;
}

#mbdragan {
	width: 860px;
	height: 90px;
	margin: auto;
	border-top: 4px solid #111;
	position: relative;
}
#mbdragan a {
	color: #fff;
	position: absolute;
	right: 30px;
	top: 28px;
	display: block;
	width: 100px;
	height: 31px;
	background: url(../images/mbdragan.gif) no-repeat left top;
	text-indent: -10000px;
}

.hidden {
	display: none;
}

#formular1,
#formular2 {
	display: none;
}
#formular2 {
	padding-top: 10px;
}

#pageGallery {
    margin-top: 20px;
}

    #pageGallery a {
        padding: 1px;
        margin: 0 5px 5px 0;
        border: 2px solid #000;
        float: left;
        height: 100px;
    }
