﻿a:{text-decoration: none;}
a:link{color: blue; text-decoration: none;}
a:visited{color: blue; text-decoration: none;}
a:hover{text-decoration: none;}
a:active{color: blue; text-decoration: none;}

body 
{
    background-image: url(Images/bgwm.jpg);
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}

/*Default Page Styles*/

.default_table
{
    width: 800px;
    text-align: center;
}
.default_table td
{
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
}

.default_top_menu_button
{
    width: 192px;
    height: 30px;
    background-color: Navy;
    color: White;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: small;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 30px;
    margin-right: 1px;
    margin-left: 1px;
}

.default_top_menu_button a:link, .default_top_menu_button a:visited, .default_top_menu_button a:hover, .default_top_menu_button a:active
{
    color: White;
}

.default_bottom_menu_button
{
    width: 192px;
    height: 30px;
    margin-top: 0px;
    background-color: Navy;
    color: White;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: small;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 30px;
    margin-right: 1px;
    margin-left: 1px;
}

.default_bottom_menu_button a:link, .default_bottom_menu_button a:visited, .default_bottom_menu_button a:hover, .default_bottom_menu_button a:active
{
    color: White;
}

.default_links
{
    color: Navy;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: small;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.default_links a:, .default_links a:link, .default_links a:visited, .default_links a:hover, .default_links a:active
{
    color: Navy;
}

.copyright
{
    padding-top: 130px;
    color: Navy;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: x-small;
    text-align: center;
}

/*Master Page Styles*/

.master_table
{
    width: 100%;
    height: 100%;
}

.master_menu_button
{
    padding-left: 5px;
    border-bottom: solid 1px White;
    background-color: Navy;
    color: White;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: small;
    font-weight: bold;
    text-align: left;
    display: block;
    line-height: 30px;
}

.master_menu_button a:link, .master_menu_button a:visited, .master_menu_button a:hover, .master_menu_button a:active
{
    color: White;
}

/*Common Page Style*/

.content
{
    padding: 15px 40px 15px 40px;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
    text-align: justify;
}

.return_link
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
}

.heading1
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 16pt;
    font-weight: bold;
    color: black;
}

.heading2
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 14pt;
    font-weight: bold;
    color: Black;
}

.heading3
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: Black;
}

.heading4
{   
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: Black;
}

.text8
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 8pt;
    color: Black;
}

.text9
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

.text10
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 10pt;
    color: Black;
}

.text11
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 11pt;
    color: black;
}

/*Contact Page Styles*/

.content_contact
{
    width: 300px;
    text-align: center;
    padding: 50px 0px 50px 0px;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 10pt;
}

/*Air Tools Page Styles*/

.heading_airtools
{
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 13pt;
    font-weight: bold;
    color: Black;
    padding-top: 20px;
}

.airtools_table
{
    width: 100%;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

.airtools_table td
{
    vertical-align: top;
}

.airtools_table_td_left
{
    width: 20%;
    text-align: center;
}

.airtools_table_td_middle
{
    width: 30%;
    text-align: left;
}

.airtools_table_td_right
{
    width: 50%;
    text-align: left;
}

/*Torque Tools Page Styles*/

.torquetools_div
{
    padding: 20px 40px 20px 40px;
}

.torquetools_paragraph
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

.torquetools_table
{
    width: 100%;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

.torquetools_table_td_left
{
    width: 25%;
    vertical-align: middle;
}

/*Pipe Tools Page Styles*/

.pipetools_div
{
    padding: 30px 40px 30px 40px;
}

.pipetools_table
{
    width: 100%;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

.pipetools_table_td_left
{
    width: 30%;
    text-align: center;
}

.pipetools_container
{
    width: 100%;
    text-align: center;
}

.pipetools_container_inner
{
    width: 90%;
    padding-bottom: 30px;
    text-align: center;
    border: solid 1px silver;
    background-color: White;
}

/*Waltan Safety Page Styles*/

.safety_div
{
    padding: 20px 40px 20px 40px;
}

.safety_paragraph
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

.safety_table
{
    width: 100%;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

.safety_table_td_left
{
    width: 160px;
    text-align: center;
    padding-right: 20px;
}

.safety_container
{
    width: 100%;
    text-align: center;
}

.safety_container_inner
{
    width: 90%;
    padding-bottom: 30px;
    text-align: center;
    border: solid 1px silver;
    background-color: White;
}

/*Online Catalogue Page Styles*/

.onlinecatalogue_div
{
    padding: 70px 150px 70px 150px;
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 12pt;
    font-weight: bold;
}

/*Services Page Styles*/
.services_table {
	width: 90%;
	background-color: Silver;
}
.services_table td {
	width: 25%;
	text-align: center;
	padding: 3px 3px 3px 3px;
	background-color: White;
	font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
	font-size: 9pt;
}

/*Products Page Styles*/

.products_div
{
    padding: 90px 100px 70px 100px;
    text-align: center;
}

.products_menu_button
{
    width: 200px;
    height: 30px;
    background-color: Navy;
    color: White;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: small;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 30px;
}

.products_menu_button a:link, .products_menu_button a:visited, .products_menu_button a:hover, .products_menu_button a:active
{
    color: White;
}

/*Index Brand Page Styles*/

.indexbrand_head
{
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 11pt;
    color: Black;
}

.indexbrand_content
{
    padding: 20px 30px 20px 30px;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

/*Index Type Page Styles*/

.indextype_head
{
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 11pt;
    color: Black;
}

.indextype_content
{
    padding: 20px 30px 20px 30px;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

/*Common Products Styles*/

.product_heading
{
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 18pt;
    font-weight: bold;
    padding-bottom: 30px;
}

.product_heading_left
{
    text-align: left;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    padding: 30px 40px 30px 40px;
}

.product_content
{
    padding: 0px 40px 20px 40px;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
}

.product_footer
{
    text-align: left;
    padding: 50px 40px 20px 50px;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
}

.product_table_td_left
{
    width: 9px;
    text-align: center;
    vertical-align: text-top;
    padding-right: 9px;
}

.product_table_td_right
{
    text-align: left;
}

/*Airtools Common Styles*/

.airtools_container
{
    width: 100%;
    text-align: center;
}

.airtools_container_inner
{
    width: 90%;
    padding-bottom: 30px;
    text-align: center;
    border: solid 1px silver;
    background-color: White;
}

/*Atlas Copco Page Styles*/

.atlascopco_heading
{
    width: 100%;
    background-color: White;
    padding: 5px 0px 50px 0px;
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 16pt;
    font-weight: bold;
    color: #00a1e0;
}

.atlascopco_header
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 11pt;
    font-weight: bold;
}
    

.atlascopco_table
{
    width: 100%;
    background-color: White;
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 9pt;
    color: Black;
}

.atlascopco_table_td_left
{
    width: 25%;
    text-align: center;
}

.atlascopco_table_td_right
{
    width: 25%;
    text-align: left;
}

/*Vonarx Page Styles*/

.vonarx_blockquote
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 18pt;
    font-weight: bold;
}

.vonarx_text
{
    font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
    font-size: 11pt;
}

/*Torquetools Common Styles*/

.torquetools_container
{
    width: 100%;
    text-align: center;
}

.torquetools_container_inner
{
    width: 90%;    
    padding-bottom: 30px;
    text-align: center;
    border: solid 1px silver;
    background-color: White;
}   