/* CSS Document */

body{
background-color:#0097CB;
margin:0px;
font-family:"Lucida Grande",Arial,sans-serif;
font-size:11px;
color:#A0147A;
}

.container{
width:784px;
margin:0px auto;
}

#topbar{
background-image:url(images/topBar/bg.gif);
background-repeat:repeat-x;
background-position:top;
width:762px;
height:107px;
}

.button{padding-right:29px;}

.border_left{
background-image:url(images/content/left-border.gif);
background-repeat:repeat-y;
width:7px;
}

.border_right{
background-image:url(images/content/right-border.gif);
background-repeat:repeat-y;
width:7px;
background-color:#0097CB;
}

#content{
width:762px;
margin-top:10px;
}

#hometext{
background-image:url(images/content/bg.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
width:275px;
height:346px;
padding-left:26px;
padding-top:25px;
}

#title{
background-image:url(images/content/bg.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
height:25px;
width:420px;
padding-left:27px;
padding-top:25px;
}


#products{
background-color:#FFFFFF;
width:420px;
height:296px;
padding-left:27px;
padding-top:25px;
overflow:auto;
}

#footer{
margin-top:10px;
}

#footerRepeat{
margin-bottom:0px;
background-image:url(images/bottom/bottombg.gif);
background-repeat:repeat-y;
height:100px;
}

.thumbtext{
color:#9b006f;
text-align:center;
}

.thumbpic{
float:left;
width:75px;
height:125px;
padding-right:10px;
}




a{
color:#000000;
text-decoration:underline;
}

a:visited{
color:#ffffff;
text-decoration:underline;
}

a:hover{
color:#CC0000;
text-decoration:underline;
}

img{
border:0px}



