h3
{
	color:#0c3f7e;
	font-size:13px;
}

hr
{
	border:0px;
	border-style:none;
	height:2px;
	background-image:url(../images/hr_background.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}

*
{
    padding: 0;
    margin: 0;
}

ul
{
	list-style-type:circle;
	padding:10px;
}

li
{
	margin-left:20px;
}

body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

a
{
    color: #a64b3c;
}
a:hover
{
    color: #d67053;
    text-decoration: underline;
}

.adefault
{
    color: #a64b3c !important;
}
.adefault:hover
{
    color: #d67053 !important;
    text-decoration: underline !important;
}

#wrapper
{
    margin: 0 auto;
    width: 980px;
}
/* ------------------------   Content  */
#content
{
    float: left;
    color: #333;
    background: #ffffff;
    width: 600px;
    display: inline;
}


/* ------------------------   Content TABLE  */
.content-table
{
    width: 600px;
    border-collapse: collapse;
}

.content-table-rows
{
    border-top: 2px solid #0c3f7e;
    padding-top: 5px;
    padding-bottom: 5px;
}
.content-table-cells
{
    border-top: 2px solid #0c3f7e;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* ------------------------   Header  */
#header
{
    color: #fff;
    width: 980px;
    float: left;
    height: 158px;
    background: #151515 url(../images/headerImg.png) repeat-x left top;
}

#header #spot
{
    margin-top: 135px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}


/* ------------------------   Footer   */
#footer
{
    width: 980px;
    height: 25px;
    clear: both;
    color: #333;
    background: #fff;
    text-align: center;
    line-height: 200%;
    font-weight: bold;
    font-size: 10px;
}
/* ------------------------   Menu  */
#navigation
{
    float: left;
    width: 980px;
    height: 50px;
    color: #333;
    background: #fff;
    background: url(../images/logo.png) no-repeat left top;
}

#navigation #logo-loc
{
    float: left;
    margin-top: 30px;
    margin-left: 175px;
    font-size: 13px;
    font-weight: bold;
    color: #0063a0;
}
#navigation #search
{
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 49px;
}

INPUT, textarea
{
    border: 2px solid #7d7d7d;
    font-size: 11px;
    color: #000;
    margin-right: 5px;
    padding: 2px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

#genMainBox label
{
	clear:both;
	width:100%;
	float:left;
	padding-bottom:3px;
}

#genMainBox label em
{
	display:block;
	float:left;
	width:100px;
}

#navigation #search INPUT
{
    border: 2px solid #7d7d7d;
    font-size: 11px;
    color: #000;
    margin-right: 5px;
    padding: 2px;
}

#navigation ul
{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation li
{
    display: inline;
    text-transform: uppercase;
    line-height: 50px;
    margin-right: 40px;
}

#navigation a
{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #a64b3c;
}

#navigation a:hover
{
    color: #d67053;
    text-decoration: underline;
}

/* ------------------------   Left Column   */
#leftcolumn
{
    color: #333;
    background: #fff;
    width: 180px;
    float: left;
    margin-right: 10px;
}

#leftcolumn ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#leftcolumn li
{
    margin-bottom: 5px;
}

#leftcolumn li ul
{
    padding: 0px;
}

#leftcolumn li li
{
    margin: 0;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 3px;
}

#leftcolumn h2
{
    height: 17px;
    padding: 2px;
    background: #2c6095 no-repeat left 100%;
    font-size: 12px;
    color: #FFFFFF;
}

#leftcolumn a
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #004080;
}

#leftcolumn a:hover
{
    color: #0080ff;
}

#leftcolumn a:visited
{
    color: #008080;
}
/* ------------------------   Right Column   */

#rightcolumn
{
    color: #333;
    background: #fff;
    width: 180px;
    float: left;
    margin-left: 10px;
}

#rightcolumn ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#rightcolumn li
{
    margin-bottom: 5px;
}

#rightcolumn li ul
{
    padding: 0px;
}

#rightcolumn li li
{
    margin: 0;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 3px;
}

#rightcolumn h2
{
    height: 17px;
    padding: 2px;
    background: #2c6095 no-repeat left 100%;
    font-size: 12px;
    color: #FFFFFF;
}

#rightcolumn a
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #004080;
}

#rightcolumn a:hover
{
    color: #0080ff;
}
#rightcolumn a:visited
{
    color: #008080;
}
/* ------------------------   Login  */

#login
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    text-align: center;
}

#login li
{
    margin-bottom: 5px;
    text-align: center;
}

#login INPUT
{
    border: 2px solid #7d7d7d;
    font-size: 11px;
    color: #000;
    margin-right: 5px;
    padding: 2px;
}

#login .iscriviti
{
    display: block;
    background-image: url(../images/iscriviti.png);
    background-repeat: no-repeat;
    border: 0;
    width: 78px;
    height: 22px;
    margin: auto;
}
#login .accedi
{
    display: block;
    background-image: url(../images/accedi.png);
    background-repeat: no-repeat;
    border: 0;
    width: 78px;
    height: 22px;
    margin: auto;
}
/* ------------------------   Box Homepage  */

.box-home
{
    border: 2px solid #d7d7d7;
    width: 184px;
    height: 170px;
    padding: 5px;
    margin-bottom: 7px;
}
.box-home a
{
  color:#000;
  text-decoration:none;
}

.box-img
{
    text-align: center;
        margin-top:5px;
    margin-bottom:5px;
}
.box-img IMG
{
    border:0;
}
.box-title
{
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
}
.box-text
{
    text-align: justify;
    font-size: 90%;
        margin-top:5px;
    margin-bottom:5px;
}
.box-hr
{
    padding-bottom: 5px;
    margin: auto;
    width: 180px;
    height: 2px;
    border-top: 2px solid #0c3f7e;
}

#partner-bar {
width:600px;
height:110px;
background-image: url(../images/ovale.gif);
background-repeat: no-repeat;
text-align:center;
}

#partner-bar table{
width:590px;
height:110px;
    background-repeat: no-repeat;
margin:auto;
display:table;
vertical-align:middle;
}

#rootSpc
{
}

#rootSpc h1
{
	font-size:14px; font-weight:normal; float:left;
}

#rootSpc h2
{
	font-size:13px; font-weight:normal; float:left;
}

#mainCatList
{
	text-align:center;
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#mainCatList ul
{
	list-style-type:none;
	margin:0px; padding:0px;
	text-align:center;
	display:table-row;
}

#mainCatList ul li
{
	background-image:url(../images/roundBoxLeft.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:22px;
	display:block;
	clear:both;
	background-color:#0c3f7e;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
}

#mainCatList ul li a
{
	display:block;
	clear:both;
	vertical-align:middle;
	padding-left:11px;
	padding-right:11px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:14px;
	background-image:url(../images/roundBoxRight.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
}

.clearBoth
{
	clear:both;
}

.blueSky
{
	background-image:url(../images/blueSkyLeft.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#849ebd;
	height:22px;
	display:table-row;
}

.blueSky div
{
	background-image:url(../images/blueSkyRight.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:11px;
	padding-right:11px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:14px;
	color:#ffffff;
	min-width:100px;
	text-align:center;
}
