@charset "utf-8";
/* 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define 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;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background: #9cf;
}

#master {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
}

#header {
	padding: 10px 0;
	position: relative;
	width: 800px;
	margin: 0 auto;
}

a.ro, a.en {
	position: absolute;
	top: 15px;
}

a.ro {
	right: 0px;
}

a.en {
	right: 30px;
}

/* Menu */
#menu {
	border-top: 1px solid #c5e1fd;
	border-bottom: 1px solid #c5e1fd;
	padding: 10px 0;
	text-align: center;
}

#menu ul li {
	display: inline;
	padding: 0 50px;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

#menu ul li a:hover, #menu ul li#onpage a {
	color: #000;
}

/* Footer */
#footer {
	border-top: 1px solid #c5e1fd;
	padding: 10px 0;
}

#footer ul li {
	display: inline;
	padding-right: 20px;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#footer ul li a:hover {
	color: #000;
}

/* Content */
#content {
	padding: 10px 0;
}

ul.frontBoxes {
	padding-left: 90px;
}

ul.frontBoxes li {
	background: #f1f1f1;
	border: 2px solid #ccc;
	float: left;
	margin: 0 20px 20px 0;
}

ul.frontBoxes li a {
	width: 300px;
	height: 197px;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	font-size: 30px;
	text-align: center;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.frontBoxes li a:hover {
	color: #09c;
}

/* Styles */
.wrapper p {
	padding-bottom: 10px;
	line-height: 15px;
}

.wrapper h2 {
	padding-bottom: 20px;
	font-size: 14px;
}

.wrapper a {
	color: #369;
	text-decoration: none;
}

.wrapper a:hover {
	text-decoration: underline;
}
