/*
CSS to resptech.ru
*/
html, body {height: 100%;}
body {
	font: normal 14px/1.4 tahoma, sans-serif; 
	background: #fdfed1;
    color: black;
}
a{
    color: #2d6709;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.fl{ float: left; }
.fr{ float: right; }
.redtext{ color:red; }
.greentext{ color:green; }
.graytext{ color:gray; }
.smalltext{ font-size: 80%; }
.bigtext{ font-size: 120%; }
.block{display: block;}

#container {
	display: block;
	width: 100%;
	min-height: 100%;
	position: relative;
	background: url(../img/rsastudio/bg-top.jpg) repeat-x 0 0;
}
#mainblock {
    width: 100%;
    min-height: 330px;
    padding-bottom: 60px;
}
.mainbar p{
    padding-bottom: 1em;
}
#header {
    display: block;
    height: 103px;
    clear: both;
    padding: 7px 10px 0 10px;
}
#header .icon{
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    float: right;
}
#header .icon a{
    display: block;
    width: 16px;
    height: 16px;
}
#header .home{background: transparent url(../img/rsastudio/home_icon.gif) no-repeat 0 0;}
#header .mail{background: transparent url(../img/rsastudio/mail_icon.gif) no-repeat 0 0;}
#header .map{background: transparent url(../img/rsastudio/map_icon.gif) no-repeat 0 0;}
#header .logo{
    float: left;
    width: 460px;
    height: 100px;
    background: transparent url(../img/rsastudio/logo.jpg) no-repeat 0 0;
}
#topmenu {
    display: block;
    height: 38px;
    clear: both;
    padding: 0;
    background: transparent url(../img/rsastudio/bg-topmenu.jpg);
}
#topmenu ul.tmenu li{
    display: inline;
}
#topmenu ul.tmenu li.active a{
    color: #2c5302;
    background: #fbc604;
    border: 1px solid #2c5302;
    padding: 6px;
}
#topmenu ul.tmenu li a:hover{
    background: #63850d;
    color: #fff;
}
#topmenu ul.tmenu li a{
    float: left;
    padding: 7px;
    color: #fdfed1;
    background: #2c5302;
    margin: 1px 2px 1px 0;
    text-decoration: none;
    text-transform: uppercase;
}
#topmenu ul.tmenu li span{
    float: left;
    color: #2c5302;
    background: #fbc604;
    border: 1px solid #2c5302;
    padding: 6px;
    margin: 1px 2px 1px 0;
    text-decoration: none;
    text-transform: uppercase;
}

#topmenu .topmenuitem{
    height: 31px;
    float: left;
    color: #fdfed1;
    background: #2c5302;
    margin: 2px;
}
#topmenu .active{
    color: #2c5302;
    background: #fbc604;
}

/* === footer === */
#footer {
    display: block;
    width: 100%;
    height: 60px;
    background: transparent url(../img/rsastudio/bg-bot.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fdfed1;
}
#footer .leftbar{
    width: 250px;
    min-height: 40px;
    float: left;
    padding: 10px 0 0 10px;
}
#footer .centerbar{
    min-height: 40px;
    padding: 18px 0 0 10px;
    margin: 0 200px 0 250px;
    text-align: center;
}
#footer .rightbar{
    width: 200px;
    min-height: 40px;
    float: right;
    padding: 10px 10px 0 0;
    text-align: right;
}
#footer a{
    color: #fbc603;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}

/* === contentbox === */
.contentbox{
    display: block;
    clear: both;
    margin: 10px;
}
.w1000content {
    display: block;
    clear: both;
    margin: 10px;
    width: 800px;
    margin: 10px auto;
}
.r120{
    display: block;
    margin: 10px;
    margin-right: 130px;
}
.fr_main{
    width: 120px;
    min-height: 120px;
    float: right;
}
.contentbox h1 {
    color: #2c5301;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: normal;
}
.infobox ul{
    padding: 5px 0 5px 18px;
}
.infobox ul li{
    background-image: none;
    list-style-type: disc;
    padding: 0;
}
.infobox ul li ul li{
    list-style-type: circle;
}
.infobox h2{
    color: #2c5301;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    clear: both;
}
a.more{
    display: block;
    clear:both;
    margin: 5px 0;
}
/* === newsitem === */
.newsitem, .newsinfo, .newsshortblock{
    display: block;
    clear: both;
}
.newsitem{
    border-bottom: 1px dotted #2c5302;
}
.newsitem h2{
    color: #2c5301;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    clear: both;
}
.newsimage{
    width: 150px;
    text-align: center;
}
.newsshorttext{
    margin-left: 150px;
}
.artdesc{
    margin: 0 150px 10px 0;
}
.newsinfo{
    height: 30px;
}

/* forms */
.feedbackbox{
    margin:0 auto;
    padding-top:16px;
    width:600px;    
}
.feedbackbox fieldset{
    border:1px solid #2c5302;
    margin-bottom:10px;
    padding:2em;
}
.feedbackbox legend{
    font-size:16px;
    padding:0 10px;
    color: #2c5301;
    font-weight: bold;
}
.feedbackbox p{
    display: block;
    margin-top: 6px;
    position: relative;
}
.feedbackbox .error{
    color: red;
    display: block;
    left: 320px;
    position: absolute;
    top: 1.6em;
    width: 200px;
}

.inputtext{
    display: block;
    width: 300px;
    background: #ffc402;
    border: 1px solid gray;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    color: #2c5302;
    font-weight: bold;
    font-size: 13px;
}
.inputtextarea{
    display: block;
    color: #2c5302;
    font-weight: bold;
    width: 300px;
    height: 200px;
    background: #ffc402;
    border: 1px solid gray;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
.captcha{
    color: #2c5302;
    font-weight: bold;
    width: 100px;
    background: #ffc402;
    border: 1px solid gray;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
.submit{
    background: transparent url(../img/rsastudio/btn_send.gif) no-repeat 0 0;
    width: 126px;
    height: 26px;
    border: none;
    cursor: pointer;
}
.submit:hover{
    background: transparent url(../img/rsastudio/btn_send_hover.gif) no-repeat 0 0;
}
.btnsubmitarea{
    display:block;
    height:36px;
    margin:15px auto;
    text-align: center;
}


.loginbox{
    margin:0 auto;
    width:200px;
    border: 1px solid #2c5302;
    padding: 10px;
    margin-top: 16px;
}
.loginbox p{
    display: block;
    margin-top: 6px;
    position: relative;
    height:20px;
}
.loginbox p label{
    display: block;
    width: 80px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
}
.loginbox p input{
    position: absolute;
    display: block;
    left: 90px;
    top: 0;
    text-align: left;
    width: 100px;
    height: 16px;
}
.loginbox p .checkbox{
    width: 16px;
}
.loginbox .passgo{
    margin-top: 10px;
}
