/*
	CSS Author: Francesco Paggin
	Website:    Mithai Group
	
	COLORS
	pink: #DA2337
	blue: #0383BF
*/

/*
	GLOBAL STYLES
*/
a			{color:#3F3F3C}
a:hover		{color:#000;background-color:#D9D6C0}

h1			{font-size:200%}
h2			{font-size:150%}
h3			{font-size:120%}
h4			{font-size:110%}
h5			{font-size:100%}
h6			{font-size:90%}

.mir		{display:block;text-indent:-9999em;overflow:hidden;outline:none}

input, button, img, select {
	vertical-align:middle;
}

input.text,
textarea.text {
	padding:1px;
	border:1px solid #9E8878;
	background-color:#EFEDD1;
	color:#666;
}

input.focus,
textarea.focus {
	border-color:#1F0609;
	background-color:#fff;
	color:#000;
}

/*
	LAYOUT
*/
html {
	height:100%;
	overflow-y:scroll;
}

body {
	height:100%;
	background:#000 url(/images/sfondoContinuo.gif) repeat-x center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}

#page-wrap {
	height:100%;
	text-align:center;
	background:url(/images/sfondoPrincipale.jpg) no-repeat center top;
}

#container {
	width:980px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:90px;
	background:url(/images/header.jpg) no-repeat center;
}

#menunav {
	height:40px;
	background:url(/images/sfondoMenu.jpg) no-repeat center;
}

#contentarea {
	background:url(/images/sfondoContainer.gif) repeat-y center;
	float:left;
	width:100%;
}

#sidebar {
	float:left;
	width:230px;
	background:url(/images/sfondoSidebar.gif) no-repeat top left;
	padding-top:20px;
}

#content {
	display:inline; /* ie hack*/
	float:right;
	width:730px;
	margin-top:10px;
	margin-right:10px;
}

#footer {
	float:left;
	width:100%;
	background:url(/images/footer.gif) no-repeat center top;
	padding-top:25px;
	text-align:center;
}

/*
	HEADER
*/
#header h1 a {
	display:inline; /* ie hack */
	margin-top:7px;
	margin-left:28px;
	float:left;
	width:179px;
	height:73px;
	background:transparent url(/images/logoMithai.gif);
}

/*
	MENUNAV
*/
#menunav ul {
	float:left;
	margin-top:10px;
	padding-left:20px;
	padding-right:3px;
	background:url(/images/sprite.gif) no-repeat top right;
}

#menunav ul li {
	float:left;
}

#menunav ul li a {
	float:left;
	padding:0 20px;
	height:30px;
	line-height:30px;
	background:url(/images/sprite.gif) no-repeat 0 0;
	color:#fff;
	font-weight:bold;
}

#menunav ul li a:hover {
	background-position:0 -30px;
}

#menunav ul li a:active {
	background-position:0 -60px;
}

/*
	SIDEBAR
*/
.sideBox {
	clear:both;
	margin:0px 10px 10px 10px;
}

.sideBox-title {
	font-size:14px;
	font-weight:bold;
	color:#444;
	letter-spacing:-1px;
	line-height:22px;
	height:22px;
	border-bottom:2px solid #6B5A52;
	margin-bottom:4px;
}

/*
	MENUCAT
*/
#menucat ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menucat ul li {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

#menucat ul li a {
	display:block;
	margin:0;
	padding:4px 10px;
}

#menucat ul ul li a {
	padding-left:40px;
}

/*
	CERCA
*/
