/* 
    Document   : typography
    Created on : Jan 12, 2011, 8:45:32 PM
    Author     : Mark Chehade
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #000000;
}

.homeText {
    text-align: left;
    line-height: 16pt;
    font-family: Veranda, sans-serif;
    font-size: 11pt;
    color: #2d2d2d;
}

p, table {
    /*color: #2d2d2d;
    text-align: left;
    line-height: 1.3em;
    margin: 0px 0px 15px 0px;*/

    font-family: Verdana,"Trebuchet MS", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
    line-height: 14pt;
    text-align: left;
    color: #333333;
    margin: 0px 0px 15px 0px;
}

.introContainer p {
    color: #0d0d0d;
    font-size: 12pt;
    line-height: 16pt;
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
}

h1.plantHeading {
    text-align: left;
    color: #1c729e;
    margin: 0px;
    padding: 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: Bold;
}

h1.pageHeading {
    text-align: center;
    color: #1c729e;
    margin: 0px;
    padding: 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24pt;
    font-weight: Bold;
}

h1.introAboutUsHeading {
    font-family: Calibri, sans-serif;
    font-size: 22pt;
    margin-bottom: 10px;
    color: #0055e2;
}

h1.introOurPlantsHeading {
    font-family: Calibri, sans-serif;
    font-size: 22pt;
    margin-bottom: 10px;
    color: #0e7a00;
}

h1.introContactUsHeading {
    font-family: Calibri, sans-serif;
    font-size: 22pt;
    margin-bottom: 10px;
    color: #313131;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}

a.aboutUs {
    color: #0055e2;
    text-decoration: none;
}

a.ourPlants {
    color: #0e7a00;
    text-decoration: none;
}

a.contactUs {
    color: #313131;
    text-decoration: none;
}

.galleryLeft p {
    color: #e61919;
}

th {
    text-align: center;
}

td.our_price {
    font-weight: bold;
    font-size: 14px;
    color: red;
}