* {
	margin:0; 
	padding:0;
        border-width:0px;
}
html, body {
	height: 100%;
        text-align: center;
}
html {
	width: 100%;
	overflow: scroll-y;
}
body {
        background: #e0f3fe url(/img/repeat.jpg) repeat-x top center; 
	font-size: 100%;
	color: #000000;
	font-family: verdana, serif;
	text-align: center;
        overflow-y: scroll;
}
h1{
        font-size: 0.95em;
        color: #e21030;
        line-height: 1.6em;
}
p {
        font-size: 0.8em;
        color: #28516c;
        margin-bottom: .85em;
        line-height: 1.5em;
}
p.caption {
        font-size: 0.7em;
        color: #28516c;
        margin-bottom: .85em;
        line-height: 1.5em;
        text-align: right;
}
a {
        color: #28516c;
        text-decoration: underline;
}
a:hover {
        color: #28516c;
        text-decoration: underline;
}
table.Tmain{
        border-width: 0px; 
        width: 100%;
}
td{
        vertical-align:top; 
}
img.brands{
        padding: 7px;
        border: 0px;
}
div#wrapper{
        background: #ffffff url(/img/content.jpg) repeat-y top center;
	min-height:100%;
        margin: 0 auto;
        width:850px;
        text-align:left;
} 
* html #wrapper {
	height: 100%;
}
div#header{
        background: #ffffff url(/img/content.jpg) repeat-y top center;
        height: 222px;
        width: 850;
        top:0px;
}
div.content{
        width:600px;
        height:auto;
        text-align: left;
        top: 0px;
        padding-bottom: 120px;
}
div.content2{
        width:580px;
        height:auto;
        text-align: left;
        top: 0px;
        padding-bottom: 140px;
}
div#footer{
        margin: 0 auto;
	margin-top: -130px;
        background: #ffffff url(/img/bottom2.jpg) no-repeat top center; 
        height: 130px;
        width: 850px;
        bottom:0px;
}
#cssmap {
        left:0px;
        top:0px;
	width:850px;
	height:222px;
	position:relative; 
	background: url(/img/top.jpg) no-repeat 0 0; 
	list-style: none;
}
#b1 {
	position:absolute;
	left: 324px;
	top: 103px;
	display: block;
	width:115px;
	height:65px;
	background: url('/img/b1.jpg') bottom;
	text-indent: -99999px;
}
#b1:hover {
	background-position: 0 0;
}
#b2 {
	position:absolute;
	left: 442px;
	top: 84px;
	display: block;
	width:129px;
	height:65px;
	background: url('/img/b2.jpg') bottom;
	text-indent: -99999px;
}
#b2:hover {
	background-position: 0 0;
}
#b3 {
	position:absolute;
	left: 578px;
	top: 77px;
	display: block;
	width:117px;
	height:73px;
	background: url('/img/b3.jpg') bottom;
	text-indent: -99999px;
}
#b3:hover {
	background-position: 0 0;
}
#slideshow {
    position:relative;
    height:400px;
    
    border: 1px solid #f21b3c;
    // overflow: hidden;
    width: 300px;
    margin-left: 10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    
    width: 300px;
    height: 400px;
    border: 0px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}