/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;} 


.rounded{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.hide{
	display:none;
}

body {
	font-family:'Cousine';font-size:11px;color:#777;
	text-transform:uppercase;
	font-size:11px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
 	text-decoration: none;
        white-space: nowrap;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
a:active { background: #000000; }
a:hover {background: #ffff66; color: #000000;
	-webkit-transition: 0.3s ease-in;
 }
a { color: #999999; }

a img { border: none; }

.header {
	font-family:'Cousine';font-size:11px;color:#777;
	line-height:15px;
	margin-bottom:20px;
}

.header a {
	font-family:'Cousine';font-size:11px;color:#777;
	line-height:15px;
	text-decoration:none;
}

.header a:hover {
	font-family:'Cousine';font-size:11px;color:#777;
	background:#ffffff;
	text-decoration:none;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 40px;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}
#menu h1{
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15px;
}
#menu h1 a{
	color:inherit;
	text-decoration:none;
}
#menu h1 a:hover {
	text-decoration:underline;
}    
                        
#menu p{
	font-style:italic;
	font-size:12px;
	line-height:17px;
}
#menu p a{
	color:#000000;
}


#menu ul {
	font-size:11px;
	line-height:15px;
	margin-bottom:10px;
}

#menu ul li.section-title {
	font-style: italic;
	font-size:11px;
	color:#777;
	line-height:15px;
	margin-bottom:4px;
}

#menu ul li a{
	text-decoration:none;
	color:#777;
}

#menu ul li a:active { background: #000000; color: #f2f2f2; }
#menu ul li a:hover {
	background: #ffff66; 
	color: #000000;
	-webkit-transition: 0.3s ease-in;
 }
/*
#menu ul li a:hover {
	background-color:#000000;
	color:#ffffff;
}
#menu ul.faint li a{
	color:#aaaaaa;
}
#wmenu ul.faint li a:hover {
	color:#ffffff;
}
*/
#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
}

.container {
    padding: 15px 15px 25px 15px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { 
  font-family:'Cousine';font-size:11px;color:#777;
  text-transform: uppercase; 
  font-weight: bold;
  text-decoration:none;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

