html {
overflow: scroll;
}

body {
background-color: #ffffff;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}

h1 {
font-size: 1em;
font-style: italic;
letter-spacing: 5px;
}

h2 {
font-size: 0.8em;
letter-spacing: 2px;
}

h3 {
font-size: 0.8em;
letter-spacing: 2px;
text-decoration: underline;
}

hr {
color: #000000;
background-color: #000000;
height: 1px;
}

p {
font-size: 0.8em;
text-align: justify;
line-height: 1.5em;
}

table.products {
width: 520px;
border: none;
margin-left: auto;
margin-right: auto;
}

td.products {
width: 260px;
}

table.support {
border: solid black 1px;
width: 516px;
border: none;
margin-left: auto;
margin-right: auto;
}

td.support {
border: solid black 1px;
font-size: 0.7em;
width: 172px;
}

table.testimonials {
width: 520px;
border: none;
margin-left: auto;
margin-right: auto;
}

td.testimonials {
width: 260px;
}

table.contacts {
width: 500px;
border: none;
font-size: 0.8em;
margin-left: auto;
margin-right: auto;
}

td.contacts {
width: 250px;
}



#container {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
position: relative;
width: 750px;
}

#header {
width: 750px;
height: 134px;
background-image: url(../images/header.jpg);
}

#content {
position: relative;
width: 750px;
}

#navbar {
position: absolute;
background: #FBC040;
top: 0;
left: 0;
width: 175px;
border-top: 1px solid white;
}

.tab a:link, .tab a:visited {
color: #000000;
text-decoration: none;
font-size: 0.8em;
font-weight: bold;
display: block;
border-bottom: 1px solid #FFFFFF;
padding-left: 10px;
padding-top: 1.5px;
padding-bottom: 1.5px;
}

.subtab a:link, .subtab a:visited {
color: #000000;
text-decoration: none;
font-size: 0.8em;
/*font-weight: bold;*/
display: block;
border-bottom: 1px solid #FFFFFF;
padding-left: 20px;
padding-top: 1.5px;
padding-bottom: 1.5px;
}

#main-text {
background-color: #FFFFFF;
margin-left: 175px;
padding-left: 20px;
padding-right: 20px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 0.85em;
}

#main-text li {
font-size: 0.8em;
}

#main-text a:link, a:visited {
color: #ECA706;
}

#footer {
background: #FBC040;
width: 750px;
height: 10px;
font-size: 0px;
}

#footer-text {
position: absolute;
font-size: .6em;
font-weight: bold;
width: 375px;
height: 10px;
}

#footer-author {
position: relative;
text-align: right;
font-size: .6em;
font-weight: bold;
height: 10px;
}

#languages {
position: absolute;
font-size: .6em;
right: 15px;
top: 10px;
}

#languages a {
color: black;
}

#languages span {
font-weight: bold
}