/* 
    Document   : Layout
    Created on : 2009-sep-27, 19:31:04
    Author     : enis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-image: URL('../Pictures/Background_v2.jpg');
    background-repeat: repeat-x;
    background-color: white;
    text-align:center;


}

#body {
    width: 750px;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    background-image: URL('../Pictures/Transparency40.png');
}

#content {
    position: relative;
    top:10px;
    left:10px;
    width: 730px;
    background-color: white;
}

#contentLeft {
    float:left;
    top:0px;
    left:0px;
    width: 500px;
}

#contentRight {
    float: right;
    top:0px;
    left:0px;
    width: 230px;
    text-align:right;

}

#logo {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 120px;
    width: 730px;
    background-image: URL('../Pictures/logo_background_v2.png');


}

ol {
    list-style-image: url("../Pictures/list_v1.jpg");
    list-style-type:square;
}

.product {
    border: 1px solid #a2c4f6;
}

.productItem {
    vertical-align:top;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 0.8em;
    color: black;
}

.map {
    text-align: center;
}

.borderGray {
    border: solid 1px #a2c4f6;
}

#suppliers {

    width: 230px;
    height: 30px;
    background-color: #297af4;
    text-align: center;
    border-top:2px solid white;
    border-bottom:1px solid white;

}

.supplierItem {
    border-top:1px solid white;
    border-bottom:1px solid white;
    width: 230px;
    height: 25px;
    background-color: #a2c4f6;
    text-align: center;    
}


a:link  {

    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: black;
}

a:visited {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: gray;
}

a:hover {
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: black;
    
}

a:active {
    text-decoration: underline overline;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: black;
}

.heading1 {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 1em;
    color: black;
}

.heading2 {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 0.9em;
    color: black;
}

.text1 {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 0.8em;
    color: black;
}

