body {
	font: 100%/1.4 Lato, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #222;
	background-color: #202020;
}
input {
	color:#333333;}
ul, ol, dl, form { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-size:11px;
	margin-top: 0;	
}
h1 {
	font-size:24px;
	color:#FFF;
	margin-top:12px;
	margin-bottom:8px;
}
a img { 
	border: none;
}
a, a:link, a:visited {
	color: #f1f1f1;
	text-decoration: underline; 
}
.itemnotransp a, .itemnotransp a:link, .itemnotransp a:visited {
	color: #222;
	text-decoration: underline; 
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #1a1a1a;
	padding: 12px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	border-right:#363636;
	border-top:#333;
	border-left:#707070;
	border-bottom:#585858;
	
}

.header {
	background-color: #444;
	height: 80px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
}
.headeritem {
	color:#FDFDFD; 
	font-size:11px;}

.content {
	padding: 10px 0;
}

.footer {
	background-color: #313131;
	color:#fff;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 18px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.item {
	height:160px;
	width:160px;
	float:left;
	margin-right:24px;
	margin-bottom:14px;
	margin-top:8px;
	border:1px dotted #626262;
		filter:alpha(opacity=90);
-moz-opacity: 0.9; 
	opacity: 0.9;
	}
.item:hover {
	border:1px solid #626262;
		filter:alpha(opacity=100);
-moz-opacity: 1; 
	opacity: 1;
	}
	
.itemsmall {
	height:40px;
	width:160px;
	float:left;
	margin-right:24px;
	margin-bottom:14px;
	margin-top:8px;
	border:1px dotted #626262;
		filter:alpha(opacity=90);
-moz-opacity: 0.9; 
	opacity: 0.9;
	}
.itemsmall:hover {
	border:1px solid #626262;
		filter:alpha(opacity=100);
-moz-opacity: 1; 
	opacity: 1;
	}	
	
	
.itemnotransp {
	height:160px;
	width:160px;
	float:left;
	margin-right:24px;
	margin-bottom:14px;
	margin-top:8px;
	border:1px dotted #626262;

	}	
	
	.itemnotransp:hover {
	border:1px solid #626262;
	}
	
.s-icon {
	margin-left:8px;
	margin-top:6px;
	border:1px dotted #626262;
	}
.s-icon:hover {
	border:1px solid #626262;
	}
	
	.menu{
margin: 0;
padding: 0;
width: 960px; /*width of menu*/
}
 
.menu div.category a,.menu div.category a:visited {
background-color:#666;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 24px;
text-decoration: none;
border:#333 1px solid;
}
 
.menu div.category a:active, .menu div.selected a, .menu div.category a:hover{
background-color:#333;
color: #fff;
}
.menu div.submenu{ /*DIV that contains each sub menu*/
background-color:#fff;
padding-top: 18px;
padding-bottom:18px;
padding-left:24px;
height: 360px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

ul{
		margin:8px;
		
	  list-style-type: none;}
ul li a
{
	font: 100%/1.4 Lato, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	color: #222;
} 



a {
	outline:none;
	outline:0;} 
.itcont{
		display: block;
}
