/* @override http://www.rompeoplecompany.com/assets/templates/rom/default.css */



/*#############################################################
Name: ROM 1.0
#############################################################*/

/* standard elements */

img {
   behavior: url("www.rompeoplecompany.com/assets/images/pngbehavior.htc");
}

.spazio {
	margin: 0 15px 15px 0;
}

.testata {
	position: relative;
	top: -200px;
	left: -230px;
	overflow: hidden;
	float: none;
}


/*html {min-height: 100%;}*/

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background-color: #FFF;
	color: #000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */

.container {
	
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 0px 10px 0;
}

/* title */
.header {
	font-size: 1.2em;
	height: Auto;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #000;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation ul, ul li{
	display: inline;
}

.navigation a {
	border-right: 1px solid #AFBEC7;
	color: #fff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover {	
	background: #F0F0EB;
	color: #5A5A43;	
}

.navigation li.active a{	
	background: #F0F0EB;
	color: #5A5A43;	
}

/* main */
.main {
	margin: 0 auto;
	}

/* content */
.content {
	float: right;
	margin: 10px 0;
	width: 531px;
	background-color: #FFF;
	padding: 15px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	margin: 0 auto;
	padding-top: 5px;
	background: #000;
	color: #FFF;
	font: bold 0.9em sans-serif;
	line-height: 25px;
	text-align: left;
	padding-left: 10px;
	width: 770px;
}
.footer a,.footer a:hover {color: #FFF;}