/* main.css */
/* html reset */
html{color:#000;background:#FFF;margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/* fine html reset */


/* da qui il nostro */
* {font-family:Verdana, Arial, Helvetica, sans-serif;}
html{background:#005e7e;color:#000;}
strong {font-weight:bold;font-style:inherit;} 
em {font-style:italic;font-weight:inherit;}
input,textarea,select,button{font-size: 11px; color:#6F0505;}

/* layout */
body{text-align: left;font-size:11px; line-height:18px; background-color:#005e7e;font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;}
div#page_container {width:1000px;margin:0 auto;text-align:left;position:relative; background-color:#f3f3f3;}
div#page_top {background:url(/images/bg_top.gif) 0 0 repeat;overflow:hidden;}
#img_logo{float:left;margin:30px 20px 10px 40px;}



/* top */
div#page_top h1{font-size:18px; font-weight:bold;line-height:2;margin: 10px 0;color:#808080;}
div#page_top h2{font-size:14px; font-weight:bold;line-height:2;margin: 10px 0;color:#808080;}

/* bottom */
#page_bottom{border-bottom: 2px solid #005E7E;}
#page_bottom p{border-bottom: 2px solid #069ec3; margin: 30px 20px 20px;font-size:10px;}

/* #shop_page */
#shop_page {margin: 0 20px;}


