/*
	Screen CSS
	Copyright (c) 2013 by SPOILED MILK
	http://www.spoiledmilk.com
*/

/* NORMALIZE ............................................ */
:focus { outline: 0 } 
:link, :visited { text-decoration: none } 
/* clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1;}
.main01 {
    width:1000px;
    float:left;
    height:auto;
    margin:0 auto;
}
/* LAYOUT ............................................. */

/* Navigation .......... */
nav { background-color: #999; width: 100%; }
nav ul { list-style: none; margin: 0 auto; max-width: 940px; overflow: hidden; padding: 0; }
nav ul li { float: left; font-size: 15px; height: 40px; line-height: 40px; margin: 0; padding: 0 20px; width: auto; }
nav ul li a:link, nav ul li a:visited { color: #fff; transition: color 0.15s linear; }
nav ul li a:hover, nav ul li a:active { color: #000; }
nav ul li.active a:link, nav ul li.active a:visited, nav ul li.active a:hover, nav ul li.active a:active { color: #000 !important; }
nav ul li.right { float: right; }

