@charset "UTF-8";
/* CSS Document */
*{
padding:0;
margin:0;
}
body, html {
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
h1 span{
display:none;
}
#container{
width:920px;
margin:0 auto;
background:url(images/sidefade.gif) repeat-y;
}
#header{
height:130px;
background:url(images/header.gif) no-repeat;
}
#mainmenu{
float:right;
position:relative;
right:20px;
top:60px;
background:url(images/menu_bg.gif) repeat-x;
}
#mainmenu ul{
display:inline;
list-style:none;
color:#FFF;
}
#mainmenu ul li{
float:left;
text-align:center;
}
#mainmenu ul li a{
color:#FFF;
text-decoration:none;
display:block;
padding:7px 5px 0 5px;
height:32px;
width:90px;
}
#mainmenu ul li a:hover{
background:url(images/menu_bg_hl.gif) repeat-x;
height:33px;
width:90px;
}
#mainbody{
width:880px;
padding:0 20px 10px 20px;
background:url(images/sidefade.gif) repeat-y;
min-height:450px;
clear:both;
}
#flashbox{
margin:0 10px 10px 0;
width:620px;
height:180px;
float:left;
background:#CCCCCC;
}
#rightimg{
width:250px;
height:180px;
float:left;
margin:0 0 10px 0;
background:#CCCCCC;
}
#maintext{
width:560px;
float:left;
margin:0 0 10px 0;
background:url(images/textbg.gif) top center no-repeat;
padding:10px 40px 20px 20px;
}
#submenu{
width:250px;
margin:0 0 10px 10px;
float:left;
background: url(images/box250_top.gif) top no-repeat;
}
#footer{
clear:both;
text-align:center;
margin:0 auto;
width:920px;
background:url(images/bottomfade.gif) top center no-repeat;
padding-top:25px;
}
.callback{
font-size:14px;
font-weight:bold;
color:#FFF;
padding-bottom:5px;
border-bottom: #FFFFFF solid 1px;
margin:10px;
}
.cssform p{
width: 230px;
clear: left;
margin: 0 0 0 20px;
padding: 5px 0 8px 0;
height: 1%;
color:#FFF;
}
.cssform form{
width:230px;
}
.cssform label{
font-weight: bold;
float: left;
width: 100px; 
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 100px;
margin-left:
}
.inputbox{
width:100px;
font-size:11px;
background:#CCC url(images/inputbg.gif) repeat-x;
border:none;
padding:2px;
}
