/* CSS Document */

html {
    width:1024px;
    font-family: arial, helvetica, sans-serif ;
    font-size: 11px ;
    color: black ;
}

#head {
    height: 100px;
}

#head_banner {
    margin: 5px;
    width:175px;
    height:100px;
    float:left;
}

#head_menu {
    margin-left: 175px;
    height:100px;
    width: 630px;
}

img {
    vertical-align:middle;
    border:none;
}


#main {
    width: 630px;
}

#headmenu li {
display: block ;
color: #00529B;
float:left;
height:29px;
text-align:center;
vertical-align:middle;
list-style-type: none ;
text-transform : capitalize;
width:137px;
background: url("../icons/head_button.jpg");
}

#headmenu a{
	text-decoration : none;

}

#headmenu a:hover{
	text-transform : uppercase;
	font-weight : bold;
}
#menu {
position : relative;
    width: 175px;
    height : 34px;
	margin: 5px;

	float:left;
    background: url("../icons/cat.jpg");
}
#smenu {
        text-align:left;
	    display:block;
}


#smenu ul {
	list-style-type: none ;
    background: url("../icons/scat.jpg");
}

#smenu li {
padding : 1px;
text-align:left;
    width: 100px;
    height : 25px;
}

#foot {
    font-size : 8px;
    margin-left:185px;
    width: 630px;
}
