/****************************************************************************************/
/* CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor:pointer;
	font:inherit;
	color:inherit;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}


/****************************************************************************************/
/* GENERAL */
body {
	background:#fff url(../images/bg.jpg) top center no-repeat;
}
body, p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;	
	color:#454545;
}
p {
	padding-bottom:10px;	
}
.container {
	width:1000px;
	margin:0 auto;	
}

.address {
	font-style: italic;
}

#logo {
	display:block;
	margin:20px 0 60px 385px;
}
h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	color:#0b6379;
	font-size:32px;
	line-height:32px;
	margin:20px 0;
}	
h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	color:#7ac5c8;
	font-size:18px;
	line-height:24px;
	margin:10px 0;	
}
ul {
	list-style:disc inside;	
	margin-bottom:10px;
}
ul li {
	margin-left:10px;
}
a {
	text-decoration:underline;	
}
em {
	font-style:italic;	
}
strong {
	font-weight:700;	
}
#firefox,
#chrome,
#ie,
#safari {
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:top;	
	margin-right:5px;
}

hr {
	border: none;
	background-color: #eee;
	color: #eee;
	height: 1px;
}
#footer {
	background:url(../images/bg-footer.jpg) 0 60px repeat-x;
	padding:15px 0;
	margin-top:30px;
	color:#454545;
	overflow:hidden;
}
#img-footer {
	float:right;
	background:#fff;
	padding-left:10px;	
}
#txt-footer {
	float:left;
	margin-top:70px;
	font-size:12px;
}
