html
{
height: 100%;
margin: 0;
padding: 0;
}

body
{
height: 100%;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #676596;
background-color: #FFFFFF;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

a
{
color: #676596;
text-decoration: underline;
}

a:hover
{
color: #FF8400;
text-decoration: none;
}

input, textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #676596;
border: 1px solid #676596;
padding: 2px;
}

form
{
margin: 0;
}

#container
{
width: 900px;
height: 100%;
margin: 0 auto;
}

#left
{
position: absolute;
background-image: url(images/logo.jpg);
width: 302px;
height: 785px;
}

#sub_menu
{
position: relative;
width: 120px;
top: 450px;
left: 182px;
}

.sub_button
{
width: 120px;
height: 19px;
margin-bottom: 20px;
}

.sub_button a
{
background-image: url(images/sub_button.gif);
background-repeat: no-repeat;
text-decoration: none;
padding-top: 5px;
padding-bottom: 7px;
padding-left: 22px;
padding-right: 90px;
}

.sub_button a:hover
{
background-image: url(images/sub_button_rollover.gif);
background-repeat: no-repeat;
}

.sub_button .selected
{
background-image: url(images/sub_button_rollover.gif);
background-repeat: no-repeat;
color: #FF8400;
}

#right
{
position: relative;
background-image: url(images/content_box.gif);
background-repeat: no-repeat;
width: 545px;
height: 785px;
left: 302px;
}

#menu
{
text-align: right;
padding-top: 48px;
padding-right: 1px;
}

#menu span
{
width: 336px;
height: 43px;
}

#content
{
padding: 20px;
}

#page
{
padding-left: 5px;
padding-right: 5px;
}

#path
{
padding-top: 15px;
padding-bottom: 20px;
}

#path div
{
width: 507px;
height: 3px;
background-image: url(images/horizontal_line.gif);
background-repeat: no-repeat;
margin-top: 5px;
}

#zoom
{
position: relative;
text-align: right;
width: 200px;
height: 250px;
}

#web_software
{
width: 500px;
height: 480px;
}

#nav_buttons
{
position: absolute;
width: 75px;
height: 13px;
top: 663px;
left: 450px;
}

#feedback_sending
{
display: none;
width: 500px;
text-align: center;
margin-top: 100px;
font-weight: bold;
}

.web_design
{
width: 500px;
height: 150px;
}

.web_site_text
{
margin-top: 15px;
height: 77px;
}

#langs #currentLang
{
background-color: #676596;
color: #FFFFFF;
border: 1px solid #676596;
margin-left: 92px;
padding-top:3px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
}

#langs a
{
border: 1px solid #676596;
margin-left: 98px;
padding-top: 2px;
padding-bottom: 3px;
padding-left: 4px;
padding-right: 4px;
}

#langs div
{
margin-top: 8px;
}