/*
 * Massimiliano Pala's Homepage CSS
 * (c) 2006 by Massimiliano Pala
 *     All rights reserved
 */

div.logo {
	position: fixed;
	top: -5px;
	left: 45px;
	width: 100px;
	background-image: url("images/back_dark_3.png");
	padding: 40px 10px 5px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
}

img.logo {
	margin: 0px;
}

div.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	/*
	border-width: 3px;
	border-color: white;
	border-style: inset;
	*/
	/* background-image: url("images/title_body_bak_2.png");
	background-repeat: repeat-x;
	background-color: #fff;
	*/
	/* background-image: url("images/back_dark_2.png"); */
	padding: 0px;
	min-width: 500px;
}

ul.topmenu {
	white-space: nowrap;
	font-size: 14px;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	/*
	position: absolute;
	left: 500px;
	top: 30px;
	*/
	position: absolute;
	/* top: 120px; */
	top: 20px;
	left: 560px;
}

ul.topmenu li {
	display: inline;
	margin-left: 10px;
}

ul.topmenu li a {
	color: #853;
}

ul.topmenu a:hover {
	color: #A40;
}

.bigTitle {
	font-size: 36px;
	font-weight: bold;
	color: #320;
	/* color: #fff; */
	/* text-shadow: 1px 1px 3px #ffd, 0 0 12px #666, 0 0 4px #666, 1px 1px 2px #333; */
	white-space: nowrap;
	/* font-family: Sans-Serif; */
}

.topTitle {
	font-size: 12px;
	color: #320;
	font-family: Sans-Serif;
}


