/*- CORE STYLING
------------------------------------------------------------ */

body {
	background: #F9F3E5;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	background: url(immagini/grigio.jpg) #595959 top repeat-x
}

img {
	border: 0;
}

p.slogan {
	margin-top: 0;
	color: #005aff;
	font-size: 3.2em;
}

.note a:link, .note a:visited {
	font-size: 1.2em;
	color: yellow;
	text-decoration: none;
}

.note a:hover, .note a:active {
	font-size: 1.4em;
	color: #fff;
	text-decoration: underline
}

#about {
	display: none;
}

/*- STRUCTURE
------------------------------------------------------------ */

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(immagini/ombra.png) repeat-y center
}

#main {
	padding: 0;
	width: 880px;
	background: url(immagini/blu.jpg) top center #2f2f2f no-repeat;
	margin: 0 0 0 48px;
}

#content {
	margin: 40px 0 40px 11px;
	position: relative
}

#content-home {
	margin: 0 30px 0 30px;
	padding: 0;
	width: 810px;
	height: 381px
}

#mainimage {
	width: 568px;
	margin: 0;
	padding: 0;
	float: left;
}

#training {
	width: 568px;
	text-align: center;
	height: 381px;
	margin: 0;
	padding: 28px 0 0 0;
	float: left;
	background: url(immagini/bagliore.jpg) no-repeat;
}

.subnav {
	position: relative;
	float: left;
	width: 238px;
	display: block;
}

#contentarea {
	float: left;
	text-align: left;
	width: 540px;
	margin: 0 0 0 20px
}

.paragrafetto {
font-style: italic;
border-bottom: 1px dotted;
}

#contentarea p {
	margin: 0 0 15px 0;
	font-size: 1.5em;
	color: #dfdfdf;
	line-height: 1.8em;
}

#contentarea a:link, a:visited {
	color:  red;
	text-decoration: none;
}

#contentarea a:hover, a:active {
	color:  orange;
	text-decoration: underline;
}


#subarea {
	font-family: Arial, Verdana, sans-serif;
	margin: 32px 0 20px 0;
}

#subcontent {
	float: right;
	text-align: left;
	width: 228px;
	margin: 0 38px 0 0;
	padding-left: 15px;
	border-left: 1px dotted #cdcdcd;
}

#footer {
	padding: 10px 0 0 0;
	background: url('/images/site/bgr-arrow-bottom.gif') no-repeat;
	height: 50px;
	text-align: center;
	color: #0195f0
}

#footer p {
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #989494;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #ff6600;
	text-decoration: underline;
}

/*- LIST STYLES
------------------------------------------------------------ */

#contentnav {
	list-style: none;
	width: 238px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#contentnav a {
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	padding: 48px 0 0 15px;
}

.strikerite a {
	background: url('immagini/blu-buttons.jpg') 0 0 no-repeat;
	width: 223px;
	height: 76px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.strikerite a:hover {
	background: url('immagini/blu-buttons.jpg') 0 -130px no-repeat;
}

.training a {
	background: url('immagini/red-buttons.jpg') 0 0 no-repeat;
	margin: -3px 0 0 0;
	width: 223px;
	height: 76px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.training a:hover {
	background: url('immagini/red-buttons.jpg') 0 -130px no-repeat;
}

.testimonials a {
	background: url('immagini/yellow-buttons.jpg') 0 0 no-repeat;
	margin: -3px 0 0 0;
	width: 223px;
	height: 71px;
	display: block;
	text-decoration: none;
	color: #2f2f2f;
}

.testimonials a:hover {
	background: url('immagini/yellow-buttons.jpg') 0 -130px no-repeat;
}

#subcontent ul {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: none;
}

#subcontent ul li {
	margin-bottom: 10px;
	font-size: 1.3em;
	padding-bottom: 5px;
	border-bottom: 1px solid #535353
}


#subcontent ul a:link, #subcontent ul a:visited {
	display: block;
	color: yellow;
	text-decoration: none;
}

#subcontent ul a:hover, #subcontent ul a:active {
	color: #fff;
	text-decoration: none;
	background: #000;
}


/*- HEADERS
------------------------------------------------------------ */

h1 {
	float: left;
	width: 162px;
}

h2 {
	background: url('/images/site/bgr-arrow-top.gif') left bottom no-repeat;
	color: #0195f0;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-size: 4.8em;
	text-align: right;
	margin-top: 0;
	padding: 0 0 5px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	color: #ff6600;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h4 {
	font-family: Georgia, "Times New Roman", serif;
	color: #0195f0;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 15px 0;
}

/*- MISCELLANEOUS
------------------------------------------------------------ */

#schede {
	padding-top: 6px;
	font-size: 1.4em;
	font-weight: bold;
	border-top: 1px solid #959595;
}

#schede a:link, #schede a:visited {
	color: #757575;
	text-decoration: none;
}

#schede a:hover, #schede a:active {
	color: #f81012;
	text-decoration: none;
	background: #fcf71e;
}

a.biglinks {
	font-size: 1.4em;
	text-decoration: none;
	color: #fff;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	display: inline-block;
}

/* Hide from IE Mac \*/

#content {
	display: block;
}

/* End hide from IE Mac */

p.note {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.3em;
	color: grey;
}

#subcontent strong {
	color: red;
	
}