/*---------------------

Global style

---------------------*/

body {
	font-family: Arial, Verdana, sans-serif !important;
	color: #444 !important;
	background: url(background.png) top;
	background-repeat: repeat-x;
	margin: 0;
}

table {
	width: 100%;
	height: 100%;
	border: 0;
}

img {
	border: 0;
}




.header {
	height: 15%;
	vertical-align: bottom;
}

.header ul {
	font-size: 2em;
	font-weight: bold;
	line-height: 0.75em;
	padding: 2em 0 0 3em;
    list-style: none;
}

.header li {
    float: left;
	padding: 0 0.4em 0.5em 0;
}

.header a{
	text-decoration: none;
	cursor: pointer;
}

.header nobr {
	font-size: 0.6em;
	font-weight: normal;
}




tr.menu {
	color: #888;
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	height: 2.5em;
}

.menu td a {
	color: #888;
	padding: 0.5em 15px 0.5em;
}

#item {
	width: 1em;
}

.selected {
	width: 1em;
}

.selected .name {
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
}

.tl, .tr, .bl, .br {
	width: 15px;
	height: 15px;
	background: url(star.png);
}

.tl {background-position: -15px -15px;}

.tr {background-position: 0 -15px;}

.bl {background-position: -15px 0;}

.br {background-position: 0 0;}





.content {
	height: *;
}

.content div, .content div.ie {
	padding: 0 4em 0 7em;
}

.content div.ie {
	width: 100%;
}

.content-header {
	text-align: center;
	font-size: 1.7em;
	padding-bottom: 1em;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-style: italic;
}

.dev {
	text-align: center;
	vertical-align: center;
}

.dev .png  {
	margin: 1em;
}

#image, #description{
	vertical-align: top;
	padding-bottom: 2.5em;
}

.image {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	vertical-align: top;
}

.image span {
	font-size: 0.75em;
}

#no-image {
	line-height: 1.2em;
}

#title {
	font-weight: bold;
}

#description li {
	list-style: none;
	padding: 0.2em 0;
}

#description span {
	font-weight: bold;
}




.contact {
	height: 6em;
}

.contact table tr, .contact table td {
	vertical-align: top;
	padding: 2em 1em 2em;
}

#text {
	text-align: center;
}

.contact a {
	text-decoration: none;
	color: #00f;
	border-bottom: dashed 0.05em;
}

.contact a:hover {
	color: #090;
}

.contact div {
	color: #999;
	font-size: 0.9em;
}

a#skype {
	border: 0;
}

#skype img {
	position: relative;
	top: 0.2em;
}

#address {
	text-align: right;
	padding-right: 6em;
}




* html .png
{
	width: expression(this.firstChild.width);
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"', sizingMethod='image')");

	background: expression("transparent url("+this.firstChild.src.replace(".png", ".gif")+") no-repeat");
	backg/round: none !important;
}

* html .png img
{
	behavior: expression(this.style.visibility="hidden");
}