/*
*  CSS: Ortopediae
*  Data creazione: Aprile 2007
*  Autore: Matteo Ruzza
*  Ultimo editore: Matteo Ruzza
*  Note: 
*/

/*IMPORT SECTION*/
@import url(common.css);
@import url(navigation.css);
@import url(product.css);
@import url(search.css);
@import url(checkout.css);

/*GENERIC RULES*/
body{
	font:normal 75% Verdana, Arial, Helvetica, sans-serif;
	background:#9eb0c8 url(../img/_bglayout.gif) repeat-x top center;
	/*background:#b7c8dd url(../img/bglayout.gif) repeat-x top center;*/
	color:#000000;
	padding:0;
	margin:0;
	text-align:center
}
p{padding:0;margin:0}
hr{display:none}
h1{display:none}
h1,h2,h3,h4,h5,h6{padding:0;margin:0}
ul,li{padding:0;margin:0}
img{padding:0;margin:0;border:0}
table{font-size:100%}
a,a:hover,a:visited{text-decoration:none}
a{color:#999999}
a:hover{color:#cccccc}
/*utils*/
div{text-align:left}
.hide{display:none}
.hidden{visibility:hidden}
.clear{clear:both}

/*LAYOUT*/
#layout{
	background:#b7c8dd url(../img/bgpatchlyt.gif) repeat-x top center;
	width:970px;
	margin:0 auto
}
#lyt-header{
	background:url(../img/bgheader.gif) no-repeat top center;
	clear:both;
	height:106px;
	margin-top:10px;
}
#lyt-left,
#lyt-right{padding:10px 0 10px 0}
#lyt-left{width:202px;float:left}
#lyt-right{width:768px;float:right}
#lyt-bottom{
	width:957px;
	background:url(../img/bgbnrbtm.gif) no-repeat bottom right;
	clear:both;
	overflow:hidden;
	margin:0 0 10px 13px!Important
}
#lyt-footer{
	background:url(../img/bgfooter.gif) repeat-x top left;
	height:24px;
	clear:both
}
