.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
*:focus { outline: none; }
.hidden { display: none!important; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img { border: none!important; }
.container { overflow: hidden; }

/* Main custom rules
------------------------------ */

html { background: white; font: 14px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0;}
body{margin: 0; padding: 0;}

a:link {  }
a:visited {  }
a:hover {  }
a:active {  }

#site { width: 780px; margin: 0 auto; padding: 20px 40px;/**/ background: #fff; border: 1px solid #ccc; }
#header { padding-bottom: 1em; border-bottom: 2px solid #ccc; margin-bottom: 1em; }
#col-left { float: left; width: 25%; }
#content { width: 73%; float: right; }
#footer { clear: both; padding-top: 1em; border-top: 2px solid #ccc; }


/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; border-left: 1px solid #ccc; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 1px solid #ccc; }

/* 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 a.active { color: #000;  }

.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.7em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
#content h2 { font-size: 1.5em; }
#content h3 { font-size: 1.3em; }
#content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }

#content ul { margin-left: 2em; line-height: 1.3em; }
#content ul li { margin-bottom: .2em; }

#content ol { margin-left: 3em; line-height: 1.3em; }
#content ol li { margin-bottom: .2em; }

pre, code { font: 12px "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 4px; margin-left:30px; margin-top: 0; background: #eee; width: 500px; text-align:left;}
code { padding: .2em .5em; }

p { text-align: justify; }

.icons a, .icon { padding-left: 20px; }

#content p, #content ul, #content ol, #content table, blockquote, pre, .columns, #content img { margin-bottom: 10px; }

/* 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; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px;}
table th, table td { border: 1px solid #ccc; padding: 2px 3px; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns { width: 100%; padding: 0 1px 0 1px; margin-left: -1px; margin-right: -1px; overflow: hidden; text-align: justify; }
.w-50, .w-25, .w-33, .w-38, .w-66, .w-75, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-25 { width: 24.999%; }
.w-33 { width: 33.333%; }
.w-50 { width: 49.999%; }
.w-66 { width: 65.666%; }
.w-75 { width: 74.999%; }
.w-38 { width: 37.196%; }
.w-62 { width: 61.803%; }

/* Images
------------------------------ */

#content img { padding: 5px; border: 1px solid #ccc; margin-top: .4em; }
#content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */
form{
	padding: 0;
	margin: 0;
}
#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; }

/*Document elements*/
#top{
	width: 1000px;
	height: 380px;
	text-align: center;
	background-image: url("/images/fon.jpg");
	margin: 0;
	padding: 0;
}
#logo{
	width: 371px;
	height: 380px;
	background-image: url("/images/logo.jpg");
	float: left;
	top: 0px;
	left: 0px;
}
#top_border{
	width: 386px;
	height: 81px;
	background-image: url("/images/top_border.jpg");
	float: left;
	top: 0px;
	left: 371px;
}
#top_right{
	width: 243px;
	height: 333px;
	background-image: url("/images/top_right.jpg");
	float: left;
	top: 0px;
	
}
#bottom{
	width: 1000px;
	height: 28px;
	background-image: url("/images/bottom.jpg");	
}
#text{
	width: 1000px;
	background-image: url("/images/fon.jpg");
}
#text_top{
	width: 284px;
	height: 105px;
	background-image: url("/images/text.jpg");
	position: absolute;
	top: 90px;
	left: 420px;
	z-index:2
}
#text_d1{
	font-family: Verdana;
	font-size: 12px;
	color: #919191;
	width: 600px;
	position: absolute;
	top:45px;
	left: 360px;
	text-align: left;
	z-index:3
}
#text_d2{
	font-family: Verdana;
	font-size: 12px;
	color: #919191;
	width: 600px;
	position: absolute;
	top:220px;
	left: 360px;
	text-align: left;
	z-index:3
}