/*BEGIN HEADER/WELCOME MESSAGE*/
#header {
    background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
    height: 244px;
    margin: 8px auto;
    padding: 0;
    width: 734px;
}

#welcmessagecontainer {
    height: 244px;
    width: 300px;
}

#welcmessage {
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    height: 212px;
    line-height: 1.5;
    margin: 0;
    padding: 16px;
    width: 226px;
}

#welcmessage p {
    margin: 0 0 5px 0;
    padding: 0;
}

#welcmessage h1 {
    font-family: "Franklin Gothic Demi Cond", "Tahoma", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 4px;
    margin: 0;
    padding: 0;
}
/*END HEADER/WELCOME MESSAGE*/

/*BEGIN PRODUCTS ON HOME*/
.productscontainer {
    height: 100px;
    margin: 24px auto;
    padding: 0;
    width: 734px;
}

.productscontainer div div.product {
    border-left: 1px solid #FFFFFF;
}

.product {
    display: inline;
    float: left;
    height: 100px;
    line-height: 1.5;
    width: 244px;
}

.product a {
    text-decoration: none;
}

.product p span a {
    color: #4C7AC1;
    font-weight: bold;
    text-decoration: underline;
}

.product p span a:hover {
    color: #6C98D9;
    text-decoration: underline;
}

.product p span a:active {
    color: #CEDCF2;
    text-decoration: underline;
}

.product img {
    float: left;
    height: 100px;
    margin-right: 8px;
    width: 100px;
}

.product h2 {
    font-family: "Franklin Gothic Demi Cond", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    padding: 0 8px;
}

.product h2 a {
    color: #4C7AC1;

}

.product h2 a:hover {
    color: #6C98D9;

}

.product h2 a:active {
    color: #CEDCF2;

}

.product p {
    margin: 0 8px 0 0;
    padding: 0;
}

.product p a {
    color: #333333;
}
/*END PRODUCTS ON HOME*/