/* Typography */

body {
	font-size: 62.5%;
	line-height: 1.4;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	color: #000033;
	font-family: "Times New Roman", Times, Georgia, serif;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #000033;
	font-family: "Times New Roman", Times, Georgia, serif;
	margin-bottom: 5px;
	line-height: 1.2;
}

.content p {
	margin-bottom: 4px;
}

.content ul, .content ol {
	margin-left: 25px;
	margin-bottom: 4px;
}

.content ul {
	list-style-type: disc;
}

.content ol {
	list-style-type: decimal;
}

.content dl dd {
	margin-left: 25px;
}

.content dl dt {
	font-weight: bold;
}

.content var, .content tt {
	font-family: "Courier New", Courier, mono;
}

.content em {
	font-style: italic;
}

.content big {
	font-size: 130%;
}

.content small {
	font-size: 80%;
}

.content strong {
	font-weight: bold;
}

body#home .content img {
	border: none;
}

h1 {
	font-size: 200%;
	line-height: 1;
}

h2 {
	font-size: 180%;	
	line-height: 1.1;
}

h3 {
	font-size: 160%;	
}

h4 {
	font-size: 140%;	
}

h5 {
	font-size: 120%;	
}

h6 {
	font-size: 110%;	
}

ul, ol {
	
}

dl, li, p {
	font-size: 110%;
}

li p {
	font-size: 100%;
}

li li {
	font-size: 100%;
}

p a {
	font-size: 100%;
}

a {
	color: #069;
}

p.more_info {
	margin-top: 15px;
}

p.more_info a {
	text-decoration: none;
	color: #666666;	
	padding-left: 16px;
	background: url(images/more_info.gif) no-repeat left center;
}

h2.title {
	margin-bottom: 30px;
	color: #547e7e;
}

body#home h2.title {
	margin-bottom: 20px;
	color: #000033;
}

body#chisiamo h2.title {
	margin-bottom: 10px;
	color: #547e7e;
}

body#prodotti h2.title {
	margin-bottom: 10px;
	color: #d69d1c;
}

body#orologi h2.title {
	margin-bottom: 10px;
	color: #069;
}

body#magia h2.title {
	margin-bottom: 10px;
	color: #04b8ec;
}

body#capritime h2.title {
	margin-bottom: 10px;
	color: #cc6666;
}

body#capritime a {
	color: #cc6666;
}

body#virginia h2.title {
	margin-bottom: 0;
	color: #6699cc;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;	
}

