/* Text sizes:
----------------------------- */
.you-got24px { font-size: 2em; /* 24px */ line-height: 1.5em; /* 36px */ margin-top: 0.75em; margin-bottom: 0em; }
.you-got18px { font-size: 1.5em; /* 18px */ line-height: 1em; /* 18px */ margin-top: 1em; margin-bottom: 0em; }
.you-got14px { font-size: 1.1667em; /* 14px */ line-height: 1.2857em; /* 18px */ margin-top: 1.2857em; margin-bottom: 0em; }
.you-got12px { font-size: 1em; /* 12px */ line-height: 1.5em; /* 18px */ margin-top: 1.5em; margin-bottom: 0em; }
.you-got11px { font-size: 0.9167em; /* 11px */ line-height: 1.6364em; /* 18px */ margin-top: 1.6364em; margin-bottom: 0em; }
.you-got10px { font-size: 0.8333em; /* 10px */ line-height: 1.8em; /* 18px */ margin-top: 1.8em; margin-bottom: 0em; }


/* MAIN CONTAINER */
body {
	background-color:#5B020B;
	font-size:75%;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: georgia, Arial, sans-serif; }

/* CURVY CORNERS */

.blog-image {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#CCCCCC none no-repeat scroll 0 0;
	float:left;
	height:68px;
	margin-right:7px;
	margin-top:3px;
	width:123px;
}

.map-tab-rounded {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

.blog-image a {
	height:68px;
	width:123px;
	display:block;
}

/* OVERALL SETTINGS */

address {
	background-color:#FFEDED;
	border:1px solid #FF0000;
	font-size:13px;
	line-height:20px;
	margin-top:10px;
	padding:12px;
}

a {
	text-decoration:underline;
	color:#1e74b0;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

strong {
	font-weight:bold;
}

hr {
	background-color:transparent;
	border-top:1px solid #ccc;
	border-bottom:0;
	border-right:0;
	border-left:0;
	margin:15px 0;
	padding:0;
	height:1px;
}

h1 {
	font-family:Georgia;
	font-size:2em;
	margin:0 0 15px;
}

h2 {
	font-family:Georgia;
	margin: 0 0 5px 0;
	font-size: 1.5em;
	padding: 2px 0;
}

h3 {
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:1em;
}
input, textarea {font-size: 1em;}

.c-map #content, .c-start #content {
	width:590px;
}
#content p {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:0;
	margin-top:1.5em;
	text-align:justify;
}
#content ol { padding: 10px 20px; list-style-type: decimal; line-height: 1.2em;}
#content ul {
	padding: 10px 20px;
	list-style-image: url("../img/bullet.gif");
	list-style-type: circle;
	line-height: 1.2em;
}
#content ul.contacts {
	list-style-type: none;
	list-style-image: none;
	padding: 10px;
}
#content div.reference {
	margin-top: 1.5em;
	border-top: 1px solid #ccc;
	font-size: 0.9167em;
	color: #999;
}
#content div.reference p {
	margin-top: 0.5em;
}

#content h2 {
	font-size:1.3em;
	font-weight:bold;
	margin-top:10px;
}


.btn, .btn:visited, .btn:active, .submit input {
	background:url("../img/button.gif") #f27146 repeat-x bottom;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-decoration:none;
	padding:3px 15px;
	border:0;
	color:#fff;
}

/* ERRORS */

.error-message {
	margin:5px 0 5px 0;
	font-size:11px;
	color:#FF3E3E;
}

.error .text input, .error .password input, .error textarea {
	border-color:#FF3E3E;
}

/* MAINMENU */

#mainmenu {
	background-color:#E2430F;
	height:56px;
	line-height:56px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	position:relative;
	z-index:3;

}

#mainmenu li {
	background:transparent url(../img/menu_line.gif) no-repeat scroll left center;
	float:left;
	padding:0;
}

#mainmenu li.first {
	background:none;
}

#mainmenu a, #first-menu-item  {
	color:#FFFFFF;
	display:block;
	font-family:tahoma,sans-serif,Arial;
	font-size:15px;
	padding:0 18px;
	text-align:center;
	text-decoration:none;
}

.l-lv #mainmenu a, .l-lv #first-menu-item  {
	font-size:14px;
	padding:0 12px;
}

.l-ru #mainmenu a, .l-ru #first-menu-item  {
	font-size:14px;
	padding:0 7px;
}

.l-en #mainmenu a, .l-en #first-menu-item  {
	font-size:14px;
	padding:0 10px;
}

#mainmenu a:hover,
#mainmenu a:active,
#mainmenu a.active,
#first-menu-item:hover,
#first-menu-item:active,
#first-menu-item.active {
	background:#FFFFFF url(../img/menu-active.gif) repeat-x scroll center bottom;
	color:#000000;
}

/* MAIN LAYOUT */

.bottom-corners {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

#container {
	background-color:#FFFFFF;
	margin:0 auto;
	min-height:600px;
	position:relative;
	width:920px;
	-moz-box-shadow:0 0 25px #000000;
	-webkit-box-shadow:0 0 25px #000000;
}

#content {
	float:left;
	font-size:12px;
	margin:0 0 10px 20px;
	overflow:hidden;
	padding:25px 0;
	width:470px;
}


/* HEADER */

#header {
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	-webkit-border-top-left-radius:9px;
	-moz-box-shadow:0 0 25px #000000;
	-webkit-box-shadow:0 0 25px #000000;
	box-shadow:0 0 25px #222;
	background-color:#FFFFFF;
	margin:17px auto 0;
	padding-top:25px;
	width:920px;
}

#header .inner {
	position:relative;
	margin:0 auto;
	width:920px;
}

#header .top {
	height:90px;
}

#fp-header {
	background:none no-repeat left bottom;
	position:relative;
	height:261px;
	z-index:1;
}

#fp-header #slide-link {
	display:block;
	height:100%;
	width:100%;
	z-index:2;
	position:relative;
}

#fp-header #slide-html {
	left:0;
	position:absolute;
	top:0;
	z-index:1;
}

#mainmenu.fp-menu {
	bottom:0;
	left:0;
	position:absolute;
	width:920px;
}


/* BLOG / NEWS etc. GALLERIES */

.main-image {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-repeat: no-repeat;
	background-color:#CCCCCC;
	border:2px solid #FFFFFF;
	height:230px;
	width:466px;
	display:block;
}

.gallery-img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#CCCCCC none no-repeat scroll 0 0;
	border:2px solid #FFFFFF;
	display:block;
	float:left;
	height:42px;
	width:62px;
}

.gallery .gallery-pics a.gallery-img.active {
	border-color:#E34613;
}

/* LOGO */

#logo {
	background:transparent url(../img/logo.gif) no-repeat scroll center center;
	margin-left:30px;
	display:block;
	float:left;
	height:71px;
	width:180px;
}

/* LANGUAGE SWITCH */

#language-switch {
	float:left;
	margin:0 0 0 50px;
}

#language-switch li {
	margin-bottom:10px;
}

#language-switch a {
	display:block;
	font-size:0.9167em;
	height:15px;
	line-height:15px;
	text-indent:10px;
	text-transform:uppercase;
	width:42px;
}

#language-switch a.active {
	background:transparent url(../img/lang_hover.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	text-decoration:none;
}

/* FLASH MESSAGE */

#flash-message {
	background-position:-6px -6px;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-left:35px;
	font-weight:bold;
	line-height:32px;
	/*height:32px;*/
}

div.flash-message-failure {
	background-image:url("../img/msg-bg-err.gif");
	border-bottom:2px solid #e50d2e;
	border-top:2px solid #e50d2e;
}

div.flash-message-success {
	background-image:url("../img/msg-bg-ok.gif");
	border-bottom:2px solid #51683b;
	border-top:2px solid #51683b;
}

div.flash-message-unknown {
	background-image:url("../img/msg-bg.gif");
	border-bottom:2px solid #999;
	border-top:2px solid #999;
}

/* PAGINATOR */

#paginator {
	font-size:12px;
	padding-top:10px;
}

#paginator a,
#paginator span.current {
	color:#000000;
}


#paginator a.prev, #paginator a.next {
	background:transparent url(../img/btn_3.png) no-repeat scroll left center;
	border:0 none;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	height:19px;
	line-height:19px;
	text-align:center;
	text-decoration:none;
	width:63px;
}

#paginator span.current {
	border-bottom:2px solid #E34613;
}

#paginator span.numbers {
	color:#A4A4A4;
	display:block;
	float:left;
	margin:4px;
}

#paginator span.numbers span {
	margin:0 2px;
	padding:2px 7px;
}


/* SIDEMENU */

#sidemenu {
	float:left;
	font-family: Tahoma, sans-serif;
	margin-top: 25px;
	width:130px;
}

#sidemenu ul {
	margin:0;
	padding:0;
}

#sidemenu li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	background:transparent url(../img/submenu-line.gif) repeat scroll top left;
}

#sidemenu a {
	background:transparent url(../img/submenu-separator.gif) no-repeat scroll left top;
	color:#1E74B0;
	display:block;
	font-size:11px;
	line-height:15px;
	padding:6px 0 6px 15px;
	text-decoration:underline;
}

#sidemenu li.last, #sidemenu li.last {
	border-color:#c9bd8c;
}


#sidemenu a:hover, #sidemenu a:active, #sidemenu a.active {
	background-color:#e2430f;
	color:#fff;
}

#sidemenu li:first-child a {
	background-image:none;
}

#sidemenu h4 {
	background:transparent url(../img/see-more-submenu-line.gif) no-repeat scroll left bottom;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	padding:20px 0 6px 15px;
}

/* level 2 */

#sidemenu li li {
	border-bottom:0;
}

#sidemenu li li:hover, #sidemenu li li:active {
	background:url("../img/menu-active.png") #aec25b repeat-x bottom;
}

#sidemenu li li.active {
	background:url("../img/menu-active.png") #aec25b repeat-x bottom;
}

#sidemenu li li a, #sidemenu li li.active a, #sidemenu li li:hover a {
	background:url("../img/sidemenu-li.gif") transparent no-repeat 18px center;
	padding-left:30px;
	font-weight:normal;
	font-size:11px;
}


/* ADMIN TOOLS */

#admtools {
	padding:5px 10px 5px 3px;
	border:1px solid #aaa;
	background-color:#eee;
	margin:0 0 15px 0;
	font-size:11px;
}

#admtools img {
	vertical-align:middle;
}

#admtools a {
	text-decoration:none;
}

#admtools a.logout {
	float:right;
}

/* MISC */

table.cake-sql-log {
	background-color:#FFFFFF;
}


pre.cake-debug {
	position:relative;
	z-index:1000;
}

/* TWITTER BOX */

#tweets {
	background:url("../img/twitter.gif") no-repeat top left;
	padding:0 10px 0 50px;
	font-size:12px;
	position:absolute;
	overflow:auto;
	height:200px;
	width:320px;
	left:460px;
}

#tweets ul {
	margin-top:20px;
}

#tweets li {
	background:url("../img/li.gif") no-repeat left 4px;
	padding-left:15px;
	margin-bottom:5px;
}

#tweets .date {
	color:#7e7e7e;
}

/* COMMENTS */

.comment {
	margin:5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.comment .author {
	font-size: 0.9167em;
}
.comment .date {
	font-size: 0.9167em;
	margin-left: 10px;
	color: #999;
}
#content .comment p {
	margin-top: 5px;
}

.reply {
	padding-left:25px;
	margin: 5px 0;
	background: url('../img/bulta.gif') 3px 2px no-repeat;
}
.reply .brdr {
	padding: 5px;
	border: 1px solid #84c82d;
}

#CommentCreateForm {
	margin-top: 40px;
}
#CommentCreateForm h3 {
	margin-bottom: 20px;
}
#CommentCreateForm label {
	display: block;
	font-size: 0.9167em;
	padding: 7px 0 4px 0;
	color: #666;
}
#CommentCreateForm .text input {
	width: 300px;
	border: 1px solid #999;
	padding: 2px;
}
#CommentCreateForm textarea {
	width: 300px;
	border: 1px solid #999;
	padding: 2px;
}
#CommentCreateForm .submit {
	width: 304px;
	text-align: right;
	padding: 5px 0;
}
#CommentCreateForm .submit input {
	background: transparent url('../img/btn_3.png') no-repeat 0 0;
	border: 0;
	width: 63px;
	padding: 2px;
	text-align: center;
	color: #fff;
	font-size: 0.9167em;
}
.l-ru #CommentCreateForm .submit input {
	background:transparent url(../img/button.gif) repeat scroll 0 0;
	width:128px;
}

/* RIGHT SIDE */

#right-side {
	margin-bottom:20px;
	margin-top:25px;
	float:right;
	width:300px;
}

#right-side .inner {
	margin-left:45px;
}

#right-side .map {
	background:url("../img/icn-compass.gif") no-repeat left center;
	padding:10px 0 3px 35px;
}


#right-side .gallery {
	background:url("../img/icn-gallery.gif") no-repeat left center;
	padding:7px 0 6px 35px;
	margin:0;
}

#right-side .map-links {
	background:url("../img/tirgus-karte.jpg") no-repeat center;
	position:relative;
	height:140px;
	width:220px;
}

#right-side .map-links a {
	display:block;
	margin:5px 0;
	padding:5px 15px;
}

#right-side .map-links .links {
	position:absolute;
	padding:2px 10px 0 10px;
	height:83px;
	bottom:4px;
}

#right-side .map-links .bg {
	background-color:#fff;
	position:absolute;
	opacity:.35;
	height:85px;
	width:100%;
	bottom:4px;
}

#gallery-frame {
	background:url("../img/gallery.png") no-repeat center;
	position:relative;
	height:216px;
	width:300px;
}

#gallery-frame a {
	color:#000000;
	text-decoration:none;
}

#gallery-frame .gf-inner {
	display:none;
}

#gallery-frame img {
	position:absolute;
	width:214px;
	left:53px;
	top:19px;
}

#gallery-frame div {
	position:absolute;
	text-align:center;
	line-height:130%;
	width:214px;
	left:53px;
	top:140px;
}

#external-links a {
	background-position:0 0;
	text-decoration:none;
	margin-bottom:3px;
	line-height:51px;
	text-indent:65px;
	font-size:10px;
	display:block;
	width:230px;
	height:51px;
}

#external-links a.multiline {
  line-height:100%;
  padding-top: 15px;
  height:36px;
  text-indent:0px;
  padding-left: 65px;
  width: 165px;
}


#external-links a:hover {
	background-position:0 -52px;
	color:#fff;
}

/* BLOGS */

.blog-entry {
	border-bottom:1px solid #CCCCCC;
	margin:0 0 20px;
	padding:0;
}

.blog-entry h2 {
	
}

.blog-entry .author {
	color:#7E7E7E;
	font-size:11px;
	margin:10px 0 5px;
}

.blog-entry .author span {
	color:#000000;
	padding-left:5px;
}

.blog-entry .text {
	color:#000000;
	font-size:12px;
	line-height:14px;
	padding:0 0 5px;
}

.blog-entry a.read-more {
	background:transparent url(../img/btn_3.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	height:19px;
	line-height:19px;
	margin:5px 0 0;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	width:63px;
}

.blog-entry a.comments {
	display:block;
	float:right;
	margin:8px 0 0;
	text-transform:lowercase;
}

/* atsevišķs blog post */
.blog-post .author {
	margin:10px 0 5px;
	font-size: 0.9167em;
}

.blog-post .author span.date {
	color: #666;
	padding-left: 5px;

}


/* MAP */

#content #map-tabs {
	border-bottom:1px solid #CCCCCC;
	height:26px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}

#map-tabs li {
	float:left;
}

#map-tabs li a {
	background-color:#E2430F;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:18px;
	line-height:18px;
	margin:9px 1px 0 0;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	width:93px;
}

#map-tabs li a.active {
	background-color:#FFFFFF;
	border:1px solid #A3A3A3;
	color:#000000;
	height:25px;
	line-height:34px;
	margin-top:0;
	border-bottom-color:#FFFFFF;
	overflow:hidden;
}



#map-info {
	color:#7E7E7E;
	float:left;
	font-size:11px;
	margin:8px 0 0 30px;
}

#market-infos {
	float:left;
	width:435px;
}

#content #map-legend {
	left:470px;
	position:absolute;
	top:480px;
	width:180px;
}

#content #map-legend tr td {
	border:medium none;
	font-size:11px;
	padding:3px 1px;
	text-transform:lowercase;
	vertical-align:middle;
}

#market-infos div {
	display:none;
}

#market-infos div h2 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 10px;
}

#market-infos div .market-info {
	border:1px solid #B2B2B2;
	color:#000000;
	display:block;
	line-height:14px;
	padding:10px;
}

#market-infos div .left {
	float:left;
	width:206px;
}

#market-tooltip {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	display:none;
	font-size:12px;
	padding:6px;
	position:absolute;
}

/* PARTNERS */

a.prevPage,
a.nextPage {
	background:transparent url(../img/scroll_left.png) no-repeat scroll left center;
	display:block;
	float:left;
	height:70px;
	width:20px;
	cursor:pointer;
}

a.nextPage {
	background-image:url(../img/scroll_right.png);
}

#partners {
	float:left;
	height:70px;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	width:546px;
}

#partners a {
	background:transparent none no-repeat scroll center center;
	float:left;
	height:70px;
	width:78px;
}

#partners .items {
	clear:both;
	position:absolute;
	width:20000em;
}

#partners img {
	vertical-align:middle;
	margin:0 5px 5px 5px;
}


#content table {
	margin: 10px 0;
}
#content th {
	font-size: 0.9167em;
	color: #000;
	padding: 4px;
	border-bottom: 1px solid #ccc;
	vertical-align: bottom;
	background: #eee;
}
#content td {
	padding: 7px 4px;
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
}


/* FOOTER */

#footer {
	margin:0 auto;
	line-height:75px;
	font-size:10px;
	height:75px;
	color:#fff;
	width:860px;
}

#footer .dev {
	float:right;
	font-family:Arial;
}

#footer .dev a {
	text-decoration:none;
	color:#f5b025;
}

#footer .dev span {
	color:#ddd;
}

/* BANNER */

.banner-top {
	position:absolute;
	text-align:center;
	overflow:hidden;
	width:573px;
	height:81px;
	right:0;
	top:0;
}

/* FORMS */

label span {
	color:#f00;
}

.fullform h2 {
	margin-top:30px;
}

.fullform .error-message {
	margin-left:210px;
}

.fullform .input {
	margin-bottom:3px;
}

.fullform label {
	margin-right:10px;
	text-align:right;
	line-height:auto;
	display:block;
	color:#787878;
	height:24px;
	width:200px;
	float:left;
}

.fullform .text input {
	border:1px solid #c2c2c2;
	padding:2px 5px;
	width:150px;
}

.fullform .captcha input {
	margin-right:10px;
	width:60px;
}

.fullform .captcha img {
	vertical-align:middle;
}

.fullform .checkbox label {
	line-height:100%;
	display:inline;
	float:none;
	color:#000;
}

.fullform .checkbox input {
	vertical-align:middle;
	margin:0 5px 0 0;
}

/* ATTACHMENTS */

#attachments div {
	background-image:url("../img/filetypes/unknown.png");
	background-position:left center;
	background-repeat: no-repeat;
	margin-bottom:10px;
	padding-left:40px;
	width:250px;
	min-height:32px;
}

#attachments .title {
	display:block;
}

#attachments .type_doc {
	background-image:url("../img/filetypes/doc.png");
}
#attachments .type_xls {
	background-image:url("../img/filetypes/xls.png");
}
#attachments .type_pdf {
	background-image:url("../img/filetypes/pdf.png");
}

/* LATEST NEWS BOX */

#latest-news {
	background-color:#e4e4e4;
	margin-right:20px;
	font-size:11px;
	padding:10px;
}

#latest-news img {
	margin-right:7px;
	float:left;
}

#latest-news .date {
	color:#727272;
}

table.purchases {
	width:470px;
}

/* POLL */

#poll {
	background-color:#E4E4E4;
	margin:0 0 20px 45px;
	padding:5px 0 14px 10px;
	width:220px;
}

#poll img {
	margin:0 5px 0 0;
	vertical-align:top;
}

#poll .input.radio {
	clear:both;
	margin:8px 0;
	padding-top:5px;
}

#poll .separator {
	height:5px;
}

#poll-result img {
	margin:0 5px 0 0;
	vertical-align:top;
}


/* GALLERY LIST */
#gallery-list {
	text-align:center;
}

#gallery-list div {
	float:left;
	margin:0 15px 15px 0;
}

.c-galleries #content {
	width:580px;
}

pre {
	background-color:#FEFEFE;
	border:1px solid #CCCCCC;
	margin:5px;
	padding:10px;
}