/* 
    Document   : default
    Created on : 29-set-2011, 11.28.42
    Author     : Victor M. de Jonge
    Description: CSS defailt
*/

body{margin:0; padding:12px;}

body {
    font-family: arial, sans-serif;
	background:#FFFFFF url(http://www.compassitalia.com/leon-r04/images/bg.gif);
	font-size: 14px;
	color:#FFF;
}

a {
    color:#FFFF00;
    text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
    border:0;
	margin:0;
	padding:0;
}

hr {
	background-color: #222;
	border: 1px dotted #FF0;
	border-style: none none dotted;
	margin:0;
	padding:0;
}

.clear {
	clear: both;
}

.container {
	margin-left: auto;
    margin-right: auto;
	text-align:left;
	width:860px;
}

.grey { background:#222;}

.white { background:#FFF;}

#head {
	background:url(../images/head_r04.png) no-repeat;
	height:150px
}

#social ul {
    list-style: none outside none;
    margin:0;
    padding:0;
}

#social li {
	position:relative;
    float: left;
	margin:0;
	padding:0;
}

#social li span { display: none; }

#social li, #social a {  
	height:22px;
	display:block;  
	margin:0;  
	padding:0;
}

#fb { background:url(../images/ic-fb.png) 0 0 no-repeat; width:24px; }
#fb a:hover { background:url(../images/ic-fb.png) 0 -22px no-repeat; }

#fs { background:url(../images/ic-fs.png) 0 0 no-repeat; width:24px; }
#fs a:hover { background:url(../images/ic-fs.png) 0 -22px no-repeat; }

#tt { background:url(../images/ic-tt.png) 0 0 no-repeat; width:24px; }
#tt a:hover { background:url(../images/ic-tt.png) 0 -22px no-repeat; }

#yt { background:url(../images/ic-yt.png) 0 0 no-repeat; width:24px; }
#yt a:hover { background:url(../images/ic-yt.png) 0 -22px no-repeat; }