/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }

.container { overflow: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

/* Main custom rules
------------------------------ */

html { background: #FFFFFF; font: .75em/1.5 Verdana, Arial, Helvetica, sans-serif; }
body {
	padding: 0px;
	margin: 0px;
}

a { color: #0066cc; }
a:visited {  }
a:hover {  }
a:active {  }

/* Demo Template
------------------------------ */

#site { margin: 0; padding: 0px; background: #FFFFFF; }
#header {
	padding-bottom: 1em;
	margin: 0px;
}
#col-left { float: left; width: 25%; }
#content {
	width: 74%;
	float: right;
}
#footer {
	clear: both;
	padding-top: 1em;
	font-size: 90%;
	color: #666666;
	padding-bottom: 1em;
}

/* Horizontal Menu
------------------------------ */

.menu-h {
	margin: 0px;
	padding: 12px 5px 4px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 90%;
}
.menu-h li {
	list-style: none;
	padding: 0 0.8em;
	border-right: 1px solid #FFFFFF;
	float: left;
	margin: 0px;
}

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d {
	min-height: 24px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu-h-d li {
	display: block;
	position: relative;
	padding: 6px 8px;
	list-style: none;
	float: left;
	margin: 0px;
}
.menu-h-d a { text-decoration: none; display: block; color:#FFFFFF}

.menu-h-d ul { display: none; position: absolute; top: 28px; left: 0px; width: 160px; background: #CC0000; }
.menu-h-d ul ul { left: 100%; top: 0px; }

.menu-h-d li li { float: none; }

.menu-h-d li:hover { background: #EE0000; }
.menu-h-d a:hover { color: #FFFFFF; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a { text-decoration: none; display: block; }
.menu-v a:hover, .menu-h a:hover { text-decoration: underline; }

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.5em "Arial Narrow", Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 {
	font-size: 1.3em;
	font-weight: bold;
}
.content h3 { font-size: 1.1em; }
.content h4 { font-size: 1em; }

blockquote {
	margin-left: 4em;
	padding-left: 1em;
	border-left: 1px solid #DDDDDD;
	font-style: italic;
	color: #578079;
}
pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon { padding-left: 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img { margin-bottom: 1em; }

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 {
	float: left;
	overflow: hidden;
}

.col-content {
	padding: 0px 1em;
	margin: 0px;
}
.col-first {
	padding-left: 0!important;
	margin: 0px!important;
}
.col-last {
	padding-right: 0!important;
	margin: 0px!important;
}

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-34 { width: 34%; }
.w-67 { width: 67%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img {
	padding: 5px;
	border: 1px solid #ccc!important;
	margin: 0.4em;
	background-color: #FFFFFF;
}
.content img.null-image {
	padding: 0!important;
	border: none!important;
	margin: 0!important;
	background: 0;
}
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
.menu-h .end {
	float: left;
	list-style: none;
	padding: 0 .8em;
	border: 0px;
}
.polosa {
	margin: 0px 0px 1em;
	padding: 0px;
	background-color: #5F8A84;
	max-height: 40px;
}
.menu-h a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
.menu-h a:hover {

	text-decoration: none;
	display: block;
	color: #FFC1C1;
}
.polosared {
	margin: 0px 0px 1em;
	padding: 0px;
	background-color: #578079;
	max-height: 40px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.head_tbl {
	margin: 0px;
	border: 0px none;
}
.head_tbl td {
	margin: 0px;
	padding: 2px;
	border: 0px none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
}.block {
	margin: 0px;
	padding: 2px 0px 2px 2em;
	font-size: 110%;
	border-top: 0px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
img.part {
padding: 2!important; border: none!important; margin: 0!important; background: 0;
}
.head_tbl img {
padding: 3!important; border: none!important; margin: 0!important; background: 0;
}
.head_tbl p {
	padding-bottom: 1em;
}
.block_m {
	margin: 0px;
	padding: 2px 8px;
	font-size: 90%;
	background-color: #FFFFFF;
	border-top: 0px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	background-image: url(../images/grad3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.top_left {
	BACKGROUND: url(../images/topleft.gif) no-repeat left top}
.top_right {
	BACKGROUND: url(../images/topright.gif) no-repeat right top
}
.bottom_left {
	BACKGROUND: url(../images/bottomleft.gif) no-repeat left bottom
}
.bottom_right {
	BACKGROUND: url(../images/bottomright.gif) no-repeat right bottom
}
DIV.spacer {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 0px; VISIBILITY: hidden; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 0px; PADDING-TOP: 0px
}
.higt {
	background-color: #EEEEEE;
	margin: 0px 0px 1em;
	padding: 0px;
	background-image: url(../images/grad1.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.top_left_r {

	BACKGROUND: url(../images/topleft_r.gif) no-repeat left top
}
.top_right_r {

	BACKGROUND: url(../images/topright_r.gif) no-repeat right top
}
.bottom_left_r {

	BACKGROUND: url(../images/bottomleft_r.gif) no-repeat left bottom
}
.bottom_right_r {

	BACKGROUND: url(../images/bottomright_r.gif) no-repeat right bottom
}
img.pert {

padding: 0px 6px!important; border: none!important; margin: 0!important;  background: 0;
}
.ficher {
	margin: 0px;
	padding: 2px 8px;
}
hr {
	color: #CCCCCC;
	size: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.logo {
	max-width: 340px;
	width: 340px;
	border: 1px solid #FFFFFF;
	color: #666666;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}
.logo a {
	max-width: 340px;
	color: #999999;
	text-decoration: underline;
}
.logo a:hover {

	max-width: 340px;
	color: #578079;
	text-decoration: underline;
}
.mainmenu {
	color: #666666;
	margin-top: 24px;
}
.mainmenu a {
	color: #578079;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #FF0000;
	text-decoration: none;
}
.bort {
	color: #666666;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 110%;
	margin-top: 24px;
}
.bort a {

	color: #999999;
	text-decoration: underline;
}
.bort a:hover {

	color: #578079;
	text-decoration: underline;
}
.mnblock {

	color: #666666;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 110%;
}
.mnblock a {

	color: #999999;
	text-decoration: none;
}
.mnblock a:hover {

	color: #578079;
	text-decoration: none;
}

