﻿body
{
    font-family: 'Segoe UI', Tahoma;
}
.headerPanel
{
    position: relative;
	border-bottom: navy 1px solid;
	height: 72px;
	background-color: #4169e1;
}
.soldataLink
{
    position: absolute;
    top: 2px;
    right: 0px;
    width: 100px;
    height: 22px;
    background-image: url(../Images/mini_soldata.png);
    background-repeat: no-repeat;
}
.conerImage
{
    position: absolute;
    width: 63px;
    height: 48px;
    background-image: url(../Images/conerImage.gif);
    background-repeat: no-repeat;
    right: 8px;
    bottom: 0px;
}
.navigateMenu
{
    font-family: Arial;
    font-size: 8px;
    text-transform: uppercase;
}
.generalPanel
{
    position: relative;
    width: auto;
    height: 560px;
    padding-top: 272px;
    background-image: url(../Images/main_page_bg.png);
    background-repeat: repeat-x;
}
.mainImageFrame
{
    position: absolute;
    width: 288px;
    height: 256px;
    top: 16px;
    left: 16px;
    background-image: url(../Images/main_image_frame.png);
    background-repeat: no-repeat;
}
.mainImage
{
    position: absolute;
    width: 266px;
    height: 149px;
    top: 72px;
    left: 24px;
    border-style: none;
}
.defaultCenterPanel
{
    position: relative;
    float: left;
    width: 256px;
    padding: 16px;
}
.defaultCenterPanel ul
{
    list-style-type: none;
    padding: 0px 0px 0px 12px;
    margin: 0px;
}
.defaultCenterPanel li
{
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 18px;
}
.defaultCenterPanel li a
{
    height: 18px;
    padding-left: 26px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: url(../Images/green_arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
}
.priceString
{
    position: relative;
    padding-left: 12px;
    margin-top: 16px;
}
.priceString span
{
    color: #ff0000;
}
.screenShot
{
    position: relative;
    width: 255px;
    height: 150px;
    background-image: url(../Images/homeshot.jpg);
}
.defaulRightPanel
{
    position: relative;
    float: left;
    width: auto;
    padding-top: 16px;
}
.mainPageHeaderText
{
    position: absolute;
    font-size: xx-small;
    margin: 0px;
    padding: 0px;
    top: 46px;
    left: 313px;
    width: 248px;
    height: 194px;
    background-image: url('../Images/main_page_header.png');
    background-repeat: no-repeat;
}
.mainPageHeaderText span
{
    visibility: hidden;
}
.defaultText
{
    position: relative;
    display: block;
    width: 288px;
    text-decoration: none;
    color: #000000;
}
.bottomPanel
{
    position: relative;
    clear: both;
    text-align: right;
    vertical-align: bottom;
    border-top: MidnightBlue 1px solid;
    height: 32px;
    background-image: url(../Images/bottom_bg.png);
    background-repeat: repeat-x;
}