/* CSS Document */

body
{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#9a9a9a;
}

a:link {
	color: #657076;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #657076;
}
a:hover {
	text-decoration: underline;
	color: #657076;
}
a:active {
	text-decoration: underline;
	color: #657076;
}

p
{
margin:0;
padding:0;
}

#top
{
width:800px;
height:auto;
margin:0 auto;
background-image:url(../images/topimage.jpg);
background-repeat:no-repeat;
background-position:right top;
}

#logo
{
width:100%;
height:auto;
font-family:"NEUROPOL";
font-size:65px;
color:darkgreen;
padding-top:5px;
font-weight:bold;
}

.zarzad
{
font-family:"Trebuchet MS";
font-size:16px;
color:darkgreen;
font-weight:normal;
}

/*------------------MENU----------------------*/

#foxmenucontainer
{
width:800px;
height:auto;
display:block;
}

#foxmenu
{
width:100%;
position:relative;
display:block;
height:auto;
font-size:16px;
font-family: "trebuchet MS";
font-weight:bold;
text-transform: lowercase;
margin-top:10px;

}

#foxmenu ul
{
height:40px;
margin:0;
padding:0;
list-style-type:none;
width:auto;
border-bottom:#bbbbbb solid 1px;
}

#foxmenu ul li
{
display:block;
float:left;
margin-right:18px;
}

#foxmenu ul li a
{
display:block;
float:left;
color:#657076;
text-decoration:none;
padding:10px 0px 10 0px;
height: auto;
}

#foxmenu ul li a:hover
{
height: auto;
border-bottom:3px darkgreen solid;
}

h1
{
font-family:"Trebuchet MS";
color:#b7bcbf;
font-size:30px;
margin:40px 0 0px 10px;
padding:0;
}

/* -------- CONTENT --------- */

#content
{
width:100%;
height:auto;
background-image:url(../images/gradient.jpg);
background-repeat:repeat-x;
}

#wrapper
{
width:800px;
height:auto;
margin:0 auto;
padding-top:20px;
}

/* FIRST LINE OF BOXES */

#first
{
width:100%;
height:auto;
margin-bottom:15px;
}

#leftf
{
width:480px;
height:auto;
float:left;
padding-bottom:20px;
border-bottom:dotted #cbcbcb 1px;
}

#rightf
{
width:285px;
height:auto;
float:right;
padding-bottom:15px;
border-bottom:dotted #cbcbcb 1px;
}

h2
{
font-family:"Trebuchet MS";
font-size:24px;
color:#657076;
margin:0;
padding:0;
padding-bottom:10px;
}

.green
{
color:darkgreen;
text-align:middle;
}

.image
{
padding:2px;
border:#cbcbcb solid 1px;
}

/* SECOND LINE OF BOXES */

#second
{
width:100%;
height:auto;
margin-bottom:15px;
}

#lefts
{
width:285px;
height:auto;
float:left;
padding-bottom:37px;
border-bottom:dotted #cbcbcb 1px;
}

#rights
{
width:480px;
height:auto;
float:right;
padding-bottom:15px;
border-bottom:dotted #cbcbcb 1px;
}

.image2
{
padding:2px;
border:#cbcbcb solid 1px;
margin-right:8px;
margin-bottom:8px;
}

#button
{
width:90px;
height:auto;
text-align:right;
margin-left:390px;
}

/* FOOTER */

#footer
{
width:800px;
height:auto;
margin:10px auto;
padding:10px 0 10px 0;
text-align:center;
color:#657076;
font-size:14px;
}
.copyright_company
{
font-size:11px;
color:#657076;
}
.copyright
{
font-size:9px;
color:#657076;
}
