@charset "UTF-8";
/* CSS Document */

<!--
body{
margin-top:0px;
background-color:#947AA9;
background-image:url(big_sl.png);
background-position:center top;
background-repeat:no-repeat;
background-attachment:fixed;

font-family:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
color:#E0E0E0;
}

h1{
font-size:20pt;
font-weight:lighter;
}

h2{
font-size:13pt;
font-weight:lighter;
}

h2 a:link, h2 a:visited{
color:#5B4B6B;
}

h2 a:hover{
color:#FFFFFF;
}

h3{
font-size:11pt;
font-weight:bold;
}





#mycart {
width:175px;
height:35;
padding-left:725px;
margin-right:auto;
margin-left:auto;
/*background-color:#FFFFFF;*/
}



#heder{
margin-left:auto;
margin-right:auto;
height:200px;
width:890px;
background-image:url(top_heder.png);
background-position: center bottom;
background-repeat:no-repeat;
padding:10px 35px 35px 35px;
}

#logo{
margin-top:10px;
}

.navi, #navi_footer{
height:auto;
width:auto;
margin-left:auto;
margin-right:auto;
font-size:13pt;

}

.naviList li, .naviList ul{
display:inline;
margin-right:10px;
}

/*navi btn coding///////////////////////////////////////////////////*/

.navibtn:link, .navibtn:visited{
color:#5B4B6B;
text-decoration:none;
text-transform:capitalize;
}

.navibtn:hover{
color:#FFFFFF;
}

#home_pg #home, #collection_pg #collection, #cService_pg #cService,#contact_pg #contact{
color:#E0E0E0;
}

/*Content///////////////////////////////////////////////////*/

#cont{
margin-left:auto;
margin-right:auto;
height:auto;
width:890px;
padding:5px 15px 5px 35px;
clear:both;
/*background-color:#0066FF;*/
/*overflow:auto;*/
}

#home_pg #cont p, #cService_pg #cont p, #contact_pg #cont p, #thanks_pg #cont p, #canceled_pg #cont p, h2, h3{
width:600px;
margin-left:150px;
line-height:1.5em;
}

#banner{
margin-left:150px;
border:#705C84 3px solid;
}

#cont a:link{
text-decoration:underline;
color:#5B4B6B;
}

.slpix{
width:275px;
height:575px;
float:left;
/*display:inline-block;*/
padding:5px;
margin-right:8px;
margin-bottom:15px;
/*background-color:#666666;*/
}

.slpix p{
margin-left:0px;
padding-bottom:5px;
width:auto;
height:100px;


}


.frame img{
border:#705C84 3px solid;
}

.slpix .btns{
height:36px;
position:relative;
bottom:2px;
font-size:15pt;
font-weight:bold;
}

.btns img{
margin-right:4px;
}


/*Footer///////////////////////////////////////////////////*/

#footer{
margin-left:auto;
margin-right:auto;
height:320px;
width:890px;
background-image:url(bottom_footer.png);
background-position:center top 100px;
clear:both;
background-repeat:no-repeat;
padding:35px 35px 10px 35px;
}












-->