@media screen and (max-width: 800px) and (min-width: 250px)
{

BODY {margin:0;padding:0;font:normal 12px "lucida sans unicode",arial,verdana,helvetica,sans-serif;color:#828282;}

/* layout styles */
#wrapper {max-width:400px;}
#main, #mainhome {width:auto;background: #ffffff none;}
#header {background:#ffffff;float:none;margin:0 0 10px 0;padding:0;width:auto;clear:both;}
#lftclm, #lftclmhome, #resources, #rgtclm {margin:0;padding:0;width:auto;}
#shadow {margin:0 6px;padding:0;width:auto;}
IMG.line, IMG.linelng {display:none;}
IMG.check {display:inline;margin-right:6px;}
IMG.phrase {margin:0 0 25px 0;}
#logo {margin:0 0 0 10px;}

/* footer styles */
#slogan {display:none;}
#useitw3c {display:none;}
#contacts {display:none;}
#contacts img {display:none;}

/* menu styles */
UL.menu  {margin:10px; font-size:12px;}
UL.menu {padding:0;list-style:none;font-size:12px;font-weight:normal;font-family:"Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif;}
UL.menu li {padding:3px 6px;margin:0 0 2px 0;background-color:#f7f7f7;border:1px solid #dddddd;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
UL.menu li.homeselected, UL.menu li.selected {color:#000000;}
UL.menu li.homeover, UL.menu li.over {}
UL.menu li a {display:block;}
UL.menu li.homeselected a, UL.menu li.selected a {color:#000000;text-decoration:none;font-weight:bold;}
UL.menu li.home {padding:3px 6px;margin:0 0 2px 0;}
UL.menu li.homeselected {padding:3px 6px;margin:0 0 2px 0;}
UL.menu li.homeover {padding:3px 6px;margin:0 0 2px 0;}
UL.menu li:last-child {display:none;}

}


