body {
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background-color:#999;
color:#FFFFFF;
font-size:16px;
line-height:22px;
}
a {
	text-decoration:none;
	color:#FF0000;
}
#container {
margin:auto;
width:640px;
margin-top:25px;
}
p {
}
#contentDiv {
float:left;
width:100%;
margin-top:10px;
}
#imageContainer {
float:left;
width:100%;
text-align:center;
}


/* slider and captions */
        .captionText
        {
            color: #000;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionText
        {
            background: #EB5100;
            background-color: rgba(222, 222, 222, 0.7);
				position:absolute;
				left:10px;
				top: 10px;
				max-width:600px;
				height:auto;
				text-align:left;
				padding:5px;
        }
        a.captionText, A.captionText:active, A.captionText:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionText:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }

/* end slider and captions */

            .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
                filter: alpha(opacity=70);
                opacity: .7;
                overflow: hidden;
                cursor: pointer;
                border: #000 1px solid;
            }

            .jssorb01 div {
                background-color: gray;
            }

                .jssorb01 div:hover, .jssorb01 .av:hover {
                    background-color: #d3d3d3;
                }

            .jssorb01 .av {
                background-color: #fff;
            }

            .jssorb01 .dn, .jssorb01 .dn:hover {
                background-color: #555555;
            }

.jssora02l, .jssora02r, .jssora02ldn, .jssora02rdn
{
position: absolute;
cursor: pointer;
display: block;
background: url(scripts/slider/img/a02.png) no-repeat;
overflow:hidden;
}
.jssora02l { background-position: -3px -33px; }
.jssora02r { background-position: -63px -33px; }
.jssora02l:hover { background-position: -123px -33px; }
.jssora02r:hover { background-position: -183px -33px; }
.jssora02ldn { background-position: -243px -33px; }
.jssora02rdn { background-position: -303px -33px; }

#siteMapDiv ul li {
line-height:30px;
}

.separator {
clear:both;
margin-top:20px;
float:left;
}
#footerDiv {
background-color:#333;
clear:both;
text-align:center;
width:640px;
margin:auto;
margin-top:20px;
font-size:14px;
padding-top:5px;
padding-bottom:5px;
}
#footerDiv a {
}
.soldText {
color:#FF0000;
font-weight:bold;
}
.availableText {
color:#006600;
}