@charset "utf-8";
/* CSS Document */
*		{ margin:0px; padding:0px;}

body				{text-align:center; }
#container			{width:749px; margin-left:auto; margin-right:auto; margin-top:20px;}


#menu				{list-style:none;  margin:0px; padding:0px; left:0px;}
#menu li			{float:left;}
#menu a				{display:block; height:31px;text-indent:-999em;overflow:hidden;background: url(../img/bgMenu.gif) 0px 0px;}

/* home */
#menu .home a									{width:36px; background-position:0px 0px; margin-right:52px;}
#menu .home a:hover,								
#menu .home a.menuactive						{background-position:0px bottom;}

/* concept */
#menu .concept a								{width:64px; background-position:-88px 0px; margin-right:50px;}
#menu .concept a:hover,						
#menu .concept a.menuactive						{background-position:-88px bottom;}

/* collection */
#menu .collection a								{width:87px; background-position:-202px 0px; margin-right:51px;}
#menu .collection a:hover,						
#menu .collection a.menuactive						{background-position:-202px bottom;}


/* blog */
#menu .blog a								{width:40px; background-position:-340px 0px; margin-right:48px;}
#menu .blog a:hover,
#menu .blog a.menuactive					{background-position:-340px bottom;}

/* terms */
#menu .terms a									{width:50px; background-position:-428px 0px; margin-right:48px;}
#menu .terms a:hover,
#menu .terms a.menuactive						{background-position:-428px bottom;}


/* contacts */
#menu .contacts a									{width:72px; background-position:-526px 0px; margin-right:48px;}
#menu .contacts a:hover,
#menu .contacts a.menuactive						{background-position:-526px bottom;}

/* distribution */
#menu .distribution a									{width:103px; background-position:-646px 0px;}
#menu .distribution a:hover,
#menu .distribution a.menuactive						{background-position:-646px bottom;}

.barra			{ height:32px; background-color:#333333; width:749px;}

.galleria					{ position:absolute; top:-9000px; left:-9000px;}


.sx				{ width:392px; float:left; text-align:right;}
.dx				{ float:right; width:357px; text-align:left;}

