@font-face	{
	font-family: 'MyriadPro';
	src: url('/css/MyriadPro-Regular.eot');
	src: url('/css/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	     url('/css/MyriadPro-Regular.woff') format('woff'),
	     url('/css/MyriadPro-Regular.ttf') format('truetype');
}

html,body		{
	/*background: url(/images/bg.gif);*/
	background-color: #ffffff;
	margin:0; padding:0;
	font-family: MyriadPro, sans-serif;
	color: #313131;
	font-size: 16px;
	line-height:20px;
	min-width:924px;
	letter-spacing:0px;
}

button, label	{
	cursor:pointer;
}

img	{
	border:0px;
	border-style: none;
	margin:0;
	padding:0;
}
a img 			{background:none; border:none;}
a:hover img 		{background:none; border:none;}

a		{
	color:#000;
	text-decoration:underline;
}

a:hover		{
	color:#8e8d8d;
	text-decoration:none;
}

table		{
	margin:0;
	border-collapse:collapse;
	width:100%;
}

h1		{
	//height:auto;
	text-align:center;
	font-size:24px;
	margin-top:80px;
	padding-bottom:5px;
	text-transform: uppercase;
	letter-spacing:1.3px;
	line-height:36px;
	text-shadow:-2px -2px 2px rgba(255,255,255,0.2),
	1px 1px 1px rgba(255,255,255,0.2),
	1px 1px 1px rgba(0,0,0,0.3);
}

p   { margin:0; padding:0; }

.dbody, .db	{
	position: relative;
	background-color:#ffffff;
	width:924px;
	margin:0 auto;
}

#clear		{
	clear:both;
	height:20px;
}

#logo		{
	display:block;
	clear:both;
	position:relative;
	background: url(/images/logo.gif);
	width:162px;
	height:70px;
	margin:0 auto;
	margin-top:30px;
	border:0;
	z-index:1;
}

.error		{ color: red; }
h1		{ width:100%; text-align:center; }
div.text		{ margin-top:10px; }

div.share42init	{
	text-align:center;
	margin-top:10px;
}

#menu	{
	position:fixed;
	background: url(/images/grm.png) right bottom repeat-x;
	color:#727272;
	opacity:0.9;
	font-size:18pt;
	height:42px;
	left:0px; top:0px;
	width:100%;
	padding-top:15px;
	text-align:center;
	z-index:9;
}

#menu a	{
	display:inline-block;
	color:#7c7c7c;
	opacity:0.7;
	height:25px;
	margin:0px 10px;
	text-decoration:none;
}

#menu a.active, #menu a:hover	{
	text-decoration:none;
	opacity:1;
	color:#000;
}
/*#menu a.active		{ border-bottom:1px dashed #000; }*/

#menu hr		{
	margin-top:4px;
	width:600px;
}

div.card		{ margin-top:-55px; }
div.card a		{
	display:block;
	position:relative;
	font-family: sans-serif;
	/* border:1px solid #fff; */
	width:302px;
	height:252px;
	margin:55px 3px 0 3px;
	color: #474747;
	font-size: 16px;
	text-decoration:none;
	letter-spacing:0px;
	font-weight:bold;
	float:left;
	overflow:hidden;
	z-index:1;
}
div.card a:hover	{ text-decoration:none; overflow:visible; z-index:2; }
div.card a:hover div.img { height:252px; }

div.card div.img	{
	width:302px;
	height:194px;
	transition : all 0.2s ease-in-out;
	-mz-transition : all 0.2s ease-in-out;
	-o-transition : all 0.2s ease-in-out;
	-webkit-transition : all 0.2s ease-in-out;
}

div.card div.title	{
	border-radius:4px;
	line-height:18px;
	width:240px;
	text-align:center;
	vertical-align:middle;
	padding:8px 30px 0 30px;
}

.foto		{
	display:block;
	width:600px;
	height:338px;
	margin:0 auto;
	overflow:hidden;
}
a.foto img		{ width:600px; }

div.fotos		{ margin-top:20px; text-align:center; }
div.fotos a		{ display:inline-block; width:225px; height:128px; margin:8px 0 0 0; border:1px solid #fff; float:none; }
div.fotos a:hover	{ border:1px solid #fff; }
div.fotos a:hover div.img { height:202px; }
div.fotos div.img	{ width:225px; height:128px; }