/**************************************************
	RESET
**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

/**************************************************
	CLEARFIX
**************************************************/

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/**************************************************
	GENERAL
**************************************************/

html, body {
	overflow-x: hidden;
}

body {
	font: 12px Arial, sans-serif;
	color: #909090;
	padding: 0px;
}

h1, h2 {
	font-family: 'MuseoSans100', Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.2em;

}

h1 span {
	font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

h2 span {
	font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	
}

h1 { font-size: 23px; margin-bottom: 20px; }
h2 { font-size: 21px; }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -0.5px;
	color: #333333;
	margin-bottom: 8px;
	line-height: 1.3em;
}
h3.spot {
	color: #ee3224;
	font-size: 17px;
	font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
}


	h1 a, h2 a, h3 a {
		color: #303030;
	}

p { line-height: 18px; margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
 }
a { color: #000000; text-decoration: none; }
	a:hover { text-decoration: underline; }

/**************************************************
	HEADER + logo
**************************************************/

.header {
	padding: 0px 0px 30px 0px;
	position: relative;
}

.logo {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}

.numeroverde {
	position: relative;
	float: right;
}


/**************************************************
	LOGO
**************************************************/
	
.header h1,
.header h1 a {
	width: 215px;
	height: 51px;
}

.header h1 {
	margin-bottom: 0px;
	float: left;
}
	
	.header h1 a {
		background: url('../images/001/logo.png') no-repeat;
		display: block;
	}
		
		.header h1 a span {
			display: none;
		}

/**************************************************
	NAVIGATION
**************************************************/

.nav {
	padding-right: 10px;
	text-transform: uppercase;
	background: transparent url('../images/001/nav-right-bg.png') right no-repeat;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 1000;
}
	
	.nav ul {
		padding-left: 10px;
		background:transparent url('../images/001/nav-left-bg.png') left no-repeat;	
		float: left;
		position: relative;
	}
		
		.nav ul li {
			background:transparent url('../images/001/nav-bg.png') repeat-x;	
			float: left;
			position: relative;
		}
			
			.nav ul li:hover ul ul,
			.nav ul li:hover ul ul ul,
			.nav ul li:hover ul ul ul ul{
				display:none;
			}
			
			.nav ul li:hover ul,
			.nav ul li li:hover ul,
			.nav ul li li li:hover ul,
			.nav ul li li li li:hover ul{
				display:block;
			}
		
			.nav ul li a {
				padding: 0px 10px;
				font-size: 11px;
				line-height: 40px;
				color: #FFFFFF;
				display: block;
			}
			
				.nav ul li a:hover {
					text-decoration: none;
				}
			
			.nav ul li ul {
				width: 160px;
				background: none;
				position:absolute;
				top: 40px;
				left: -10px;
				display: none;
			}
			
				.nav ul li ul li {
					background: #303030;
				}
					
					.nav ul li ul li a{
						width: 160px;
						height:auto;
						float:left;
						border-top: 1px solid #888888;
					}
					
					.nav ul li ul li ul {
						top: 0px;
						left: -190px;
					}
					
/**************************************************
	CONTENT
**************************************************/

.container {
	width: 960px;
	margin: auto;
}

.content {
	padding: 20px;
}

.content.single {
	padding-top: 94px;
}

	.content .widget {
		margin-bottom: 35px;
	}
	
		.content .widget ul li {
			padding: 4px 0px 4px 14px;
			background: url('../images/001/ico-arrow.gif') 0px 10px no-repeat;
		}
			
			.content .widget ul li ul {
				margin: 4px 0px 0px 20px;
			}
			
		.content .widget ul.sublist li {
			width: 140px;
			float: left;
		}
	
	.content  a.more-link {
		padding-right: 8px;
		margin: 20px 0px;
		font: 10px 'Tahoma';
		text-align: right;
		background: url('../images/001/ico-arrow.gif') right no-repeat;
		display: block;
	}
	
.box {
	background: url('images/box.png') no-repeat;
	width: 240px;
	height: 254px;
	position: absolute;
	top: 250px;
	z-index: 1000;
	padding-top: 12px;
	padding-left: 12px;
}

/**************************************************
	SIDEBAR
**************************************************/

.sidebar {
	width: 320px;
	float: right;
}

	.sidebar h1,
	.sidebar h2,
	.sidebar h3 {
		padding-bottom: 10px;
		border-bottom: 1px solid #EEEEEE;
	}

/**************************************************
	SEARCH
**************************************************/

.widget .search {
	width: 320px;
	height: 40px;
	background: url('../images/001/search-bg.gif') no-repeat;
}

	.widget .search input.text {
		width: 260px;
		margin: 12px 0px 0px 20px;
		font: 10px Tahoma;
		color: #909090;
		background: none;
		border: none;
		float: left;
	}
	
	.widget .search input.submit {
		width: 16px;
		height: 22px;
		margin: 10px 10px 0px 0px;
		background: none;
		border: none;
		cursor: pointer;
		float: right;
	}
	
/**************************************************
	HOME
**************************************************/

body.home .header {
	width: 960px;
	background: none;
	position: absolute;
	z-index: 1000;
	
}

body.home .content {
	padding-top: 475px;
	background: url('../images/001/content-bg.gif') center 475px no-repeat;
	position: relative;
}

.slider {
	width: 1920px;
	height: 475px;
	position: absolute;
	top: 0px;
	left: -470px;
	border-bottom: 5px #ee3224 solid;
}
	
	.slider ul li {
		width: 1920px;
		height: 475px;
		text-align: center;
		overflow: hidden;
		display: none;
	}



.columns {
	padding-top: 20px;
}

	.columns .column-1,
	.columns .column-2 {
		height: auto !important;
		float: left;
		z-index: 1000;
	}
		
		.columns .column-1 {
			width: 310px;
			padding-right: 20px;
			margin-left: 20px;
		}
		
		.columns .column-3 {
			width: 270px;
			position: relative;
			z-index: 1000;
			margin-top: -180px;
			float: right;
		}
		
		.columns .column-2 {
			width: 300px;
			padding-left: 10px;
		}
			.columns .column-1 ul {
				padding-top: 15px;
			
			}

			.columns .column-1 ul li {
				padding-left: 30px;
				margin-bottom: 20px;
				position: relative;
				background: url('images/bullet_h3.jpg') top left no-repeat;
			}
				
				.columns .column-1 ul li h3 {
					font-weight: bold;
					margin-bottom: 5px;
				}
				
				.columns .column-1 ul li p.info {
					width: 50px;
					font: 10px 'Tahoma';
					line-height: 18px;
					text-align: right;
					position: absolute;
					top: 5px;
					left: 0px;
				}
					
					.columns .column-1 ul li p.info span.comments {
						padding-left: 13px;
						background: url('../images/001/ico-comment.gif') left no-repeat;
					}

/**************************************************
	FOOTER
**************************************************/
#footer_bg {
	border-top: dotted #ccc 1px;
	width: 100%;
	margin-top: 20px;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0px;
	font-size: 11px;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	list-style: none;
	background: none;
	float: left;
	padding-left: 10px;
}
#footer ul li a:hover {
	text-decoration: underline; 
	}

/**************************************************
	PRETTY PHOTO
**************************************************/

a.pp_close {
	display: none !important;
}

/**************************************************
		--------subscribe form---------
**************************************************/

/*----------subscribe----------*/
.subscribe_bg {
	width: 250px;
	margin-bottom: 30px;
	padding: 4px;
	background: #CCC;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
	
	/*
	position: absolute;
	z-index: 1000;
	margin-top: -100px;
*/
}
.subscribe {
	background: #CCC;
	width: 230px;
	padding: 10px;
}
.subscribe h1 {
	margin-bottom: 5px;
	color: #ee3224;
	font-weight: bold;
	}
.subscribe p {
	padding-bottom: 5px;
	color: #333;
}

/*----------subscribe form----------*/

form#subform {
	width: 230px;
}
form#subform fieldset {
	border: none;
	background: none;
}
form#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#subform fieldset p span {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
}
form#subform fieldset p span a{
	color: #FFF;
	text-decoration: underline;

}

form#subform label {
	font-size: 0.9em;
	color: #666;
	padding: 0px;
	margin: 0px;
}

form#subform input {
	width: 220px;
	/* height: 25px; */
	padding: 4px;
	margin: 0px 0px 6px 0px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1em;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	float: left;
}
form#subform textarea {
	width: 220px;
	padding: 4px;
	margin: 0px 0px 15px 0px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 1em;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	float: left;
}

form#subform input.submit {
	background: url(images/download-btn.png) no-repeat 0 0;
	width: 230px;
	height: 40px;
	margin: 10px 0px 0px 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
}





