/* CSS Document */

body{
margin:15px auto 15px auto;
font-size:12px;
line-height:18px;
}
h1,h2,h3,h4,h5,p,div,dl,dt,dd,ul,li{
margin:0;
padding:0;
}

strong,
em,
dfn,
address{
font-weight:normal;
}

.bold {
font-weight:bold;
}

.red {
color:#FF0000;
}

img{
border:0;
}

/********************************** CONTAINER */
#container {
width:700px;
margin:0 auto;
}

/********************************** HEAD */
#head {
}

#head h1{
/*border-bottom:10px solid #DFF26D;*/
border-bottom:10px solid #B3D2F2;
font-size:12px;
letter-spacing:2px;
color:#555555;
text-align:right;
margin:0 0 3px 0;
padding:0 0 2px 0;
}
#head .hlogo{
text-align:right;
padding:0 20px 0 0;
background-image:url(../img/temp/hlogo_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
}
#head .hmain{
height:204px;
padding:4px 10px 0 10px;
background-image:url(../img/temp/hmain_bg.gif);
background-repeat:no-repeat;
}
#head .hmain img{
border:3px solid #FFFFFF;
}

/********************************** MENU */
#menu {
width:690px;
margin:10px 0 10px 5px;
}
#menu #menu_top{
margin:0 0 0 10px;
}
#menu #menu_bottom{
text-align:left;
}
#menu ul{
list-style:none;
}
#menu li{
float:left;
padding:5px 5px 0 5px;
}
#menu li.rline{
padding:13px 0 0 5px !important;
}
#menu li.lline{
padding:13px 5px 0 0 !important;
}

/**********************************  MAIN */
#main {
width:700px;
padding:5px 0 0 0;
}

/**********************************  FOOT */

#foot {
clear:left;
width:700px;
margin:0 auto 5px auto;
background-image:url(../img/temp/foot_bg.gif);
background-repeat:no-repeat;
background-position:top right;
}
#foot .foot_navi{
font-size:11px;
line-height:11px;
padding:30px 0 0 10px;
color:#777777;
}
#foot .foot_navi a{
color:#777777;
text-decoration:none;
}
#foot .foot_navi a:hover{
color:#000000;
text-decoration:underline;
}
#foot .foot_menu{
padding:0;
margin:0px 0 0 0;
padding:2px 0 0 0;
/*border-top:10px solid #DFF26D;*/
border-top:10px solid #B3D2F2;
}
#foot .foot_menu a{
color:#777777;
text-decoration:none;
}
#foot .foot_menu a:hover{
color:#000000;
text-decoration:underline;
}
#foot .foot_menu .foot_contact{
width:340px;
padding:0 0 0 10px;
float:left;
font-size:10px;
}
#foot .foot_menu .foot_contact img{
margin:3px;
vertical-align:middle;
}
#foot .foot_menu .foot_copy{
float:left;
width:345px;
padding:0 5px 0 0;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
text-align:right;
}
