/******************
 * 
 * GENERAL
 * 
 *****************/

body {
	background: #f9f9f9 fixed repeat-x;
	color: #336699;
	font-family: Verdana, sans-serif;
	font-size: 13px;
    text-align: center;
}

body > * {
  margin: 0 auto;
  text-align: center;
}

header > * {
  margin: 0 auto;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	-ms-transition: All 0.4s ease;
	transition: All 0.4s ease;
	color: gray;
    text-decoration: none;
}

h1 {font: 28px Verdana, sans-serif; text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);}

h2 {font: 24px Verdana, sans-serif; text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);}

h3 {font: 18px Verdana, sans-serif; text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);}

h4 {font: 16px Verdana, sans-serif;}

h5 {font: 13px Verdana, sans-serif;}

h6 {font: 11px Verdana, sans-serif;}

hr{
    color: black;
    height: 1px;
    margin: 5px 0;
}

::-moz-selection {
	background: green;
	color:#000;
	text-shadow: none;
}
::selection {
	background: green;
	color:#000;
	text-shadow: none;
}



/******************
 * 
 * BLOCKS
 * 
 *****************/

.blocks_border {
	border: 1px solid #000;
	padding: 20px 10px 30px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.blocks_elements_content {
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 4px ridge #000;
	border-bottom: 4px ridge #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#info_top {
	width: 800px;
	height: 150px;
}

#menu_top {
	width: 800px;
    height: 40px;
}

#menu_ln {
	width: 200px;
	margin-bottom: 50px;
}

#content_search {
	width: 600px;
}

#content_rootline {
	width: 800px;
	margin-bottom: 50px;
	text-align: left;
}

#content {
	width: 720px;
	text-align: justify;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	margin-bottom: 50px;
}

#content_1 {
	width: 700px;
}

#content_2 {
	width: 700px;
}

#content_3 {
	width: 700px;
}

#news_1 {
	width: 700px;
}

#news_2 {
	width: 700px;
}

#news_3 {
	width: 700px;
}

#about_us_1 {
	width: 420px;
	display: inline-block;
	vertical-align: top;
}

#about_us_2 {
	width: 250px;
	display: inline-block;
	vertical-align: top;
}

#about_us_3 {
	width: 700px;
}

#contact_1 {
	width: 700px;
}

#komete {
	width: 700px;
}

#news_menu {
	width: 100%;
	text-align: right;
}

#news_menu div {
	display: inline-block;
	padding-left: 25px;
}

#menu_side {
	width: 800px;
}

#menu_left {
	float: left;
	width: 300px;
	text-align: left;
}

#menu_right {
	float: right;
	width: 400px;
	text-align: left;
}

#menu_left ul, #menu_right ul {
	list-style-type: none;
}

#menu_bottom {
	margin-top: 50px;
	width: 700px;
}

#info_bottom {
	width: 800px;
	text-align: left;
}

.contacts {
	padding-left: 40px;
}

.icons {
	display: inline-block;
	position: absolute;
	margin-left: -30px;
}

footer {
    width: 900px;
}

footer > div{
 	width: 20%;
    display: inline-block;
    vertical-align: top;
}

footer ul {
	list-style-type: none;
}

/******************
 * 
 * BLOCKS MENU
 * 
 *****************/

#menu_top ul li{
    list-style: outside none none;
	position: relative;
	float: left;
}

ul li{
    list-style: outside none none;
}

.sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 200px;
    margin: 0px;
    padding: 0px;
    z-index: 99;
    background-color: #FFF;
    border: 1px solid #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out 0s;
}

#menu_top ul > li > a {
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.sub-menu li,.navigation .children li {
	padding: 0px;
	border-bottom: 1px solid #000;
	float: left;
	width: 100%;
}
#menu_top ul > li:hover > .sub-menu,#menu_top li:hover > .children {
	opacity: 1;
	visibility: visible;
}
#menu_top ul li .sub-menu li a,#menu_top .children a {
	color: #000;
	padding: 5px 15px;
	float: left;
	position: relative;
    text-align: left;
}


/******************
 * 
 * FORMS
 * 
 *****************/    
    
label 
    {
        float:left;
        display:block;
        width:250px;
        clear:left;
        text-align:right;
        margin:2px 10px;
        font-weight:bold;
        font-size: 16px;
        padding: 5px 0px 5px 0px;
}
    
textarea
    {
      padding: 5px 5px 5px 5px;
}
    
    
input[type="text"], input[type="password"]
    {
      height: 25px;
      padding: 0px 5px 0px 5px;
}
    
    
input[type="text"],input[type="password"],textarea
    {
		border: solid 2px #000;
		color: #336699;
		font-weight:bold;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
    
    
input[type="text"]:focus, input[type="password"]:focus, checkbox:focus, textarea:focus, select:focus 
    {
    	border : solid 2px #336699;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
    
    
input:blur
    {
        border : solid 1px #000000
}
    
.red_star {
    color: #CD5C5C;
}

#feed_back .hide_initally {
	display: none;
}