@charset "utf-8";
/* CSS Document */

#showcase h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#showcase h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#showcase  a:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #F00621;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
#showcase a:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #F00621;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
#showcase a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #F00621;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

#showcase a:focus {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #F00621;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

#showcase a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #F00621;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#showcase #others h1    {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
#showcase #others h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#emailform #email {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
	width: 151px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#chatboxform #nick {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
	width: 203px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000000;
	background-repeat:no-repeat;
}
#chatboxform #msg {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
	width: 203px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-repeat:no-repeat;
}
#emailform #birak {
	background-image: url(../images/button.png);
	height: 36px;
	width: 57px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#emailframe {
	visibility:hidden;
	display:none;
}

a.B, a.B:active, a.B:focus, a.B:visited, a.B:link {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#F00621;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
}

a.B:hover {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #F00621;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}