@charset "UTF-8";
/* CSS Document */

img {border: none;}

#header_wrap { width: 100%; margin: 0 auto;}

#header_left { width: 25%; min-width: 220px; float: left; background-image:url('http://pittsells.com/runner.jpg');}

#header_right { width: 75%; height: 225px; float: left; background-image:url('http://pittsells.com/runner.jpg');}

#topNav { height: 225px}

.nav {width:600px; float: left;}

.nav ul li { list-style:none; 
         display:block; 

}

.nav li {
                float:left;
        }

        .nav a {
                display:block;
				padding: 65px 10px;
                text-transform:uppercase;
                font-family:Verdana, Arial, Helvetica, sans-serif;
                font-size:11px;
				font-weight: 500;
                color:#051B32 !important;
				letter-spacing: 2px;
				text-decoration:none;


        }
        
        
        .nav a:hover {
                color: #70CDE3 !important;
                text-decoration:none;
        }


.no_hover {

				filter:alpha(opacity=100);
				-moz-opacity:1;
				-khtml-opacity: 1;
				opacity: 1;
				
				}

