html {
	overflow-x:hidden;
}

body {
	overflow: visible;
}

.ddsmoothmenu ul li {
	display: inline-block;
	margin-bottom: -1px;
}

.intro {
	margin-top: 0;
}

#contact-form input {
	height: 15px;
	padding: 10px 10px;
}

.comment-form input {
	height: 16px;
	padding: 8px 10px;
}

.carousel {
	overflow: hidden;
}

#contact-form input#submit-button {
	padding: 5px 3px;
}
*{padding:0; margin:0}
body{height:100%}
#totop{position:fixed;bottom:40px;right:10px;z-index:999;width:71px; cursor:pointer; display:none;}
*html #totop{position:absolute;cursor:pointer;right:10px; display:none;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")}
#totop a{display:block;width:71px;height:24px;padding-top:48px;background:url(toTop.gif) no-repeat;text-align:center;color:#888}
#totop a.cur{background-position:-88px 0;text-decoration:none;color:#3a9}