* { margin:0; padding:0; border:0; }
body { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #7c7c7c; background-color: #ffffff; padding:20px; }
h1 { font-size:12pt; }
a { text-decoration: underline; color: #1292e6; }

#container { width:704px; margin: 0px auto 0px auto; }

#menu { margin-bottom:10px; }

#menu ul { list-style-type:none; margin-top:15px; }
#menu ul li { float: left; border-right: 1px solid #ccc; list-style-type:none; }
#menu ul li.last { border-right: 0; }
#menu ul li.last a { padding-right: 0; }
#menu ul li a { display: block; font-size: 12px; padding: 1px 8px 3px 8px; }
#menu ul li span { display: block; font-size: 12px; padding: 1px 8px 3px 8px; color: #aaa; }
#menu ul li a:hover { color: #000; }

#elements { width:704px; height:214px; position:relative; }
#elements .element { display:block; width:78px; height:82px; position:absolute; z-index:999; }

#talk-to-us .img { width:704px; height:100px; background:#fff url('/web/images/talk-to-us-off.png') top left no-repeat; }
#talk-to-us .img:hover { background:#fff url('/web/images/talk-to-us-on.png') top left no-repeat; }

#footer { background:#fff url('/web/images/dotted.png') top left repeat-x; padding:10px 0px; font-size:8pt; }

.item { padding-bottom:10px; }
.item div+div { margin-top:10px; }
.item h2 { font-size:12pt; color:#000; background:#fff; padding-right:10px; }
.item .clearfix { background:#fff url('/web/images/dotted.png') center left repeat-x; }

.left { float:left; }
.right { float: right; }

.mb15 { margin-bottom:15px; }

/* clear fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}