/**************************************************
1. Style 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}


/* Unordered Lists */
ul {
	list-style: none;
	}

/* Blockquote / Quote */
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* Focus styles */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
p {
	margin: 0;

	}	
	
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	.clearfix { display: inline-table; }
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	*+html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* End hide from IE-mac */

.clear{
	clear:both;
}
	
/**************************************************
2. Layout
**************************************************/
html{height:102%;}
body{
background-color:#CEE2EB;
/*background-image:url(../img/bg_main.jpg);*/
background-repeat:repeat-x;
background-position:top center;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:14px;
}

#header{
width:100%;
height:100px;
background-color:#ececec;
margin-bottom:40px;
}

#container{
margin:auto;
width:860px;
background-color:#ECECEC;
margin:auto;
padding:20px;
}

#left{
float:left;
width:222px;
}

#right{
float:left;
width:600px;
padding-left:20px;
}

#nav{
float:left;
width:600px;
height:35px;
margin-bottom:20px;
}

#nav li{float:left;}
#nav li a{
color:#4892B0;
text-decoration:none;
font-size:17px;
margin-right:35px;
}
	
a{color:#4892B0;
text-decoration:none;}
a:hover{text-decoration:underline;}
#nav li a:hover{text-decoration:underline;}

p{
line-height:150%;
margin-bottom:20px;
}

.tn{
width: 150px;
height: 150px;
padding: 1px;
border: 1px solid #999;
margin-right: 45px;
margin-bottom: 30px;
}

#gallery .items .item{
	width:140px;
	height:140px;
	padding:5px;
	float:left;
}

#gallery .items a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 10px 25px 10px 0px;
}

#gallery .items .item a span{
	position:absolute;
	display:block;
	top:-10px;
	right:-10px;
	width:40px;
	height:28px;
	color:#FFF;
	text-align:center;
	padding-top:12px;
	background:#128fa9;
	border-radius:50%;
}