/*
Grid, to be moved to a grid file.
    this document is the first step towards a refactoring of the design, html and css of the entire site.
*/

.perpetually_tools .main_heading:after,
.perpetually_tools:after,
.perpetually_tools .actions:after,
.perpetually_tools .tool_group:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .perpetually_tools .main_heading,
* html .perpetually_tools,
* html .perpetually_tools .actions,
* html .perpetually_tools .tool_group
{
   height: 1%;
}


.perpetually_tools .main_heading,
.perpetually_tools,
.perpetually_tools .actions,
.perpetually_tools .tool_group
{
   zoom:1;
}


.perpetually_tools{
    color:#555555;
    padding-top:36px;
    
}


.perpetually_tools p, .perpetually_tools ul, .perpetually_tools li
{
    padding:0;
    margin:0;
}

.perpetually_tools .main_heading
{
    padding:0 0 5px 0;
}

.perpetually_tools .main_content p.instructions
{
    font-size:15px;
    line-height:21px;
}


.perpetually_tools .main_content a
{
    color:#0063C8;
}

.perpetually_tools .main_content a:hover
{
    color:#000;
}

.perpetually_tools .main_heading .heading_description
{
    padding:5px 0 0 0;
    line-height:16px;
    text-transform:uppercase;
    float:left;
    width:390px;
    font-size:12px;
}

.perpetually_tools .main_heading h1
{
    padding:0 4px 0 0;
    line-height:22px;
    font-size:18px;
}

.perpetually_tools .feature_list
{
    margin-left:15px;
}

.perpetually_tools .feature_list li
{
    padding-left:0;
    list-style-type:disc;
}

.perpetually_tools .bucket
{
/*    border-top:1px solid #CCCCCC;*/
    width:200px;
    float:left;
    margin-top:9px;
}
.perpetually_tools .bucket:first-child
{
    margin-right:10px;
}
    
.perpetually_tools .main_content
{
/*    border-top:4px solid #000;*/
    width:600px;
    padding:0 41px 0 0;
    float:right;
    margin:0 10px 0 0;
}

.perpetually_tools .sub_head
{
/*    border-top:4px solid #fff;*/
    float:left;
    width:400px;
}


.perpetually_tools .features,
.perpetually_tools .QA
{
    padding-top:9px;
}

.perpetually_tools .features h3,
.perpetually_tools .QA h3
{
    font-size:16px;
    padding:0 0 5px;
}


.perpetually_tools .QA .instructions
{
    margin:0 0 6px 0;
}



.perpetually_tools .features .features_list li
{
    font-size:13px;
    line-height:21px;
}

.perpetually_tools .actions
{
    float:left;
    width:200px;
    padding:41px;
    margin-right:41px;
    background-color:#0063C8;
/*    border-top:1px solid #CCCCCC;*/
}


.perpetually_tools .actions h3
{
    font-size:16px;
    color:#fff;
    line-height:21px;
    padding:0 0 5px 5px;
}

.perpetually_tools .bucket h2
{
    font-size:13px;
    padding:0;
}

.perpetually_tools .heading_description
{
    color:#000;
}

.perpetually_tools .bucket a.install_link
{
    width:195px;
    display:block;
    padding:9px 0;
    text-align:center;
    background-color:#fff;
    color:#0063C8;
    font-size:13px;
    -moz-border-radius:2px;
}
.perpetually_tools .bucket a.install_link:hover
{
    background-color:#22e3e0;
    color:#fff;
    text-decoration:none;
}


.perpetually_tools .bucket p.instructions
{
    padding:0 9px 9px 5px;
/*    background-image:url(../images/curvedarrow_down.png);*/
    background-repeat:no-repeat;
    background-position:180px 13px;
    font-size:11px;
    line-height:14px;
    color:#fff;
}