/*
=================================================
Modofotografia.it CSS and Design
Author: Simone Cappellini - MHP - www.mhpmedia.it
Version: 0.1 - 30 marzo 2009 
=================================================
*/

/* tags */

img {
	border:0;
	}
/* classi e id */
#box {
	width:860px;  /* Specify the width of the element. This should be the same as 'body min-width': */
	height:630px;
	margin-left: auto;
	margin-right: auto;
	}
#box .homepage{
	width:860px;
	height:630px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/bg_fotografia_pubblicitaria/bg_home.jpg);
	}
	
#box_logo {
	width:400px;
	margin-right: 460px;
	float:left;
	height:265px;
	font-size:0.8em;
	background-color:#000;
	background-image:url(../img/bg_fotografia_pubblicitaria/bg_box_logo_modo_fotografia.gif);
	}
	
#box_logo .menu{
	width:150px;
	margin-top: 120px;
	float:left;
	text-align:left;
	}
	
#box_logo .menu ul{
	list-style:none; /* elimino i punti elenco */
	text-transform:uppercase;
	float:left;
	text-align:left;
	margin:0;
	padding-left:10px;
	}
	
#box_logo .submenu{
	width:150px;
	margin-top: 120px;
	float:left;
	text-align:left;
	}
	
#box_logo .submenu ul{
	list-style:none; /* elimino i punti elenco */
	float:left;
	text-align:left;
	margin:0;
	padding-left:10px;
	}

#box_content {
	width:400px;  /* Specify the width of the element. This should be the same as 'body min-width': */
	margin-right: 460px;
	float:left;
	background-color:#FFF;
	color:#000;
	height:265px;
	margin-top:100px;
	}
#box_content .content, #box_contentSX .content, #box_contentDX .content{
	font-size:0.9em;
	text-align:left;
	padding:10px;
	}
#box_content .content2COL, #box_contentSX .content2COL, #box_contentDX .content2COL{
	font-size:0.9em;
	text-align:left;
	padding:5px;
	width:190px;
	float:left;
	}
	
#box_contentSX {
	width:400px;  /* Specify the width of the element. This should be the same as 'body min-width': */
	margin-right: 60px;
	float:left;
	background-color:#FFF;
	color:#000;
	height:265px;
	margin-top:100px;
}
#box_contentDX {
	width:400px;  /* Specify the width of the element. This should be the same as 'body min-width': */
	margin-right: 0;
	float:right;
	background-color:#FFF;
	color:#000;
	height:265px;
	margin-top:100px;
}
#box_content a, #box_contentSX a, #box_contentDX a{
	color:#F90;
	}