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

* { 
margin:0;
padding:0;
list-style: none;
}

body {
background-color: #A0ADBB;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {
color: #eeeeee;
}

h2 {
font-size: 14px;
text-align:center;
}

div#box {
position: relative;
margin: 10px auto 5px;
width: 770px;
background-color: #001C3C;
}

div#main {
margin-top: 10px;
padding: 10px;
color: #eeeeee;

}

div#menu, div#menu1 {
position: absolute;
top: 120px;
left: 450px;
}

div#menu1 {
position: relative;
top: auto;
left: auto;
height: 35px;
}

div#menu1 ul {
height: 30px;
margin-left: 190px;
}

div#menu1 ul.m_de {
margin-left: 140px;
}

div#menu ul li, div#menu1 ul li {
width: 232px;
height: 48px;
}

div#menu1 ul li {
float: left;
width: auto;
height: auto;
margin: 2px;
}

div#menu ul li a, div#menu1 ul li a {
display:block;
background: url(img/bgmenu.jpg) no-repeat;
color: #000000;
height: 48px;
text-decoration: none;
text-align:center;
padding: 14px;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
}

div#menu1 ul li a {
background: none;
background-color: #A0ADBB;
font-size: 14px;
height: auto;
padding: 7px;
border: #fff 1px solid;
}

div#menu1 ul li a:hover {
background-color: #eeeeee;
}

.clear {
clear:left;
}

div#footer {
text-align:center;
padding: 5px;
}

div#footer a {
color: #000000;
}

.l_memberarea 
{
font-size: 16px;
font-weight: bold;
}

div#payment ul
{
width: 300px;
margin: 5px auto;
}

div#payment ul li
{
background-color: #A0ADBB;
}

div#payment ul li a
{
display: block;
font-size: 14px;
padding: 7px;
color: #000000;
font-weight: bold;
border: #fff 1px solid;
text-transform:uppercase;
}

div#payment ul li a:hover {
background-color: #eeeeee;
}


div.previewPic {
overflow:hidden;
height: 66px;
width:100px;
float:left;
margin:3px;
border: #eee 1px solid;
}

div.previewPicH {
overflow:hidden;
height: 100px;
width:66px;
float:left;
margin:3px;
border: #eee 1px solid;
}

div.previewPicM {
overflow:hidden;
height: 224px;
width: 300px;
float:left;
margin:3px;
border: #eee 1px solid;
}

.seemore
{
text-align:center;
margin: 10px auto;
width: 400px;
}

.seemore a
{
color: #000;
font-size:14px;
font-weight:bold;
text-decoration:none;
padding: 10px;
display:block;
background-color: #A0ADBB;
}

.seemore a:hover {
background-color: #eeeeee;
}



