/* Reset */
body, h1, h2, h3, h4, h5, h6, ul, ol, li, form {
    margin: 0;
    padding: 0;
}
img {
    border:0;
}
strong {
    font-weight:bold;
}
ul, ol, li {
    list-style: none;
}
/* Typography */
body {
    font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
    background: #b9d3e4 url(http://media.bd-farm.com/images/common/site/wrapper_bg.gif) top repeat-x;
    margin-top: 10px;
    margin-bottom: 10px;
}
#layout_container { /* container principale struttura */
	width: 100%;
	background-color: #fff;
	color: #333;
}

#layout_body { /* contenitore dei diversi layout */
	/*padding: 10px; stile vecchio 7/11*/ 
	padding: 10px 5px 5px 5px;
}
a {
	color: #039;
	text-decoration: underline;
}
a:hover {
    color:#f30;
    text-decoration: underline;
}
h1, h2, h3, h4  {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
}
h4, h4 a {
    margin-bottom:4px;
}
/* Utils */
.clearer {
	clear:both;
}
.space { 
    clear: left;
}
.box {
	font-family:Verdana,sans-serif;
	border:1px solid #dedede;
	margin-bottom:4px;
	padding:4px;
}
.box h1 {
    font-family:'Trebuchet MS', Verdana, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    color: #666;
}
h1.title_box_content a {
    color: #f60;
}
.box p {
	line-height:1.3em;
}
.box img {
	margin:4px 8px 4px 6px;
	border:1px solid #069;
}

/* GLOBAL STRUCTURE */
#wrapper {
    background-color: transparent;
    height:auto;
    margin:0 auto 5px;
    width:960px;
}
#layout_body {
	clear:both;
    height:100%;
    margin:0;
    overflow:hidden;
    padding:10px;
	background-color:white;
}
table#wrap {
    width:100%;
}
div.noskin{
    padding:6px 0 0;
}
div#layout_body.tetris{
    padding-top:0;
}
div#layout_body.tetris #center_col, div#layout_body.tetris #left_col{
    margin-top:6px; 
}
#left_col {
    padding:0 10px 0 0;
    margin:0;
    display:block;
}
#center_col{
    margin:0;
    padding:0;
    width:100%;
    display:block;
}
#right_col {
    padding:0 0 0 10px;
    margin:0;
    display:block;
}

.layout_footer {
	background:#fff url(http://media.bd-farm.com/images/common/site/footer_bg.gif) no-repeat scroll center bottom;
	clear:both;
	line-height:1.5em;
	margin-top:5px;
	padding:18px 0;
	text-align:center;
}
.foot1 {
	background-color:#F3F5F6;
	border-bottom:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	height:auto !important;
	line-height:25px;
	min-height:25px;
}
.foot1 h1 {
	font-size:10px;
}
.foot1 h1 a {
	color:#2D5B6F;
}
.foot2 {
	font-size:9px;
	margin-top:6px;
}
