@CHARSET "UTF-8";

/*

col1 : 215px
col2 : 440px
col3 : 665px
col4 : 890px

margin left right 5px

*/

/********************************************/
html, body, form, h1, h2, h3, ul, li, p{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

a{
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
p{
	text-align: justify;
}

.clear{
	clear: both;
}
/********************************************/
.square{
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: red;
}

/********************************************/

.container{
	max-width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
}

/********************************************/
.header{
	width: 100%;
}
.header h1{
	margin: 60px 0 40px 0;
}
.header h1 a{
	display: block;
/*	width: 215px;
	height: 26px;
	overflow: hidden;
	text-indent: 215px;
	background: url("../img/logo.gif") no-repeat;*/
	font-weight: normal;
	font-size: 28px;
}
.header h1 a:hover, .header h1.on a{
/*	background-image: url("../img/logo_on.gif"); */
	color:red; 
	text-decoration: none;
}

.menu{
	margin: 0 0 40px 0;
	list-style: none;
	font-weight: normal;
	font-size: 12px;
	overflow: auto;
}

.menu li{
	padding: 0 30px 0 0;
}
@media (min-width: 920px) {
.menu li{
    float: left;
}
}
.menu li.on a, .menu li a:hover{
	color: red;
	text-decoration: none;
}
/********************************************/
.page{
	overflow: auto;
	margin: 0 0 40px 0;
}
.col1-2, .col1-3, .col1-4, .col1-5, .col2-3, .col2-5, .col3-4, .col3-5, .col4-5, .col1{
	margin: 0;
	padding: 0;
	float: left;
	overflow: auto;
}
.col1-2{ width: 50%; }
.col1-3{ width: 33.33%; }
.col1-4{ width: 25%; }
.col1-5{ width: 20%; }
.col2-3{ width: 66.66%; }
.col2-5{ width: 40%; }
.col3-4{ width: 75%; }
.col3-5{ width: 60%; }
.col4-5{ width: 80%; }
.col1{ width: 100%; }


.page p{
	margin-bottom: 10px;
}
.page p a{ text-decoration: underline; }
.page p a:hover{ text-decoration: none; }

.page h2{
	font-size: 12px;
	margin-bottom: 6px;
}
.page h3{
	font-size: 10px;
	margin-bottom: 6px;
}
.page h2 a:hover, .page h3 a:hover{ color: red; text-decoration: none;}

.page ul{
	padding-left: 14px;
	list-style: square;
}
.page li{
	margin-bottom: 6px;
}

.page img{
	vertical-align: top;
}




.imgBlock{
	width: 138px;
	height: 24em;
	margin: 0 42px 0 0;
	float: left;
}

.imgBlock img{
	width: 100%;
	margin-bottom: 2px;
}
.imgBlock h3{
	margin-bottom: 0;
	text-align: right;
}
.imgBlock p{
	text-align: right;
}

.separator{
	height: 25px;
	clear: both;
}
.separator2{
	height: 50px;
	clear: both;
}
/********************************************/
.footer{
	margin: 0 auto 20px auto;
	overflow: auto;
}
.footer p{
	float: left;
	padding: 0 5px 0 0;
}
.footer ul{
	float: right;
	list-style: none;
}
.footer ul li{
	float: left;
	padding: 0  0 0 10px;
}
.footer ul li.on a, .footer ul li a:hover{
	color: red;
	text-decoration: none;
}

/********************************************/
.page .homemenu{
	list-style: none;
	margin: 0 0 0 -52px;
	padding: 0;
	overflow: auto;
}
.page .homemenu li{
	width: 138px;
	margin: 0 0;
	float: left;
	padding: 0 0 20px 52px;
	font-weight: normal;
	font-size: 12px;
}
.page .homemenu li a:hover{
	color: red;
	text-decoration: none;
}
.page .homemenu li img{
	width: 138px;
}

.page.serie h3{
	overflow: auto;
	margin: 0 0 30px 0;
}

.page.serie h3 a img{
	width: 138px;
	margin-right: 30px;
	float: left;
}

.page.serie h3 div{
	float: left;
}



.bmargin{
	margin-bottom: 25px;
}
.nomargin{
	margin: 0;
}
.right{
	float: right;
}





#sb-loading a{
	color: white;
}
