﻿*
{
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: url('/images/bg.gif') repeat;
    font-family: Century Gothic, sans-serif;
}

a, a:active, a:visited {
    text-decoration: none;
    color: #ff0000;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2em;
    line-height: 1.25;
    color: #333;
    font-weight: normal;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.1em;
    line-height: 1.35;
    color: #666;
    font-weight: normal;
    margin-bottom: 1em;
}

h3 {
    font-size: 1em;
    line-height: 1;
    color: #fff;
    background: #999;
    padding: 0.8em;
}

h4 {
    font-size: 0.9em;
    font-weight: bold;
}

#wrapper {
    width: 56.25em;
    position: absolute;
    left: 50%;
    margin-left: -28.625em;
    background: white;
    
    border-bottom: none;
    
}
    #header #topnav {
        
        float: right;
        list-style: none;
        margin-top: 1.5em;
    }
        #topnav li {
            float: left;
            border-left: 0.062em solid #333;
            padding: 0.1em 1em;
        }
            #topnav li:first-child, #topnav .first {
                border-left: none;
                
            }
            #topnav li a {
                color: #333;
                font-size: 0.8em;
                display: block;
                border-bottom: 1px dotted #333;
                padding-bottom: 0.1em;
                text-transform: uppercase;
                text-decoration: none;
            }
            #topnav li a:hover {
                color: #ff0000;
                border-bottom-color: #ff0000;
            }
        
    #slideshow {
        position: relative;
    }
        #slideshow .byline {
            position: absolute;
            padding: 1em;
            color: #fff;
            font-weight: bold;
            background: url('/images/tp.png') repeat;
            width: 100%;
        }
        #slideshow img {
            width: 56.25em;
        }
    #header .logo {        
        background: white;
        float: left;
    }
        .logo img {
            width: 10.812em;
            margin: 1.25em;
        }
    
    #middle {
        
    }
        #middle .left {
            width: 14em;
            float: left;
            margin-right: 2em;
            margin-left: 1em;
        }
            ul#leftnav {
                list-style: none;
                font-size: 0.7em;
                font-family: Copperplate / Copperplate Gothic Light, sans-serif; 
                margin-top: 2em;
                
            }
                ul#leftnav li {
                    
                }
                ul#leftnav li.title {
                    padding: 1em;
                    background: #333;
                    color: White;
                    margin: 0 0 1em;
                }
                ul#leftnav li.downloads {
                    background: #999;
                    margin: 0.5em 0;
                }
                ul#leftnav li a {
                    display: block;
                    text-decoration: none;
                    color: #333;
                    padding: 1em 1em;
                    border-bottom: 1px solid #999
                    
                }
                ul#leftnav li.last a {
                    border-bottom: none !important;
                }
                ul#leftnav li a:hover {
                    color: #ff0000;
                }
        
        #middle .right {
            width: 38.25em;
            float: left;
            margin-top: 1.2em;
            margin-right: 1em;
        }
            .right .content p {
                font-size: 0.8em;
                line-height: 1.5;
                margin: 0 0 1.2em 0;
            }
            .right .content ul.text {
                font-size: 0.8em;
                line-height: 1.5;
                margin: 1em 0 2em 2em;
            }
            
            .content {
                
            }
                .content .newsContent {
                    width: 25em;
                    float: left;
                    margin-right: 1.5em;
                }
                .content .newslist {
                    float: right;
                    width: 10.5em;
                    border: 0.062em solid #ccc;
                    padding: 0 0.5em;
                }
                    .newslist .newsitem {
                        padding: 0.5em 0.5em 1em;
                        border-bottom: 1px solid #ccc;
                        margin: 0.5em 0;
                    }
                        .newsitem .title {
                            display: block;
                            font-size: 0.8em;
                            line-height: 1.5;
                            color: #ff0000;
                            text-transform: uppercase;
                        }
                        .newsitem .date {
                            display: block;
                            font-size: 0.6em;
                            color: #999;
                            font-style: oblique;
                        }
                        .newsitem p {
                            margin: 0 !important;
                        }
                        .last .newsitem {
                            border-bottom: 0 !important;
                            
                        }
    
    #footer {
        background: #333;
        color: #fff;
        margin-top: 1.25em;
        font-family: Century Gothic, sans-serif;
    }
        #footer .foot_left {
            float: left;
            display: block;
            width: 13.5em;
            padding: 1.5em 1.25em;
            background: #313131;
            
        }
        #footer .foot_right {
            float: right;
            display: block;
            padding: 1.5em 1.25em
        }
            #footer a  {
                color: #fff;
            }
            #footer p {
                font-size: 0.75em;
            }

.product_logo {
    padding: 1em;
    width: 15.2em;
    border: 0.062em solid #ccc;
    margin: 0 0 1em;
}
    .product_logo p {
        border-top: 0.062em solid #ccc;
        margin-top: 1em !important;
        padding: 1em 0 0 0;
        line-height: 1.5;
        margin-bottom: 0 !important;   
    }
    .product_logo a {
        color: #ff0000;
        
    }
    .pulsar span {
        line-height: 2.625em;
        float: left;
        font-weight: bold;
        margin-right: 1em;
    }
    .product_logo img {
        height: 2.625em;
    }
    .pulsar img {
        float: right;
        display: block;
    }

.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

.products {

}
    .products .last {
        border-bottom: none;
    }
    .product {
        border-bottom: 1px solid #999;
        padding-bottom: 1em;
        margin-top: 1em;
    }
        .product .img {
            display: block;
            width: 8.75em;
            float: left;
            padding: 1em;
            border: 0.062em solid #ccc;
        }
        .product .img img {
            width: 8.75em;
        }
        .product .info {
            width: 25em;
            float: left;
            margin-left: 1em;
        }
            .product .info h2 {
                margin-bottom: 0;
            }
            .product .info span {
                color: #ff0000;
                font-size: 0.8em;
                font-style: oblique;
            }
            .product .info p {
                margin: 0.3em 0;
            }
            .product .info ul {
                font-size: 0.8em;
                list-style-position: inside;
                margin: 0.4em 0;
            }

.bold {
    font-weight: bold;
}

.team {
    margin: 0.8em;
    border-bottom: 1px solid #666;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
	
   .clearfix 
   {
       display: inline-block;
   } 

    /* Hides from IE Mac \*/
    * html .clearfix 
    {
        height: 1%;
    }
   .clearfix 
   {
       display:block;
   }
    /* End Hack */ 
