* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#f6f9fb; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.1875em;
	color:#7c838a;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:882px; 
	margin:0 auto;
	font-size:.75em;
	padding:29px 0 0 0;
	position:relative;
}

#header {
	height:85px;
	margin-bottom:21px;
	background:url(images/header-bg.gif) no-repeat left top;
	position:relative;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:19px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:19px;
}
.p3 { 
	margin-bottom:28px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fdc14c; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:45px;
	line-height:1.2em;
	color:#454f58;
}
h2 {
	font-size:26px;
	line-height:1.2em;
	color:#e33b3b;
	margin-bottom:30px;
}
h3 {
	font-size:22px;
	line-height:1.4em;
	color:#454f58;
	font-weight:normal;
	margin-bottom:30px;
}
h4 {
	font-size:17px;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:12px;
}
	h4 a {
		color:#e33b3b;
	}


.txt1 {
	color:#eb7575;
}

.link1 { 
	display:block;
	float:right;
	background:url(images/link1-left.gif) no-repeat left top #e33b3b;
	color:#fff; 
	text-decoration:none;
	font-size:1.1em;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:3px 10px 3px 10px;
	}
	

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
background: #fff url(images/tower.jpg) no-repeat left bottom;
	
	width:100%;
	margin-bottom:18px;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:27px 30px 38px 30px;
	}


.box1 {
	background:#e8edf0;
	width:100%;
}
	.box1 .left-top-corner {
		background:url(images/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(images/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(images/left-bot-corner1.gif) no-repeat left bottom;
		}
	.box1 .right-bot-corner {
		background:url(images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:27px 30px 38px 30px;
	}
	.box1 h3 {
		color:#767e85;
		margin-bottom:16px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .fleft {
	padding:10px 0 0 20px;
}
	#header .nav {
		font-size:15px;
		line-height:1.2em;
		float:right;
		padding:47px 15px 0 0;
	}
		#header .nav li {
			float:left;
		}
			#header .nav li a {
				color:#454f58;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 9px 0 8px;
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#e33b3b;
			}
	
	
	.home-icon {
		position:absolute;
		right:25px;
		top:19px;
	}

/*===== content =====*/
#content .section {
	padding-bottom:45px;
}
	.main-banner {
		background:url(images/main-banner-como.jpg) no-repeat left top;
		height:429px;
		text-align:right;
		color:#5e5e5e;
		font-size:13px;
		margin-bottom:13px;
	}
		.main-banner .inner {
			padding:110px 13px 0 0;
		}
		.main-banner h2 {
			font-size:19px;
			line-height:1.2em;
			color:#657079;
			margin-bottom:23px;
		}
		.main-banner a {
			color:#e33b3b;
			font-weight:bold;
		}
		
	
	
	.banners {
		width:100%;
		overflow:hidden;
		margin-bottom:16px;
	}
		.banners li {
			float:left;
		}
	
	.list1 {
		border-top:1px solid #e5e6e8;
	}
		.list1 li {
			background:url(images/arrow1.gif) no-repeat left center;
			padding:4px 0 4px 10px;
			border-bottom:1px solid #e5e6e8;
		}
			.list1 li a {
				color:#7c838a;
				text-decoration:none;
			}
			.list1 li a:hover {
				color:#000;
			}
	
	
	.list2 {
		border-top:1px solid #d3d4d5;
	}
		.list2 li {
			padding:5px 0 5px 0;
			border-bottom:1px solid #d3d4d5;
		}
			.list2 li a {
				color:#969ea4;
				text-decoration:none;
			}
			.list2 li a:hover {
				color:#000;
			}
	
	
	.list3 li {
		background:url(images/arrow1.gif) no-repeat left center;
		padding:0 0 4px 10px;
		margin-bottom:4px;
	}
		.list3 li a {
			color:#7c838a;
		}
		
	.list4 li {
		width:100%;
		overflow:hidden;
		padding-bottom:9px;
	}
		.list4 li a {
			float:left;
			width:250px;
			color:#b2b8bd;
			text-decoration:none;
		}
		.list4 li strong {
			float:left;
			width:74px;
			color:#e33b3b;
		}
		.list4 li em {
			font-weight:bold;
			font-style:normal;
			color:#7c838a;
			float:left;
		}
		.list4 li a:hover {
			color:#000;
		}
	

/*===== footer =====*/
#footer {
	text-transform:uppercase;
	color:#afb5ba;
	font-size:11px;
	padding:22px 36px 46px 23px;
}
	#footer a {
		color:#afb5ba;
		text-decoration:none;
		padding:0 5px 0 5px;
	}
	#footer a:hover {
		color:#000;
	}
	#footer .nav {
		float:left;
	}
		#footer .nav li {
			display:inline;
		}
			


/*----- forms -----*/
#search-form {
	padding-bottom:37px;
}
	#search-form fieldset {
		border:none;
	}
		#search-form input.text {
			width:260px;
			padding:4px 0 4px 6px;
			border:1px solid #d9e2e9;
			font-size:17px;
			color:#848585;
			margin-right:9px;
		}
		#search-form select {
			border:1px solid #d9e2e9;
			font-size:17px;
			color:#848585;
			width:103px;
			margin-right:5px;
			padding:3px 0 3px 0;
		}
		#search-form input.submit {
			background:url(images/search-button.gif) no-repeat left top;
			width:103px;
			height:33px;
			border:none;
			cursor:pointer;
		}

/*==========================================*/
