@charset "utf-8";
/* CSS Document */
/* defektolog.org.ua | Olexiy Logvinov | bavovna@gmail.com */

body 
{
background-color: #cccc99;
text-align: center;
}
h4
{
font-weight:600;
display:inline;
}
#shadow
{
width:756px;
background:url(images/shadow.png) repeat-y;
z-index:-2;
margin-left: auto;
margin-right: auto;
text-align:center;
}
#container
{
font-family: Geneva, Arial, Helvetica, sans-serif; 
color: #333333;
width: 720px;
text-align: left;
background:#ffffff;
margin-left: auto;
margin-right: auto;
overflow:visible;
}


#header
{
height: 95px;
}

#header-navbar
{
height: 20px;
width:100%;
background: url("images/nav_back.gif") #006699 repeat-x;
/* padding: 1px; */
text-align: left;
}

#header-navbar p
{
margin:0px 10px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:600;
line-height:20px;
white-space:nowrap;

}

#header-navbar a
{
text-decoration: none;
color: #ffffff;
}
#header-navbar a:hover
{
color: #ccffff;
}

#central
{
width: 720px;
height: 250px;
border-bottom:solid #cccccc 5px;
}
#central-internal
{
width: 720px;
height: auto;
}

#central-text
{
width: 90%;
margin: 20px auto 40px;
color:#333333;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align:justify;
}
#central-text h1
{
text-align:left;
font-family: "Book Antiqua", serif;
font-size: x-large;
color: #006699; 
letter-spacing: 0.1em;
border-bottom:solid #cccccc thin;
}
#central-text h3
{
text-align:left;
font-family: "Book Antiqua", serif;
font-size: x-large;
color: #006699; 
letter-spacing: 0.1em;
border-bottom:solid #cccccc thin;
}
#central-text h3:first-letter
{
text-transform:uppercase;
}

#central-text dt
{
font-weight:bold;
font-size:15px;
margin-top:20px;
}
#central-text a
{
color: #333333;
font-weight:600;
}
#central-text a:hover
{
color: #006699; 
}
#central-left
{
width: 400px;
float: left;
margin-top:18px;
}

#central-right
{
margin-right: 2px;
float: right;
width: 311px;
}

#info
{
width: 680px;
height: auto;
margin: 10px auto;
padding:0 10px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:solid 1px #0568b2;
font-size:14px;
color:#000;
}
#info p
{
text-align:justify;
}
#info h3
{
color:#0568b2;
font-size:1.2em;
}

#footer
{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top: solid #cccccc 15px;
}

#bottom-navbar
{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #333333;
margin: 20px 20px 0px;
}

#bottom-navbar a:link {color: #000066}
#bottom-navbar a:visited {color: #333333}
#bottom-navbar a:hover {color: #0000FF}
#bottom-navbar a:active {color: #0000FF}


#banners
{
height:30px;
text-align: right;
margin:0px 40px;
}

#bottom-info
{
width:inherit;
margin-top:8px;
color:#666666;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
letter-spacing:1px;
}
#bottom-info a
{
color:#666666;
}
#shadow-bottom
{
margin-left: auto;
margin-right: auto;
width:748px;
height:22px;
background: url(images/shadow-bottom.png);
}
#bottom_gradient
{
width: 100%;
height: 70px;
position: fixed;
left: 0;
bottom: 0;
background: url(images/bottom_grad.jpg) repeat-x left;
z-index: -1;
}
#top_gradient
{
width: 100%;
height: 50px;
position: absolute;
left: 0;
top: 0;
background: url(images/top_grad.jpg) repeat-x left;
z-index: -1;
}
#list
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight:500;
list-style-type: circle;
}

#list li
{
margin-bottom: 1em;
}
.bold
{
font-weight:600;
}
.img-right
{
float:right;
margin:0 0 5px 20px;
caption-side:bottom;
border:solid thin #999999;
}
.img-right caption
{
margin-bottom:20px; font-size:0.85em
}
hr
{
color:#cccccc;
}
cite
{
background:#CCFFFF;
}
blockquote
{
font-style:oblique;
padding:5px;
border:dotted thin #CCCCCC;
background: #eeffff; 
}

h4.nicebutton
{
border:solid 2px #0000cc;
-moz-border-radius:8px; 
-webkit-border-radius: 8px; 
padding:5px; 
margin:10px 0;
color:#0000aa; 
background-color:#eeeeff;
}
h4.nicebutton:hover
{
cursor:help;
}
/* контактна форма */
.fieldComment
{
color:#ff1111;
font-family:Arial, sans-serif;
font-size:0.7em;
}
#formshadow
{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
z-index:2;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
#faqform
{
position:fixed;
left:150px;
top:60px;
padding:20px; 
visibility:hidden; 
height:1px; 
border:1px solid #444444;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
background-color:#eeeeee; 
z-index:3;
text-align:left;
}