/* Start of CMSMS style sheet 'mymondello: general 2' */
	*
	{
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	html, body
	{
		height: 100%;
		width: 100%;
	}
	
	body
	{
		display: table;
		position: static;
		min-width: 840px;
		min-height: 650px;
		color: #666;
	}
	
	a, a:hover { color: #666; text-decoration: none; }
	
	#container
	{ padding: 30px 0 0 0; width: 830px; margin: 0 auto; }
		
	/* for all browsers*/
	/* optional: #inner[id] {position: static;} */
	#header
	{
		width: 830px;
		height: 102px;
		background-image: url(uploads/images/logo.png);
		background-repeat: no-repeat;
		background-position: left top;
		clear: both;
		display: block;
	}
	.philosophy #header { background-image: url(uploads/images/logo/philosophy.png); }
	.brands #header { background-image: url(uploads/images/logo/brands.png); }
	.people #header { background-image: url(uploads/images/logo/people.png); }
	.press #header { background-image: url(uploads/images/logo/press.png); }
	.shop #header { background-image: url(uploads/images/logo/shop.png); }
	.credits #header { background-image: url(uploads/images/logo/credits.png); }
	.contact #header { background-image: url(uploads/images/logo/contact.png); }
	
	.gala #header { background-image: url(uploads/images/logo/galagloves.png); }
	.mondelliani #header { background-image: url(uploads/images/logo/mondelliani.png); }
	.raris #header { background-image: url(uploads/images/logo/raris.png); }

	#header .nav { display: inline-block; width: 277px; }
	#header .nav img { margin: 46px 0 0 69px; }
	#header .names
	{
		width: 97px;
		height: 52px;
		display: inline-block;
		vertical-align: top;
	}
	
	#content
	{
		width: 830px;
		height: 468px;
		clear: both;
		display: block;
		border: 1px #F00 solid;
		font-family: Arial, Helvetica, San-Serif;
		font-size: 10px;
		line-height: 1.2em;
	}
	.philosophy #content { font-size: 11px; line-height: 1.2em; }
	#content p { margin-bottom: 1em; }
	
	#content .top { clear: both }
	#content .bottom { clear: both }
	
	.gala #content .bottom, .mondelliani #content .bottom, .raris #content .bottom { padding-top:10px; text-align: justify; }
	
	#content .top .left { width: 830px; height: 468px; padding: 0px; display: block; float: left; }
	
	.philosophy #content .top .left { width: 380px; height: 418px; padding: 25px 30px 25px 30px; display: block; float: left; }
	.philosophy #content .top .right { width: 350px; height: 468px; display: block; float: left; }
	
	
	.gala #content .top .left, .mondelliani #content .top .left, .raris #content .top .left,
	.people #content .top .left,
	.press #content .top .left { width: 206px; height: 468px; padding: 0px; display: block; float: left; border-right: 1px #F00 solid; }
	
	.gala #content .top .right, .mondelliani #content .top .right, .raris #content .top .right,
	.people #content .top .right,
	.press #content .top .right { width: 623px; height: 468px; display: block; float: left; }
	
	.gala #content .bottom .left, .mondelliani #content .bottom .left, .raris #content .bottom .left,
	.people #content .top .left,
	.press #content .top .left { width: 206px; height: 468px; padding: 0px; display: block; float: left; border-right: 1px #fff solid; }
	
	.gala #content .bottom .right, .mondelliani #content .bottom .right, .raris #content .bottom .right,
	.people #content .top .right,
	.press #content .top .right { width: 623px; height: 468px; display: block; float: left; }
	
	#footer
	{
		width: 830px;
		height: 70px;
		clear: both;
		display: block;
		text-align: center;
		color: #999;
		font-family: Arial, Helvetica, San-Serif;
		font-size: 10px;
		line-height: 1.2em;
		margin-top: 10px;
	}

	.home #content { width: 831px; height: 469px; }
	
	
	.contactform { text-align: center; }
	.contactform div { margin-bottom: 5px; }
	.contactform input, .contactform textarea
	{
		border: 1px #666 solid;
		padding: 2px;
		color: #666;
		text-align: center;
		width: 255px;
		height: 23px;
		font-size: 10px;
		font-family: verdana, arial, tahoma, san-serif;
		text-transform: uppercase;
	}
	.contactform textarea { height: 157px; }
	.contactform .submit input { width: 55px; background-color: #fff; }
/* End of 'mymondello: general 2' */

