﻿html, body 
{
	height: 100%;
	background-color: #b4b4b4;
	text-align: center;	
}

body 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Times New Roman, Sans-Serif;
    font-size: 12px;
    color: #2f2e2e;
}

a:link, a:visited
{
    text-decoration: none;
    color: White;
}

a:hover
{
    text-decoration: underline;
    color: White;
}

.container 
{
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	background-color: White;
    z-index: 0;
    width: 817px;
    margin: 0px auto;
}

html>body #container 
{
	height: auto;
	width: 836px;
}

#wrapper
{
    float: left;
    background-color: White;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 817px;
}

#navigation
{
    width: 817px;
    height: 42px;
    text-align: left;
    background-image: url('../Images/nav_bg.png');
    color: White;
    font-weight: bold;
}

#nav_contact
{
    position: absolute;
    top: 20px;
    left: 570px;
    width: 200px;
    color: Black;
    font-weight: bold;
}

#header
{
    position: relative;
    height: 300px;
    width: 817px;
    background-color:White;
}

#banner
{
    float:left;
    width: 817px;
    height: 178px;
    background-color:White;
}

#left-float
{
    float:left;
    width:177px;
    height:112px;
    padding: 10px 0px 0px 20px;
}

#right-float
{
    float:right;
    text-align: right;
    vertical-align: top;
    height:112px;
}

#services
{
    position: absolute;
    left: 0px;
    top: 242px;
}

#content
{
    float: left;
    width: 817px;
    text-align: center;
    background-color: White;
}

#content-wrapper
{
    float: left;
    width: 801px;
    text-align: left;
    padding: 8px;
}

#content-top
{
    float: left;
    background-image: url('../Images/content_top.png');
    background-repeat:no-repeat;
    height: 11px;
    width: 801px;
}

#content-middle
{
    float: left;
    background-image: url('../Images/content_middle.png');
    background-repeat: repeat-y;
    width: 801px;
}

#content-bottom
{
    float: left;
    background-image: url('../Images/content_bottom.png');
    background-repeat:no-repeat;
    height: 11px;
    width: 801px;
}

#footer
{
    float: left;
    width: 817px;
    height: 33px;
    text-align: left;
    background-image: url('../Images/footer_bg.png');
    background-repeat: repeat-x;
        border-left: 1px solid black;
    border-right: 1px solid black;    
}


/* CONTENT PAGINA */

#categories
{
    float: left;
    height: 127px;
    padding: 5px 10px 0px 10px;
    margin: 0px auto;
}

#contentHeader, .contentHeader
{
    font-weight:bold; 
    font-size:15px; 
    color: #0e202e;
    background-image: url('../Images/arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-left:5px;
    padding-left: 20px  ;
}

#contentDescription
{
    padding: 10px;
}

/* EOF CONTENT PAGINA */


/* CONTACT PAGINA */

#contactAddress
{
    float: left;
    width: 250px;
}

#contactForm
{
    float: right;
    width: 450px;
}

/* EOF CONTACT PAGINA */

/* PRODUCT PAGINA */

#product_green
{
    background-color: #068947;
    background-image: url('../Images/cat_normal_bg.png');
    height: 127px;
    margin-bottom:5px;
    margin-right:5px;
}

#product_green_bottom
{
    background-image: url('../Images/cat_arr_alt.png');
    background-position: left bottom;
    height: 37px;
    margin-bottom: 10px;
}

#product_blue
{
    background-color: #004684;
    background-image: url('../Images/cat_alt_bg.png');
    height: 127px;    
    margin-bottom:5px;
    margin-right:5px;
}

#product_blue_bottom
{
    background-image: url('../Images/product_bottom_blue.png');
    background-position: left bottom;
    height: 37px;
    margin-bottom: 10px;
}

#product_header_blue
{
    background-image: url('../Images/cat_arr_alt.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 30px;
    font-size: 15px; 
    color: White; 
    font-weight: bold; 
    margin: 0px; 
    margin-left: 5px;
    margin-bottom:10px;
    padding-left:20px; 
    padding-top: 3px;
}

#product_header_green
{
    background-image: url('../Images/cat_arr_normal.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 30px;
    font-size: 15px; 
    color: White; 
    font-weight: bold; 
    margin: 0px; 
    margin-bottom:10px;
    margin-left: 5px;
    padding-left:20px; 
    padding-top: 3px;
}

/* EOF PRODUCT PAGINA */