/* CSS Document */
*{
margin:0;
padding:0;
}
body{

background-image:url(/images/bg.jpg);
background-repeat:repeat-x;
background-color:#ffffff;
text-align:center;
font-size:80%;
font-family:Arial, Helvetica, sans-serif;
color:#000; }
#page{
background-image:url(/images/visual.jpg);
background-position:right top;
background-repeat:no-repeat;
min-height:500px;
}
#wrapper{
width:760px;
margin:0 auto;
text-align:left;}
#header{
padding:10px 0 0 15px;
min-height:150px;
text-align:left;}
#header p{
color:#eee;
line-height:1.0em;}

#content{
background-color:#00CC99;
background-image:url(/images/med-c.png);
background-repeat:repeat-y;
}
#content .decor{
background-image:url(/images/top-c.png);
background-repeat:no-repeat;
background-position:top left;
}
#content .in{
background-image:url(/images/bot-c.png);
background-repeat:no-repeat;
background-position:bottom left;
min-height:500px;
padding:30px 50px 40px 40px;
text-align:left;
}
#sidebar{
display:none;

}
#menu {
background-image:url(/images/centr-menu.png);
background-repeat:repeat-y;}
#menu .decor{
background-image:url(/images/top-menu.png);
background-repeat:no-repeat;
background-position:top left;
}
#menu .in{
position:relative;
background-image:url(/images/bot-menu.png);
background-repeat:no-repeat;
background-position:bottom left;
padding:15px 10px 10px;
min-height:250px;
text-align:left;
}
#menu ul{
padding:20px 0px 0 30px;
list-style:none;
font-size:1.2em;}
#menu ul li{
padding:6px 0px;
}
#menu a:link{
padding:3px;
text-decoration:none;
color:#000;}
#menu a:visited{
padding:3px;
text-decoration:none;
color:#555;}
#menu a:hover,#menu  a:active{
padding:3px;
background-color:#ff6600;
color:#fff;
text-decoration:none;
}
#menu .skrepki{
position:absolute;
top:30px;
left:-28px;}
#phone {
background-image:url(/images/red-c.png);
background-repeat:repeat-y;}
#phone .decor{
background-image:url(/images/red-t.png);
background-repeat:no-repeat;
background-position:top left;
}
#phone .in{
position:relative;
background-image:url(/images/red-b.png);
background-repeat:no-repeat;
background-position:bottom left;
padding:15px 10px 10px;
text-align:left;
min-height:80px;
}
#phone .skrepki{
position:absolute;
top:15px;
left:-28px;}
#phone p{
padding:5px 0 0 20px;
color:#fff;
line-height:1em;}
#phone p.phone{
padding:5px 0 0 20px;
font-size:1.6em;
color:#fff;
line-height:1em;}
#footer{
clear:both;
text-align:left;}

/*-----DESIGN------*/
a:link{color:#ff6600;}
a:visited{
color:#FF9900;}
a:hover, a:active{
background-color:#ff6600;
color:#fff;
text-decoration:none;
}


#content h1{
font-weight:normal;
font-size:1.8em;
line-height:1em;
padding:0.5em 0 0.5em;
color:#ff6600;}
#content h2{
font-weight:normal;
font-size:1.4em;
line-height:1em;
padding:1em 0 0.5em;
color:#ff6600;}
#content h3{
font-weight:normal;
font-size:1.2em;
line-height:1em;
padding:1em 0 0.5em;
color:#ff6600;}
#content p{
line-height:1.2em;
color:#555555;
padding:0 0 1.4em;
text-align:justify;}
#content ul {
list-style:square;
margin:0 0 0 25px;}
#content ol {
margin:0 0 0 25px;}
/*----Tables ----*/
table{
color:#000000;
width:99%;
border:1px solid #555;
margin:0 0 1em;}
table caption{
text-align:left;
padding:5px 0 3px 0px;
color:#000;
font-weight:bold;}
th{
padding:5px 5px;}
td{
padding:5px;}
tr.light td{ background-color:#eaeaea;}
tr.dark td{
background-color:#dadada;}
/*----Tables ----*/
#footer{
text-align:left;
width:560px;
color:#aaa;}
#footer p.copyright{

padding:0px 0 20px 15px;
line-height:1em;
font-size:90%;}
#footer p.counters{
display:none;}
#footer p.decor{
display:none;}


