html,body {
    margin: 0px;
    margin-top: 0px;
    font-family: Arial;
    font-size: 11px;
}
img { border: 0px; }
a { color: #006fc5; }

#container {
    width: 734px;
    background: transparent url(images/top-bg.gif) repeat-x top left;
    margin: 0 auto;
    padding-top: 7px;
}
#topbar {
    height: 6px;
    background-color: #dfe1eb;
    border-left: 1px solid #1c4d85;
    border-top: 1px solid #1c4d85;
    border-right: 1px solid #1c4d85;
}
#logo {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 200px;
    margin-bottom: 0px;
    float: left;
}
#buttons {
    float: right;
    margin-top: 0px;
    margin-right: 30px;
    display: inline;
}
#buttons img { margin-left: 2px; }

#column_unica { width: 380px; padding-left: 15px; padding-right: 10px; float: left; }
#column1 { width: 275px; padding-left: 15px; padding-right: 10px; float: left; }
#column2 { width: 247px; padding-left: 10px; padding-right: 15px; float: left; }
#column3 { width: 149px; padding-left: 10px; float: left; }
#column4 { width: 320px; padding-left: 55px; padding-right: 15px; float: left; }

p.header {
    color: #006fc5;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0px;
    line-height: 100%;
}
p {
    color: #446aa7;
    margin-top: 0px;
    line-height: 150%;
    margin-bottom: 30px;
    marign-top: 5px;
}

#splash { margin-bottom: 35px; }

#demoFrame {
    margin-top: 10px;
}
#demoFrame #demoTitle {
    margin-left: 19px;
    margin-bottom: 10px;
}
#demoFrame #demoLeft {
    float: left;
    display: block;
}
#demoFrame #loginDetails {
    background: transparent url(images/demo-bg.gif) repeat-x top left;
    height: 64px;
    width: 160px;
    float: left;
    padding-top: 23px;
}
#demoFrame #demoRight {
    float: left;
    display: block;
}
#demoFrame #loginDetails table {
    color: #353535;
    margin-left: 17px;
    margin-bottom: 0px;
    padding: 0px;
    border-collapse: collapse;
}
#demoFrame #loginDetails table th { text-align: left; padding-right: 5px; }
#demoFrame #loginDetails table td {
    background-color: #D4E9FF;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    padding-left: 5px;
    padding-right: 8px;
    width: 50px;
}
#demoFrame #demoArrow { clear: left; }
* html #demoFrame #demoArrow { display: inline; }
#demoFrame #demoArrowi { clear: left; }

#key {
    background: #4d86ca url(images/key-top.gif) no-repeat top left;
    width: 149px;
    padding-top: 18px;
}
#key2 {
    background: transparent url(images/key-bot.gif) no-repeat bottom left;
    padding-bottom: 18px;
    padding-left: 14px;
    padding-right: 14px;
}
#key img.dot { vertical-align: middle; margin-right: 1px; }
#key p {
    margin: 0px;
    color: white;
    font-size: 10px;
    line-height: 150%;
    margin-bottom: 20px;
}

#column3 #colTitle {
    margin-bottom: 8px;
    margin-left: 6px;
}
#key #signup { margin-bottom: 5px; }

#icons { margin-bottom: 25px; }
#msol { margin-right: 15px; vertical-align: middle; }

#footer {
    background: transparent url(images/foot-bg.gif) repeat-x;
    clear: both;
    margin-bottom: 20px;
}
#footC1 {
    background: transparent url(images/foot-left.gif) no-repeat top left;
}
#footC2 {
    background: transparent url(images/foot-right.gif) no-repeat top right;
    height: 22px;
    color: #5986be;
    font-size: 10px;
    padding-top: 15px;
    padding-left: 17px;
}
#footRight a {
    color: #5986be;
    margin-left: 12px;
}
#footRight {
    float: right;
    margin-right: 16px;
}
#spacer { height: 40px; clear: both; }

p.list {
    margin-bottom: 0px;
    margin-top: 12px;
}

#sidebar {
    border-left: 1px dashed #c4c4c4;
    height: 360px;
    padding-left: 30px;
    float: right;
    width: 270px;
    margin-left: 25px;
}
#sidebar div.item {
    border-bottom: 1px dashed #c4c4c4;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
#sideSign { display: block; margin: 0 auto; }

#contact { margin-top: 25px; background-color: #f9faff; width: 395px; }
#contact input {
    border: 1px solid #96b7db;
    font-size: 12px;
    font-family: Arial;
    width: 160px;
}
#contact textarea {
    border: 1px solid #96b7db;
    font-size: 12px;
    font-family: Arial;
    width: 260px;
    height: 80px;
}
#contact th {
    color: #446aa7;
    text-align: left;
    padding-left: 10px;
    padding-right: 15px;
}
#contact td {
    padding-top: 4px;
    padding-bottom: 4px;
}
#contact input.img {
    width: auto;
    border: none;
}
#contact tr.alt { background-color: #f2f5ff; }
