/* CSS Document */
html
{
min-height:100%;
margin-bottom:1px;
}
body{
margin:0px;
background:#fff url(images/bg.png) repeat-x top;
}
img, div, a#demoLink { behavior: url("iepngfix.htc") }
/* font styles */
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#000;
margin-top:20px;
margin-bottom:12px;
text-transform:uppercase;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}
.border-no{
border:none;
}
.body-a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
text-decoration:underline;
font-weight:bold;
}
.body-a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0099FF;
text-decoration:underline;
}

/* layout */
.contain{
width:863px;
margin-left:auto;
margin-right:auto;
}
.top{
background:url(images/top.png) no-repeat;
width:863px;
height:219px;
float:left;
}
.menu{
width:713px;
height:31px;
margin-top:188px;
float:left;
padding-left: 150px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color: #FFCC00;
}
.menu-item a{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#fff;
text-decoration:none;
text-transform:uppercase;
float:left;
width:auto;
padding:4px 15px 0px 15px;
border-left: #000 solid 1px;
height:27px;
}
.menu-item-end a{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#fff;
text-decoration:none;
text-transform:uppercase;
float:left;
width:auto;
padding:4px 15px 0px 15px;
border-left:#000 solid 1px;
border-right:#000 solid 1px;
height:27px;
}
.menu-item-end a:hover{
color:#000;
text-decoration:none;
background:url(images/hover.png) repeat;
}
.menu-item a:hover{
color:#000;
text-decoration:none;
background:url(images/hover.png) repeat;
}
.content{
background:url(images/content.png) repeat-y;
width:743px;
height:auto;
float:left;
padding-right: 60px;
padding-left: 60px;
}
.content-new-arrivals{
background:url(images/content.png) repeat-y;
width:787px;
height:auto;
float:left;
padding-right: 38px;
padding-left: 38px;
}
.content-new-arrivals-top{
background:url(images/content.png) repeat-y;
width:747px;
height:auto;
float:left;
padding-right: 58px;
padding-left: 58px;
padding-bottom: 20px;
}
.bottom{
background:url(images/bottom.png) no-repeat bottom;
width:863px;
height:50px;
float:left;
}
.bottom-gallery{
background:url(images/bottom-gallery.png) no-repeat bottom;
width:863px;
height:31px;
float:left;
}
.bottom2{
width:863px;
height:50px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#ccc;
text-transform:uppercase;
text-align:center;
}
.bottom2 a{
color:#ccc;
text-decoration:underline;
}
.bottom2 a:hover{
color:#333;
text-decoration:underline;
}
.home-left{
float:left; 
width:400px; 
height:auto;
}
.home-right{
float:left; 
width:343px;  
height:auto;
text-align:center;
margin-top:20px;
}
.wrap-l{
float: left;
}
