/* 
    Document   : style
    Created on : 2009-12-10, 12:22:04
    Author     : janek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: "Trebuchet MS", Arial;
}
html
{
    height: 100%;
}
body
{
    float:left;
    min-height:100%;
    width:100%;
    overflow: -moz-scrollbars-vertical;
}
#page
{
    background-image: url('../images/page_bg.jpg');
    background-repeat: repeat-x;
    margin:auto;
    float: left;
    position: relative;
    width: 100%;
    border-top:4px solid #FF8E15;
}
#banner
{
    background-image: url('../images/top.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 359px;
    float: left;
    position: relative;
}
#banner object
{
    width: 100%;
    height: 359px;
    float: none;
    position: fixed;
}

#banner div#logo
{
    background-color: #0091FA;
    color: #FFFFFF;
    float: left;
    position: relative;
    font-family: "Trebuchet MS", Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#banner div#logo a
{
    color: #FFFFFF;
    text-decoration: none;
}

#banner div#up_menu
{
    color: #FFFFFF;
    float: left;
    position: relative;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
    font-size: 14px;
    margin-left: 40px;
}

#banner div#up_menu a.menu_item
{
    background-color: #0091FA;
    margin-left: 10px;
    float: left;
    padding: 15px 10px 10px;
    text-decoration: none;
    color: #FFFFFF;
}

#banner div#up_menu a.menu_item:hover
{
    background-color: #FF8E15;
    margin-left: 10px;
    float: left;
    padding: 15px 10px 10px;
    text-decoration: none;
    color: #FFFFFF;
}

#banner div#up_menu a.active
{
    background-color: #FF8E15;
    margin-left: 10px;
    float: left;
    padding: 15px 10px 10px;
    text-decoration: none;
    color: #FFFFFF;
}

#banner div.center
{
    margin: 0px auto;
    float: none;
    text-align: center;
    width: 900px;
}

#banner div.center div#language
{
    margin-left: 60px;
    float: left;
}

#banner div.center div#language img
{
    width: 25px;
    height: 15px;
    margin-left: 5px;
    border: 1px solid #FF8E15;
}

#center
{
    float:none;
    margin:auto;
    position:relative;
    width:962px;
}
#content
{
   /* background-image: url('../images/content_bg.jpg');*/
    background-repeat: no-repeat;
    width:962px;
    min-height:487px;
    float: left;
    margin:auto;
}

#content div#left_site
{
    margin-top: 20px;
    width: 450px;
    min-height: 500px;
    float: left;
}

#content div#article
{
    margin-top: 20px;
    width: 450px;
    padding-bottom: 20px;
    float: left;
}

#content div#article .article_name
{
    color: #0091FA;
    padding-bottom: 20px;
}

#content div#article .article_content
{
    color:#747474;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
    font-weight:bold;
    padding-bottom: 20px;
}

#content div#article .article_body
{
    color:#747474;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
}

#content div.single_item
{
    background-image: url('../images/single_item_bg.png');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-top: 15px;
    width: 319px;
    height: 240px;
    float: left;
    text-align: center;
}

#content div.single_item .name
{
    padding-bottom: 10px;
}

#content div.single_item .name a
{
    color: #0091fa;
    text-decoration: none;
}

#content div.single_item .web_screen
{
    height: 150px;
    display: block;
    vertical-align: middle;
}

#content div.single_item .web_screen img
{
    vertical-align: middle;
    height: 130px;
}

#content div.single_item .web_screen a
{
    vertical-align: middle;
}

#content div.single_item .name a:hover
{
    text-decoration: none;
    color: #FF8E15;
}
#content .single_item .link
{
    background-image:url("../images/bullet.png");
    background-repeat:no-repeat;
    color:#747474;
    float:left;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
    margin-left:60px;
    margin-bottom: 5px;
}

#content .single_item .link a
{
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 30px;
    color: #747474;
}

#content .item
{
    background-image: url('../images/content_item.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 487px;
    width: 33%;
    float: left;
}

#content .item .name
{
    font-size: 18px;
    font-family: "Trebuchet MS", Arial;
    color: #0091fa;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 15px;
}

#content .item .name a
{
    text-decoration: none;
    color: #0091fa;
}

#content .item .name a:hover
{
    text-decoration: none;
    color: #FF8E15;
}

#content .item .description
{
    font-size: 12px;
    font-family: "Trebuchet MS", Arial;
    font-weight: bold;
    color: #747474;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

#content .item .range
{
    font-size: 12px;
    font-family: "Trebuchet MS", Arial;
    color: #747474;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

#content .item .cooperation
{
    font-size: 12px;
    font-family: "Trebuchet MS", Arial;
    color: #747474;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

#content .item .link
{
    background-image: url('../images/bullet.png');
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial;
    color: #747474;
    float: right;
    margin: 0px;
}

#content .item .link a
{
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 30px;
    color: #747474;
}

#content .link
{
    background-image: url('../images/bullet_orange.png');
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial;
    color: #747474;
    float: right;
    margin-bottom: 20px;
}

#content .link a
{
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 30px;
    color: #747474;
}

#content .link a:hover
{
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 30px;
    color: #ff8e15;
}

#content .item .content_image
{
    height: 125px;
    padding-bottom: 5px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

#footer
{
    background-image: url('../images/footer_bg_down.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    width:962px;
    height:209px;
    float: left;
    margin:auto;
}

#footer #partners
{
    background-image: url('../images/footer_bg_up.jpg');
    background-repeat: no-repeat;
    width:962px;
    height:170px;
    float: left;
    margin:auto;
}

#footer #partners #name
{
    width: 100%;
    height: 50px;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    color:#FF8E15;
    font-size: 18px;
}

#footer #partners .partner_image
{
    margin-right: 40px;
    margin-left: 40px;
}

#footer #down_menu
{
    color:#747474;
    float:left;
    font-size:12px;
    padding-top:10px;
    position:relative;
    text-align:center;
    width:100%;
}

#footer #down_menu a.menu
{
    color:#747474;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

#footer #down_menu a.menu:hover , #footer #down_menu a.active
{
    color:#FF8E15;
    text-decoration: none;
}

#down_footer
{
     width:962px;
     height:68px;
     position: relative;
     float: left;
     margin:auto;
}

div#content div#web_site div#projects
{
    width: 250px;
    height: 530px;
    float: left;
    margin-top: 30px;
}

div#content div#web_site div#project
{
    width: 390px;
    min-height: 520px;
    float: left;
    padding-left: 20px;
}

div#content div#web_site div#project div#name
{
    color:#0091FA;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
	width: 100%;
}

div#content div#web_site div#project div#description
{
    color:#747474;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
    font-weight:bold;
    float: none;
    padding-bottom: 20px;
}

div#content div#web_site div#project div#work_range
{
    color:#747474;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
    float: left;
    padding-bottom: 20px;
}

div#content div#web_site div#project div#cooperation
{
    color:#747474;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
    float: left;
    padding-bottom: 20px;
}
div#content div#web_site div#project div#technology
{
    color:#747474;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
    float: left;
    padding-bottom: 20px;
}
div#content div#web_site div#project div.name
{
    color:#0091FA;
    font-family:"Trebuchet MS",Arial;
    font-size:14px;
	width:100%;
    float: left;
    padding-bottom: 10px;
}

div#content div#web_site div#gallery
{
    width: 300px;
    min-height: 500px;
    float: left;
    padding-top: 30px;
}

div#content div#web_site div#gallery img
{
    margin-bottom: 20px;
    float: right;
    border: 2px solid #FF8E15;
}

div#content div#web_site div#gallery img:hover
{
    margin-bottom: 20px;
    border: 2px solid #0091FA;
}

div#content div#tree_menu
{
    width: 300px;
    min-height: 500px;
    height: 100%;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}

div#content div.all_section
{
    width: 100%;
    float: left;
    color: #FFFFFF;
}

div#content div.belt
{
    background-image: url('../images/belt.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #FBFCFC;
    width: 100%;
    height: 5px;
    float: left;
}

div#content div.belt2
{
    background-image: url('../images/belt2.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #0091FA;
    width: 100%;
    height: 5px;
    float: left;
}

div#content div.all_section a
{
    text-decoration: none;
    color: #FFFFFF;
}

div#content div.all_section a:hover
{
    text-decoration: none;
    color: #ffb400;
}

div#content div.all_section div.section
{
    background-image: url('../images/bullet_2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #0091fa;
    width: 280px;
    padding: 10px;
    float: left;
}

div#content div.all_section div.section_a
{
    background-image: url('../images/bullet_2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #0091fa;
    width: 280px;
    padding: 10px;
    float: left;
}

div#content div.all_section div.section_a a
{
	color: #ffb400;
}

div#content div.all_section div.subsection
{
    background-image: url('../images/bullet_2_orange.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fbfcfc;
    width: 280px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

div#content div.all_section div.subsection_a
{
    background-image: url('../images/bullet_2_orange.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fbfcfc;
    width: 280px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #747474;
    float: left;
}

div#content div.all_section div.subsection_a a
{
    background-image: url('../images/bullet_2_orange.png');
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
    color: #747474;
}

div#content div.all_section div.subsection_a a:hover
{
    color: #0091fa;
}

div#content div.all_section div.subsection a
{
    background-image: url('../images/bullet3.png');
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
    color: #747474;
}

div#content div.all_section div.subsection a:hover
{
    color: #0091fa;
}

div#content div#subarticles
{
    float: left;
    position: relative;
    width: 500px;
    min-height: 100px;
}

div#content div#subarticles div.article_item
{
	float:left;
	margin-bottom:20px;
}

div#content div#subarticles div.article_info
{
	width:280px;
	float:left;
}

div#content div#subarticles div.subsection_name
{
    float: left;
    position: relative;
    width: 100%;
    color:#0091FA;
    padding-top: 20px;
    padding-bottom:20px;
}

div#content div#subarticles div.article_name
{
    position: relative;
    color:#0091FA;
    padding-bottom:10px;
}

div#content div#subarticles div.article_content
{
    color:#747474;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
}

div#content div#subarticles img
{
    float: left;
    border: 0px;
    margin-right: 10px;
}

div#content div#full
{
    float: left;
    position: relative;
    width: 500px;
    min-height: 100px;
}

div#content div#full img.content_image
{
    border:2px solid #FF8E15;
    margin-right: 5px;
    margin-top: 5px;
}

div#content div#full img.content_image:hover
{
    border:2px solid #0091FA;
    margin-right: 5px;
    margin-top: 5px;
}

