﻿body 
{
	font-family: "Trebuchet MS", Verdana, Sans-Serif;    
    background: #1e2128;
	margin: 0;
	padding: 0;
	height: 100%;
}

a
{
    color: #6495ed;
    font-weight: bold;
}

#contentWebSite
{
	position: relative;
	height: 100%;
	width: 750px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;

	background-color: #1e2128;	
}

#contentPageWrapper
{
    margin-left: 16px;
    padding-top: 6px;
    min-height: 550px;
    height: 100%;
    width: 718px;
}

#contentPageTop
{
    margin: 0;
    padding: 0;
    height: 14px;
    width: 100%;
    
    background: url(images/pagecorner_top.jpg) no-repeat left top;       
}

#contentPageBody
{
    margin: 0;
    padding: 0;
    padding-top: 6px;
    min-height: 486px;
    height: 100%;
    width: 100%;
    
    background: url(images/pagecorner_repeat.jpg) repeat-y left top;    
}

#contentPageBottom
{
    margin: 0;
    padding: 0;
    height: 14px;
    width: 100%;
    
    background: url(images/pagecorner_bottom.jpg) no-repeat left top;    
}


/*** Navigation -------------------------------------------------------------- */

#navigation
{
    position: absolute;
    top: 26px;
    left: 14px;    
    margin: 0;
    margin-left: 20px;
    height: 499px;
    width: 229px;

    background: url(images/leftbox.gif) no-repeat left top;    
}

#navigation .wrapper
{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-top: 12px;
}

#navigation div div
{
    overflow: hidden;
    
    filter:alpha(opacity=60); /* IE's opacity*/
    opacity: .60;        
}

#navigation a:hover
{
    cursor: pointer; /* IE */
}

#navigation div div:hover
{
    filter:alpha(opacity=100); /* IE's opacity*/
    opacity: 1;     
}

#navigation div div.activelink
{
    filter:alpha(opacity=100); /* IE's opacity*/
    opacity: 1;     
}

.navigationImage
{
    border: none;
}

#navigation a
{
    text-decoration: none;
}

.navigationLabel
{
    display: block;
    height: 128px;
    width: 100%;
    
    color: #ffffff;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
}

#navigation_demo
{
    margin: 0;
    padding: 0;
    height: 128px;
    width: 179px;

    background: url(images/navigation_image_demo.jpg) no-repeat left top;    
}

#navigation_demo .navigationLabel
{
    padding-left: 14px;
    padding-top: 92px;
}

#navigation_test
{
    margin: 0;
    margin-top: 20px;
    padding: 0;
    height: 128px;
    width: 179px;

    background: url(images/navigation_image_test.jpg) no-repeat left top;    
}

#navigation_test .navigationLabel
{
    padding-left: 96px;
    padding-top: 92px;
}

#navigation_contactus
{
    margin: 0;
    margin-top: 20px;
    padding: 0;
    height: 128px;
    width: 179px;

    background: url(images/navigation_image_contactus.jpg) no-repeat left top;    
}

#navigation_contactus .navigationLabel
{
    padding-left: 14px;
    padding-top: 92px;
}


/*** ContentBody ------------------------------------------------------------- */

#contentBody
{
    margin: 0;
    margin-left: 268px;
    min-height: 490px;
    height: 100%;
    width: 428px;

    background: #cfd0d4;
}

#contentBodyHeader
{
    margin: 2px;
    margin-top: 0px; /* vedi 2px sul posizionamento del background! */
    padding: 0;
    height: 115px;
    width: 424px;

    background: url(images/contentbody_header.gif) no-repeat left 2px;    
}

#contentBodyHeader .title
{
    padding-top: 8px;
    padding-left: 14px;
    
    color: #ffffff;
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
}

#contentBodyHeader .title a
{
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
}

#contentBodyHeader .subtitle
{
    padding-top: 8px;
    padding-left: 14px;
    
    color: #ffffff;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}

.logoLinkBox
{
    position: absolute; 
    top: 40px; 
    right: 50px; 
    overflow: hidden;
}

#contentBodyWrapper
{
    margin: 2px;
    padding: 0px;
}

