﻿#front_image_holder
{
    position: relative;
    width: 550px;
    height: 350px;
    overflow: hidden;
    float: left;
}

#front_image_text_holder
{
    position: absolute;
    left: 0px;
    top: 310px;
    background-color: #ffffff;
    width: 550px;
    height: 30px;
    line-height: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#front_image_text
{
    font-size: 16px;
    font-weight: bold;
    color: #1975d1;
    letter-spacing: 1px;
    margin-left: 5px;
}

#front_right
{
    float: left; 
    width: 420px;  
}

#front_right_head
{
    text-align: right;
}

#front_right_list
{
    margin-left: 10px;
}

.fnl_head
{
    font-size: 12px;
    font-weight: bold;
}

.fnl_text
{
    font-size: 12px;
}

.fn1_link
{
    text-align: right;
    width: 100%;
}

.fn1_link a
{
    font-size: 12px;
    color: #1975d1; /*Blue*/
    text-decoration: none;
}

.fn1_image
{
    border: 0px;
    margin-left: 5px;
    vertical-align: middle;
}

/*
Default
*/

/*Info boxes on the front page*/
#front_box
{
    margin-top: 5px;
}

#front_box_1
{
    float: left;
    width: 250px;
    height: 85px;
    background-image: url('../images/about.png');
    padding: 10px 10px 5px 50px; /*top,right,bottom,left*/
    font-size: 14px;
    color: #959595;
}

#front_box_2
{
    float: left;
    width: 255px;
    height: 90px;
    margin-left: 10px;
    background-image: url('../images/tec.png');
    padding: 5px 10px 5px 45px; /*top,right,bottom,left*/
    font-size: 12px;
}

#front_box_3
{
    float: left;
    margin-left: 6px;
    width: 334px;
}

.front_customer
{
    margin-left: 4px;
}

/*List of tec articles on front page*/
.tec_front_1
{
 
}

.tec_front_2 a
{
    color: #959595;
    text-decoration: none;
}

/*
Content.aspx
*/

#content_article
{   
    float: left;
    padding-right: 10px;
    width: 540px;
}

#content_article_list
{   
    float: left;
    padding-right: 10px;
    width: 540px;
}

#content_right
{
    float: left;
    width: 420px;
}

#content_image
{
    width: 420px;
    height: 350px;
    overflow: hidden;
}

#content_list
{
    margin-top: 5px;
}

#ca_name
{
    font-size: 16px;
    font-weight: bold;
    color: #959595;
}

#ca_text1
{
    font-size: 14px;
    margin-top: 10px;
    color: #959595;
}

#ca_text2
{
    font-size: 12px;
    margin-top: 10px;
}

/* Contact.aspx */

#contact_form
{
    margin-top: 5px;
    font-size: 12px;
}

.contact_email
{
    width: 400px;
    margin-left: 10px;
}

.contact_label_message
{
    float: left;
    width: 105px;
}

.contact_message
{
    float: left;
}

.tb_contact_message
{
    width: 400px;
}

.contact_cpc
{
    margin-left: 3px;
    vertical-align: middle;
}

.tb_Cpc
{
    width: 60px;
    margin-right: 168px;
    height: 20px;
    vertical-align: middle;
    font-size: 16px;
}

.contact_bottom
{
    margin-bottom: 40px;
}

.contact_info
{
    margin-left: 105px;
    margin-top: 5px;
}

/* Project.aspx */

.customer_holder_1
{
    float: left;
    width: 160px;
}

.customer_holder_2
{
    float: left;
    width: 160px;
    margin-left: 20px;
}

.project_text
{
    font-size: 12px;
}

.project_link
{
    font-size: 14px;
    color: #1975d1;
    text-decoration: none;
}

/* List.aspx */

.list_link
{
    font-size: 14px;
    color: #1975d1;
    text-decoration: none;
}

/* Content.aspx */
.con_link_image
{
    border: 0px;
    vertical-align: middle;
}



