@import url("../lib/styles.css");

body      { background: #6dccef url("images/shuetto_bg.gif") center; }
div       { zoom: 1;/*for IE 5.5-7*/ }
div:after { /*for modern browser*/
	content: ".";
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

#suetto_wrap            { width: 800px; margin: 0 auto 0 auto; padding: 0; }
#suetto_wrap .button    { width: 387px; height: 52px; }
#suetto_header          { width: 800px; height: 420px; margin:30px 0; background: url("images/shuetto_main.jpg") no-repeat; }
#suetto_header p.button { padding: 348px 0 0 66px; text-indent: -9999px; }
#shuetto_contents       { width: 740px; margin: 0 auto 30px auto; background: #fff url("images/body_top.gif") top no-repeat ; }
.shuetto_column         { padding: 30px 30px 0 30px; }
.shuetto_column h2 img  { margin: 0; }
.shuetto_column p       { font-size: 89%; line-height: 1.5; }
.shuetto_column p img   { float: left; margin: 0 20px 0 0; }
.shuetto_caution        { padding: 30px 30px 16px 30px; background: url("images/body_bottom.gif") bottom no-repeat; }
.shuetto_caution p      { border-top: 1px dotted #dd0000; font-size: 80%; }
#suetto_footer          { margin:0 auto 60px auto; width: 740px; height: 277px; background: url("images/shuetto_foot.jpg") no-repeat; }
#suetto_footer p.button { padding: 206px 0 0 312px; text-indent: -9999px;}

#suetto_wrap .button a         { width: 387px; height: 52px; display: block; }
#suetto_wrap .button a:link    { background: url("images/shuetto_button.gif") no-repeat; }
#suetto_wrap .button a:visited { background: url("images/shuetto_button.gif") no-repeat; }
#suetto_wrap .button a:hover   { background: url("images/shuetto_button.gif") no-repeat; filter:alpha(style=0, opacity=70); opacity:0.7; }
#suetto_wrap .button a:active  { background: url("images/shuetto_button.gif") no-repeat; filter:alpha(style=0, opacity=70); opacity:0.7; }
