﻿@charset "utf-8";

#logo
{
    width: 160px;
    height: 77px;
    position: absolute;
    top: 38px;
    left: 60px;
}

body
{
    font-family: Calibri, Georgia, sans-serif;
    color: #949494;
    background-color: #000000;
    width: 950px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}


#homeBanner
{
    width: 850px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
} 

#topMenuBar
{
    width: 878px;
    height: 13px;
    position: absolute;
    top: 113px;
    margin-right: auto;
    margin-left: auto;
    left: 38px;
}

#header
{
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
}

#mainNav
{
    position: absolute;
    top: 75px;
    left: 350px;
}

#mainNavList
{
    font-family: Calibri, Georgia, sans-serif;
    font-size: 18pt;
    list-style-type: none;
    color: #949494;
}

.mainNavLink
{
    float: left;
    margin-right: 40px;
    font-family: Calibri, Georgia, sans-serif;
    color: #949494;
}

.mainNavLink a
{
    color: #949494;
    text-decoration: none;
}

.mainNavLink a:hover
{
    color: orange;
}


.mainSection
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

footer
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
}

#footSeparator
{
    width: 926px;
    height: 18px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#footerPhone
{
    text-align: center;
    font-family: Calibri, Georgia, sans-serif;
    font-size: 18pt;
    color: #949494;
}

#copyright
{
    font-family: Calibri, Georgia, sans-serif;
    font-size: 14pt;
    color: #949494;
    margin-left: 10px;
}


h1
{
    color: #949494;
    font-size: 24pt;
    text-align: left;
    margin: 0px;
    font-weight:normal;
}

h2
{
    color: #949494;
    font-size: 14pt;
    font-style: italic;
    text-align:  center;    
    margin: 0px;
    font-weight:normal;
}


.photoLinkContainer
{
    border: medium solid black;
    transition: border .5s;
}

.photoLinkContainer:hover
{
    border: medium solid maroon;
}

.photoLink
{
    transition: opacity .5s;
}

.photoLink:hover
{
    opacity: .4;
}



.contentContainer
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    border-width: medium;
    border-color: #949494;
    border-style: double none none none;
}

.productLink
{
    width: 260px;
    font-family: Calibri, Georgia, sans-serif;
    font-size: 14pt;
    text-align: center;
    margin-top: 15px;
    display : inline-block;
}

.productLink a
{
    color: #949494;
    text-decoration: none;
}

.productLink a:hover
{
    color: orange;
}

.productLinkPicture
{
    margin-left: auto;
    margin-right: auto; 
}

.productPicture
{
    width: 512px;
    height: 400px;    
    float: left;
}

.productHighlights
{
    width: 300px;   
    text-align: center;       
    float: left;
    margin-top: 100px;
    font-size: 12pt;    
}

.productHighlights h2
{
    font-style: normal;
    font-size: 18pt;

}
.productHighlights p
{        
    margin-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;   
    font-size:14pt;    
    color: green;
}

.productHighlights #inStock
{   
}

.productHighlights #inStockSmall
{    
    font-size:12pt;       
}

.productHighlights #outOfStock
{
    color: red
}



.inlinePaypal
{   
    display: inline-block;
    margin-right: 70px;
    margin-bottom: 40px;
    
}

#productDescription
{    
    clear: both;
    width: 850px;    
    margin-top: 40px;
    display: inline-block; 
}

#productDescription #demos h2
{
    padding-top:10px;
}

#productText
{
    width: 375px;
    float: left;
    margin-top: 30px;
    margin-left: 50px;
    font-size: 12pt;
}

#productText h2
{
    margin-bottom: 10px;
}


#productTextFullWidth
{   
    font-size: 12pt;
}

#productTextFullWidth h2
{
    margin-bottom: 10px;
}


.reviews
{
    color: green; 
    font-size: 14pt;   
    text-align: left;
    margin-left: 10px;    
}

#demos
{
    width: 400px;    
    float: left;          
}

#demos h2
{
    margin-bottom: 20px;
}

.demoVideo
{
    width:373px;
    margin-top: 30px;    
    margin-left: auto;
    margin-right: auto;    
}


#faq
{
    color: #949494; 
    font-size: 14pt;   
    text-align: left;
}
.faqList, .faqLink
{
    color: green;
    font-size: 18pt;
    text-align: left;    
}

.faqLink a
{
    color: green;
    font-size: 18pt;
    text-align: left;    
}

.faqLink a:hover
{
    color: orange;    
}


#faq p
{
    margin-left: 20px;
    text-align: left;
}
#faq h2
{
    color: green;
    text-align: left;    
    margin-left: 10px;
}

#faq h2,p
{    
    margin-top: 0px;    
}

fieldset
{
    width: 475px;
    border: thin solid #949494;    
}

input_notUsed
{
    width: 200px;
}

textarea
{
    width: 350px;
    height: 250px;
}
.formLabel
{
    width: 75px;
    text-align: right;
    float: left;
}

#contactButton
{
    width: 100px;
    display: block;
    margin: auto;
}

#contactInfo
{
    width: 300px;
    margin-left: 0px;  
    margin-top: 15px;    
    font-size: 14pt;
    color: green;
}

#contactInfo p
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#contactInfo a
{
    color: #949494;
}

#contactInfo a:hover
{
    color: orange;
}

#contactBlurb
{

    margin-left: 0px;  
    margin-top: 40px;    
    font-size: 14pt;
    color: green;
}