body
{
    background: #000000;   
}
img#camera
{
 border-style: none;
}

div#pageWrapper
{
    text-align:center;
    
}
div#contentWrapper
{
    background-color: #3B3B3B;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   
}

div.equipment_wrapper
{
    width: 74em;
    margin-top: 2em;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background-color: #666666;
    padding: 20px;
}

div#contentWrapper h5
{
    margin-bottom: 5px;
}

div.rates
{
    border: 1px solid #555555;
    padding: 8px;
    width: 18em;
}

p.rates
{
    background-image: url(/images/icons/dollar_16px.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 20px;
}



div.contentLayout ul
{
}

div.contentLayout ul li
{
    padding: .6em;
}

div.contentLayout ul li a
{
    color: #ffffff;
    font-size: 1.2em;
}

div.description ul
{
    padding-left: 1em;
}

div.description ul li
{
    padding: 0;
}

div#nav a
{
    color: #ddd;
    text-decoration: none;
    font-size: 120%;
}

div#nav a:hover
{
    color: white;
}

div.mainLayout
{
    color: white;
    text-align:left;
}

div#main
{
}

#footer p {
    color: #aaa; 
}

#footer a {
    color: white;
    text-decoration: none;
}

.video_equipment
{
    border: 2px solid #555555;
    color: transparent;
    
}

.divider {
    color: blue;
}

#contentWrapper h3
{
    background-image: url('../images/bg_gradient.jpg');
    background-repeat: repeat-x;
    border: 0px;
    
}

h4
{
    margin-top:0px;
    padding-top: 0px;
}

form#form1 ul li label
{
    color: white;
    width: 9em;

}

/*
 equipment page
*/
div.equipment
{
    padding: 1em;
/*     margin: 3em; */
}
div.equipment a img
{
    border: 0;
}
img.equipment
{
    padding-bottom: 1em;
}
hr.equipment
{
    color: #0005D0;
    background-color: #0005D0;
    height: 2px;
    border: 0px;
}

div.ratecard-head 
{
    margin-left: 35em;
}
div.ratecard
{
    margin-left: 5em;
}

p.manual
{
    margin-left: 3.9em;
    
}

p.manual a
{
    color: #AAAEAF;
}

div.ratecard-head div
{
    width: 18em;
    float: left;
    padding: .5em;
}

div.ratecard div
{
    width: 18em;
    float: left;
    padding: .5em;
}

div.ratecard div.name
{
    width: 29em;
}

.description a
{
    color: #ABB1B1;
}

div.software a
{
    padding: 3px 0 3px 22px;
    background-color: transparent;
    background-image: url(/images/icons/file_text.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 13%;
}

a{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

a[href *= 'pdf_open'],
a[href $= '.pdf']
{ 
    padding: 1px 0 1px 22px;
    background-color: transparent;
    background-image: url(/images/icons/pdf_16px.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 50%;
}

a
{
/*     text-decoration: none; */
    color: white;
}

div.software a,div.manual a
{
    display: block;
}
a.colorbox ,a.colorbox:active, a.colorbox:visited a.colorbox:link 
{
    text-decoration: none;
    border: 0px;
    color: black;
}


#goodguys td
{
    padding-top: 1.3em !important;
    
}

div.ratecard p
{
    margin-top: 1px;
    margin-bottom: 1px;
}


table td
{

    color: white;
    vertical-align:top;
}
table td img
{

    vertical-align:top;
}