html, body, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, address, img {
	margin:0;
	padding:0;
		}
body {
	font:normal normal 12px/normal Arial, Tahoma, Helvetica, sans-serif;
	color:#fff;
	background:#0e0d0d;
	}	
a:link,	
a:visited,		
a:hover,
a:focus {
	color:#0088cc;
	outline:none;
}
table a,
table a:link,
table a:visited {
	border:none;
}
textarea{
	overflow:auto;
}
img, fieldset {
	outline:none;
	border:none;
}
abbr {cursor:help;}
.clearfix { 
	content:".";
	display:block;
	height:0;
	clear:both;
}
/*
-------------------
WEB ESTRUCTURE
-------------------
*/
#header {
	height:56px;
	padding:15px 0 0;
	text-align:center;
	color:#fff;
	background:#003e5e url(../images/bg-header-light.png) top repeat-x;
}
#main {
	padding:15px 0;
	color:#000;
	background:#cdd0d1;
}
#footer {
	clear:both;
	text-align:center;
	color:#fff;
	background:#9f9f9f;
	border-top:1px solid #9f9f9f;
	padding:5px 0;
}
	#footer a, #footer a:link, #footer a:visited, #footer a:hover {
		color:#fff;
		text-decoration:none;
	}
		#footer a:hover {
			color:#333;
			text-decoration:underline;
		}
/*
-------------------
FONTS
-------------------
*/
h1 {
	font:italic bold 16px/normal Arial, Tahoma, Helvetica, sans-serif;
	color:#fff;
}
p {
	font-size:12px;
}
/*
-------------------
IMAGES GALLERY
-------------------
*/
#gallery {
	width:930px;
	margin:0 auto;
	padding:19px 0 0;
	color:#000;
	background:#fff;
	border:1px solid #abb8bc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
	.item {
		float:left;
		display:inline;
		margin:0 0 10px 19px;
		width:72px;
		color:#000;
		background:#fff;
	}
		.image {
			/* height:75px; */
			text-align:center;
			color:#000;
			background:#fff;
		}
			.image img {
				border-top:1px solid #565656;
				border-right:1px solid #b9b9b9;
				border-bottom:1px solid #b8b8b8;
				border-left:1px solid #555;
				width: 70px;
				height: 50px;
				
			}
		p.comments {
			text-align:center;
			font-weight:bold;
		}
			p.comments a, p.comments a:link, p.comments a:visited, p.comments a:hover {
				color:#0088cc;
				text-decoration:none;
				padding:0 0 0 18px;
				background:#fff url(../images/icon-globe.png) center left no-repeat;
			}
/*
-------------------
PAGINATION
-------------------
*/
.pagination {
	clear:both;
	height:32px;
	color:#000;
	padding:10px;
	background:#c6c8c9 url(../images/bg-pagination-light.png) bottom repeat-x;
	border-top:1px solid #abb8bc;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;

}
	.pagination ul {
		list-style:none;
		float:right;
		height:32px;
		font-weight:bold;
		color:#333;
		background:transparent;
	}
		.pagination ul li { 
			float:left;
			display:inline;
			height:30px;
            min-width:30px;
			margin:0 0 0 5px;
			line-height:30px; 
			text-align:center;
			border:solid 1px #919191;
			background:#ccc url(../images/bg-pagination.png) top repeat-x; 
		}
	.pagination ul li a {
		float:left;
		display:block;
		width:100%;
		padding:0; 
		color:#333;
		text-decoration:none;
/*      background:#ccc url(../images/bg-pagination-li.png) top no-repeat; */
		background:#ccc url(../images/bg-pagination-li.png) top repeat-x; 
	}
	.pagination ul li a:hover {color:#0088cc;}
		.pagination ul li.active {
			color:#fff;
			text-decoration:none;
			background:#353535 url(../images/bg-pagination-li.png) bottom no-repeat;
		}
		
/*made with*/
.made_with_label {
    width:100px;
    cursor: pointer;
    margin-left: auto ;
    margin-right: auto ;
}
.made_with {
    display:None;
}