/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

body { 
	font-family: verdana;
	color:#555;
	background-color:#000;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}

div.header {
	color:#CCC;
	padding: 4px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
}
div.center {
	text-align: center;
}
table.container {
	margin: 30px auto;
}
table.dia {
	margin: 5px;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
div.smalldesc {
	color:#CCC;
	margin: 0 5px 10px 5px;
	width: 100px;
	font-size: 10px;
	text-align: center;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #000;
}
table.dia img { 
	display: block;
	margin: auto; 
}

div.footer {
  margin: 20px;
  text-align: center;
}

table.dia a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

#menu_horizontal {
	width: 1000px;
	height:35px;
	margin: 10px auto 0;
	padding:0;
	color: #FBBB01;
}

ul#menu_horizontal li {
	display: inline;
	color: #FBBB01;
//	font: small-caps 20px "Goudy old style",serif;
	font: 20px "Impact",serif; 
	font-weight: normal;
	text-decoration: none;
	margin: auto;
}

ul#menu_horizontal li a {
	color: #FBBB01;
}

ul#menu_horizontal li a:hover {
	color: #FFFFFF;
}

#ssmenu {
	background:url(../../img/fond-ss-menu.png) no-repeat top center;
	font: 18px "Myriad Pro", "Myriad Pro Cond",serif;
	width: 1000px;
	height:40px;
	line-height:30px;
	margin:0 auto 0 auto;
	padding: 0 5px;
	font-weight:normal;
}

#ssmenu_item {
	width:125px;
	color:#FFFFFF;
}

#ssmenu_item:hover {
	color: #FBBB01;
}

#ssmenu_item1 {
	font-size:0.6em;
	font: "Myriad Pro", "Myriad Pro Cond",serif;
	color:#ffffff;
	width:250px;
	line-height:15px;
}

#ssmenu_item1:hover {
	color: #FBBB01;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
//	background-color:#cccccc;
}

a:active {
	text-decoration: none;
}


.important {
	color: #F90;
	font-weight: bold;
	font-size:12px;
}
