/* ====================================================================================================================================================================
C O S M A C
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Description:		     Stili generali
Filename:			     generale.css
Theme URI:			     http://www.cosmac.it/
Date:				     Settembre 2012
Author: 			     Nouvelle srl

==================================================================================================================================================================== */

* {
	margin:                0px;
	padding:               0px;
}

img {
	border:                0px;	
}

p {
	margin-top:            7px;
}

html, body {
	font-family:           Arial, Helvetica, sans-serif;
	font-size:             12px;
	line-height:           17px;
}

body {
	background:            #CCCCCC;
}

img.bg {
	min-height:            1000px;
	min-width:             1280px;
	width:                 100%;
	height:                auto;
	position:              fixed;
	top:                   0;
	left:                  0;
	z-index:               -9999;
}

#container {
	position:              relative;
	width:                 980px;
	margin:                0px auto;
	z-index:               99;
}

a {
	color:                 #333;
	text-decoration:       underline;
}

a:hover {
	color:                 #E10279;
	text-decoration:       none;
}

.cufon-loading {
	visibility:            hidden !important;
}