/*
Theme Name: inventio
Version: 1.0
*/

/* begin Page */


body
{
  margin: 0 auto;
  padding: 0;
  background-color: #F7F7F7;
  background-image: url('images/Page-BgTexture.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}



.PageBackgroundGradient
{
  background-image: url('images/Page-BgGradient.jpg');
  background-repeat: repeat-x;
  height: 500px;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:35px;
  min-height:35px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 900px;
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 27px;
  height: 27px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -27px;
  width: 54px;
  height: 54px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 27px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -27px;
  left: 0;
  width: 54px;
  height: 54px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 27px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -27px;
  left: -27px;
  width: 54px;
  height: 54px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 27px;
  right: 27px;
  height: 27px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 27px;
  right: 27px;
  height: 27px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -27px;
  left: 0;
  width: 100%;
  height: 54px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 27px;
  left: 0;
  width: 27px;
  bottom: 27px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 27px;
  right: 0;
  width: 27px;
  bottom: 27px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -27px;
  width: 54px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 27px;
  left: 27px;
  right: 27px;
  bottom: 27px;
  background-image: url('images/Sheet-c.png');
}


.Sheet
{
  margin-top: 10px !important;
}
/* end Box, Sheet */

/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 884px;
  height: 110px;
}

div.Header-png
{
  position: absolute;
  z-index:-2;
  top: 0;
  left: 0;
  width: 884px;
  height: 110px;
  background-image: url('images/Header.png');
  background-repeat: no-repeat;
  background-position: left top;
}


div.Header-jpeg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 884px;
  height: 110px;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
.logo
{
  display : block;
  position: absolute;
  left: 18px;
  top: 28px;
  /*width: 162px;*/
}

h1.logo-name
{
  display: block;
  text-align: center;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  padding:0;
  margin:0;
  color: #000000 !important;
}

.logo-text
{
  display: block;
  text-align: center;
}

.logo-text, .logo-text a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  padding:0;
  margin:0;
  color: #5E5E5E !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


/* menu structure */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 884px;
  height: 30px;
  z-index: 100;
}

.artmenu
{
  padding: 0px 0px 0px 0px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 884px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 30px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}
.artmenu a span span
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F5F5F5;
	line-height: 30px;
	text-align: center;
	background-image: url('images/item-center.png');
	background-position: left top;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}




.artmenu a:hover span span
{
  color: #FFFFFF;
  background-position: left -30px;
}

.artmenu li:hover a span span
{
  color: #FFFFFF;
  background-position: left -30px;
}


.artmenu a.active span span
{
  color: #F5F5F5;
  background-position: left -60px;
}

/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
  display: block;
  width: 1px;
  height: 30px;
  background-image: url('images/item-separator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 22px;
  width: 260px;
  overflow:hidden;
  line-height: 22px;
  margin-right: auto;


  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-transform: none;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 22px;
  color: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}

.artmenu ul ul a
{
  margin-left: auto;
}

.artmenu ul li a:hover
{
  color: #E5E5E5;
  border-color: #E5E5E5;
  background-position: 0 -22px;
}

.artmenu ul li:hover>a
{
  color: #E5E5E5;
  border-color: #E5E5E5;
  background-position: 0 -22px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
  color: #E5E5E5;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
  color: #E5E5E5;
}


/* end MenuSubItem */

/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 0px;
  width: 884px;
  position: relative;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
 overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 5px;
  
}


.Block
{
	
	padding-bottom: 5px; /* margin: 5px;*/
   
}

/* end Box, Block */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;

}


.BlockContent-body
{
  color:#242424;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  letter-spacing: 1px;
/*  margin-left: 10px;*/
}

.BlockContent-body a:link
{
  color: #881B20;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #878787;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #B3232B;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #4A4A4A;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
}

.BlockContent-body ul li
{
  padding:0px 0 0px 14px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Post-body
{
  position: relative;
  z-index: 0;
  margin: 10px;
}


.Post
{
  margin: 5px;
}


/* Start images */
a img
{
  border: 0;
}

.article img, img.article
{
  border-style: solid;
  border-width: 1px;
  border-color: #A21F1F;
  margin: 1em;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color:Transparent;
}

.article th, .article td
{
  padding: 2px;
/*  border: solid 1px #6C3030;*/
  vertical-align: top;
  text-align:left;
}

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}



/* Finish tables */
/* end Box, Post */

/* begin PostMetadata */

.PostMetadataHeader
{
	background-color: #E5E5E5;
	border-bottom-color: #851919;
	border-bottom-style: double;
	border-bottom-width: 3px;
	padding:3px;
	margin-bottom: 22px;  
}




/* end PostMetadata */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #363636;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #363636;
}

.PostHeaderIcon-wrapper img
{
  border:none;
  vertical-align: middle;
  margin:0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #921C1C;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #A21F1F;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #851919;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #242424;
}

.PostContent
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;

  line-height: 125%;
  color: #242424;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #B42222;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #B42222;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #525252;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #891A1A;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #891A1A;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #B42222;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #B42222;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #242424;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #242424;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #242424;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #383838;
  margin:0;
  padding:0;
}

li
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  margin-left: 10px;
  line-height: 150%;

}



.Post ul li
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	line-height:1.2em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#1E0606;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

blockquote
{
  border-color:#FFFFFF;
  border-width: 1px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 32px;

  background-color:#F2F2F2;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */

/* begin PostMetadata */

.PostMetadataFooter
{

  background-color: #DEDEDE;
  border-color: #BFBFBF;
  border-style: solid;
  border-width: 1px;
  padding:3px;
}




/* end PostMetadata */

/* begin PostIcons */
.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
  color: #424242;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  margin:0;
}

.PostFooterIcons a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #4D4D4D;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #4D4D4D;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #811818;
}


/* end PostIcons */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:26px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 26px;
  color: #F2F2F2;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:26px;
  white-space: normal;
  padding: 0 21px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 26px;
  text-decoration: none !important;
}

input, select
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.Button .active
{
  color: #FAE5E6;
}

.Button .hover,  a.Button:hover
{
  color: #FAE5E5;
  text-decoration: none !important;
}

.Button .active .r
{
  top: -52px;
}

.Button .hover .r
{
  top: -26px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 8px;
  height: 78px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:405px;
  height: 78px;
}


.Button .active .l
{
  top: -52px;
}

.Button .hover .l
{
  top: -26px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 8px;
  height: 78px;
}


.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}

/* end Button */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 884px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 10px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/Footer.png');
  width: 884px;
  height: 100px;
  bottom:0;
  left:0;
}



.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#1A1A1A;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #551114;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #2B080A;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#666666;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#666666;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 619px;
}

/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 264px;
}

/* end LayoutCell */



/*
** HTML elements
*/
#footer
{
  text-align: center;
}

ul li 
{
  text-align: left;
  background-image: none;
  display: block;
}
 
.tabs, .links
{
  padding-left: 0px;
  margin: 0px;
}

.tabs li, .links li
{
  float: left;
  display: block;
  padding: 0 0 0 1em;
}

#user-login-form 
{
  text-align: left;
}

#user-login-form ul li
{
  background-image: none;
  padding-left:0;
}

fieldset
{
  margin: 1em 0;
  padding: 1em;
  border: 1px solid ;
  width: 95%;
}

fieldset legend 
{
  /* Fix disappearing legend in FFox */
  display: block;
}

.breadcrumb 
{
  display: block; 
  padding-bottom: .7em;
}

.form-text, .form-textarea
{
  width: 95%;
  text-align: left;
}

.tags
{
  float: left;
}

.messages {
  padding: 5px;
  margin: 5px 0;
}

.status
{
  border: 1px solid #090;
  background:#C9FBC8;
  margin: 5px 0;
}

.messages li
{
  margin: 5px 0;
}

tr.even, tr.odd
{
  background-color: transparent;
}

#forum table
{
  width: 99%;
  margin-top: 15px;
}

#forum td.container
{
  padding-top: 15px;
  border-left: none;
  border-right: none;
}

#forum td.active
{
  background-color: transparent;
}

#forum td.forum, #forum td.topics, #forum td.posts, #forum td.last-reply
{
  padding-top: 4px;
  padding-bottom: 4px;
}

#forum td.container
{
  font-weight: bold;
}

#forum td.active
{
  background-color: transparent;
}

.forum-topic-navigation
{
  border-top: 0px transparent;
  border-bottom: 0px transparent;
}

.forum-topic-navigation .topic-previous
{
  text-align: left;
  float: left;
}

.forum-topic-navigation .topic-next
{
  text-align: right;
  float: right;
}

.read_more
{
  margin: 5px 0px;
  text-align:left;
}
.he
{
	display : block;
	position: absolute;
	  text-align:right;
	right: 15px;
	left: 500px;
	top: 80px;
	/*border: 1px solid #FF0000;  width: 162px;*/
}


#banner
{
	display : block;
	position: absolute;
	  text-align:right;
	right: 122px;
	left: 250px;
	top: 18px;
	/*border: 1px solid #FF0000;  width: 162px;*/
}
input.form-text, textarea {
	border: 1px solid #ccc;
/*	padding: 0.2em;*/
	color: #333333;
}
submit
{
color: #FFFFFF;
	background-color: #8B1718;
	
}

.form-submit{
	background-image: url('images/btn.jpg');
	border: 1px solid #999999;
	padding-bottom: 3px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#block-block-1	.BlockContent{

	
}

#block-block-1	.Block, #block-block-4	.Block{
	margin: 0px;
	padding: 0px;
	overflow: visible !important;
top: 8px;
left: -5px;
}
#block-block-1	.BlockContent, #block-block-4 .BlockContent, #block-block-5 .BlockContent{
	margin: 0px;
	overflow: visible !important;
	background-image: url(images/mt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 4px solid #FFFFFF;
	color: #4B4B4B !important;
	font-size: 10px !important;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 18px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#block-block-1	.BlockContent p, #block-block-4 .BlockContent p, #block-block-5 .BlockContent p{
	
	color: #4B4B4B !important;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif;
}

.PostContent #block-block-2	.Block{
	margin: 0px;
	padding: 0px;

}
 #block-block-2 .Block-body	{
	margin: 0px;
	padding: 0px;
left: -5px;
}
 #block-block-2  .swftools,   #block-block-2  .swftools-wrapper{
	margin: 0px;
	padding: 0px;

}
/*Contact form*/


.form-item input.error, .form-item textarea.error {
border: 1px solid #c52020;
color: #494949;
}

.form-item{
margin:0px;
}

#webform-client-form-19 label{
margin:0px;
width: 20%;
float: left;
}

#webform-client-form-20 label{
margin:0px;
width: 20%;
float: left;
}

.webform-component-textfield, .webform-component-select, .webform-component-email{
overflow:auto;
overflow:hidden;
height:100%;
}

#webform-component-nev input,
#webform-component-e_mail_cim input,
#webform-component-telefon input, 
#webform-component-name input,
#webform-component-email input,
#webform-component-phone input



{
width:75%;

}
#webform-component-uzenet textarea, #webform-component-message textarea{
width:553px;

}
h2{
/*	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	background-position: left center;*/ 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	margin-left: 22px;
}
#block-views-referenciak-block_1 .Block-body {
	position:relative;
	margin: 0px;
	padding: 0px;
	
}

#block-views-referenciak-block_1 .BlockContent-body a{
	color: #FF0000;
text-decoration: none;
	
}

#transparency{
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	height: 66px;
	width: 590px;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}
#refcontent{
	position:absolute;
	bottom: 1px;
	left: 20px;
	width: 550px;
}
#refcontent{
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
 #refcontent h3{
	color: #FFFFFF;
	background-image: url(images/dtl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 12px;
	position: relative;
	top: 10px;

}
#refcontent p{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 10px;
	position: relative;
	bottom: 2px;
} 
#refcontent a{
	display: block;
} 


.view-referenciak.view-display-id-block_1 .views-field-title .field-content div{
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	height: 66px;
	width: 590px;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.view-referenciak.view-display-id-block_1 .views-field-title .field-content div div{
	position:absolute;
	bottom: 1px;
	left: 20px;
	width: 550px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}

.view-referenciak.view-display-id-block_1 .views-field-title .field-content div div h3{
color: #FFFFFF;
	background-image: url(images/dtl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 12px;
	position: relative;
	top:0px;
}


.view-referenciak.view-display-id-block_1 .views-field-title .field-content div div p{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 10px;
	position: relative;
	bottom: 10px;
} 
.view-referenciak.view-display-id-block_1 .views-field-title .field-content div div  a{
	display: block;
}   




.view-referenciak.view-display-id-page_1 {
	background-color: #efefef;

	
} 
#block-views-referenciak-block_1{
	height: 205px;
	overflow: hidden;
	
} 
div.views-slideshow-controls-bottom{
	height: 25px;
	overflow: hidden;
	z-index: 99;
	position: relative;
	top: -27px;
	left: 260px;
} 

.view-referenciak a.views_slideshow_previous:link,
.view-referenciak a.views_slideshow_previous:visited,
.view-referenciak a.views_slideshow_previous:hover,
.view-referenciak a.views_slideshow_previous:active
  {
	
	text-decoration: none;
	
	background-color: transparent;
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 30px;
		height: 15px;
	padding-top: 15px;
overflow: hidden;
	position: relative;
	top: 22px;
	
} 

.view-referenciak a.views_slideshow_pause:link,
.view-referenciak a.views_slideshow_pause:visited,
.view-referenciak a.views_slideshow_pause:hover,
.view-referenciak a.views_slideshow_pause:active
  {

	display: none;
	
} 
.view-referenciak a.views_slideshow_play
 {
	display: none;

	
}

.view-referenciak a.views_slideshow_next:link,
.view-referenciak a.views_slideshow_next:visited,
.view-referenciak a.views_slideshow_next:hover,
.view-referenciak a.views_slideshow_next:active
  {

	text-decoration: none;

	background-color: transparent;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
		width: 30px;
	padding-top: 15px;
overflow: hidden;
	position: relative;
	top: 22px;
} 
				
.view-referenciak img  {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
} 
.view-referenciak td, .view-referenciak th {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
} 
.view-referenciak.view-display-id-page_1 .views-field-title{
	border: 1px solid #ccc;
padding: 5px;
	text-align: center;	
	vertical-align: middle;
}

.view-referenciak.view-display-id-page_1 .views-field-title a{
	font-weight: bold;
	text-decoration: none;
	text-align: center;	
	vertical-align: middle;
}

.view-referenciak.view-display-id-page_1 .views-field-field-keret-value{
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.view-sajto .views-view-grid{
	width: 100%;
	
}

.view-sajto a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.view-sajto a:hover{
	background-color: #F2F2F2;
}

.view-sajto td{
	border: none;
	width: 100%;
}
.view-sajto .pager a{
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.view-sajto .pager a:hover{
	background: none;
}

.last{
color: #666;	
font-weight: bold;
font-size: 10px;
	
	
}

.article .imagecache-profile img{
	float: right;

}

.view-profiles .views-view-grid td{
	padding: 15px;
width:320px
}
.views-field-field-post-value{
	font-weight: bold;
clear:both;}

.field-field-post{
	font-weight: bold;}