/* HSARC LLC - Website Styles - 2007 Retro Design */

/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #333333;
    background-color: #e8e8e8;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgKbgAAC7aCLhyqhyBAAAAAElFTkSuQmCC');
}

/* Main Wrapper */
#wrapper {
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Header */
#header {
    background: linear-gradient(to bottom, #4a6fa5 0%, #2c4a7c 50%, #1a3a5c 100%);
    padding: 20px 30px;
    border-bottom: 3px solid #1a3a5c;
}

#logo h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

#logo .tagline {
    font-size: 14px;
    color: #c0d4e8;
    font-style: italic;
    margin-top: 5px;
}

/* Navigation */
#navigation {
    background: linear-gradient(to bottom, #555555 0%, #333333 50%, #222222 100%);
    border-bottom: 2px solid #111111;
    border-top: 1px solid #666666;
}

#navigation ul {
    list-style: none;
    display: table;
    width: 100%;
}

#navigation li {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #444444;
    border-left: 1px solid #222222;
}

#navigation li:first-child {
    border-left: none;
}

#navigation li:last-child {
    border-right: none;
}

#navigation a {
    display: block;
    padding: 12px 25px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#navigation a:hover,
#navigation a.active {
    background: linear-gradient(to bottom, #4a6fa5 0%, #2c4a7c 100%);
    color: #ffffff;
}

/* Content Area */
#content {
    padding: 20px 30px;
    background-color: #ffffff;
}

.section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
}

.section:last-child {
    border-bottom: none;
}

/* Section Titles */
.section-title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    color: #2c4a7c;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #4a6fa5;
    background: linear-gradient(to right, #e8f0f8 0%, #ffffff 100%);
    padding: 10px;
}

/* Welcome Box */
.welcome-box {
    background: linear-gradient(to bottom, #f0f5fa 0%, #d8e5f0 100%);
    border: 1px solid #b0c4d8;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.welcome-box h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    color: #2c4a7c;
    margin-bottom: 15px;
}

.welcome-box p {
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
}

/* Content Boxes */
.content-box {
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    border-top: 3px solid #4a6fa5;
    padding: 15px;
    margin-bottom: 15px;
}

.content-box h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    color: #2c4a7c;
    margin-bottom: 10px;
}

.content-box p {
    margin-bottom: 10px;
}

/* Layout Tables */
.layout-table {
    width: 100%;
    border-collapse: collapse;
}

.icon-cell {
    width: 60px;
    vertical-align: top;
    padding-right: 15px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(to bottom, #4a6fa5 0%, #2c4a7c 100%);
    border: 2px solid #1a3a5c;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.text-cell {
    vertical-align: top;
}

/* Products Table */
.products-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px;
}

.product-cell {
    width: 50%;
    vertical-align: top;
}

.product-box {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 100%;
}

.product-header {
    background: linear-gradient(to bottom, #4a6fa5 0%, #2c4a7c 100%);
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-content {
    padding: 15px;
    background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
}

.product-content ul {
    margin-left: 20px;
    margin-top: 10px;
}

.product-content li {
    margin-bottom: 5px;
}

/* Features List */
.features-list {
    margin-left: 25px;
}

.features-list li {
    margin-bottom: 8px;
    padding-left: 5px;
}

.features-list li::marker {
    color: #4a6fa5;
}

/* Contact Box */
.contact-box {
    background: linear-gradient(to bottom, #f0f5fa 0%, #ffffff 100%);
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
}

.contact-table tr {
    border-bottom: 1px dotted #cccccc;
}

.contact-table tr:last-child {
    border-bottom: none;
}

.contact-label {
    width: 150px;
    padding: 10px 10px 10px 0;
    font-weight: bold;
    color: #2c4a7c;
    vertical-align: top;
}

.contact-value {
    padding: 10px 0;
    color: #333333;
}

.contact-value a {
    color: #4a6fa5;
    text-decoration: underline;
}

.contact-value a:hover {
    color: #2c4a7c;
}

/* Footer */
#footer {
    background: linear-gradient(to bottom, #333333 0%, #222222 50%, #111111 100%);
    border-top: 3px solid #4a6fa5;
    padding: 20px 30px;
    text-align: center;
}

.footer-content p {
    color: #999999;
    font-size: 11px;
    margin-bottom: 5px;
}

.footer-links a {
    color: #aaaaaa;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Links */
a {
    color: #4a6fa5;
}

a:hover {
    color: #2c4a7c;
}

/* Decorative HR */
hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, #ffffff 0%, #cccccc 50%, #ffffff 100%);
    margin: 20px 0;
}

/* Scrollbar Styling - IE style from 2007 */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
    border: 1px solid #999999;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #d0d0d0 0%, #a0a0a0 50%, #d0d0d0 100%);
    border: 1px solid #888888;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to right, #c0c0c0 0%, #909090 50%, #c0c0c0 100%);
}

/* Clearfix */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

