body {
    padding: 10px 0px;
    margin: 0px;
    font-family: Arial;
    overflow-y: scroll;
    .overflow-y: auto;
/*    background:#F1F1F1; */
}
form {
    display: inline;
}

p {
    padding: 0px;
    margin: 0px;
    color: #987;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: red;
}
.clear {
    width: 1px;
    height: 1px; 
    clear: both;
    overflow: hidden;
}


h1 {
    font-size: 24px;
    color: #888888;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    color: #987;
}
h3 {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #987;
}
.header {
    height: 60px;
    padding-left: 30px;
}

/**************************************/
.top_menu {
    width: 630px;
    float: right;
    margin: 0px 20px;
    border-bottom: 1px solid #987;
}

.top_menu_item {
    float: right;
    padding:  25px 10px 0px 10px;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

.top_menu_item_selected {
    /*background-color: #EEE;*/
}
.top_menu_item_selected a {
    /*background-color: #EEE;*/
    color: red;
    font-weight: bold;
}


/**************************************/
.left_menu {
    margin-top: 28px;
    float: left;
    width: 200px;
    border-right: 1px solid #987;
    text-align: right;
}

.left_menu_item {
    color: #444;
    height: 21px;
    padding-right: 30px;
    padding-top: 0px;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #FAFAFA;
}

.left_menu_item a, .left_menu_item a:active, .left_menu_item a:visited {
    font-weight: bold;
    color: #444;
    font-size: 13px;
}

.left_menu_item a:hover {
    color: red;
}

.sub_category {
    width: 200px;
    text-align: right;
    padding-right: 10px;
}

.sub_category_item {
    background-color: #FdFdFd;
    color: #444;
    height: 21px;
    padding-right: 50px;
    padding-top: 5px;
    font-size: 12px;
    border-bottom: 1px solid #FAFAFA;
}

/**************************************/
.main_content {
    float: left;
    width: 630px;
    margin-left: 22px;
    margin-top: 20px;
    text-align: left;
}



/**************************************/

.text_before_contact_form_div {
    color: #654;
    font-size: 14px;
    font-family: arial;
    line-height: 1.2
}

.text_before_contact_form_div a {
    text-decoration: underline;
}

#contact_form_div {
    margin-top: 20px;
    color: #987;
    font-size: 12px; 
    font-family: arial;
}

#contact_form_div input {
    color: #987;
    font-size: 12px; 
    font-family: arial;
    border: 1px solid #987;
}

#contact_form_div textarea {
    color: #987;
    font-size: 12px; 
    font-family: arial;    
    border: 1px solid #987;
    width: 400px;
    height: 130px;
}

#contact_form_div .contact_form_label {
    width: 70px;    
    height: 30px;
}

#contact_form_div .contact_form_line {
    margin-bottom: 10px;
}



.star {
    color: red;
    margin-right: 2px;
    display: inline;
}



/**************************************/

#auth_form_div {
    margin-top: 20px;
    color: #987;
    font-size: 12px; 
    font-family: arial;
}

#auth_form_div input {
    color: #987;
    font-size: 12px; 
    font-family: arial;
    border: 1px solid #987;
}

#auth_form_div textarea {
    color: #987;
    font-size: 12px; 
    font-family: arial;    
    border: 1px solid #987;
    width: 400px;
    height: 200px;
}

#auth_form_div .auth_form_label {
    width: 70px;    
    height: 30px;
}

#auth_form_div .auth_form_line {
    margin-bottom: 10px;
}


/**************************************/



#about_div {
    color: #987;
    font-size: 12px;
    font-family: arial;
}

/**************************************/
#equipment_div {
    color: #987;
    font-size: 12px;
    font-family: arial;
}


/**************************************/
#links_div {
    padding:10px;
}
#links_div a {
    color: #654;
    font-size: 14px;
    font-family: arial;

}

#links_div a:hover {
    color: red;
    text-decoration: underline;
}

.links_item {
    line-height: 1.2;
    margin-bottom: 10px;
}

/**************************************/

.clients_item {
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #EDEDED;
}


/**************************************/
.bottom_links {    
    margin-top: 50px;
    font-size: 11px;
    color: #999;
    text-align: center;
}

.bottom_links_span {
    padding: 2px 70px;
    margin-left: 200px;
    border-top: 1px solid #AAA;
}


/*******************BLOG*******************/
.blog_date {
    font: 12px arial;
    color: #AAA;
    padding: 25px 5px 0px 0px;
    border-bottom: 1px solid #CC141E;
    width: 200px;
}

.blog_title {
    padding-left: 10px;
    font-size: 16px;
    color: #CC141E;
    font-family: arial;
    text-align: left;
    font-weight: bold;
}
.blog_content {
    padding: 5px;
    font-size: 14px;
    font-family: arial;
    color: #765;
}
.blog_bottom_line {
    text-align: right;
    font-size: 12px;
    font-family: arial;
    color: #CC141E;
}
.blog_bottom_line a, .blog_bottom_line a:active, .blog_bottom_line a:visited {
    color: #CC141E;
    text-decoration: none;
}
.blog_bottom_line a:hover {
    text-decoration: underline;
}


/*******************BLOG COMMENTS*******************/
.bcomm_item {
    margin-top: 20px;
    border-top: 2px solid #EDC;
    background: #F7F7F7;
    padding: 10px;
}

.bcomm_date {
    float: right;
    font: 12px/12px arial;
    background: #DCB;
    color: white;
    padding: 4px;
}

.bcomm_author {
    float: left;
    font: 12px/12px arial;
    background: #E7E7E7;
    padding: 4px;
}

.bcomm_title {
    margin-top: 5px;
    margin-bottom: 10px;
    clear: both;
    text-align: left;
    color: #CC141E;
    font: 14px/14px arial;
    font-weight: bold;
}
.bcomm_content {
    color: #432;
    font: 13px/13px arial;
    zoom: 1;
}

.bcomm_form .label {
    padding-top: 2px;
    float: left;
    color: #987;
    font-size: 14px;
    font-family: arial;
}
.bcomm_separator {
    font: 16px/16px arial;
    height: 20px;
    background: #DCB;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    border-top: 2px solid #555;
}

.image_preview_item_class {
    position: relative; 
    text-align: center; 
    cursor: pointer; 
    float: left; 
    width: 71px; 
    height: 71px; 
    text-align:center; 
    /*border: 1px solid #EEE; */
    background:#FFF    
}

.hidden_content_wrapper_a {
     background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb); /* Firefox 3.6 */ 
     background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #bbbbbb),color-stop(1, #dddddd)); 
     filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#bbbbbb'); 
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#bbbbbb')";    
}

