body
{
    background-image:url('../images/design/background_house.png');
	background-repeat:no-repeat;
   /* background: rgb(227,232,240);*/

    margin: 0px;

    text-align: center;
}

.productlist li
{
    float: left;
    display: inline;
    margin: 0px 20px 15px 20px;
    width: 30%;
}

.navbar 
{
    /*background-image: url('../images/design/header_box_background.gif');
    background-repeat: repeat-y;*/
    width: 982px;
    height: 32px;

    margin: 0 auto;
    margin-bottom: 0px;
    padding-bottom: 10px;

    text-align: center;
}

.header_box {
    background-image: url('../images/design/box_background.png');
    background-repeat: no-repeat;
    width:982px;
    height:130px;
    text-align: center;
    vertical-align: middle;
    margin: 10px auto;
}

.box_top
{
    background-image: url('../images/design/box_top2.gif');
    background-repeat: no-repeat;
    width: 982px;
    height: 13px;

    margin: 0 auto;
    margin-top: 0px;
}
.box_content
{
    background-image: url('../images/design/box_repeat_back.gif');
    background-repeat: repeat-y;
    width: 982px;
    /* height: 1024px;*/

    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;

    text-align: center;
}
.box_bottom
{
    background-image: url('../images/design/box_bottom2.gif');
    background-repeat: no-repeat;
    width: 982px;
    height: 13px;

    margin: 0 auto;
    margin-top: 0px;
    margin-bottom:20px;
}

.logotype  {
    float:left;
    margin: 20px auto 10px 20px;
}

.speechbubble {
    background-image: url('../images/design/speechbubble.png');
    background-repeat: no-repeat;
    width: 357px;
    height: 92px;
    float: right;
    margin: 0 auto;
    margin-top: 10px;
}
.dalahorse {
    background-image: url('../images/design/dalahorse.png');
    background-repeat: no-repeat;
    width: 119px;
    height: 112px;
    float: right;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: 24px;
}

.contentTable
{
    width: 100%;
    margin-top: 0px;
}    
.contentTable td
{
    text-align: center;
}

.maintable
{
    padding: 10px 20px 10px 20px;
    width: 100%;
}
.maintable td
{
    padding: 10px;
    text-align: justify;
}

.maintable th
{
    border: dashed 1px black;
    padding: 4px;
    font-family: Verdana;
    font-size: 14px;
}

.siteNavigationBar
{
    font-family: Arial, Verdana;
    font-size: 10px;
}

td {
    font-family: Verdana, Arial;
}

dt {
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    color: rgb(9,92,166);
}

dd {
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 5px;
}
