

/* fix for the ipad */

@media (min-device-width : 768px) and (max-device-width : 1024px)
{
    #header
    {
        background-attachment: scroll;
        height: 768px;
    }
    .ipadfix
    {
        height: 300px !important;
    }
    img.ipadfix
    {
        width: 100% !important;
        height: auto !important;
    }
}

/* fix for the ipad */

@media (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait)
{
    #header
    {
        height: 1024px;
    }
}

/* fix for the iphone */

@media (min-device-width : 320px) and (max-device-width : 568px)
{
    #header
    {
        background-attachment: scroll;
        height: 320px;
    }
    .ipadfix
    {
        height: 150px !important;
    }
    img.ipadfix
    {
        width: 100% !important;
        height: auto !important;
    }
}

/* fix for the iphone */

@media (min-device-width : 320px) and (max-device-width : 568px) and (orientation: portrait)
{
    #header
    {
        height: 568px;
    }
}

.nostyle
{
    text-decoration: none !important;
	padding: 0px !important; 
}


