﻿A
{
    text-decoration: none;
}

A IMG
{
    border: none;
}

P, H1, H2, H3, UL, TD, DIV, .Header, .Body
{
    font-family: Segoe UI, Trebuchet MS, Arial, Sans-Serif;
    color: Black;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}
H1
{
    font-size: 16px;
}
H2
{
    font-size: 14px;
}


UL
{
    list-style-position: inside;
}


.Background, .BackgroundTop, .BackgroundBottom
{
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    min-height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
    position: absolute;
    padding-bottom: 0px;
    background-image: url('/shared/background-bottom.png');
    background-position: left bottom;
}

.Background, body
{
    background-color: #E0EBF7;
    margin-bottom: 0px;
}

.BackgroundTop, .BackgroundBottom
{
    background-color: transparent;
}

.BackgroundTop
{
    background-image: url('/shared/background-top.png');
    background-position: left top;
    position: relative;
}

.BackgroundBottom
{
    background-image: url('/shared/background-bottom.png');
    background-position: left bottom;
    position: relative;
}




*html .BackgroundTop, .BackgroundBottom
{
    background-image: none;
}


.TextPanelTop, .TextPanelMiddle, .TextPanelBottom
{
    width: 768px;
    z-index: 1;
    margin: 0px auto 0px auto;
    height: 123px;
    background-image: url('/shared/textpanel-top.png');
    position: relative;
    overflow: hidden;
    padding: 0px;
    background-repeat: no-repeat;
}
.TextPanelMiddle
{
    background-image: url('/shared/textpanel-middle.png');
    background-repeat: repeat-y;
    min-height: 500px;
    height: auto;
    overflow: visible;
}
.TextPanelBottom
{
    background-image: url('/shared/textpanel-bottom.png');
    height: 77px;
}


.TextPanelCopyright, .TextPanelCountryBottom, .PanelCountryTop, .PanelCountryBottom, .PanelCopyright, .ProductCountry, .ProductCopyright
{
    position: absolute;
    font-family: Segoe UI, Trebuchet MS, Arial, Sans-Serif;
    color: Black;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}
.TextPanelCountryBottom, .PanelCountryBottom, .ProductCountry 
{
    font-size:14px;
    }

.TextPanelCopyright, .PanelCopyright, .ProductCopyright
{
    left: 550px;
    top: 35px;
    text-align:right;
    width:200px;    
}

.PanelCopyright { top: 650px; }

.ProductCopyright {   top:1250px; }

.TextPanelCountryBottom
{
    left: 20px;
    top: 35px;
}

.PanelCountryTop
{
    left: 520px;
    top: 30px;
    width: 200px;
    text-align:right;
    font-size:14px;
    vertical-align: middle;
}
.PanelCountryTop img
{
    height:11px; width:16px; vertical-align:middle; margin-right:3px;
}

.PanelCountryBottom
{
    left: 20px;
    top: 650px;
}



.ProductCountry
{
    top:1250px;
    left:20px;
}

.HomePanel, .ProductPanel, .ContactPanel
{
    position: relative;
    width: 768px;
    z-index: 1;
    height: 700px;
    background-image: url('/shared/panel.png');
    margin: 0px auto 10px auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ProductPanel 
{
    height:1300px;
    background-image: url('/shared/productpanel.png');
}

.PanelLogo
{
    left: 20px;
    top: 20px;
    position: absolute;
}

.PanelLogo IMG
{
    width: 201px;
    height: 62px;
}

.PanelSection
{
    position: absolute;
    width: 730px;
    height: 200px;
    left: 20px;
}


.SmallGreenButton, .LargeYellowButton, .LargeBlueButton
{
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    color: White;
    text-decoration: none;
}

.SmallGreenButton
{
    height: 30px;
    line-height: 30px;
    width: 140px;
    background-image: url('/shared/button-green-small.png');
    font-size: 14px;
}


.LargeYellowButton, .LargeBlueButton
{
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-image: url('/shared/button-yellow-large.png');
    font-size: 16px;
}

.LargeBlueButton
{
    background-image: url('/shared/button-blue-large.png');
}


.ProductPanel H1
{
    font-size: 18px;
    margin-bottom: 1px;
    font-weight:bold;
    color:Black;
}


.ProductPanel P, UL 
{
    font-size:14px;
}
.ProductPanel H2
{
    font-size:15px;
    color:#009900;
    color:Black;
    font-weight:bold;
}
/*
.ContactPanel P 
{
    font-size:16px;
}
.ContactPanel H1 
{
    font-size:18px;
    color:Black;
    font-weight:bold;
}

.ContactError, .ContactError UL
{
    color:Red;
    font-size:16px;
    margin-bottom:0px;
}
.ContactError UL
{
    margin-top:0px;
}

.FreeSoftwareBlock
{
    width:210px;
    height:360px;
    text-align:center;
    vertical-align:top;
    position:absolute;
    top:160px;
}
.FreeSoftwareBlock H2
{
    text-align:center;
    font-size:18px;
}

*/


.ProductBlockText
{
    position: absolute; left: 240px; width: 480px; height: 175px;
}
.ProductBlockImage
{
    position:absolute; left:32px; width:180px; height:180px;
}

.ContactTextBox 
{
 width:240px;   
}
.ContactTextArea
{
    width: 600px; height: 175px
}
legend{font-size:16px; color:Green;}
fieldset button { margin-top:10px}
fieldset label {font-size:14px;}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

