/*  
Author: Antonello Struzzolino
Author URI: http://nexweb.it
*/
body {
	background-color: #D1D0CD;
	background-image: url(../gfx/bg_body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #555;
	font-size: 11px;
	font-family: Verdana, Arial;
	margin: 0;
}
h1 {
	padding: 20px;
	margin: 0px;
}
p {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: 26px;
}
ul {
	list-style: none;
	padding: 0;
}
a {
	color: #555;
	text-decoration: none;
}
img {
	border: 0;
}
iframe {
	padding: 0;
	margin: 0 20px 20px 20px;
}
/* common class 
-------------------------------------------------------------- */
.mainbox {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}
.white {
	background-color: white;
}
.black {
	background-color: black;
	color: #DDD;
}
.violet {
	background-color: #DC224F;
}
.violet h1 {
	margin: 120px 0 0 70px;
	padding: 0;
}
.button {
	padding: 5px;
	margin-left:20px;
	background-color: #222;
	color: #666;
}
.button:hover {
	background-color: #DC224F;
	color: white;
}
/* top
-------------------------------------------------------------- */
#top {
	background-image: url(../gfx/bg_top.jpg);
	background-repeat: no-repeat;
	height: 190px;
}
/* logo
-------------------------------------------------------------- */
#logo {
	position: absolute;
	width: 500px;
	height: 100px;
	margin: 40px 0 0 500px;
	cursor: pointer;
}
/* menu 
-------------------------------------------------------------- */
#menu {
	position: absolute;
	background-image: url(../gfx/bg_menu.png);
	width: 1000px;
	height: 40px;
	margin: 140px 0 0 0;
}
#menu li {
	float: left;
	margin: 10px 10px 0 20px;
	padding: 0;
}
#menu img {
	border: 0;
}
/* content class 
-------------------------------------------------------------- */
.left_col {
	width: 680px;
	float: left;
}
.right_col {
	width: 320px;
	float: right;
}
.mid_box {
	width: 660px;
	min-height: 260px;
	margin: 20px 20px 0 0;
}
.small_box {
	width: 320px;
	min-height: 260px;
	float: left;
	margin-top: 20px;
	font-size: 10px;
}
.small_box p {
	line-height: 16px;
}
.thumb_work {
	margin-right: 20px;
}
.last_work {
	position: absolute;
	width: 86px;
	height: 46px;
	margin: 85px 0 0 -12px; 
	background-image: url(../gfx/bg_lastwork.gif);
	background-repeat: no-repeat;
}
/* news
-------------------------------------------------------------- */
#news {
	border-top: 1px solid #222;
	margin: 0 20px 20px 20px;
}
#news li {
	padding: 5px 0 10px 0;
	margin: 10px;
	border-bottom: 1px solid #222;
}
.date {
	color: #DC224F;
	padding-bottom: 7px;
	font-size: 9px;
}
/* location 
-------------------------------------------------------------- */
#location {
	background-image: url(../gfx/map_europe.gif);
	background-position: 80px 35px;
	background-repeat: no-repeat;
	min-height: 100px;
}
#location h1 {
	padding-bottom: 0;
}
#location p {
	padding: 0 10px 20px 180px;
}
/* portfolio
-------------------------------------------------------------- */
#portfolio {
	width: 1020px;
	padding-left: 20px;
}
/* multipage
-------------------------------------------------------------- */
#multipage {
	padding: 20px 20px 0 20px;
	font-size: 9px;
	font-weight: bold;
}
#multipage a {
	margin-right: 7px;
}
#multipage a:hover {
	color: #DC224F;
}
/* footer 
-------------------------------------------------------------- */
#footer {
	background-color: #000;
	background-image: url(../gfx/bg_footer.jpg);
	background-position: right 20px;
	background-repeat: no-repeat;
	margin-top: 40px;
}
.col {
	width: 90px;
	float: left;
	margin: 30px 0 10px 30px;
	padding-bottom: 15px;
	padding-right: 30px;
	border-right: 1px solid #222;
}
#footer p {
	color: #666;
	padding: 0;
	margin: 10px 0;
	line-height: 16px;
}
#footer ul {
	margin: 10px 0;
}
#footer li {
	margin: 0;
	padding: 2px 0;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #FFF;
}
/* twitter 
-------------------------------------------------------------- */
#twitter {
	position: relative;
	width: 120px;
	height: 40px;
	margin-top: 150px;
	margin-left: 800px;
}