body {
	margin: 0;
	padding: 0;
	background: #fff url( '../img/bg.png' ) repeat-y fixed center center;
	text-align: center;
}

#BlockTop, #BlockMid, #BlockSig {
	width: 970px;
	margin: 0 auto;
}
.BlockClear {
	width: 100%;
	clear: both;
	height: 1em;
}

/* ******** */
/* Antraštė */
/* ******** */
#ContTop {
	width: 100%;
	height: 231px;
	background: #ffbf4e url( '../img/bg_top.png' ) repeat-x scroll center center;
}
#TopLogo {
	float: left;
	margin-left: 20px;
	width: 228px;
	height: 231px;
	background-image: url( '../img/top_logo.png' );
	background-repeat: no-repeat;
	cursor: pointer;
}
#TopSkiltele {
	float: right;
	margin-right: 0;
	width: 277px;
	height: 231px;
	background-image: url( '../img/top_skiltele.png' );
	background-repeat no-repeat;
}

/* *************** */
/* Blokas turiniui */
/* *************** */
#BlockMid {
	text-align: left;
}

#BlockContent {
	width: 680px;
	float: right;
}

/* **** */
/* Menu */
/* **** */
#BlockMenu {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 25px;
}
#BlockMenu img {
	border: 1px solid #FFB820;
}
.MenuItem a, .MenuItem a:link, .MenuItem a:visited, .MenuItem a:active, .MenuItem a:focus, .MenuItem a:hover {
	text-decoration: none;
	color: #000;
}
.MenuSpacer {
	margin-top: 1em;
}
.MenuItem {
	font-family: "Trebuchet MS", Arial;
	font-size: 25px;
	color: #000;
	margin-left: 17px;
	margin-bottom: 10px;
	padding-left: 37px;
	text-align: left;
	background-image: url( '../img/dot.png' );
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

/* ******* */
/* Parašas */
/* ******* */
#BlockSig {
	font-family: Verdana;
	font-size: 9px;
	text-align: right;
}
#BlockSig1 {
	color: #e49200;
	font-size: 10px;
}
#BlockSig2, #BlockSig2 a, #BlockSig2 a:link, #BlockSig2 a:visited, #BlockSig2 a:active, #BlockSig2 a:focus, #BlockSig2 a:hover {
	color: #f8b641;
}

/* ************ */
/* Gallery menu */
/* ************ */
/* Konteineris */
#GMenuCont {
	margin-bottom: 1em;
	margin-top: 16px;
}
/* Linijų stilius */
#GMenuCont #Title, #GMenuCont .Item, #GMenuCont .ItemActive, #GMenuCont #VTerm {
	border-style: solid;
	border-color: #FF8E00;
}

/* Antraštė */
#GMenuCont #Title {
	border-width: 0 0 1px 0;
	width: 100px;
	height: 33px;
	float: left;
}
#GMenuCont #Title h1 {
	margin: 0;
}

/* Menu item'ai: dimensijos */
#GMenuCont .Item, #GMenuCont .ItemActive {
	height: 22px;
	line-height: 22px;
	margin-top: 10px;
	text-align: center;
	float: left;
}
#GMenuCont .Item a, #GMenuCont .ItemActive span {
	padding: 6px 1.1em;
}

/* Menu item'ai: fontas, linkai */
#GMenuCont .Item, #GMenuCont .ItemActive {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}
#GMenuCont .Item a, #GMenuCont .Item a:link, #GMenuCont .Item a:visited {
	color: #999;
}
#GMenuCont .Item a:hover, #GMenuCont .Item a:active, #GMenuCont .Item a:focus {
	text-decoration: none;
	color: #FFF;
	background-color: #FF8E00;
}

/* Menu item'ai: borderiai, spalvos */
#GMenuCont .Item {
	border-width: 1px 0 1px 1px;
	color: #999;
	background-color: #FFECC1;
}
#GMenuCont .ItemActive {
	color: #000;
	border-width: 1px 0 0 1px;
	font-weight: bold;
}

/* Menu užbaigimas (vizualus ir ne) */
#GMenuCont #VTerm {
	border-width: 0 0 1px 1px;
	float: left;
	height: 22px;
	margin-top: 11px;
	width: 40px;
}
#GMenuCont #Term {
	clear: both;
	height: 8px;
}

#GContent {
	text-align: center;
	vertical-align: middle;
}
#GContent img {
	margin: 4px;
	padding: 0;
	vertical-align: middle;
	border: 0;
}
