body {
font-family: Arial,Tahoma;
font-size:12px;
color: #626262;
}

span {
display:none;
}

h2, h3, p, ul {
margin:0;
}

a {
color:#3A85A2;
}

a:hover {
text-decoration:none;
}

/* wrap & logo
--------------------------------------------------*/

#wrap {
width: 651px;
margin: 0 auto;
margin-top:100px;
margin-bottom:70px;
}

h2.logo {
width:222px;
height:37px;
background: url(logo.gif);
display:block;
margin-left:21px;
}

/* navigation
--------------------------------------------------*/

#navigation {
width: 100%;
height:27px;
background: url(nav.gif);
margin-top: 8px;
}

#navigation ul {
margin:0;
padding:0;
list-style:none;
font-family:verdana;
font-size:11px;
float:right;
}

#navigation li {
float:left;
border-right:1px solid #CFCFCF;
line-height:26px;
white-space: nowrap;
}

#navigation li a {
text-decoration:none;
background: url(nav_bg.gif);
display:block;
padding:0 20px;
color:#626262;
}

#navigation li a:hover {
background-position:0 26px;;
}

* html #navigation a {
width:10px;
}

#navigation li.first {
border-left:1px solid #CFCFCF;
}

#navigation a.current {
background-position:0 26px;
}



#navbellow {
width:100%;
height:25px;
background: url(nav_bellow.gif);
}

/* content
--------------------------------------------------*/

#content {
width: 100%;
height:238px;
background: url(content_bg.gif) repeat-x;
}

p.content {
line-height:20px;
padding-left:20px;
padding-top:3px;
padding-bottom:5px;width:428px;
}

h3.about {
width:168px;
height:19px;
margin-left:20px;
padding-top:26px;
background: url(about_h3.gif) no-repeat bottom left;
}

h3.services {
width:168px;
height:19px;
margin-left:20px;
padding-top:26px;
background: url(services_h3.gif) no-repeat bottom left;
}

h3.contact {
width:168px;
height:19px;
margin-left:20px;
padding-top:26px;
background: url(contact_h3.gif) no-repeat bottom left;
}

dl {margin-left:50px; font-size:11px;margin-top:10px}
dt {font-weight:bold;}
dd {margin:0px;margin-bottom:10px;}


/* sidebar
--------------------------------------------------*/

#sidebar {
width:200px;
height:200px;
background: url(sidebar_bg.gif) no-repeat top left;
float: right;
}

#sidebar img {
display:block;
margin: 0 auto;
margin-top: 7px;
margin-bottom: 12px;
}

#sidebar p.title {
margin-left:14px;
margin-bottom:5px;
display:block;
background: url(note.gif) no-repeat center left;
padding-left: 20px;
line-height:20px;
}

#sidebar p.text {
display:block;
width:159px;
height:62px;
background: url(lines.gif);
padding-left:5px;
font-size:11px;
margin-left:28px;
line-height:20px;
}


/* footer
--------------------------------------------------*/

#footer {
width: 651px;
padding-top: 20px;
font-family: verdana;
font-size:11px;
color:#A7A7A7;line-height: 20px;
border-top: 1px solid #E7E7E7;
text-align:center;
clear:both;
}

#footer a {
color:#A7A7A7;
}


p.center {
text-align:center;
font-weight:bold;
}

/* contact form (11.11.06)
--------------------------------------------------*/


form {
margin-top:20px;
margin-left:23px;
font-size:11px;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 80px;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
