@charset "utf-8";
/* CSS Document */

/* GLOBAL */

html, body {
	background: #FFF;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	height: 100%;
}

#leftside a, #gallery a, .title_header a {
	border-bottom: 0px;
}

.pic{
	position:relative;
	float: left;
	margin: 0 5px 5px 0;
	background-color: #fff;
	width: 222px;
	height: 200px;
	border: 10px #ECEEEE solid;
	-webkit-box-shadow: 1px 1px 2px #d1d1d1;
	-moz-box-shadow: 1px 1px 2px #d1d1d1;
	box-shadow: 1px 1px 2px #d1d1d1;
	/*-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;*/
}


/* FONTS */

.leftside_red, .right a {
	color: #6D6E71;
	font-family: Arial, sans-serif;
	line-height: 2em;
	text-transform:uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}
/* end fonts */


/* BLOCKS */

#box {
	margin: 0 0 0 226px;
	padding: 60px 19px 100px 19px;
}
#feature_box {
	width: 600px;
}
#title {
	left: 400px;
	width: 500px;
	padding: 30px 20px 30px 20px;
	margin: 0 0 0 386px;
}
#body {
	background-color: rgba(255,255,255,0.5);
	font-size: 0.75em;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	min-height: 100%;
}

#leftside {
	background-color: rgba(255,255,255,0.5);
	color: #000;
	font-family: arial, sans-serif;
	font-size: 0.6em;
	text-align: right;
	line-height: 1.5em;
	padding: 10px;
	margin: 20px;
	width: 166px;
	position: fixed;
	bottom: 100px;
	float: left;
}
#leftside img {
	vertical-align: middle;
	margin:1px 0 1px 5px;
	width:24px;
	height:24px;
}
#leftside a {
	color: #9E003A;
	font-family: "arial narrow", sans-serif;
	font-weight: bold;
	text-transform:uppercase;
}
#leftside a:hover {
	color:#EF1400;
}
#gallery {
	line-height:1.5em;
	text-align:justify;
	width: 100%;
	position: relative;
	float:left;
	clear:right;
}
#gallery_more {
	background-color: #ECEEEE;
	width: 510px;
	height: 15px;
	padding: 10px 15px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #d1d1d1;
	-moz-box-shadow: 1px 1px 2px #d1d1d1;
	box-shadow: 1px 1px 2px #d1d1d1;
}
#gallery_more:hover {
	background-color: #D1D7D7;
}
#bg {
	background-color: #FFF;
	background-image: url('http://an-echo.com/_img/web_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	padding-top: 0px;
	width: 100%;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}
/* end block */

.thumb, .thumbnone {
	background-color: #fff;
	float: left;
	margin: 0 5px 5px 0;
	width: 100px;
	height: 100px;
	border: 10px #ECEEEE solid;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.thumb:hover {
	border:10px #bbddff solid;
}

.right {
	text-align:right;
}

#main_home a {
	padding: 5px 10px 5px 10px;
	background: #FFF;
	color: #2198bf;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	top: 2px;
	left: 106px;
	width: 100px;
	height: 22px;
}
#main_home a:hover {
	background: #434A58;
}
#port_menu {
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align:justify;
	margin-left: 226px;
	width: auto;
}
#port_menubox {
	background: #333;
	padding-top: 2px;
	padding-bottom: 2px;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 33px;
}
#port_menu a {
	height: 22px;
	text-transform: uppercase;
	display: block;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2198bf;
	width: 100px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border-bottom: 0;
}
#port_menu a:hover, a:active {
	color: #FFFFFF;
	background-color: #1a7a99;
}