/***********************************************************
	RESET	
***********************************************************/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

/***********************************************************
	TYPOGRAFIE	
***********************************************************/

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	line-height: 20px;
	margin-bottom: 20px;
}

p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26a6db;
	text-decoration: none;
}

P a:hover{
	text-decoration: underline;
}

h1{
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	color: #6f2a8e;
	margin-bottom: 15px;
}

h2{
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #26a6db;
}

h3{
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #721ead;
	margin-bottom: 10px;
}

/***********************************************************
	CONTAINER	
***********************************************************/

body {
	background: url('../images/bg-blue.jpg') repeat-x;
	background-color: #27b6de;
}

#container {
	margin: 0 auto 0 auto;
	width: 920px;
}

/***********************************************************
	HEADER	
***********************************************************/

#header{
	float: left;
	width: 920px;
	height: 240px;
	background: url('../images/header-blue.png') no-repeat;
}

#header-visual {
	float: left;
	width: 920px;
	height: 220px;
	background: url('../images/header-bg.png');
}

#site-menu {
	padding: 195px 0 0 50px;
	height: 50px;
	line-height: 50px;
}

.main-menu {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #6f2a8e;
	text-transform: uppercase;
	text-decoration: none;
}

.main-menu:hover{
	color:#6fcde4;
}

.main-menu-space{
	padding: 0 10px 0 10px;
}

/***********************************************************
	CONTENT	- LEFT
***********************************************************/

#content {
	float:left;
	background: url('../images/bg-content.png') repeat-y;
	width:800px;
	height:100%;
	padding-top:40px;
	padding: 25px 50px 0 70px;
}

#content-left {
	float: left;
	width: 500px;
	height: 100%;
}

#content-thumb {
	float: left;
	width: 200px;
}

#content-info {
	float: left;
	width: 300px;
}

#content-type {
	float: left;
	width: 500px;
	height: 100%;
	margin-bottom:20px;
}

/***********************************************************
	CONTENT - RIGHT
***********************************************************/

#content-right {
	float: left;
	width: 300px;
	height: 100%;
	text-align: center;
}

#pagina-nav{
	width:auto;
	height:10px;
	padding-left: 380px;
}

#pagina-nav p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #721ead;
	margin:0 2px 0 0;
	padding:0;
	float:left;
}

#block_nav{
	width:12px;
	heigth:9px;
	border: solid 1px #26b5df;
	margin:0 2px 0 4px;
	float:left;
	text-align:center;
}

#block_nav:hover{
	width:12px;
	heigth:9px;
	border: solid 1px #26b5df;
	margin:0 2px 0 4px;
}

#block_nav a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #721ead;
	text-decoration:none;
}

#block_nav a:hover{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #26b5df;
	text-decoration:none;
}


/***********************************************************
	FOOTER
***********************************************************/

#footer {
	float:left;
	background:url('../images/bg-footer.png') no-repeat;
	width:920px;
	height:120px;
}

#graphics{
	float:left;
	width:920px;
	z-index:1;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin-top:65px;
	}
	
#graphics a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration:none;
	}
	
#graphics a:hover{
	text-decoration:underline;
	}




